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

« back to all changes in this revision

Viewing changes to applets/maintained/digital-clock/awn-applet-digital-clock.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/font_face]
 
2
type = string
 
3
default = Sans 10
 
4
_description=The font face of the clock text.
 
5
 
 
6
[DEFAULT/font_color]
 
7
type = color
 
8
default = white
 
9
_description=The color of the clock text.
 
10
 
 
11
[DEFAULT/font_shadow_color]
 
12
type = color
 
13
default = black
 
14
_description=The shadow color of the clock text.
 
15
 
 
16
[DEFAULT/hour12]
 
17
type = boolean
 
18
default = true
 
19
_description=Toggle 12-hour mode.
 
20
 
 
21
[DEFAULT/dbt]
 
22
type = boolean
 
23
default = true
 
24
_description=Show the date before the time.
 
25
 
 
26
[DEFAULT/show_date]
 
27
type = boolean
 
28
default = true
 
29
description = Show the date.
 
30
 
 
31
[commands/calendar]
 
32
type = string
 
33
default = evolution calendar:///?startdate=%(year)02d%(month)02d%(day)02dT120000
 
34
_description=Command to execute when a calendar day is double-clicked.
 
35
 
 
36
[commands/adjust_datetime]
 
37
type = string
 
38
default = gksudo time-admin
 
39
_description=Command to execute when the user wishes to adjust the date/time.
 
40
 
 
41
; vim: set ft=dosini :