summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-06-17 11:09:53 -0400
committerLuke from DC <[email protected]>2026-09-01 05:51:15 +0000
commit38e726115c3f731d8ec268a2829075e5d5546fb1 (patch)
treef5164d1a4d6a0c6cd04b5700e5f31702dff346ba /data
parent1ee860021cdd59f78df63f480676f06bea344346 (diff)
downloadatril-master.tar.bz2
atril-master.tar.xz
Add summary and description to all keys in the Default schemaHEADmaster
This makes them discoverable in dconf-editor.
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.Atril.gschema.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml
index 1388f8a7..c15c8558 100644
--- a/data/org.mate.Atril.gschema.xml
+++ b/data/org.mate.Atril.gschema.xml
@@ -44,39 +44,63 @@
<schema id="org.mate.Atril.Default" path="/org/mate/atril/default/" gettext-domain="atril">
<key name="show-toolbar" type="b">
<default>true</default>
+ <summary>Show toolbar</summary>
+ <description>Whether to show the toolbar.</description>
</key>
<key name="show-sidebar" type="b">
<default>true</default>
+ <summary>Show side pane</summary>
+ <description>Whether to show the side pane.</description>
</key>
<key name="window-ratio" type="(dd)">
<default>(0., 0.)</default>
+ <summary>Default window size ratio</summary>
+ <description>The default width and height ratio of the window.</description>
</key>
<key name="sizing-mode" enum="org.mate.Atril.SizingMode">
<default>'fit-width'</default>
+ <summary>Page sizing mode</summary>
+ <description>The default page sizing mode: "fit-page", "fit-width", or "free".</description>
</key>
<key name="zoom" type="d">
<default>1.</default>
+ <summary>Default zoom level</summary>
+ <description>The default zoom level when sizing mode is set to "free".</description>
</key>
<key name="inverted-colors" type="b">
<default>false</default>
+ <summary>Invert document colors</summary>
+ <description>Whether to display documents with inverted colors.</description>
</key>
<key name="continuous" type="b">
<default>true</default>
+ <summary>Continuous scrolling</summary>
+ <description>Whether to scroll pages continuously.</description>
</key>
<key name="dual-page" type="b">
<default>false</default>
+ <summary>Dual page view</summary>
+ <description>Whether to show two pages side by side.</description>
</key>
<key name="dual-page-odd-left" type="b">
<default>false</default>
+ <summary>Odd pages on the left in dual page mode</summary>
+ <description>Whether to place odd-numbered pages on the left side in dual page mode.</description>
</key>
<key name="fullscreen" type="b">
<default>false</default>
+ <summary>Open in fullscreen mode</summary>
+ <description>Whether to open the document in fullscreen mode.</description>
</key>
<key name="sidebar-page" type="s">
<default>'links'</default>
+ <summary>Default sidebar page</summary>
+ <description>The default sidebar page to show.</description>
</key>
<key name="sidebar-size" type="i">
<default>132</default>
+ <summary>Side pane width</summary>
+ <description>The default width of the side pane in pixels.</description>
</key>
</schema>