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

« back to all changes in this revision

Viewing changes to applets/maintained/battery/awn-applet-battery.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]
 
2
single_instance = false
 
3
 
 
4
[DEFAULT/battery-udi]
 
5
type = string
 
6
default = 
 
7
_description=HAL UDI of battery.
 
8
 
 
9
[DEFAULT/level-notify-high]
 
10
type = integer
 
11
default = 100
 
12
_description=If charge level reaches this threshold, a notification will be sent.
 
13
 
 
14
[DEFAULT/level-warn-low]
 
15
type = integer
 
16
default = 15
 
17
_description=If charge level drops below this threadhold, a warning will be displayed.
 
18
 
 
19
[DEFAULT/low-level-unit]
 
20
type = string
 
21
default = Percent
 
22
_description=Unit of low level threshold (Percent or Time Remaining).
 
23
 
 
24
[DEFAULT/notify-high-level]
 
25
type = boolean
 
26
default = false
 
27
_description=If enabled, notify when the charge level reaches the high level.
 
28
 
 
29
[DEFAULT/theme]
 
30
type = string
 
31
default = gpm
 
32
_description=The name of the theme of the icon.
 
33
 
 
34
[DEFAULT/warn-low-level]
 
35
type = boolean
 
36
default = true
 
37
_description=If enabled, warn when the charge level drops below the warning threshold.