diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:56 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:56 +0200 |
commit | 8004f1a7ad3cc6a3659517f3374bdf1b63416b24 (patch) | |
tree | b7b82cc6e01cd47d22f660e25508a7d8d555dc89 /misc/org.yorba.shotwell-extras.gschema.xml | |
parent | 28c68a75acac7ac3ce7fb169bc6aa65e16551c53 (diff) | |
parent | 566dc060676b41e1e58a446b7dcc4159e242fee6 (diff) |
Merge tag 'upstream/0.20.0'
Upstream version 0.20.0
Diffstat (limited to 'misc/org.yorba.shotwell-extras.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell-extras.gschema.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/misc/org.yorba.shotwell-extras.gschema.xml b/misc/org.yorba.shotwell-extras.gschema.xml index 17e66c7..3506f12 100644 --- a/misc/org.yorba.shotwell-extras.gschema.xml +++ b/misc/org.yorba.shotwell-extras.gschema.xml @@ -34,5 +34,62 @@ </key> </schema> +<schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-rajce" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-rajce/"> + <key name="url" type="s"> + <default>"http://rajce.net/"</default> + <summary>Rajce URL</summary> + <description>URL of the Rajce server.</description> + </key> + + <key name="username" type="s"> + <default>""</default> + <summary>username</summary> + <description>Rajce username, if logged in.</description> + </key> + + <key name="token" type="s"> + <default>""</default> + <summary>token</summary> + <description>user token, if remembered.</description> + </key> + + <key name="last-category" type="i"> + <default>-1</default> + <summary>last category</summary> + <description>The last selected Rajce category.</description> + </key> + + <key name="last-photo-size" type="i"> + <default>-1</default> + <summary>last photo size</summary> + <description>A numeric code representing the last photo size preset used when publishing to Rajce.</description> + </key> + + <key name="remember" type="b"> + <default>false</default> + <summary>remember</summary> + <description>If true, remember last login.</description> + </key> + + <key name="hide-album" type="b"> + <default>false</default> + <summary>hide album</summary> + <description>If true, hide the newly created Rajce album.</description> + </key> + + <key name="show-album" type="b"> + <default>false</default> + <summary>open album in web browser</summary> + <description>If true, open target album in the web browser just after uploading photos</description> + </key> + + <key name="strip-metadata" type="b"> + <default>false</default> + <summary>remove sensitive info from uploads</summary> + <description>Whether images being uploaded to Rajce should have their metadata removed first</description> + </key> + +</schema> + </schemalist> |