~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to org.gnome.marlin.gschema.xml.in

  • Committer: am.monkeyd at gmail
  • Date: 2010-11-08 13:17:02 UTC
  • Revision ID: am.monkeyd@gmail.com-20101108131702-rqeywh4r5pyx2ycz
let's roll

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema id="org.gnome.marlin.preferences" path="/apps/marlin/preferences/">
 
3
    <key name="showall" type="b">
 
4
      <default>false</default>
 
5
      <_summary>Show system users</_summary>
 
6
      <_description>
 
7
        Whether the users-admin tool should show system users in the users list.
 
8
      </_description>
 
9
    </key>
 
10
    <key name="rgba-colormap" type="b">
 
11
      <default>false</default>
 
12
      <_summary>enable rgba window</_summary>
 
13
      <_description>
 
14
        If set to true, it enable rgba, you'll need a gtk engine supporting rgba, like murrine. Compiz can have some problems like drawings shadows ... 
 
15
      </_description>
 
16
    </key>
 
17
    <key name="date-format" type="s">
 
18
      <default>'iso'</default>
 
19
      <_summary>Date Format</_summary>
 
20
      <_description>
 
21
        The format of file dates. Possible values are "locale", "iso", and "informal".
 
22
      </_description>
 
23
    </key>
 
24
    <key name="single-click" type="b">
 
25
      <default>true</default>
 
26
      <_summary>single click</_summary>
 
27
      <_description>
 
28
        Whether the items in the view can be activated with single clicks
 
29
      </_description>
 
30
    </key>
 
31
    <key name="single-click-timeout" type="i">
 
32
      <default>400</default>
 
33
      <summary>single click timeout</summary>
 
34
      <description>
 
35
        The amount of time which the item under the mouse cursor will be selected automatically in single click mode
 
36
      </description>
 
37
    </key>
 
38
  </schema>
 
39
</schemalist>