~timo-jyrinki/compiz-plugins-main/fix_755842

« back to all changes in this revision

Viewing changes to .pc/shift_954079.patch/shift/shift.xml.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Łukasz 'sil2100' Zemczak, Didier Roche
  • Date: 2012-03-21 11:46:41 UTC
  • Revision ID: package-import@ubuntu.com-20120321114641-5ehdlu4zkt71vziw
Tags: 1:0.9.7.0~bzr19-0ubuntu7
[ Łukasz 'sil2100' Zemczak ]
* debian/patches/shift_954079.patch:
  - cherry picked the shift plugin patch for fixing an issue with compiz crashes
    on right-click. This removes an unused option in the plugin. (LP: #954079)
* debian/patches/fix_broken_build.patch:
  - fixes the build with the newer compiz
* debian/patches/vpswitch_953834.patch:
  - don't pass through keystrokes you are using to the active window (LP: #953834)

[ Didier Roche ]
* debian/control:
  - bump compiz-dev and libcompizconfig0-dev build-dep for ABI break
* debian/patches/fix_930192.patch:
  - Animations of large or full-screen windows skip frames (not smooth) (LP: #930192)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<compiz>
 
3
        <plugin name="shift" useBcop="true">
 
4
                <_short>Shift Switcher</_short>
 
5
                <_long>Shift Switcher Plugin</_long>
 
6
                <category>Window Management</category>
 
7
                <deps>
 
8
                        <relation type="before">
 
9
                                <plugin>fade</plugin>
 
10
                                <plugin>bs</plugin>
 
11
                        </relation>
 
12
                        <relation type="after">
 
13
                                <plugin>composite</plugin>
 
14
                                <plugin>opengl</plugin>
 
15
                                <plugin>text</plugin>
 
16
                                <plugin>decor</plugin>
 
17
                        </relation>
 
18
                        <requirement>
 
19
                                <plugin>opengl</plugin>
 
20
                        </requirement>
 
21
                </deps>
 
22
                <options>
 
23
                        <group>
 
24
                                <_short>Key bindings</_short>
 
25
                                <option name="initiate_key" type="key">
 
26
                                        <_short>Initiate</_short>
 
27
                                        <_long>Initiate switcher.</_long>
 
28
                                        <default>&lt;Super&gt;&lt;Shift&gt;s</default>
 
29
                                </option>
 
30
                                <option name="initiate_button" type="button">
 
31
                                        <_short>Initiate</_short>
 
32
                                        <_long>Initiate switcher.</_long>
 
33
                                </option>
 
34
                                <option name="initiate_edge" type="edge">
 
35
                                        <_short>Initiate</_short>
 
36
                                        <_long>Initiate switcher.</_long>
 
37
                                </option>
 
38
                                <option name="initiate_all_key" type="key">
 
39
                                        <_short>Initiate (All Workspaces)</_short>
 
40
                                        <_long>Initiate switcher (All Workspaces).</_long>
 
41
                                </option>
 
42
                                <option name="initiate_all_button" type="button">
 
43
                                        <_short>Initiate (All Workspaces)</_short>
 
44
                                        <_long>Initiate switcher (All Workspaces).</_long>
 
45
                                </option>
 
46
                                <option name="initiate_all_edge" type="edge">
 
47
                                        <_short>Initiate (All Workspaces)</_short>
 
48
                                        <_long>Initiate switcher (All Workspaces).</_long>
 
49
                                </option>
 
50
                                <option name="terminate_button" type="button">
 
51
                                        <_short>Terminate</_short>
 
52
                                        <_long>Terminate switcher.</_long>
 
53
                                        <default>Button3</default>
 
54
                                </option>
 
55
                                <option name="next_key" type="key">
 
56
                                        <_short>Next Window</_short>
 
57
                                        <_long>Show switcher if not visible and select next window.</_long>
 
58
                                        <default>&lt;Super&gt;Tab</default>
 
59
                                </option>
 
60
                                <option name="next_button" type="button">
 
61
                                        <_short>Next Window</_short>
 
62
                                        <_long>Show switcher if not visible and select next window.</_long>
 
63
                                </option>
 
64
                                <option name="prev_key" type="key">
 
65
                                        <_short>Previous Window</_short>
 
66
                                        <_long>Show switcher if not visible and select previous window.</_long>
 
67
                                        <default>&lt;Super&gt;&lt;Shift&gt;Tab</default>
 
68
                                </option>
 
69
                                <option name="prev_button" type="button">
 
70
                                        <_short>Previous Window</_short>
 
71
                                        <_long>Show switcher if not visible and select previous window.</_long>
 
72
                                </option>
 
73
                                <option name="next_all_key" type="key">
 
74
                                        <_short>Next Window (All Workspaces)</_short>
 
75
                                        <_long>Show switcher if not visible and select next window out of all windows.</_long>
 
76
                                        <default>&lt;Super&gt;&lt;Alt&gt;Tab</default>
 
77
                                </option>
 
78
                                <option name="next_all_button" type="button">
 
79
                                        <_short>Next Window (All Workspaces)</_short>
 
80
                                        <_long>Show switcher if not visible and select next window out of all windows.</_long>
 
81
                                </option>
 
82
                                <option name="prev_all_key" type="key">
 
83
                                        <_short>Previous Window (All Workspaces)</_short>
 
84
                                        <_long>Show switcher if not visible and select previous window out of all windows.</_long>
 
85
                                        <default>&lt;Super&gt;&lt;Shift&gt;&lt;Alt&gt;Tab</default>
 
86
                                </option>
 
87
                                <option name="prev_all_button" type="button">
 
88
                                        <_short>Previous Window (All Workspaces)</_short>
 
89
                                        <_long>Show switcher if not visible and select previous window out of all windows.</_long>
 
90
                                </option>
 
91
                                <option name="next_group_key" type="key">
 
92
                                        <_short>Next Window (Group)</_short>
 
93
                                        <_long>Show switcher if not visible and select next window of the current application.</_long>
 
94
                                </option>
 
95
                                <option name="next_group_button" type="button">
 
96
                                        <_short>Next Window (Group)</_short>
 
97
                                        <_long>Show switcher if not visible and select next window of the current application.</_long>
 
98
                                        <allowed key="true" button="true"/>
 
99
                                        <default/>
 
100
                                </option>
 
101
                                <option name="prev_group_key" type="key">
 
102
                                        <_short>Previous Window (Group)</_short>
 
103
                                        <_long>Show switcher if not visible and select previous window of the current application.</_long>
 
104
                                </option>
 
105
                                <option name="prev_group_button" type="button">
 
106
                                        <_short>Previous Window (Group)</_short>
 
107
                                        <_long>Show switcher if not visible and select previous window of the current application.</_long>
 
108
                                </option>
 
109
 
 
110
                        </group>
 
111
                        <group>
 
112
                                <_short>Misc. Options</_short>
 
113
                                <option name="speed" type="float">
 
114
                                        <_short>Fade speed</_short>
 
115
                                        <_long>Fade in/out speed</_long>
 
116
                                        <default>1.5</default>
 
117
                                        <min>0.1</min>
 
118
                                        <max>10.0</max>
 
119
                                        <precision>0.1</precision>
 
120
                                </option>
 
121
                                <option name="shift_speed" type="float">
 
122
                                        <_short>Shift speed</_short>
 
123
                                        <_long>Shift animation speed</_long>
 
124
                                        <default>1.0</default>
 
125
                                        <min>0.1</min>
 
126
                                        <max>5.0</max>
 
127
                                        <precision>0.01</precision>
 
128
                                </option>
 
129
                                <option name="timestep" type="float">
 
130
                                        <_short>Timestep</_short>
 
131
                                        <_long>Shift timestep</_long>
 
132
                                        <default>1.2</default>
 
133
                                        <min>0.1</min>
 
134
                                        <max>50.0</max>
 
135
                                        <precision>0.1</precision>
 
136
                                </option>
 
137
                                <option name="window_match" type="match">
 
138
                                        <_short>Shift Windows</_short>
 
139
                                        <_long>Windows that should be shown in the shift switcher</_long>
 
140
                                        <default>Normal | Dialog | ModalDialog | Utility | Unknown</default>
 
141
                                </option>
 
142
                                <option name="minimized" type="bool">
 
143
                                        <_short>Show Minimized</_short>
 
144
                                        <_long>Show windows that are minimized, shaded or in show desktop mode.</_long>
 
145
                                        <default>true</default>
 
146
                                </option>
 
147
                                <option name="mouse_speed" type="float">
 
148
                                        <_short>Mouse speed</_short>
 
149
                                        <_long>Mouse movement speed</_long>
 
150
                                        <default>10.0</default>
 
151
                                        <min>0.1</min>
 
152
                                        <max>50.0</max>
 
153
                                        <precision>0.1</precision>
 
154
                                </option>
 
155
                                <option name="click_duration" type="int">
 
156
                                        <_short>Click duration</_short>
 
157
                                        <_long>Maximum click duration in miliseconds.</_long>
 
158
                                        <default>500</default>
 
159
                                        <min>10</min>
 
160
                                        <max>2000</max>
 
161
                                </option>
 
162
                        </group>
 
163
                        <group>
 
164
                                <_short>Appearance</_short>
 
165
                                <option name="mode" type="int">
 
166
                                        <_short>Switcher mode</_short>
 
167
                                        <_long>Switcher mode.</_long>
 
168
                                        <default>0</default>
 
169
                                        <min>0</min>
 
170
                                        <max>1</max>
 
171
                                        <desc>
 
172
                                                <value>0</value>
 
173
                                                <_name>Cover</_name>
 
174
                                        </desc>
 
175
                                        <desc>
 
176
                                                <value>1</value>
 
177
                                                <_name>Flip</_name>
 
178
                                        </desc>
 
179
                                </option>
 
180
                                <option name="size" type="int">
 
181
                                        <_short>Max window size</_short>
 
182
                                        <_long>Maximum window size (in percent of the screen width)</_long>
 
183
                                        <default>50</default>
 
184
                                        <min>1</min>
 
185
                                        <max>100</max>
 
186
                                </option>
 
187
                                <option name="background_intensity" type="float">
 
188
                                        <_short>Background intensity</_short>
 
189
                                        <_long>Background intensity.</_long>
 
190
                                        <default>0.5</default>
 
191
                                        <min>0.0</min>
 
192
                                        <max>1.0</max>
 
193
                                        <precision>0.01</precision>
 
194
                                </option>
 
195
                                <option name="hide_all" type="bool">
 
196
                                        <_short>Hide non Desktop windows</_short>
 
197
                                        <_long>Hide all non Desktop windows during switching</_long>
 
198
                                        <default>false</default>
 
199
                                </option>
 
200
                                <subgroup>
 
201
                                        <short>Reflection</short>
 
202
                                        <option name="reflection" type="bool">
 
203
                                                <_short>Reflection</_short>
 
204
                                                <_long>Show a reflection of the viewports on the ground</_long>
 
205
                                                <default>true</default>
 
206
                                        </option>
 
207
                                        <option name="ground_color1" type="color">
 
208
                                                <_short>Ground color(near)</_short>
 
209
                                                <_long>Color of the ground (near).</_long>
 
210
                                                <default>
 
211
                                                        <red>0xb333</red>
 
212
                                                        <green>0xb333</green>
 
213
                                                        <blue>0xb333</blue>
 
214
                                                        <alpha>0xcccc</alpha>
 
215
                                                </default>
 
216
                                        </option>
 
217
                                        <option name="ground_color2" type="color">
 
218
                                                <_short>Ground color(far)</_short>
 
219
                                                <_long>Color of the ground (far).</_long>
 
220
                                                <default>
 
221
                                                        <red>0xb333</red>
 
222
                                                        <green>0xb333</green>
 
223
                                                        <blue>0xb333</blue>
 
224
                                                        <alpha>0x0000</alpha>
 
225
                                                </default>
 
226
                                        </option>
 
227
                                        <option name="ground_size" type="float">
 
228
                                                <_short>Reflection ground size</_short>
 
229
                                                <_long>Reflection ground size.</_long>
 
230
                                                <default>0.5</default>
 
231
                                                <min>0.0</min>
 
232
                                                <max>1.0</max>
 
233
                                                <precision>0.01</precision>
 
234
                                        </option>
 
235
                                        <option name="intensity" type="float">
 
236
                                                <_short>Intensity</_short>
 
237
                                                <_long>Reflection intensity</_long>
 
238
                                                <default>0.4</default>
 
239
                                                <min>0.0</min>
 
240
                                                <max>1.0</max>
 
241
                                                <precision>0.01</precision>
 
242
                                        </option>
 
243
                                </subgroup>
 
244
                                <subgroup>
 
245
                                        <_short>Flip</_short>
 
246
                                        <option name="flip_rotation" type="int">
 
247
                                                <_short>Flip angle</_short>
 
248
                                                <_long>Rotation angle of the flip animation</_long>
 
249
                                                <default>30</default>
 
250
                                                <min>-80</min>
 
251
                                                <max>80</max>
 
252
                                        </option>
 
253
                                </subgroup>
 
254
                                <subgroup>
 
255
                                        <_short>Cover</_short>
 
256
                                        <option name="cover_offset" type="float">
 
257
                                                <_short>Cover offset</_short>
 
258
                                                <_long>Cover movement offset.</_long>
 
259
                                                <default>0.0</default>
 
260
                                                <min>-0.4</min>
 
261
                                                <max>0.4</max>
 
262
                                                <precision>0.01</precision>
 
263
                                        </option>
 
264
                                        <option name="cover_angle" type="float">
 
265
                                                <_short>Cover angle</_short>
 
266
                                                <_long>How much windows should be tilted.</_long>
 
267
                                                <default>60</default>
 
268
                                                <min>0</min>
 
269
                                                <max>360</max>
 
270
                                                <precision>0.1</precision>
 
271
                                        </option>
 
272
                                        <option name="cover_extra_space" type="float">
 
273
                                                <_short>Space Factor</_short>
 
274
                                                <_long>How much windows should be spaced apart</_long>
 
275
                                                <default>1</default>
 
276
                                                <min>1</min>
 
277
                                                <max>2</max>
 
278
                                                <precision>0.1</precision>
 
279
                                        </option>
 
280
                                        <option name="cover_max_visible_windows" type="int">
 
281
                                                <_short>Maximum number of visible windows</_short>
 
282
                                                <_long>How many windows should be visible at maximum in the cover mode</_long>
 
283
                                                <default>10</default>
 
284
                                                <min>1</min>
 
285
                                                <max>100</max>
 
286
                                        </option>
 
287
                                </subgroup>
 
288
                                <option name="overlay_icon" type="int">
 
289
                                        <_short>Overlay Icon</_short>
 
290
                                        <_long>Overlay an icon on windows in the shift switcher</_long>
 
291
                                        <default>1</default>
 
292
                                        <min>0</min>
 
293
                                        <max>2</max>
 
294
                                        <desc>
 
295
                                                <value>0</value>
 
296
                                                <_name>None</_name>
 
297
                                        </desc>
 
298
                                        <desc>
 
299
                                                <value>1</value>
 
300
                                                <_name>Emblem</_name>
 
301
                                        </desc>
 
302
                                        <desc>
 
303
                                                <value>2</value>
 
304
                                                <_name>Big</_name>
 
305
                                        </desc>
 
306
                                </option>
 
307
                                <option name="mipmaps" type="bool">
 
308
                                        <_short>Mipmaps</_short>
 
309
                                        <_long>Generate mipmaps</_long>
 
310
                                        <default>false</default>
 
311
                                </option>
 
312
                                <option name="multioutput_mode" type="int">
 
313
                                        <_short>Multi Output Mode</_short>
 
314
                                        <_long>Selects how the switcher is displayed if multiple output devices are used.</_long>
 
315
                                        <min>0</min>
 
316
                                        <max>2</max>
 
317
                                        <default>0</default>
 
318
                                        <desc>
 
319
                                                <value>0</value>
 
320
                                                <_name>Disabled</_name>
 
321
                                        </desc>
 
322
                                        <desc>
 
323
                                                <value>1</value>
 
324
                                                <_name>On activated output</_name>
 
325
                                        </desc>
 
326
                                        <desc>
 
327
                                                <value>2</value>
 
328
                                                <_name>One big switcher</_name>
 
329
                                        </desc>
 
330
                                </option>
 
331
                        </group>
 
332
                        <group>
 
333
                                <_short>Window title display</_short>
 
334
                                <option name="window_title" type="bool">
 
335
                                        <_short>Show Window Title</_short>
 
336
                                        <_long>Show window title of currently selected window.</_long>
 
337
                                        <default>true</default>
 
338
                                </option>
 
339
                                <option name="title_font_bold" type="bool">
 
340
                                        <_short>Bold Font</_short>
 
341
                                        <_long>Selects if the window title should be displayed in bold font or not.</_long>
 
342
                                        <default>false</default>
 
343
                                </option>
 
344
                                <option name="title_font_size" type="int">
 
345
                                        <_short>Font Size</_short>
 
346
                                        <_long>Font size for the window title</_long>
 
347
                                        <default>16</default>
 
348
                                        <min>6</min>
 
349
                                        <max>96</max>
 
350
                                </option>
 
351
                                <option name="title_back_color" type="color">
 
352
                                        <_short>Background Color</_short>
 
353
                                        <_long>Background color for the window title</_long>
 
354
                                        <default>
 
355
                                                <red>0x0000</red>
 
356
                                                <green>0x0000</green>
 
357
                                                <blue>0x0000</blue>
 
358
                                                <alpha>0x9999</alpha>
 
359
                                        </default>
 
360
                                </option>
 
361
                                <option name="title_font_color" type="color">
 
362
                                        <_short>Font Color</_short>
 
363
                                        <_long>Font color for the window title</_long>
 
364
                                        <default>
 
365
                                                <red>0xffff</red>
 
366
                                                <green>0xffff</green>
 
367
                                                <blue>0xffff</blue>
 
368
                                                <alpha>0xffff</alpha>
 
369
                                        </default>
 
370
                                </option>
 
371
                                <option name="title_text_placement" type="int">
 
372
                                        <_short>Text Placement</_short>
 
373
                                        <_long>Selects where to place the window title.</_long>
 
374
                                        <default>2</default>
 
375
                                        <min>0</min>
 
376
                                        <max>2</max>
 
377
                                        <desc>
 
378
                                                <value>0</value>
 
379
                                                <_name>Centered on screen</_name>
 
380
                                        </desc>
 
381
                                        <desc>
 
382
                                                <value>1</value>
 
383
                                                <_name>Above</_name>
 
384
                                        </desc>
 
385
                                        <desc>
 
386
                                                <value>2</value>
 
387
                                                <_name>Below</_name>
 
388
                                        </desc>
 
389
                                </option>
 
390
                        </group>
 
391
                </options>
 
392
        </plugin>
 
393
</compiz>