~ubuntu-branches/ubuntu/natty/avant-window-navigator/natty

« back to all changes in this revision

Viewing changes to .pc/908-equal-in-schemas.patch/data/avant-window-navigator.schema-ini.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-17 13:48:28 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20101217134828-l394fb03wdkxc3mq
Tags: 0.4.1~bzr803-0ubuntu1
* New upstream snapshot.
 - Fix a crash with signal 5 in _XError (LP: #612144)
 - Re-add "move to another workspace" to launcher (LP: #568555)
* debian/patches:
 - 02-ftbfs-python-2.6.patch: Refresh.
 - 03-python-import.patch: Refresh.
 - 04-lda-requierement.patch: New patch, lower desktop-agnostic requierement,
   the version in Natty is enough.
 - Drop all others patches, merged upstream.
* debian/copyright:
 - Update copyright years and upstream authors.
* debian/control:
 - Build-depends on valac-0.10 (>= 0.9.1), to force stable version of Vala.
* debian/libawn1.symbols:
 - Update with new symbols. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Avant Window Navigator configuration schema
2
 
# -------------------------------------------
3
 
# schema metadata
4
 
[DEFAULT]
5
 
single_instance = false
6
 
 
7
 
# configuration options
8
 
# PLEASE KEEP THIS ALPHABETIZED!
9
 
[effects/active_background_icon]
10
 
type = string
11
 
default = 
12
 
_description=Path to the png containing the active icon background.
13
 
per_instance = false
14
 
 
15
 
[effects/active_rect_color]
16
 
type = color
17
 
default = #90877966
18
 
_description=Color of the active rectangle.
19
 
per_instance = false
20
 
 
21
 
[effects/active_rect_outline]
22
 
type = color
23
 
default = #00000000
24
 
_description=Color of the outline of active rectangle.
25
 
per_instance = false
26
 
 
27
 
[effects/arrow_icon]
28
 
type = string
29
 
default = __awn_internal_arrow1
30
 
_description=Path to the png containing the arrow icon.
31
 
per_instance = false
32
 
 
33
 
[effects/dot_color]
34
 
type = color
35
 
default = #71BDF6FF
36
 
_description=Color of the glowing dot.
37
 
per_instance = false
38
 
 
39
 
[effects/icon_alpha]
40
 
type = float
41
 
default = 1.0
42
 
_description=The opacity of the icons, from 0.0 to 1.0
43
 
per_instance = false
44
 
 
45
 
[effects/icon_effect]
46
 
type = integer
47
 
default = 0
48
 
_description=A bitmask which stores the type of effect for each event
49
 
per_instance = false
50
 
 
51
 
[effects/reflection_alpha_multiplier]
52
 
type = float
53
 
default = 0.3
54
 
_description=Reflection alpha as a multiple of the current alpha of the icon.
55
 
per_instance = false
56
 
 
57
 
[effects/reflection_offset]
58
 
type = integer
59
 
default = 0
60
 
_description=The offset between the icon and it's reflection
61
 
per_instance = false
62
 
 
63
 
[effects/show_shadows]
64
 
type = boolean
65
 
default = false
66
 
_description=Show shadows for icons.
67
 
per_instance = false
68
 
 
69
 
[panel/applet_list]
70
 
type = list-string
71
 
default = @APPLETSDIR@/quick-prefs.desktop::1;@APPLETSDIR@/separator.desktop::2;@APPLETSDIR@/taskmanager.desktop::3;
72
 
_description=The list of applets for this panel ordered from left-to-right or top-to-bottom.
73
 
 
74
 
[panel/clickthrough]
75
 
type = integer
76
 
default = 0
77
 
_description=Provides possibility to click on windows behind the panel. (0 - never click through, 1 - click through when holding CTRL, 2 - always click through and interact with panel only when holding CTRL)
78
 
 
79
 
[panel/dialog_offset]
80
 
type = integer
81
 
default = 15
82
 
_description=Offset between the icons and their dialog.
83
 
 
84
 
[panel/expand]
85
 
type = boolean
86
 
default = false
87
 
_description=If true, the panel will expand to full monitor width/height.
88
 
 
89
 
[panel/monitor_align]
90
 
type = float
91
 
default = 0.5
92
 
_description=Alignment of a non-expanded panel on the monitor edge.
93
 
 
94
 
[panel/monitor_num]
95
 
type = integer
96
 
default = -1
97
 
_description=Monitor number where Awn is located (only takes effect when monitor_force is False, use -1 to automatically pick monitor).
98
 
 
99
 
[panel/monitor_force]
100
 
type = boolean
101
 
default = false
102
 
_description=Force monitor geometry.
103
 
 
104
 
[panel/monitor_height]
105
 
type = integer
106
 
default = 768
107
 
_description=The forced monitor height. Only used if monitor_force is true.
108
 
 
109
 
[panel/monitor_width]
110
 
type = integer
111
 
default = 1024
112
 
_description=The forced monitor width. Only used if monitor_force is true.
113
 
 
114
 
[panel/monitor_x_offset]
115
 
type = integer
116
 
default = 0
117
 
_description=An optional offset when you have more than 1 monitors.
118
 
 
119
 
[panel/monitor_y_offset]
120
 
type = integer
121
 
default = 0
122
 
_description=An optional offset when you have more than 1 monitors.
123
 
 
124
 
[panel/offset]
125
 
type = integer
126
 
default = 10
127
 
_description=Offset of the icons from window border.
128
 
 
129
 
[panel/orient]
130
 
type = integer
131
 
default = 3
132
 
_description=Orientation of Awn. (left=0, right=1, top=2 and bottom=3)
133
 
 
134
 
[panel/panel_mode]
135
 
type = boolean
136
 
default = true
137
 
_description=If true, maximised windows will not cover the panel.
138
 
 
139
 
[panel/size]
140
 
type = integer
141
 
default = 48
142
 
_description=The user-visible size of Awn.
143
 
 
144
 
[panel/ua_active_list]
145
 
type = list-string
146
 
default = 
147
 
_description=The active list UA Screenlets for this panel.
148
 
 
149
 
[panel/ua_list]
150
 
type = list-string
151
 
default = 
152
 
_description=The list of UA Screenlets that have been previous added in the form ScreeneletInstance::Position.
153
 
 
154
 
[panel/autohide]
155
 
type = integer
156
 
default = 0
157
 
_description=Auto hides the dock when the cursor is not on the dock (shouldn't be used together with panel_mode). (none=0, keep below=1, fade out=2, see through=3)
158
 
 
159
 
[panel/style]
160
 
type = integer
161
 
default = 1
162
 
_description=The style of the bar. (none=0, flat bar=1, 3d bar=2, curved bar=3, edgy=4, floaty=5)
163
 
 
164
 
[panels/panel_list]
165
 
type = list-integer
166
 
default = 1
167
 
_description=The list of panel instances.
168
 
per_instance = false
169
 
 
170
 
[panels/hide_delay]
171
 
type = integer
172
 
default = 500
173
 
_description=Delay between mouse leaving the panel and it hiding.
174
 
per_instance = false
175
 
 
176
 
[panels/mouse_poll_delay]
177
 
type = integer
178
 
default = 250
179
 
_description=Delay for mouse position polling.
180
 
per_instance = false
181
 
 
182
 
[shared/dialog_focus_loss_behavior]
183
 
type = boolean
184
 
default = true
185
 
_description=Whether to close dialogs on loss of focus.
186
 
per_instance = false
187
 
 
188
 
[shared/allow_generic_config_edit]
189
 
type = boolean
190
 
default = false
191
 
_description=Determines if generic configuration editor is allowed for applets that do not have a customized preferences dialog.
192
 
per_instance = false
193
 
 
194
 
[shared/long_press_timeout]
195
 
type = integer
196
 
default = 750
197
 
_description=Time in ms after which AwnIcon will emit long-press signal.
198
 
per_instance = false
199
 
 
200
 
[theme/border]
201
 
type = color
202
 
default = #000000CC
203
 
_description=Main border color.
204
 
per_instance = false
205
 
 
206
 
[theme/corner_radius]
207
 
type = float
208
 
default = 10.0
209
 
_description=Anything greater than 0 will draw a panel with corners. The greater the radius, the larger the corners.
210
 
per_instance = false
211
 
 
212
 
[theme/current_theme]
213
 
type = string
214
 
default = @PKGDATADIR@/themes/default.awn-theme
215
 
_description=Path to the current desktop file theme.
216
 
per_instance = false
217
 
 
218
 
[theme/curves_symmetry]
219
 
type = float
220
 
default = 0.5
221
 
_description=The symmetry of the curve in Curves mode.
222
 
per_instance = false
223
 
 
224
 
[theme/curviness]
225
 
type = float
226
 
default = 10.0
227
 
_description=The curviness of the panel in Curves mode.
228
 
per_instance = false
229
 
 
230
 
[theme/dialog_gtk_mode]
231
 
type = boolean
232
 
default = true
233
 
_description=Whether AwnDialog should use Gtk theme colors.
234
 
per_instance = false
235
 
 
236
 
[theme/dialog_bg]
237
 
type = color
238
 
default = #AAAAAAEE
239
 
_description=Background color for AwnDialog.
240
 
per_instance = false
241
 
 
242
 
[theme/dialog_title_bg]
243
 
type = color
244
 
default = #FFFFFFFF
245
 
_description=Background color for AwnDialog's title.
246
 
per_instance = false
247
 
 
248
 
[theme/ghistep1]
249
 
type = color
250
 
default = #0101018E
251
 
_description=First highlight gradient step color.
252
 
per_instance = false
253
 
 
254
 
[theme/ghistep2]
255
 
type = color
256
 
default = #0101010A
257
 
_description=Second highlight gradient step color.
258
 
per_instance = false
259
 
 
260
 
[theme/gstep1]
261
 
type = color
262
 
default = #454545C8
263
 
_description=First gradient step color.
264
 
per_instance = false
265
 
 
266
 
[theme/gstep2]
267
 
type = color
268
 
default = #010101BE
269
 
_description=Second gradient step color.
270
 
per_instance = false
271
 
 
272
 
[theme/gtk_theme_mode]
273
 
type = boolean
274
 
default = true
275
 
_description=Whether to use colors from the current Gtk theme.
276
 
per_instance = false
277
 
 
278
 
[theme/hilight]
279
 
type = color
280
 
default = #FFFFFF11
281
 
_description=Internal border color.
282
 
per_instance = false
283
 
 
284
 
[theme/icon_font_mode]
285
 
type = integer
286
 
default = 1
287
 
_description=0 - solid, 1 - outline, 2 - outline, reversed.
288
 
per_instance = false
289
 
 
290
 
[theme/icon_text_color]
291
 
type = color
292
 
default = #FFFFFFFFFFFFFFFF
293
 
_description=Icon text color.  Leave empty to use gtk theme color.
294
 
per_instance = false
295
 
 
296
 
[theme/icon_text_outline_color]
297
 
type = color
298
 
default = #000000000000FFFF
299
 
_description=Icon text outline color.  Leave empty to use gtk theme color.
300
 
per_instance = false
301
 
 
302
 
[theme/icon_text_outline_width]
303
 
type = float
304
 
default = 2.5
305
 
_description=width of icon text outline if outline mode is enabled.  Suggested values 1.0 - 5.0.
306
 
per_instance = false
307
 
 
308
 
[theme/panel_angle]
309
 
type = float
310
 
default = 45.0
311
 
_description=The angle of the panel in 3D mode.
312
 
per_instance = false
313
 
 
314
 
[theme/pattern_alpha]
315
 
type = float
316
 
default = 0.5
317
 
_description=The opacity of the pattern.
318
 
per_instance = false
319
 
 
320
 
[theme/pattern_filename]
321
 
type = string
322
 
default = None
323
 
_description=The location of the pattern to draw.
324
 
per_instance = false
325
 
 
326
 
[theme/sep_color]
327
 
type = color
328
 
default = #AAAAAAA4
329
 
_description=Separator color.
330
 
per_instance = false
331
 
 
332
 
[theme/show_sep]
333
 
type = boolean
334
 
default = true
335
 
_description=Draw separators.
336
 
per_instance = false
337
 
 
338
 
[theme/draw_pattern]
339
 
type = boolean
340
 
default = false
341
 
_description=Enable drawing of a pattern.
342
 
per_instance = false
343
 
 
344
 
[theme/tooltip_bg_color]
345
 
type = color
346
 
default = #000000B3
347
 
_description=Background color of the tooltip
348
 
per_instance = false
349
 
 
350
 
[theme/tooltip_outline_color]
351
 
type = color
352
 
default = #000000A8
353
 
_description=Outline color of the tooltip
354
 
per_instance = false
355
 
 
356
 
[theme/tooltip_font_color]
357
 
type = color
358
 
default = #FFFFFFFF
359
 
_description=Font color of the tooltip
360
 
per_instance = false
361
 
 
362
 
[theme/tooltip_font_name]
363
 
type = string
364
 
default = Sans 10
365
 
_description=Font name of the tooltip
366
 
per_instance = false
367
 
 
368
 
# vim: set ft=cfg :