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

« back to all changes in this revision

Viewing changes to applets/maintained/cairo-clock/awn-applet-cairo-clock.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]
2
 
single_instance = false
3
 
 
4
 
[DEFAULT/time-24-format]
5
 
type = boolean
6
 
default = true
7
 
description = Show time in 24 hour format if enabled, or 12 hour format when disabled.
8
 
 
9
 
[DEFAULT/time-date]
10
 
type = boolean
11
 
default = true
12
 
description = If enabled, the date will be shown in the title.
13
 
 
14
 
[DEFAULT/time-seconds]
15
 
type = boolean
16
 
default = true
17
 
description = If enabled, besides hours and minutes, the seconds will be visible too.
18
 
 
19
 
[DEFAULT/show-seconds-hand]
20
 
type = boolean
21
 
default = true
22
 
description = If enabled, the seconds hand will be visible in the clock.
23
 
 
24
 
[DEFAULT/theme]
25
 
type = string
26
 
default = gnome
27
 
description = The name of the theme of the analog clock.
28
 
 
29
 
[DEFAULT/custom-time-format]
30
 
type = string
31
 
default =
32
 
description = A custom time format (strftime()), used if not empty.
33
 
 
34
 
[DEFAULT/cities-timezones]
35
 
type = list-string
36
 
default =
37
 
description = List of cities and timezones separated by a '#' character.
38
 
 
39
 
[DEFAULT/show-weather]
40
 
type = boolean
41
 
default = false
42
 
description = If enabled, displays the weather as an overlay on top of the clock.
43
 
 
44
 
[DEFAULT/temperature-unit]
45
 
type = integer
46
 
default = 0
47
 
description = Temperature unit (0=Celcius, 1=Fahrenheit, 2=Kelvin).
48
 
 
49
 
[DEFAULT/wind-speed-unit]
50
 
type = integer
51
 
default = 0
52
 
description = Wind speed unit (0=m/s, 1=km/h, 2=mph, 3=knots, 4=Beaufort).
 
 
b'\\ No newline at end of file'