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

« back to all changes in this revision

Viewing changes to plugins/cube/cube.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:
2
2
<compiz>
3
3
    <plugin name="cube" useBcop="true">
4
4
        <_short>Desktop Cube</_short>
5
 
        <_long>Place windows on cube</_long>
 
5
        <_long>Place windows and viewports on a cube</_long>
6
6
        <category>Desktop</category>
7
7
        <feature>largedesktop</feature>
8
8
        <deps>
19
19
        </deps>
20
20
        <options>
21
21
            <option name="unfold_key" type="key">
22
 
                <_short>Unfold</_short>
23
 
                <_long>Unfold cube</_long>
 
22
                <_short>Unfold Cube Key</_short>
 
23
                <_long>Keyboard shortcut to unfold the cube.</_long>
24
24
                <default>&lt;Control&gt;&lt;Alt&gt;Down</default>
25
25
            </option>
26
26
            <option name="mipmap" type="bool">
27
27
                <_short>Mipmap</_short>
28
 
                <_long>Generate mipmaps when possible for higher quality scaling</_long>
 
28
                <_long>Generate mipmaps for higher quality scaling.</_long>
29
29
                <default>true</default>
30
30
            </option>
31
31
            <option name="multioutput_mode" type="int">
32
32
                <_short>Multi Output Mode</_short>
33
 
                <_long>Selects how the cube is displayed if multiple output devices are used.</_long>
 
33
                <_long>Select how the cube is displayed, if multiple output devices are used.</_long>
34
34
                <min>0</min>
35
35
                <max>2</max>
36
36
                <default>0</default>
51
51
                <_short>Behaviour</_short>
52
52
                        <option name="in" type="bool">
53
53
                        <_short>Inside Cube</_short>
54
 
                        <_long>Inside cube</_long>
 
54
                        <_long>Place the camera inside the cube.</_long>
55
55
                        <default>false</default>
56
56
                        </option>
57
57
                        <option name="acceleration" type="float">
58
 
                        <_short>Acceleration</_short>
59
 
                        <_long>Fold Acceleration</_long>
 
58
                        <_short>Fold Acceleration</_short>
 
59
                        <_long>The acceleration of folding and unfolding.</_long>
60
60
                        <default>4.0</default>
61
61
                        <min>1.0</min>
62
62
                        <max>20.0</max>
63
63
                        <precision>0.1</precision>
64
64
                        </option>
65
65
                        <option name="speed" type="float">
66
 
                        <_short>Speed</_short>
67
 
                        <_long>Fold Speed</_long>
 
66
                        <_short>Fold Speed</_short>
 
67
                        <_long>The speed of folding and unfolding.</_long>
68
68
                        <default>1.5</default>
69
69
                        <min>0.1</min>
70
70
                        <max>50.0</max>
72
72
                        </option>
73
73
                        <option name="timestep" type="float">
74
74
                        <_short>Timestep</_short>
75
 
                        <_long>Fold Timestep</_long>
 
75
                        <_long>The timestep of folding and unfolding.</_long>
76
76
                        <default>1.2</default>
77
77
                        <min>0.1</min>
78
78
                        <max>50.0</max>
85
85
                        <_short>Cube Cap Colors</_short>
86
86
                        <option name="top_color" type="color">
87
87
                                <_short>Top</_short>
88
 
                                <_long>Color of top face of the cube</_long>
 
88
                                <_long>Color and opacity of top face of the cube.</_long>
89
89
                                <default>
90
90
                                        <red>0xffff</red>
91
91
                                        <green>0xffff</green>
94
94
                        </option>
95
95
                        <option name="bottom_color" type="color">
96
96
                                <_short>Bottom</_short>
97
 
                                <_long>Color of bottom face of the cube</_long>
 
97
                                <_long>Color and opacity of bottom face of the cube.</_long>
98
98
                                <default>
99
99
                                        <red>0xffff</red>
100
100
                                        <green>0xffff</green>
106
106
                                <_short>Skydome</_short>
107
107
                        <option name="skydome" type="bool">
108
108
                        <_short>Skydome</_short>
109
 
                        <_long>Render skydome</_long>
 
109
                        <_long>Render a specified skydome texture.</_long>
110
110
                        <default>false</default>
111
111
                        </option>
112
112
                        <option name="skydome_image" type="string">
113
113
                        <_short>Skydome Image</_short>
114
 
                        <_long>Image to use as texture for the skydome</_long>
 
114
                        <_long>Image to use as texture for the skydome.</_long>
115
115
                        <hints>file;image;</hints>
116
116
                        </option>
117
117
                        <option name="skydome_animated" type="bool">
118
118
                        <_short>Animate Skydome</_short>
119
 
                        <_long>Animate skydome when rotating cube</_long>
 
119
                        <_long>Animate the skydome when rotating the cube.</_long>
120
120
                        <default>false</default>
121
121
                        </option>
122
122
                        <option name="skydome_gradient_start_color" type="color">
123
123
                        <_short>Skydome Gradient Start Color</_short>
124
 
                        <_long>Color to use for the top color-stop of the skydome-fallback gradient</_long>
 
124
                        <_long>Color and opacity to use for the top color-stop of the skydome-fallback gradient.</_long>
125
125
                        <default>
126
126
                                <red>0x0d0d</red>
127
127
                                <green>0xb1b1</green>
130
130
                        </option>
131
131
                        <option name="skydome_gradient_end_color" type="color">
132
132
                        <_short>Skydome Gradient End Color</_short>
133
 
                        <_long>Color to use for the bottom color-stop of the skydome-fallback gradient</_long>
 
133
                        <_long>Color and opacity to use for the bottom color-stop of the skydome-fallback gradient.</_long>
134
134
                        <default>
135
135
                                <red>0xfefe</red>
136
136
                                <green>0xffff</green>
143
143
                <_short>Transparent Cube</_short>
144
144
                        <option name="active_opacity" type="float">
145
145
                        <_short>Opacity During Rotation</_short>
146
 
                        <_long>Opacity of desktop window during rotation.</_long>
 
146
                        <_long>Opacity of the desktop during cube rotation (in percent).</_long>
147
147
                        <default>100.0</default>
148
148
                        <min>0.0</min>
149
149
                        <max>100.0</max>
150
150
                        <precision>1.0</precision>
151
151
                        </option>
152
152
                        <option name="inactive_opacity" type="float">
153
 
                        <_short>Opacity When Not Rotating</_short>
154
 
                        <_long>Opacity of desktop window when not rotating.</_long>
 
153
                        <_short>Non Rotating Opacity</_short>
 
154
                        <_long>Opacity of the desktop when not rotating the cube (in percent).</_long>
155
155
                        <default>100.0</default>
156
156
                        <min>0.0</min>
157
157
                        <max>100.0</max>
158
158
                        <precision>1.0</precision>
159
159
                        </option>
160
160
                        <option name="transparent_manual_only" type="bool">
161
 
                        <_short>Transparency Only on Mouse Rotate</_short>
162
 
                        <_long>Initiates Cube transparency only if rotation is mouse driven.</_long>
 
161
                        <_short>Transparency Only On Mouse Rotate</_short>
 
162
                        <_long>Initiates cube transparency only, if the rotation is mouse driven.</_long>
163
163
                        <default>true</default>
164
164
                        </option>
165
165
            </group>