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

« back to all changes in this revision

Viewing changes to applets/maintained/to-do/awn-applet-to-do.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/items]
 
5
type = list-string
 
6
default = 
 
7
_description=List of items' names
 
8
 
 
9
[DEFAULT/details]
 
10
type = list-string
 
11
default = 
 
12
_description=List of items' details
 
13
 
 
14
[DEFAULT/progress]
 
15
type = list-integer
 
16
default = 
 
17
_description=List of items' progresses in percent (0-100)
 
18
 
 
19
[DEFAULT/priority]
 
20
type = list-integer
 
21
default = 
 
22
_description=List of items' priorities (0-3)
 
23
 
 
24
[DEFAULT/color]
 
25
type = string
 
26
default = skyblue
 
27
_description=The color to use for the icon
 
28
 
 
29
[DEFAULT/title]
 
30
type = string
 
31
default = To-Do List
 
32
_description=The title to display
 
33
 
 
34
[DEFAULT/icon_type]
 
35
type = string
 
36
default = items
 
37
_description=What type of icon to display (progress, progress-items, items)
 
38
 
 
39
[DEFAULT/colors]
 
40
type = list-integer
 
41
default = 
 
42
_description=List of colors to use for the custom color
 
43
 
 
44
[DEFAULT/category]
 
45
type = list-integer
 
46
default = 
 
47
_description=The list of items' categories
 
48
 
 
49
[DEFAULT/category_name]
 
50
type = list-string
 
51
default = 
 
52
_description=The list of categories' names
 
53
 
 
54
[DEFAULT/expanded]
 
55
type = list-integer
 
56
default = 
 
57
_description=The list of categories that are expanded
 
58
 
 
59
[DEFAULT/icon_opacity]
 
60
type = integer
 
61
default = 100
 
62
_description=The icon's opacity (10-100)
 
63
 
 
64
[DEFAULT/confirm_items]
 
65
type = boolean
 
66
default = true
 
67
_description=Whether or not to confirm the deletion of items
 
68
 
 
69
[DEFAULT/confirm_categories]
 
70
type = boolean
 
71
default = true
 
72
_description=Whether or not to confirm the deletion of categories
 
73
 
 
74
[DEFAULT/use_custom_width]
 
75
type = boolean
 
76
default = false
 
77
_description=Whether or not to use a custom width for the entries
 
78
 
 
79
[DEFAULT/custom_width]
 
80
type = integer
 
81
default = 125
 
82
_description=The custom width for the item entries
 
83
 
 
84
[DEFAULT/color_low]
 
85
type = string
 
86
default = #009900
 
87
_description=Background color for low priority items
 
88
 
 
89
[DEFAULT/color_low_text]
 
90
type = string
 
91
default = #000000
 
92
_description=Text color for low priority items
 
93
 
 
94
[DEFAULT/color_med]
 
95
type = string
 
96
default = #c0c000
 
97
_description=Background color for medium priority items
 
98
 
 
99
[DEFAULT/color_med_text]
 
100
type = string
 
101
default = #000000
 
102
_description=Text color for medium priority items
 
103
 
 
104
[DEFAULT/color_high]
 
105
type = string
 
106
default = #aa0000
 
107
_description=Background color for high priority items
 
108
 
 
109
[DEFAULT/color_high_text]
 
110
type = string
 
111
default = #dddddd
 
112
_description=Text color for high priority items