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

« back to all changes in this revision

Viewing changes to data/avant-window-navigator.schema-ini.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-23 00:24:44 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100323002444-ty9ag1vrrklunlix
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (0.4.0 rc1) (LP: #542684)
 - Ensure the autostart exist before trying to delete it.
   (LP: #334454)
 - Fix position with multiple screen. (LP: #248769)
* debian/control:
 - Move awn-settings to depends, to ensure migration from awn-manager.
   (LP: #512411)
* debian/patches/01-require-lda.patch : Only require 0.0.1 version of lda.
* debian/libawn1.symbols: Add missing symbol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
[panel/clickthrough]
75
75
type = integer
76
 
default = 1
 
76
default = 0
77
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
78
 
79
79
[panel/dialog_offset]
133
133
 
134
134
[panel/panel_mode]
135
135
type = boolean
136
 
default = false
 
136
default = true
137
137
_description=If true, maximised windows will not cover the panel.
138
138
 
139
139
[panel/size]
169
169
 
170
170
[panels/hide_delay]
171
171
type = integer
172
 
default = 1000
 
172
default = 500
173
173
_description=Delay between mouse leaving the panel and it hiding.
174
174
per_instance = false
175
175
 
176
176
[panels/mouse_poll_delay]
177
177
type = integer
178
 
default = 500
 
178
default = 250
179
179
_description=Delay for mouse position polling.
180
180
per_instance = false
181
181
 
289
289
 
290
290
[theme/icon_text_color]
291
291
type = color
292
 
default =
 
292
default = #FFFFFFFFFFFFFFFF
293
293
_description=Icon text color.  Leave empty to use gtk theme color.
294
294
per_instance = false
295
295
 
296
296
[theme/icon_text_outline_color]
297
297
type = color
298
 
default =
 
298
default = #000000000000FFFF
299
299
_description=Icon text outline color.  Leave empty to use gtk theme color.
300
300
per_instance = false
301
301
 
347
347
_description=Background color of the tooltip
348
348
per_instance = false
349
349
 
 
350
[theme/tooltip_outline_color]
 
351
type = color
 
352
default = #000000A8
 
353
_description=Outline color of the tooltip
 
354
per_instance = false
 
355
 
350
356
[theme/tooltip_font_color]
351
357
type = color
352
358
default = #FFFFFFFF
355
361
 
356
362
[theme/tooltip_font_name]
357
363
type = string
358
 
default = Sans 8
 
364
default = Sans 10
359
365
_description=Font name of the tooltip
360
366
per_instance = false
361
367