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

« back to all changes in this revision

Viewing changes to applets/maintained/bandwidth-monitor/awn-applet-bandwidth-monitor.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/unit]
 
2
type = integer
 
3
default = 0
 
4
_description=The base display unit for transfer speed (0 = bits, 1 = bytes)
 
5
[DEFAULT/interface]
 
6
type = string
 
7
default = 
 
8
_description=The interface currently selected
 
9
[DEFAULT/draw_threshold]
 
10
type = float
 
11
default = 0.0
 
12
_description=Minimum threshold to draw meter (dependent upon DEFAULT/unit)
 
13
[DEFAULT/device_display_parameters]
 
14
type = list-string
 
15
default = ;
 
16
_description=Display parameters for interfaces
 
17
[DEFAULT/background]
 
18
type = boolean
 
19
default = true
 
20
_description=Draw the applet background
 
21
[DEFAULT/background_color]
 
22
type = string
 
23
default = #000000|0.5
 
24
_description=Color to draw the background
 
25
[DEFAULT/border]
 
26
type = boolean
 
27
default = false
 
28
_description=Draw the applet border
 
29
[DEFAULT/border_color]
 
30
type = string
 
31
default = #000000|1.0
 
32
_description=Color to draw the border
 
33
[DEFAULT/label_control]
 
34
type = integer
 
35
default = 2
 
36
_description=Throughput label control - 0 = no label, 1 = Sum, 2 = Upload/Download
 
37
[DEFAULT/graph_zero]
 
38
type = integer
 
39
default = 0
 
40
_description=If enabled this will draw a line at the bottom of the graph even if the value is 0. If unchecked, values below 1 are not drawn