From 4017908018a0ccc771247f09c47798dd20644db3 Mon Sep 17 00:00:00 2001 From: Rachit Gupta Date: Fri, 27 Jun 2014 23:52:42 +0530 Subject: The Personas can be install through oxt extensions. The user can install an oxt extension and choose his/her theme from the Personalization page. * Created a template in Common.xcs registry to hold the values for the PersonasList set. * Added 3 buttons to personalization_tab.ui to incorporate the latest 3 personas installed through extensions. * Currently, only 3 installed personas are shown alongwith the default available personas. Change-Id: I30a40ae48d17f4ed8caef33854ef88afcbec5a54 --- .../schema/org/openoffice/Office/Common.xcs | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 866ad15678fa..d5e926b12b85 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -806,6 +806,24 @@ + + + Stores the details of the installed personas. + + + + Name of the preview file for the Persona to show in the UI + + + + + Names of the header and footer images, and colors for text and + accent. When set, the value has form + "header.jpg;footer.jpg;#RGBTXT;#RGBACC". + + + + @@ -5738,6 +5756,11 @@ List of names of the CMIS servers in the place edition dialog. + + + Contains the Personas installed through extensions + + -- cgit