~mefrio-g/pantheon-files/fix-877060

« back to all changes in this revision

Viewing changes to schemas/org.pantheon.files.gschema.xml

  • Committer: Cody Garver
  • Date: 2012-05-19 09:08:51 UTC
  • mfrom: (809.1.1 pantheon-files)
  • Revision ID: codygarver@gmail.com-20120519090851-t8k1bbs41n9pdxy0
Merge fix for bug #983560. Thanks Pim Vullers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<schemalist>
 
3
  <enum id="viewmode">
 
4
    <value value="0" nick="icon"/>
 
5
    <value value="1" nick="list"/>
 
6
    <value value="2" nick="compact"/>
 
7
    <value value="3" nick="miller_columns"/>
 
8
  </enum>
 
9
  <enum id="org.pantheon.files.ZoomLevel">
 
10
    <value value="0" nick="smallest"/>
 
11
    <value value="1" nick="smaller"/>
 
12
    <value value="2" nick="small"/>
 
13
    <value value="3" nick="normal"/>
 
14
    <value value="4" nick="large"/>
 
15
    <value value="5" nick="larger"/>
 
16
    <value value="6" nick="largest"/>
 
17
  </enum>
 
18
  <enum id="contextviewmode">
 
19
    <value value="0" nick="horizontal"/>
 
20
    <value value="1" nick="vertical"/>
 
21
    <value value="2" nick="auto"/>
 
22
  </enum>
 
23
  <enum id="dateformatmode">
 
24
    <value value="0" nick="iso"/>
 
25
    <value value="1" nick="locale"/>
 
26
    <value value="2" nick="informal"/>
 
27
  </enum>
 
28
 
 
29
  <schema path="/org/pantheon/pantheon-files/preferences/" id="org.pantheon.files.preferences">
 
30
    <key type="b" name="show-menubar">
 
31
      <default>false</default>
 
32
      <summary>Show the menubar</summary>
 
33
      <description>Show the menubar</description>
 
34
    </key>
 
35
    <key type="as" name="plugins-enabled">
 
36
      <default>[]</default>
 
37
      <summary>Enabled Plugins</summary>
 
38
      <description>Enabled Plugins</description>
 
39
    </key>
 
40
    <key type="b" name="show-sidebar">
 
41
      <default>true</default>
 
42
      <summary>Show the sidebar</summary>
 
43
      <description>Show the sidebar</description>
 
44
    </key>
 
45
    <key type="b" name="show-hiddenfiles">
 
46
      <default>false</default>
 
47
      <summary>Show hidden files</summary>
 
48
      <description>If set to true, hidden files will also be shown (files starting with a "." for example)</description>
 
49
    </key>
 
50
    <key type="b" name="start-with-contextview">
 
51
      <default>false</default>
 
52
      <summary>Show the context view pane</summary>
 
53
      <description>Show the context view pane</description>
 
54
    </key>
 
55
    <key type="b" name="rgba-colormap">
 
56
      <default>false</default>
 
57
      <summary>enable rgba window</summary>
 
58
      <description>If set to true, rgba will be enabled, you'll need a gtk engine supporting rgba, like murrine. Compiz can have some problems like drawings shadows ...</description>
 
59
    </key>
 
60
    <key name="date-format" enum="dateformatmode">
 
61
      <default>'iso'</default>
 
62
      <summary>Date Format</summary>
 
63
      <description>The format of file dates. Possible values are "locale", "iso", and "informal".</description>
 
64
    </key>
 
65
    <key type="b" name="single-click">
 
66
      <default>true</default>
 
67
      <summary>single click</summary>
 
68
      <description>Whether items are activated by single clicks instead of dubble clicks</description>
 
69
    </key>
 
70
    <key type="i" name="single-click-timeout">
 
71
      <default>0</default>
 
72
      <range min="0" max="1000"/>
 
73
      <summary>single click timeout</summary>
 
74
      <description>
 
75
        The amount of time which the item under the mouse cursor will be selected automatically in single click mode. A value of 0 disables the automatic selection.
 
76
      </description>
 
77
    </key>
 
78
    <key type="b" name="dialog-property-modal">
 
79
      <default>false</default>
 
80
      <summary>dialog property modal</summary>
 
81
      <description>If true the property dialog is a modal window</description>
 
82
    </key>
 
83
    <key type="b" name="interpret-desktop-files">
 
84
      <default>true</default>
 
85
      <summary>interpret desktop files</summary>
 
86
      <description>If true the desktop files would be interpreted, a desktop file can represent an executable, a directory etc. (their filename, type and some other properties would be the target ones)</description>
 
87
    </key>
 
88
    <key name="contextview-orientation" enum="contextviewmode">
 
89
      <default>'auto'</default>
 
90
      <summary>Context View Panel orientation</summary>
 
91
      <description>
 
92
        Auto Context View Panel orientation means the panel would be horizontal or vertical depending on the size of your window.
 
93
      </description>
 
94
    </key>
 
95
    <key name="default-viewmode" enum="viewmode">
 
96
      <default>'icon'</default>
 
97
      <summary>Default viewmode when browsing</summary>
 
98
      <description>
 
99
        The default viewmode to be used when opening a new tab or window
 
100
      </description>
 
101
    </key>
 
102
    <key type="b" name="toolbar-primary-css-style">
 
103
      <default>true</default>
 
104
      <summary>toolbar css style</summary>
 
105
      <description>Set the toolbar css style to primary-toolbar.</description>
 
106
    </key>
 
107
    <key type="as" name="toolbar-items">
 
108
      <default>[ 'Back', 'Forward', 'LocationEntry', 'ViewSwitcher']</default>
 
109
      <summary>List of actions present in the toolbar</summary>
 
110
      <description>
 
111
        List of actions present in the toolbar
 
112
      </description>
 
113
    </key>
 
114
    <key type="i" name="sidebar-icon-size">
 
115
      <default>16</default>
 
116
      <summary>Size of the icons in the Places sidebar</summary>
 
117
      <description>
 
118
        If set to a null or negative value, the default GTK_ICON_SIZE_MENU would be used.
 
119
      </description>
 
120
    </key>
 
121
    <key type="b" name="sidebar-cat-personal-expander">
 
122
      <default>true</default>
 
123
      <summary>Categorie personal expander</summary>
 
124
      <description>Expand/Collapse categorie Personal</description>
 
125
    </key>
 
126
    <key type="b" name="sidebar-cat-devices-expander">
 
127
      <default>true</default>
 
128
      <summary>Categorie Devices expander</summary>
 
129
      <description>Expand/Collapse categorie Devices</description>
 
130
    </key>
 
131
    <key type="b" name="sidebar-cat-network-expander">
 
132
      <default>true</default>
 
133
      <summary>Categorie Network expander</summary>
 
134
      <description>Expand/Collapse categorie Network</description>
 
135
    </key>
 
136
    <key type="b" name="properties-dlg-info">
 
137
      <default>true</default>
 
138
      <summary>Properties Info expander</summary>
 
139
      <description>Expand/collapse Info panel</description>
 
140
    </key>
 
141
    <key type="b" name="properties-dlg-permissions">
 
142
      <default>true</default>
 
143
      <summary>Properties Permissions expander</summary>
 
144
      <description>Expand/collapse Permissions panel</description>
 
145
    </key>
 
146
    <key type="b" name="properties-dlg-preview">
 
147
      <default>true</default>
 
148
      <summary>Properties Preview expander</summary>
 
149
      <description>Expand/collapse Preview panel</description>
 
150
    </key>
 
151
    <key type="s" name="geometry">
 
152
      <default>''</default>
 
153
      <summary>The geometry string for a navigation window.</summary>
 
154
      <description>A string containing the saved geometry and coordinates string for navigation windows.</description>
 
155
    </key>
 
156
    <key type="b" name="maximized">
 
157
      <default>false</default>
 
158
      <summary>Whether the navigation window should be maximized.</summary>
 
159
      <description>Whether the navigation window should be maximized by default.</description>
 
160
    </key>
 
161
    <key type="i" name="sidebar-width">
 
162
      <default>148</default>
 
163
      <summary>Width of the side pane</summary>
 
164
      <description>The default width of the side pane in new windows.</description>
 
165
    </key>
 
166
    <key type="b" name="confirm-trash">
 
167
      <default>true</default>
 
168
      <summary>Confirm trash</summary>
 
169
      <description>Confirm trash</description>
 
170
    </key>
 
171
    <key type="s" name="previewer-path">
 
172
      <default>''</default>
 
173
      <summary>Path of the previewer.</summary>
 
174
      <description>Path of the previewer or executable name (if path already definied in PATH environnment variable). If no path is set, then the space bindkey would just activate the selected items instead of previewing them</description>
 
175
    </key>
 
176
  </schema>
 
177
 
 
178
  <schema path="/org/pantheon/pantheon-files/icon-view/" id="org.pantheon.files.icon-view">
 
179
    <key name="default-zoom-level" enum="org.pantheon.files.ZoomLevel">
 
180
      <default>'normal'</default>
 
181
      <summary>icon default zoom level</summary>
 
182
      <description>Default Zoom level used by the icon view.</description>
 
183
    </key>
 
184
    <key name="zoom-level" enum="org.pantheon.files.ZoomLevel">
 
185
      <default>'normal'</default>
 
186
      <summary>icon zoom level</summary>
 
187
      <description>Zoom level used by the icon view.</description>
 
188
    </key>
 
189
  </schema>
 
190
 
 
191
  <schema path="/org/pantheon/pantheon-files/list-view/" id="org.pantheon.files.list-view">
 
192
    <key name="default-zoom-level" enum="org.pantheon.files.ZoomLevel">
 
193
      <default>'smallest'</default>
 
194
      <summary>icon default zoom level</summary>
 
195
      <description>Default Zoom level used by the list view.</description>
 
196
    </key>
 
197
    <key name="zoom-level" enum="org.pantheon.files.ZoomLevel">
 
198
      <default>'smallest'</default>
 
199
      <summary>icon zoom level</summary>
 
200
      <description>Zoom level used by the list view.</description>
 
201
    </key>
 
202
  </schema>
 
203
 
 
204
  <schema path="/org/pantheon/pantheon-files/compact-view/" id="org.pantheon.files.compact-view">
 
205
    <key name="default-zoom-level" enum="org.pantheon.files.ZoomLevel">
 
206
      <default>'smallest'</default>
 
207
      <summary>icon default zoom level</summary>
 
208
      <description>Default Zoom level used by the compact view.</description>
 
209
    </key>
 
210
    <key name="zoom-level" enum="org.pantheon.files.ZoomLevel">
 
211
      <default>'smallest'</default>
 
212
      <summary>icon zoom level</summary>
 
213
      <description>Zoom level used by the compact view.</description>
 
214
    </key>
 
215
  </schema>
 
216
 
 
217
  <schema path="/org/pantheon/pantheon-files/column-view/" id="org.pantheon.files.column-view">
 
218
    <key name="default-zoom-level" enum="org.pantheon.files.ZoomLevel">
 
219
      <default>'smallest'</default>
 
220
      <summary>icon default zoom level</summary>
 
221
      <description>Default Zoom level used by the column view.</description>
 
222
    </key>
 
223
    <key name="zoom-level" enum="org.pantheon.files.ZoomLevel">
 
224
      <default>'smallest'</default>
 
225
      <summary>icon zoom level</summary>
 
226
      <description>Zoom level used by the column view.</description>
 
227
    </key>
 
228
    <key type="i" name="preferred-column-width">
 
229
      <default>180</default>
 
230
      <summary>prefered column width</summary>
 
231
      <description>The column width preferred by the miller column view.</description>
 
232
    </key>
 
233
  </schema>
 
234
 
 
235
</schemalist>