~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

Viewing changes to applets/maintained/dialect/awn-applet-dialect.schema-ini

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT/left]
2
 
type = integer
3
 
default = 2
4
 
description = Left click action (0 = previous, 1 = menu, 2 = next, 3 = none).
5
 
 
6
 
[DEFAULT/middle]
7
 
type = integer
8
 
default = 1
9
 
description = Middle click action (0 = previous, 1 = menu, 2 = next, 3 = none).
10
 
 
11
 
[DEFAULT/scroll]
12
 
type = boolean
13
 
default = false
14
 
description = Can change layout with scroll wheel.
15
 
 
16
 
[DEFAULT/overlay]
17
 
type = boolean
18
 
default = true
19
 
description = Overlay selected layout flag on icon.
20
 
 
21
 
[DEFAULT/scale]
22
 
type = float
23
 
default = 0.5
24
 
description = Flag size compared to icon (min = 0.1, max = 0.9).
25
 
 
26
 
[DEFAULT/opacity]
27
 
type = float
28
 
default = 0.9
29
 
description = Flag opacity (min = 0.0, max = 0.9).
30
 
 
31
 
[DEFAULT/layout]
32
 
type = list-string
33
 
default = ;
34
 
description = User selected layouts.
35
 
 
36
 
[DEFAULT/variant]
37
 
type = list-string
38
 
default = ;
39
 
description = User selected variants.
40
 
 
41
 
[DEFAULT/toggle]
42
 
type = integer
43
 
default = 0
44
 
description = Keyboard toggle to change selected layout (see prefs dialog for values).