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 /officecfg | |
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 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 3e3223a14562..5f99ddc036bd 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -394,6 +394,9 @@ <prop oor:name="DonationURL" oor:type="xs:string"> <value>https://hub.libreoffice.org/donation/</value> </prop> + <prop oor:name="ReleaseNotesURL" oor:type="xs:string"> + <value>https://hub.libreoffice.org/ReleaseNotes/</value> + </prop> </node> <node oor:name="Forms"> <node oor:name="ControlLayout"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cbee0983ea4b..6d54c8159706 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2075,6 +2075,11 @@ <desc>Specifies the URL used with the UNO command Donation (SID_DONATION).</desc> </info> </prop> + <prop oor:name="ReleaseNotesURL" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the URL used with the UNO command WhatsNew (SID_WHATSNEW).</desc> + </info> + </prop> </group> <group oor:name="History"> <!-- OldLocation: soffice.ini --> diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index 1525b24a908b..34bca3e15c5e 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -260,6 +260,13 @@ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </prop> + <prop oor:name="ooSetupLastVersion" oor:type="xs:string" oor:nillable="true"> + <info> + <desc>Specifies the version number of the previously used product for + whats-new comparison.</desc> + </info> + <value/> + </prop> <prop oor:name="ooSetupVersionAboutBox" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the complete (major.minor.micro) version number of the |