~aurelien-riv/+junk/livewallpaper

« back to all changes in this revision

Viewing changes to data/net.launchpad.livewallpaper.gschema.xml

  • Committer: Maximilian Schnarr
  • Date: 2012-11-09 18:29:41 UTC
  • mfrom: (86.1.1 livewallpaper-0.3)
  • Revision ID: fyrmir@gmx.de-20121109182941-nrbq0bu26zn4ng6q
Merged bugfix from 0.3 branch and improved custom background handling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
                <value nick="Multiple wallpapers"  value="1" />
6
6
        </enum>
7
7
 
 
8
        <enum id="net.launchpad.livewallpaper.bg-mode">
 
9
                <value nick="Default background"         value="0" />
 
10
                <value nick="Custom image"               value="1" />
 
11
                <value nick="Single color"               value="2" />
 
12
                <value nick="Horizontal color gradient"  value="3" />
 
13
                <value nick="Vertical color gradient"    value="4" />
 
14
        </enum>
 
15
 
8
16
        <enum id="net.launchpad.livewallpaper.bg-render-type">
9
17
                <value nick="Zoom"      value="0" />
10
18
                <value nick="Center"    value="1" />
13
21
                <value nick="Tile"      value="4" />
14
22
        </enum>
15
23
 
16
 
        <enum id="net.launchpad.livewallpaper.bg-shading-type">
17
 
                <value nick="Livewallpaper's default"    value="0" />
18
 
                <value nick="Custom Background Image"    value="1" />
19
 
                <value nick="Horizontal color gradient"  value="2" />
20
 
                <value nick="Vertical color gradient"    value="3" />
21
 
                <value nick="Single color"               value="4" />
22
 
        </enum>
23
 
 
24
24
        <schema id="net.launchpad.livewallpaper" path="/net/launchpad/livewallpaper/">
25
25
                <!-- <lwp:tab name="General"/> -->
26
26
                <key type="b" name="active">
53
53
                </key>
54
54
 
55
55
                <!-- <lwp:tab name="Background" /> -->
56
 
                <key name="bg-shading-type" enum="net.launchpad.livewallpaper.bg-shading-type">
57
 
                        <default>"Livewallpaper's default"</default>
58
 
                        <summary>Shading Type</summary>
59
 
                        <description>How to shade the background color</description>
 
56
                <key name="bg-mode" enum="net.launchpad.livewallpaper.bg-mode">
 
57
                        <default>"Default background"</default>
 
58
                        <summary>Background</summary>
 
59
                        <description>Choose the plugin's background image</description>
60
60
                </key>
61
61
 
 
62
                <!-- <lwp:separator/> -->
62
63
                <key type="s" name="bg-image">
63
64
                        <!-- <lwp:type>image</lwp:type> -->
64
65
                        <default>""</default>
71
72
                        <description>Determines how the background image is rendered</description>
72
73
                </key>
73
74
 
 
75
                <!-- <lwp:separator/> -->
74
76
                <key type="s" name="bg-primary-color">
75
77
                        <!-- <lwp:type>color</lwp:type> -->
76
78
                        <default>"rgba (255, 255, 0, 255)"</default>