]> git.sur5r.net Git - glabels/blob - data/schemas/org.gnome.glabels-3.gschema.xml.in.in
Imported Upstream version 3.0.0
[glabels] / data / schemas / org.gnome.glabels-3.gschema.xml.in.in
1 <schemalist>
2
3
4   <schema id="org.gnome.glabels-3" path="/apps/glabels-3/" gettext-domain="@GETTEXT_PACKAGE@">
5     <child name="ui" schema="org.gnome.glabels.ui"/>
6     <child name="locale" schema="org.gnome.glabels.locale"/>
7     <child name="objects" schema="org.gnome.glabels.objects"/>
8     <child name="history" schema="org.gnome.glabels.history"/>
9   </schema>
10
11
12   <schema id="org.gnome.glabels-3.ui" path="/apps/glabels-3/ui/" gettext-domain="@GETTEXT_PACKAGE@">
13
14     <key name="main-toolbar-visible" type="b">
15       <default>true</default>
16       <_summary>Show/hide main toolbar.</_summary>
17       <_description>Controls visibility of main toolbar.</_description>
18     </key>
19
20     <key name="drawing-toolbar-visible" type="b">
21       <default>true</default>
22       <_summary>Show/hide drawing toolbar.</_summary>
23       <_description>Controls visibility of drawing toolbar.</_description>
24     </key>
25
26     <key name="property-toolbar-visible" type="b">
27       <default>true</default>
28       <_summary>Show/hide property toolbar.</_summary>
29       <_description>Controls visibility of property toolbar.</_description>
30     </key>
31
32     <key name="grid-visible" type="b">
33       <default>false</default>
34       <_summary>Show/hide grid.</_summary>
35       <_description>Controls visibility of grid.</_description>
36     </key>
37
38     <key name="markup-visible" type="b">
39       <default>true</default>
40       <_summary>Show/hide markup.</_summary>
41       <_description>Controls visibility of markup lines.</_description>
42     </key>
43
44     <key name="max-recents" type="i">
45       <default>-1</default>
46       <_summary>Maximum recent files.</_summary>
47       <_description>Controls maximum number of recent files tracked.</_description>
48     </key>
49
50   </schema>
51
52
53   <schema id="org.gnome.glabels-3.locale" path="/apps/glabels-3/locale/" gettext-domain="@GETTEXT_PACKAGE@">
54
55     <key name="units" type="s">
56       <choices>
57         <choice value=""/>
58         <choice value="pt"/>
59         <choice value="in"/>
60         <choice value="mm"/>
61       </choices>
62       <default>''</default>
63       <_summary>Units.</_summary>
64       <_description>The default unit of measurement.</_description>
65     </key>
66
67     <key name="default-page-size" type="s">
68       <choices>
69         <choice value=""/>
70         <choice value="A4"/>
71         <choice value="US-Letter"/>
72       </choices>
73       <default>''</default>
74       <_summary>Default page size.</_summary>
75       <_description>The preferred page size when searching templates.</_description>
76     </key>
77
78   </schema>
79
80
81   <schema id="org.gnome.glabels-3.objects" path="/apps/glabels-3/objects/" gettext-domain="@GETTEXT_PACKAGE@">
82     <key name="default-font-family" type="s">
83       <default>'Sans'</default>
84       <_summary>Default font family.</_summary>
85       <_description>The default font family for new text objects.</_description>
86     </key>
87
88     <key name="default-font-size" type="d">
89       <range min="0.01" max="250"/>
90       <default>12</default>
91       <_summary>Default font size.</_summary>
92       <_description>The default font size for new text objects.</_description>
93     </key>
94
95     <key name="default-font-weight" type="s">
96       <choices>
97         <choice value="Regular"/>
98         <choice value="Bold"/>
99       </choices>
100       <default>'Regular'</default>
101       <_summary>Default font weight.</_summary>
102       <_description>The default font weight for new text objects.</_description>
103     </key>
104
105     <key name="default-font-italic-flag" type="b">
106       <default>false</default>
107       <_summary>Default font italic flag.</_summary>
108       <_description>The default font italic state for new text objects.</_description>
109     </key>
110
111     <key name="default-text-color" type="u">
112       <default>0x000000ff</default>
113       <_summary>Default text color.</_summary>
114       <_description>The default color of text for new text objects (0xRRGGBBAA).</_description>
115     </key>
116
117     <key name="default-text-alignment" type="s">
118       <choices>
119         <choice value="Left"/>
120         <choice value="Center"/>
121         <choice value="Right"/>
122       </choices>
123       <default>'Left'</default>
124       <_summary>Default text alignment.</_summary>
125       <_description>The default text alignment for new text objects.</_description>
126     </key>
127
128     <key name="default-text-line-spacing" type="d">
129       <range min="0.1" max="5"/>
130       <default>1.0</default>
131       <_summary>Default text line spacing.</_summary>
132       <_description>The default line spacing for new text objects.</_description>
133     </key>
134
135     <key name="default-line-width" type="d">
136       <range min="0.25" max="10"/>
137       <default>1.0</default>
138       <_summary>Default line width.</_summary>
139       <_description>The default line width for new objects.</_description>
140     </key>
141
142     <key name="default-line-color" type="u">
143       <default>0x000000ff</default>
144       <_summary>Default line color.</_summary>
145       <_description>The default line color new objects (0xRRGGBBAA).</_description>
146     </key>
147
148     <key name="default-fill-color" type="u">
149       <default>0x00ff00ff</default>
150       <_summary>Default fill color.</_summary>
151       <_description>The default fill color new objects (0xRRGGBBAA).</_description>
152     </key>
153
154   </schema>
155
156
157   <schema id="org.gnome.glabels-3.history" path="/apps/glabels-3/history/" gettext-domain="@GETTEXT_PACKAGE@">
158
159     <key name="recent-templates" type="as">
160       <default>[]</default>
161       <_summary>Recent templates.</_summary>
162       <_description>Recently used templates.</_description>
163     </key>
164
165     <key name="recent-fonts" type="as">
166       <default>[]</default>
167       <_summary>Recent fonts.</_summary>
168       <_description>Recently used font families.</_description>
169     </key>
170
171     <key name="recent-colors" type="au">
172       <default>[]</default>
173       <_summary>Recent colors.</_summary>
174       <_description>Recently created custom colors.</_description>
175     </key>
176
177   </schema>
178
179
180 </schemalist>