2013-09-21 12:03:23 +00:00
<schemalist gettext-domain= "astrognome" >
2014-07-18 16:35:39 +00:00
<enum id= "eu.polonkai.gergely.Astrognome.GsweHouseSystem" >
<value nick= "none" value= "0" />
<value nick= "placidus" value= "1" />
<value nick= "koch" value= "2" />
<value nick= "equal" value= "3" />
</enum>
2013-09-21 12:03:23 +00:00
<schema id= "eu.polonkai.gergely.Astrognome" path= "/eu/polonkai/gergely/Astrognome/" >
<child name= "state" schema= "eu.polonkai.gergely.Astrognome.state" />
2014-07-04 11:02:45 +00:00
<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) don’ t 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 don’ t have a character representation, an image fallback will be used.</description>
</key>
2014-07-18 16:35:39 +00:00
<key name= "default-house-system" enum= "eu.polonkai.gergely.Astrognome.GsweHouseSystem" >
<default > 'placidus'</default>
<summary > The default house system</summary>
<description > The house system to use by default in new charts</description>
</key>
2013-09-21 12:03:23 +00:00
</schema>
<schema id= "eu.polonkai.gergely.Astrognome.state" path= "/eu/polonkai/gergely/Astrognome/state/" >
<child name= "window" schema= "eu.polonkai.gergely.Astrognome.state.window" />
<child name= "chart" schema= "eu.polonkai.gergely.Astrognome.state.chart" />
</schema>
<schema id= "eu.polonkai.gergely.Astrognome.state.window" path= "/eu/polonkai/gergely/Astrognome/state/window/" >
<key name= "maximized" type= "b" >
<default > false</default>
<summary > New window maximized state</summary>
<description > Whether a new window should open maximized.</description>
</key>
<key name= "width" type= "i" >
<default > 600</default>
<summary > Width of new windows</summary>
<description > The width of newly created windows.</description>
</key>
<key name= "height" type= "i" >
<default > 600</default>
<summary > Height of new windows</summary>
<description > The height of newly created windows.</description>
</key>
</schema>
<schema id= "eu.polonkai.gergely.Astrognome.state.chart" path= "/eu/polonkai/gergely/Astrognome/state/chart/" >
<key name= "classic-only" type= "b" >
<default > false</default>
<summary > Use the classical view</summary>
<description > Use the classical view: planets only between Sun and Saturn, only Ptolemaic aspects, no antiscia.</description>
</key>
</schema>
</schemalist>