mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-31 03:48:10 +00:00
52 lines
2.1 KiB
Text
52 lines
2.1 KiB
Text
<schemalist>
|
|
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.history" path="/org/gnome/gitg/history/">
|
|
<child name="preferences" schema="org.gnome.gitg.history.preferences" />
|
|
</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>
|