~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to data/org.pantheon.gazette.gschema.xml

  • Committer: gotwig at ubuntu
  • Date: 2013-08-01 23:20:17 UTC
  • Revision ID: gotwig@ubuntu.com-20130801232017-kl9ihbcoyj9dnmia
radical new approach; service-states is meant to hold ALL states of widgets, which are essential for everyone, independent of its function
like update-interval, fonts, color. only look is implemented yet. functions will soon follow. Show these essential values the user in the plug.
Todo: Add an expander, hide button for this, as this are "advanced settings"

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        </key>
7
7
        <key name="service-states" type="as">
8
8
            <default>[]</default>
9
 
            <summary>The last state of each service</summary>
 
9
            <summary>The last state of each service / holds all essential properties for every service (font, color, update-interval)</summary>
10
10
        </key>
11
11
        <key name="show-welcome" type="b">
12
12
            <default>true</default>
13
13
            <summary>Whether or not to show a welcome message on launch.</summary>
14
14
        </key>
15
15
    </schema>
16
 
    <schema path="/org/pantheon/gazette/appearance/" id="org.pantheon.gazette.appearance" gettext-domain="gazette">
17
 
        <key name="title-font" type="s">
18
 
            <default>"Raleway"</default>
19
 
            <summary>The font used for the widgets' titles</summary>
20
 
        </key>
21
 
        <key name="content-font" type="s">
22
 
            <default>"Open Sans"</default>
23
 
            <summary>The font used for widgets' content</summary>
24
 
        </key>
25
 
        <key name="text-color" type="s">
26
 
            <default>"white"</default>
27
 
            <summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>
28
 
        </key>
29
 
        <key name="shadow-color" type="s">
30
 
            <default>"black"</default>
31
 
            <summary>The RGBA color for all the text in either "#rrggbb", "rgba(r,g,b,a)", "rgb(r,g,b)" or any named color from the X11 rgb.txt file</summary>
32
 
        </key>
33
 
    </schema>
34
16
</schemalist>