~mjz/awn-extras/to-do-two

« back to all changes in this revision

Viewing changes to applets/unmaintained/stacks/awn-applet-stacks.schema-ini.in

  • Committer: Michal Hruby
  • Date: 2010-03-24 16:42:08 UTC
  • mfrom: (1209.1.9 0.4-build-system+i18n)
  • Revision ID: michal.mhr@gmail.com-20100324164208-faqrdd1nkaa056oq
Merge from <lp:~awn-extras/awn-extras/0.4-build-system+i18n>, plus distcheck fixes

Show diffs side-by-side

added added

removed removed

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