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

« back to all changes in this revision

Viewing changes to applets/maintained/weather/awn-applet-weather.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/curved_dialog]
 
5
type = boolean
 
6
default = false
 
7
_description=Show days of forecast in a transparent, curved dialog.
 
8
 
 
9
[DEFAULT/location]
 
10
type = string
 
11
default = Amsterdam, Netherlands
 
12
_description=City, and country of the weather location.
 
13
 
 
14
[DEFAULT/location_code]
 
15
type = string
 
16
default = NLXX0002
 
17
_description=Code that identifies the weather location.
 
18
 
 
19
[DEFAULT/map_maxwidth]
 
20
type = integer
 
21
default = 450
 
22
_description=Maximum width of map in pixels.
 
23
 
 
24
[DEFAULT/show-temperature-icon]
 
25
type = boolean
 
26
default = true
 
27
_description=If enabled, show the temperature as an overlay in the icon.
 
28
 
 
29
[DEFAULT/temperature-font-size]
 
30
type = integer
 
31
default = 0
 
32
_description=Size of the temperature overlay in the icon (0=small, 1=medium, 2=large).
 
33
 
 
34
[DEFAULT/temperature-unit]
 
35
type = integer
 
36
default = 0
 
37
_description=Temperature unit (0=Celcius, 1=Fahrenheit).
 
38
 
 
39
[DEFAULT/theme]
 
40
type = string
 
41
default = System theme
 
42
_description=The name of the theme of the icon.