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

« back to all changes in this revision

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

  • 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/bg_normal_colour]
 
2
type = color
 
3
default = #DDDDDDEE
 
4
_description=The background color (RGBA) of the menu.
 
5
_description[en_CA]=The background colour (RGBA) of the menu.
 
6
 
 
7
[DEFAULT/text_normal_colour]
 
8
type = color
 
9
default = #000000FF
 
10
_description=The color (RGBA) of the text in the menu.
 
11
_description[en_CA]=The colour (RGBA) of the text in the menu.
 
12
 
 
13
[DEFAULT/bg_hover_colour]
 
14
type = color
 
15
default = #0022DDF0
 
16
_description=The background color (RGBA) of an entry in the menu when it is selected or the mouse hovers over it.
 
17
_description[en_CA]=The background colour (RGBA) of an entry in the menu when it is selected or the mouse hovers over it.
 
18
 
 
19
[DEFAULT/text_hover_colour]
 
20
type = color
 
21
default = #000000FF
 
22
_description=The color (RGBA) of the text when a place is selected or the mouse hovers over it.
 
23
_description[en_CA]=The colour (RGBA) of the text when a place is selected or the mouse hovers over it.
 
24
 
 
25
[DEFAULT/text_size]
 
26
type = integer
 
27
default = 14
 
28
_description=The size of the text in the menu, in pixels.
 
29
 
 
30
[DEFAULT/menu_item_gradient_factor]
 
31
type = float
 
32
default = 0.8
 
33
_description=Creates an alpha gradient in the menu item background.  At the top and bottom of the menu, the alpha value is the background color's alpha value multiplied by this value.  At 20 percent from the top of the menu, the alpha value is the background color's alpha value.
 
34
 
 
35
[DEFAULT/filemanager]
 
36
type = string
 
37
default = xdg-open
 
38
_description=The file manager that shows the contents of the places.
 
39
 
 
40
[DEFAULT/applet_icon]
 
41
type = string
 
42
default = stock_folder
 
43
_description=The icon theme name of the applet's icon.
 
44
 
 
45
[DEFAULT/show_tooltips]
 
46
type = boolean
 
47
default = true
 
48
_description=Whether to show tooltips when hovering over a place.
 
49
 
 
50
[DEFAULT/border_width]
 
51
type = integer
 
52
default = 1
 
53
_description=The width of the menu's border.
 
54
 
 
55
[DEFAULT/border_colour]
 
56
type = color
 
57
default = #11111133
 
58
_description=The color (RGBA) of the menu's border, if the border width is greater than zero.
 
59
_description[en_CA]=The colour (RGBA) of the menu's border, if the border width is greater than zero.
 
60
 
 
61
[DEFAULT/honour_gtk]
 
62
type = boolean
 
63
default = true
 
64
_description=Determines whether to use the current Gtk+ theme's color/font settings, or the applet-specific style settings.
 
65
_description[en_CA]=Determines whether to use the current Gtk+ theme's colour/font settings, or the applet-specific style settings.
 
66
 
 
67
; vim: set ft=dosini :