New installer: 2022-01-04

This commit is contained in:
Tom Schoonjans
2022-01-04 15:19:39 +00:00
parent 105f54e3c7
commit 6ffaee7ae1
2126 changed files with 3011 additions and 1339 deletions

View File

@@ -79,5 +79,12 @@
devices (i.e. flash disks, mobile phones, cameras).
</description>
</key>
<key name="disable-show-password" type="b">
<default>false</default>
<summary>Disable password showing</summary>
<description>
Disable the "Show Password" menu item in password entries.
</description>
</key>
</schema>
</schemalist>

View File

@@ -132,8 +132,8 @@
<summary>Hide all normal windows</summary>
</key>
<key name="panel-main-menu" type="as">
<default><![CDATA[['<Alt>F1']]]></default>
<summary>Show the activities overview</summary>
<default>[]</default>
<summary>DEPRECATED: This key is deprecated and ignored.</summary>
</key>
<key name="panel-run-dialog" type="as">
<default><![CDATA[['<Alt>F2']]]></default>

View File

@@ -18,6 +18,7 @@
<schema gettext-domain="gitg" id="org.gnome.gitg.preferences" path="/org/gnome/gitg/preferences/">
<child name="main" schema="org.gnome.gitg.preferences.main" />
<child name="history" schema="org.gnome.gitg.preferences.history" />
<child name="branch" schema="org.gnome.gitg.preferences.branch" />
<child name="commit" schema="org.gnome.gitg.preferences.commit" />
<child name="diff" schema="org.gnome.gitg.preferences.diff" />
</schema>
@@ -46,6 +47,17 @@
The activity which gitg activates by default when first launched.
</description>
</key>
<key name="use-default-font" type="b">
<default>true</default>
<summary>Use Default Font</summary>
<description>Whether to use the systems default fixed width font for widget's text instead of a font specific. If this option is turned off, then the font named in the “Editor Font” option will be used instead of the system font.</description>
</key>
<key name="monospace-font-name" type="s">
<!-- Translators: This is a GSettings default value. Do NOT change or localize the quotation marks! -->
<default l10n="messages">'Monospace 12'</default>
<summary>Editor Font</summary>
<description>A custom font that will be used for the text widgets. This will only take effect if the “Use Default Font” option is turned off.</description>
</key>
<key name="use-gravatar" type="b">
<default>false</default>
<summary>Use Gravatar</summary>
@@ -154,6 +166,15 @@
</description>
</key>
</schema>
<schema gettext-domain="gitg" id="org.gnome.gitg.preferences.branch" path="/org/gnome/gitg/preferences/branch/">
<key name="checkout-created-branch" type="b">
<default>true</default>
<summary>Switch to the new branch on creation</summary>
<description>
Setting that controls whether the newly created branch is checked out automatically.
</description>
</key>
</schema>
<schema gettext-domain="gitg" id="org.gnome.gitg.preferences.commit" path="/org/gnome/gitg/preferences/commit/">
<child name="message" schema="org.gnome.gitg.preferences.commit.message" />
<child name="diff" schema="org.gnome.gitg.preferences.commit.diff" />
@@ -211,6 +232,16 @@
commit message.
</description>
</key>
<key name="max-number-commit-messages" type="i">
<default>10</default>
<summary>Maximum number of previous commit messages</summary>
<description>Maximum number of previous commit messages to store for commit message history.</description>
</key>
<key name="max-number-days-commit-messages" type="i">
<default>30</default>
<summary>Maximum number of days to store previous commit messages</summary>
<description>Maximum number of days to store previous commit messages for commit message history.</description>
</key>
</schema>
<schema gettext-domain="gitg" id="org.gnome.gitg.preferences.diff" path="/org/gnome/gitg/preferences/diff/">
<key name="patience" type="b">