~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/firepaint/firepaint.xml.in

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<compiz>
3
3
    <plugin name="firepaint" useBcop="true">
4
 
        <_short>Paint fire on the screen</_short>
5
 
        <_long>Paint fire or other particles on the screen</_long>
 
4
        <_short>Firepaint</_short>
 
5
        <_long>Paint fire particles with a specific or random color onto the screen</_long>
6
6
        <deps>
7
7
            <requirement>
8
8
                <plugin>opengl</plugin>
15
15
        </deps>
16
16
        <category>Effects</category>
17
17
        <options>
 
18
            <group>
 
19
                <_short>General</_short>
18
20
            <option type="key" name="initiate_key">
19
 
                <_short>Initiate (key)</_short>
20
 
                <_long>Initiate fire drawing</_long>
 
21
                <_short>Initiate Key</_short>
 
22
                <_long>Key shortcut to initiate fire drawing.</_long>
21
23
                <default></default>
22
24
            </option>
23
25
            <option type="button" name="initiate_button">
24
 
                <_short>Initiate (button)</_short>
25
 
                <_long>Initiate fire drawing</_long>
 
26
                <_short>Initiate Button</_short>
 
27
                <_long>Mouse button shortcut to initiate fire drawing.</_long>
26
28
                <default>&lt;Super&gt;&lt;Shift&gt;Button1</default>
27
29
            </option>
28
30
            <option type="key" name="clear_key">
29
 
                <_short>Clear (key)</_short>
30
 
                <_long>Clear</_long>
 
31
                <_short>Clear Key</_short>
 
32
                <_long>Key shortcut to remove all fire particles.</_long>
31
33
                <default>&lt;Super&gt;&lt;Shift&gt;c</default>
32
34
            </option>
33
35
            <option type="button" name="clear_button">
34
 
                <_short>Clear (button)</_short>
35
 
                <_long>Clear</_long>
 
36
                <_short>Clear Button</_short>
 
37
                <_long>Mouse button shortcut to remove all fire particles.</_long>
36
38
                <default></default>
37
39
            </option>
 
40
            <option name="bg_brightness" type="float">
 
41
                <_short>Background Brightness</_short>
 
42
                <_long>The brightness of the background during Firepaint (in percent).</_long>
 
43
                <default>50.0</default>
 
44
                <min>0.0</min>
 
45
                <max>100.0</max>
 
46
                <precision>5.0</precision>
 
47
            </option>
 
48
            </group>
 
49
            <group>
 
50
                <_short>Particle Settings</_short>
38
51
            <option type="action" name="add_particle">
39
52
                <_short>Add Particle</_short>
40
 
                <_long>Adds a fire particle at position (x,y), where x and y are floats.</_long>
 
53
                <_long>Adds a fire particle at position (x, y), where x and y are floats.</_long>
41
54
            </option>
42
55
            <option name="num_Particles" type="int">
43
 
                <_short>Number of particles</_short>
44
 
                <_long>Maximum number of active particles</_long>
 
56
                <_short>Fire Particle Number</_short>
 
57
                <_long>Maximum number of active particles.</_long>
45
58
                <default>3000</default>
46
59
                <min>100</min>
47
60
                <max>20000</max>
48
61
            </option>
49
62
            <option name="fire_size" type="float">
50
63
                <_short>Fire Particle Size</_short>
51
 
                <_long>Fire particle size.</_long>
 
64
                <_long>The size of the individual particles.</_long>
52
65
                <default>15.0</default>
53
66
                <min>0.1</min>
54
67
                <max>40</max>
56
69
            </option>
57
70
            <option name="fire_slowdown" type="float">
58
71
                <_short>Fire Particle Slowdown</_short>
59
 
                <_long>Fire particle slowdown.</_long>
 
72
                <_long>The slowdown of the fire particles.</_long>
60
73
                <default>0.5</default>
61
74
                <min>0.1</min>
62
75
                <max>10</max>
64
77
            </option>
65
78
            <option name="fire_life" type="float">
66
79
                <_short>Fire Particle Life</_short>
67
 
                <_long>Fire particle life.</_long>
 
80
                <_long>The lifespan of the fire particles.</_long>
68
81
                <default>0.7</default>
69
82
                <min>0.1</min>
70
83
                <max>0.95</max>
72
85
            </option>
73
86
            <option name="fire_color" type="color">
74
87
                <_short>Fire Particle Color</_short>
75
 
                <_long>Fire particle color.</_long>
 
88
                <_long>The color and opacity of the fire particles.</_long>
76
89
                <default>
77
90
                    <red>0xffff</red>
78
91
                    <green>0x3333</green>
85
98
                <_long>Have random colors for the fire effect, also known as Mystical Fire.</_long>
86
99
                <default>false</default>
87
100
            </option>
88
 
            <option name="bg_brightness" type="int">
89
 
                <_short>Background brightness</_short>
90
 
                <_long>Background brightness during paint</_long>
91
 
                <default>50</default>
92
 
                <min>0</min>
93
 
                <max>100</max>
94
 
            </option>
 
101
            </group>
95
102
        </options>
96
103
    </plugin>
97
104
</compiz>