gitg/data/gitg.schemas.in

115 lines
4.2 KiB
Text
Raw Normal View History

<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>