gitg/data/gitg.schemas.in
Jesse van den Kieboom f88f6b1583 Added showing right margin in commit message
This adds a preference to show the right margin at a particular column.
This can be used to easily see where commit messages could be wrapped
to stay within a certain column width.
2009-06-24 01:40:37 +02:00

56 lines
2.1 KiB
Text

<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/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>
</schemalist>
</gconfschemafile>