diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-08-02 23:53:38 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2016-08-03 14:19:51 +0000 |
commit | 571866eaba914742a48938abb6c8495e97868bf1 (patch) | |
tree | e2b80dbb49f0f011dea676d1a60cd2b24943b61b /officecfg | |
parent | 569825ea2b64f3682932cd07dae2b244854f4157 (diff) |
[GSoC] Rework of color tab
New Features -
1. Multiple Palettes in color tab.
2. Remember the selected palette.
3. Recent colors.
4. Custom colors.
Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451
Reviewed-on: https://gerrit.libreoffice.org/26868
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 5edc96c46edc..112e04c12a76 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3414,7 +3414,26 @@ <info> <desc>List of Recent colors</desc> </info> - <value/> </prop> + <value/> + </prop> + <prop oor:name="PaletteName" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Name of selected palette</desc> + </info> + <value>standard</value> + </prop> + <prop oor:name="CustomColor" oor:type="oor:int-list" oor:nillable="false"> + <info> + <desc>List of Custom colors</desc> + </info> + <value/> + </prop> + <prop oor:name="CustomColorName" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of Custom colors</desc> + </info> + <value/> + </prop> </group> <group oor:name="Help"> <info> |