diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-05-13 10:59:18 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-05-17 10:43:57 +0200 |
commit | 5187d3ae495a07373a12fd5980c9269bc8ce3f8f (patch) | |
tree | d529b9a31620015ecab6e69c607a37de2fb8018b /sfx2/sdi | |
parent | 9e35b5a70844c8a0f6bc8e9dd8e0055cf5597b07 (diff) |
Resolves: tdf#69042 - Add a "What's New" infobar
Shows an infobar with a link to the respective wiki page
Adds a button to the About dialog
Replaces If6eb1542d2ad310226f76850f480f2f99070b803
Change-Id: I1eeb504994a6364feb90cfa447029875e0ec1969
Reviewed-on: https://gerrit.libreoffice.org/72218
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 4 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index e46e29741243..c1444d478a68 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -136,6 +136,10 @@ interface Application [ ExecMethod = MiscExec_Impl ; ] + SID_WHATSNEW + [ + ExecMethod = MiscExec_Impl ; + ] SID_SHOW_LICENSE [ ExecMethod = MiscExec_Impl ; diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 1794527ef78d..d3e1157d96e2 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4945,7 +4945,21 @@ SfxVoidItem GetInvolved SID_GETINVOLVED MenuConfig = TRUE, GroupId = SfxGroupId::Application; ] +SfxVoidItem WhatsNew SID_WHATSNEW +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + AccelConfig = TRUE, + MenuConfig = TRUE, + GroupId = SfxGroupId::Application; +] SfxVoidItem ShowLicense SID_SHOW_LICENSE () [ |