Add planets-char and aspects-char settings to GSettings schema

This commit is contained in:
2014-07-04 13:02:45 +02:00
parent f65cb50f8e
commit d8aadc4ffa
3 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
<schemalist gettext-domain="astrognome">
<schema id="eu.polonkai.gergely.Astrognome" path="/eu/polonkai/gergely/Astrognome/">
<child name="state" schema="eu.polonkai.gergely.Astrognome.state" />
<key name="planets-char" type="b">
<default>false</default>
<summary>Display planet symbols as UTF-8 characters</summary>
<description>Whether to show planet symbols as their UTF-8 representation. Uses less memory, but not all system fonts have them defined. If a planet (like most dwarves) dont have a character representation, an image fallback will be used.</description>
</key>
<key name="aspects-char" type="b">
<default>false</default>
<summary>Display aspect symbols as UTF-8 characters</summary>
<description>Whether to show aspect symbols as their UTF-8 representation. Uses less memory, but not all system fonts have them defined. If an aspect dont have a character representation, an image fallback will be used.</description>
</key>
</schema>
<schema id="eu.polonkai.gergely.Astrognome.state" path="/eu/polonkai/gergely/Astrognome/state/">
<child name="window" schema="eu.polonkai.gergely.Astrognome.state.window" />