gitg/plugins/history/org.gnome.gitg.history.gschema.xml.in.in

62 lines
2.4 KiB
Plaintext

<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.history" path="/org/gnome/gitg/history/">
<child name="state" schema="org.gnome.gitg.history.state"/>
<child name="preferences" schema="org.gnome.gitg.history.preferences" />
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.history.state" path="/org/gnome/gitg/history/state/">
<key name="paned-views-position" type="i">
<default>200</default>
</key>
<key name="paned-panels-position" type="i">
<default>450</default>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.history.preferences" path="/org/gnome/gitg/history/preferences/">
<key name="collapse-inactive-lanes" type="i">
<default>2</default>
<_summary>When to Collapse Inactive Lanes</_summary>
<_description>
Setting that indicates when an inactive lane should be collapsed.
Valid values are 0 - 4, where 0 indicates 'early' and 4 indicates 'late'.
</_description>
</key>
<key name="collapse-inactive-lanes-enabled" type="b">
<default>true</default>
<_description>
Setting that indicates whether to collapse history lanes which do not
show activity. Enabling this can provide a cleaner history view when
there is a lot of parallel development. See collapse-inactive-lanes
to control when lanes should be collapsed.
</_description>
</key>
<key name="topological-order" type="b">
<default>false</default>
<_summary>Show History in Topological Order</_summary>
<_description>
Setting that indicates whether to show the history in topological order.
</_description>
</key>
<key name="show-stash" type="b">
<default>true</default>
<_description>
Setting that indicates whether to show items for the stash in the
history.
</_description>
</key>
<key name="show-staged" type="b">
<default>true</default>
<_description>
Setting that indicates whether to show a virtual item for the currently
staged changes in the history.
</_description>
</key>
<key name="show-unstaged" type="b">
<default>true</default>
<_description>
Setting that indicates whether to show a virtual item for the currently
unstaged changes in the history.
</_description>
</key>
</schema>
</schemalist>