File: gitg.schemas.in

package info (click to toggle)
gitg 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,104 kB
  • ctags: 2,182
  • sloc: ansic: 16,710; sh: 10,264; xml: 381; makefile: 299
file content (114 lines) | stat: -rw-r--r-- 4,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/gitg/preferences/view/history/search-filter</key>
      <applyto>/apps/gitg/preferences/view/history/search-filter</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Filter Revisions When Searching</short>
        <long>Whether searching filters the revisions in the history view
        instead of jumping to the first match.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gitg/preferences/view/history/collapse-inactive-lanes</key>
      <applyto>/apps/gitg/preferences/view/history/collapse-inactive-lanes</applyto>
      <owner>gitg</owner>
      <type>int</type>
      <default>2</default>
      <locale name="C">
        <short>When to Collapse Inactive Lanes</short>
        <long>Setting that indicates when an inactive lane should be collapsed.
        Valid values are 0 - 4, where 0 indicates 'early' and 4 indicates 'late'.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gitg/preferences/view/history/topo-order</key>
      <applyto>/apps/gitg/preferences/view/history/topo-order</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <short>Show History in Topological Order</short>
        <long>Setting that indicates whether to show the history in
        topological order.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gitg/preferences/view/main/layout-vertical</key>
      <applyto>/apps/gitg/preferences/view/main/layout-vertical</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <short>Show Main View in Vertical Layout</short>
        <long>Setting that sets the orientation layout of the main view.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gitg/preferences/commit/message/show-right-margin</key>
      <applyto>/apps/gitg/preferences/commit/message/show-right-margin</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <short>Show Right Margin in Commit Message View</short>
        <long>Show a right margin indicator in the commit message view. This 
        can be used to easily see where to break the commit message at a
        particular column.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/gitg/preferences/commit/message/right-margin-at</key>
      <applyto>/apps/gitg/preferences/commit/message/right-margin-at</applyto>
      <owner>gitg</owner>
      <type>int</type>
      <default>72</default>
      <locale name="C">
        <short>Column at Which Right Margin is Shown</short>
        <long>The column at which the right margin is shown if the right-margin
        preference is set to TRUE.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/gitg/command</key>
      <applyto>/desktop/gnome/url-handlers/gitg/command</applyto>
      <owner>gitg</owner>
      <type>string</type>
      <default>gitg "%s"</default>
      <locale name="C">
      <short>The command to handle GITG scheme URLs</short>
      <long>The command to handle GITG scheme URLs.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/gitg/needs_terminal</key>
      <applyto>/desktop/gnome/url-handlers/gitg/needs_terminal</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
      <short>Whether command to handle GITG scheme URLs needs a terminal</short>
      <long>Whether command to handle GITG scheme URLs needs a terminal.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/gnome/url-handlers/gitg/enabled</key>
      <applyto>/desktop/gnome/url-handlers/gitg/enabled</applyto>
      <owner>gitg</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
      <short>Whether command to handle GITG scheme URLs is enabled</short>
      <long>Whether command to handle GITG scheme URLs is enabled.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>