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

« back to all changes in this revision

Viewing changes to applets/unmaintained/stacks/awn-applet-stacks.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/backend_type]
 
5
type = integer
 
6
default = 0
 
7
_description=Backend type for this applet (0 - file, 1 - folder, 2 - plugger, 3 - trasher, 4 - recent files).
 
8
 
 
9
[DEFAULT/backend]
 
10
type = string
 
11
default = 
 
12
_description=Stacks backend file/directory.
 
13
 
 
14
[DEFAULT/close_on_focusout]
 
15
type = boolean
 
16
default = true
 
17
_description=Close dialog on focusout.
 
18
 
 
19
[DEFAULT/rows]
 
20
type = integer
 
21
default = 4
 
22
_description=Number of rows to use.
 
23
 
 
24
[DEFAULT/cols]
 
25
type = integer
 
26
default = 5
 
27
_description=Number of columns to use.
 
28
 
 
29
[DEFAULT/icon_size]
 
30
type = integer
 
31
default = 48
 
32
_description=Size of the icons inside stack.
 
33
 
 
34
[DEFAULT/file_operations]
 
35
type = integer
 
36
default = 8
 
37
_description=File operation to use.
 
38
 
 
39
[DEFAULT/composite_icon]
 
40
type = boolean
 
41
default = true
 
42
_description=Whether to combine icons of the files inside the stacks with its icon.
 
43
 
 
44
[DEFAULT/browsing]
 
45
type = boolean
 
46
default = false
 
47
_description=Whether to browse stack contents.
 
48
 
 
49
[DEFAULT/applet_icon_empty]
 
50
type = string
 
51
default = 
 
52
_description=Icon to use for empty stack.
 
53
 
 
54
[DEFAULT/applet_icon_full]
 
55
type = string
 
56
default =
 
57
_description=Icon to use for full stack.
 
58
 
 
59
[DEFAULT/item_count]
 
60
type = boolean
 
61
default = false
 
62
_description=Display number of items in the stack.
 
63
 
 
64
[DEFAULT/gui_type]
 
65
type = integer
 
66
default = 1
 
67
_description=Type of UI used for the stack.
 
68
 
 
69
[DEFAULT/title]
 
70
type = string
 
71
default = 
 
72
_description=Stack tooltip description.
 
73
 
 
74
[DEFAULT/sort_method]
 
75
type = integer
 
76
default = 1
 
77
_description=Sort method to use (1 = sort by name, 2 = sort by date).
 
78
 
 
79
[DEFAULT/sort_folders_before_files]
 
80
type = boolean
 
81
default = true
 
82
_description=Sort folders before files.
 
83
 
 
84
[DEFAULT/sort_direction]
 
85
type = integer
 
86
default = 1
 
87
_description=Sort direction of the items.
 
88
 
 
89
[curved_gui/label_length]
 
90
type = integer
 
91
default = 200
 
92
_description=Label length.
 
93
per_instance = false
 
94
 
 
95
[curved_gui/label_text_color]
 
96
type = color
 
97
default = #ffffffe6
 
98
_description=Label text color.
 
99
per_instance = false
 
100
 
 
101
[curved_gui/label_text_hover_color]
 
102
type = color
 
103
default = #000000e6
 
104
_description=Label text hover color.
 
105
per_instance = false
 
106
 
 
107
[curved_gui/label_background_color]
 
108
type = color
 
109
default = #000000b6
 
110
_description=Label background color.
 
111
per_instance = false
 
112
 
 
113
[curved_gui/label_hover_background_color]
 
114
type = color
 
115
default = #ffffffb6
 
116
_description=Label hover background color.
 
117
per_instance = false
 
118
 
 
119
[curved_gui/label_border_color]
 
120
type = color
 
121
default = #ffffffb6
 
122
_description=Label border color.
 
123
per_instance = false
 
124
 
 
125
[curved_gui/label_hover_border_color]
 
126
type = color
 
127
default = #000000b6
 
128
_description=Label hover border color.
 
129
per_instance = false
 
130
 
 
131
[curved_gui/use_awn_title_font]
 
132
type = boolean
 
133
default = true
 
134
_description=Use Awn's tooltip font.
 
135
per_instance = false
 
136
 
 
137
[curved_gui/label_font]
 
138
type = string
 
139
default = sans 10
 
140
_description=Tooltip font name.
 
141
per_instance = false
 
142
 
 
143
[curved_gui/layout_radius]
 
144
type = integer
 
145
default = 5000
 
146
_description=Layout radius.
 
147
per_instance = false
 
148
 
 
149
[curved_gui/layout_interval]
 
150
type = integer
 
151
default = 85
 
152
_description=Layout interval.
 
153
per_instance = false
 
154
 
 
155
[curved_gui/layout_direction]
 
156
type = integer
 
157
default = 0
 
158
_description=Layout direction.
 
159
per_instance = false
 
160
 
 
161
[curved_gui/tooltips_enabled]
 
162
type = boolean
 
163
default = true
 
164
_description=Whether tooltips are enabled.
 
165
per_instance = false
 
166
 
 
167
[curved_gui/tooltip_bg_color1]
 
168
type = color
 
169
default = #000000e6
 
170
_description=Tooltip background color 1.
 
171
per_instance = false
 
172
 
 
173
[curved_gui/tooltip_bg_color2]
 
174
type = color
 
175
default = #00000099
 
176
_description=Tooltip background color 2.
 
177
per_instance = false
 
178
 
 
179
[curved_gui/tooltip_border_color]
 
180
type = color
 
181
default = #ffffff99
 
182
_description=Tooltip border color.
 
183
per_instance = false
 
184
 
 
185
[curved_gui/tooltip_text_color]
 
186
type = color
 
187
default = #ffffffff
 
188
_description=Tooltip text color.
 
189
per_instance = false
 
190
 
 
191
[curved_gui/hoverbox_bg_color1]
 
192
type = color
 
193
default = #000000b6
 
194
_description=Hoverbox background color 1.
 
195
per_instance = false
 
196
 
 
197
[curved_gui/hoverbox_bg_color2]
 
198
type = color
 
199
default = #00000059
 
200
_description=Hoverbox background color 2.
 
201
per_instance = false
 
202
 
 
203
[curved_gui/hoverbox_border_color]
 
204
type = color
 
205
default = #ffffffe6
 
206
_description=Hoverbox border color.
 
207
per_instance = false
 
208
 
 
209
[curved_gui/hoverbox_contains_label]
 
210
type = boolean
 
211
default = false
 
212
_description=Whether hoverbox contains label.
 
213
per_instance = false
 
214
 
 
215
; vim: set ft=dosini :