diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-03-27 18:01:07 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-04-02 18:30:39 +0200 |
commit | 9d499f5f9edd01cf5c4dbb2bc7625b3c5d10757a (patch) | |
tree | cd5db4ae3b52628ee9ad83dc6e9345b61b49f911 /officecfg | |
parent | 5e301969bf1c8818b5c737757363c31584823485 (diff) |
Internal fpicker cleanup and rework
Changes:
* Use SvHeaderTabListBox for the places list to get a nicer list
* Remove the "Default Directory" button: it's in the places
* Remove the Up and New Folder icons: look ugly beside the edit field
* Added proper icons for places
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 46554ba5020c..ad1b88fe5c17 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -590,7 +590,10 @@ <value oor:external= "com.sun.star.configuration.backend.GconfBackend SymbolSet"/> </prop> - <prop oor:name="FilePickerPlaces"> + <prop oor:name="FilePickerPlacesUrls"> + <value/> + </prop> + <prop oor:name="FilePickerPlacesNames"> <value/> </prop> </node> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d86f89f3e814..d2ce68161894 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6755,9 +6755,14 @@ </info> <value>true</value> </prop> - <prop oor:name="FilePickerPlaces" oor:type="oor:string-list" oor:nillable="false"> + <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false"> <info> - <desc>List of the places the user bookmarked in the file picker dialog.</desc> + <desc>List of URLs of the places the user bookmarked in the file picker dialog.</desc> + </info> + </prop> + <prop oor:name="FilePickerPlacesNames" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of names of the places the user bookmarked in the file picker dialog.</desc> </info> </prop> </group> |