-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
332 lines (190 loc) · 9.56 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
2010-02-13 Francesco Fumanti <[email protected]>
Update debian folder
2010-02-13 Francesco Fumanti <[email protected]>
Import with-keyword for compatibility with python 2.5
2010-02-12 Francesco Fumanti <[email protected]>
DistUtilsExtra.auto >= 2.10 puts *.ui files to standard location
2010-02-12 Francesco Fumanti <[email protected]>
Add main category to desktop files
2010-02-06 Francesco Fumanti <[email protected]>
Fix capitalisation of the word GNOME (LP: #495526)
2010-02-06 Francesco Fumanti <[email protected]>
Make merging of ui file into .pot file automatic (LP: #452897)
2010-02-06 Francesco Fumanti <[email protected]>
Delete unnecessary setup.cfg for python-distutils-extra >= 2.12
2010-01-10 Francesco Fumanti <[email protected]>
Make .desktop files translatable
2009-11-25 Francesco Fumanti <[email protected]>
Minimize to IconPalette if running under GDM
2009-11-19 Francesco Fumanti <[email protected]>
Fix taskbar icon visibility - closes LP #456178
2009-11-19 Francesco Fumanti <[email protected]>
Clean up status icon naming
2009-10-27 Francesco Fumanti <[email protected]>
Fix long description in schemas file
2009-10-27 Francesco Fumanti <[email protected]>
Adjust permissions and fix typo (LP: #461491)
2009-10-06 Francesco Fumanti <[email protected]>
Do not launch settings dialog under GDM (LP: #440371)
2009-10-01 Francesco Fumanti <[email protected]>
Increase version number to 0.93.0 in README file
2009-09-12 Francesco Fumanti <[email protected]>
Correctly compare version numbers (f.ex.: 2.10 > 2.3)
2009-09-11 Francesco Fumanti <[email protected]>
Enhance onboard --help output for debugging
2009-09-03 Francesco Fumanti <[email protected]>
Sync with revision 165 of lp:onboard
2009-08-16 Francesco Fumanti <[email protected]>
Add to HACKING the command to merge code changes into .po files
2009-08-16 Francesco Fumanti <[email protected]>
Qualify import statements
2009-08-16 Francesco Fumanti <[email protected]>
Use python-distutils-extra for i18n and raise version to 0.92.0
2009-08-16 Francesco Fumanti <[email protected]>
Update MANIFEST.in
2009-08-16 Francesco Fumanti <[email protected]>
Use only one textdomain and standard po folder and filenames
2009-03-27 Chris Jones <[email protected]>
Derive label font size from the size of the key itself. Partially solves lp:348483.
2009-03-24 Francesco Fumanti <[email protected]>
Add TODO file.
2009-03-24 Francesco Fumanti <[email protected]>
Add NEWS and README file.
2009-03-24 Francesco Fumanti <[email protected]>
Improve tarball creation when using the command: python setup.py sdist
2009-03-18 Francesco Fumanti <[email protected]>
Fix typo in utils.py.
2009-03-18 Francesco Fumanti <[email protected]>
Syncronize with revision 137 of lp:onboard.
2009-03-17 Chris Jones <[email protected]>
Stop settings dialog from creating its own OnboardGtk instance to fix bug
where an extra IconPalette would appear when the settings dialog was open.
2009-03-07 Francesco Fumanti <[email protected]>
Fix typo in __init__ of Pane class.
2009-03-02 Francesco Fumanti <[email protected]>
Add more logging messages and unify logging syntax.
2009-02-27 Francesco Fumanti <[email protected]>
Restore handling of the in_use gconf key of IconPalette.
2009-02-24 Francesco Fumanti <[email protected]>
Remove unused variable from the IconPalette module.
2009-02-24 Francesco Fumanti <[email protected]>
Add docstrings to the IconPalette module.
2009-02-15 Francesco Fumanti <[email protected]>
Fix lintian warning: debhelper-but-no-misc-depends
2009-02-15 Francesco Fumanti <[email protected]>
Restore resizing of IconPalette with themable resize grip.
2009-02-05 Francesco Fumanti <[email protected]>
Fix two indentation errors.
2009-02-04 Francesco Fumanti <[email protected]>
Remove unnecessary check.
2009-02-04 Francesco Fumanti <[email protected]>
Store position and size to gconf only if different from stored values.
2009-02-04 Francesco Fumanti <[email protected]>
Fix regression braking the moving of the floating palette.
2009-02-03 Francesco Fumanti <[email protected]>
Syncronize with revision 136 of lp:onboard.
2009-01-21 Francesco Fumanti <[email protected]>
Forgot Changelog entry in previous commit (rev. 139).
2009-01-21 Francesco Fumanti <[email protected]>
Syncronize with revision 133 of lp:onboard.
2009-01-14 Francesco Fumanti <[email protected]>
Fix regression about remembering position of onscreen keyboard.
2009-01-13 Francesco Fumanti <[email protected]>
Add a floating palette that is shown when onscreen keyboard is hidden.
2008-12-11 Francesco Fumanti <[email protected]>
Change several line breaks in utils.py.
2008-12-09 Francesco Fumanti <[email protected]>
Fix accelerator for the 'start minimized' check box.
2008-12-09 Francesco Fumanti <[email protected]>
Change tab order in settings dialog.
2008-12-09 Francesco Fumanti <[email protected]>
Add option to start minimized. LP: #124625
2008-12-07 Francesco Fumanti <[email protected]>
Fix inconsistancy in trayicon gconf keyname.
2008-12-07 Francesco Fumanti <[email protected]>
Syncronize with revision 124 of lp:onboard.
2008-12-01 Francesco Fumanti <[email protected]>
Fix: a gconf key name for the trayicon.
2008-12-01 Francesco Fumanti <[email protected]>
Syncronize branch with revision 121 of lp:onboard.
2008-11-30 Francesco Fumanti <[email protected]>
Use correct gconf key name for the trayicon.
2008-11-30 Francesco Fumanti <[email protected]>
Store position and size to gconf for next start of onboard.
2008-11-29 Francesco Fumanti <[email protected]>
Fix infinite loop when resizing onboard window.
2008-11-27 Francesco Fumanti <[email protected]>
Make use of schemas moving keys from /apps/sok to /apps/onboard.
2008-11-27 Francesco Fumanti <[email protected]>
Add gconf schemas file.
2008-11-08 Francesco Fumanti <[email protected]>
Move .desktop files from debian folder to data folder.
2008-11-06 Francesco Fumanti <[email protected]>
Add my name to the AUTHORS file.
0.91.1 release - 28/2/08
* typo
0.91 release - 27/2/08
* Fixed trayicon.
* Scanning mode no longer needs a restart to take effect.
* Remove python-xml dependency.
* Updated translations.
16/6/06
* Reads key mapping from a second xml file.
* Began sticky keys
17/6/06
* Updated virtkey to accept keysysm
* Removed flashy, but ultimately pointless mouse hover effects.
* Cleaned up virtkey a bit (not enough)
18/6/06
* Sticky now works, turns off after one click on a non sticky char.
* Double click now activates super sticky.
* Fiddled with resizing
* Justified labels to top left so don't have to worry about centering.
* Changed font size.
20/6/06
* Program totally restructured, detailed on wiki.
* Keys now unstick when quit.
* Some speedups and simplifications. Code now a bit more readable.
21/6/06
* Changed behaviour of sticky. One click makes it temp stick, a further click makes it stick and yet another click will unstick it.
* Pretty colours. Key colour red from svg and background from .sok.
23/6/06
* Further panes of keys now accesible by sidebar. Flashy transparency. Side tabs operate the same as sticky keys.
25/6/06
* Shift or caps lock now changes the labels on the keys. Labels specified in .sok file.
29/6/06
* Lots of changes to try and make docked windows worked. Currently disabled. Can enable by uncommenting some code in KbdWindow.py, not recommended.
* Added Backspace key.
30/6/06
* No longer conflicts with accesibilty settings. Should work whatever the setup and not change any system wide settings. Slow keys is a small exception, currently modifiers do not respect it. Though other keys do. Slow keys cannot be enabled by holding down shift on SOK at this time.
* Added support for multiple keys for the same modifier.
* Added stuff to keyboard definition to test.
* Asks for .sok definition file to use when started.
7/7/06
* Fixed problems with certain characters, they should all work now.
18/7/06
* Added settings dialog. Run settings.py. Stores settings in gconf, layouts in ~/.sok/layouts.
* Macro support - macros set in GConf.
20/7/06
* Initial script support. Including launch settings tool from button.
* Fixed a bug involving the settings dialog when it is launched from
the keyboard.
31/7/06
* Can get layout from xserver
* Resizing speed ups.
4/8/06
* Cleaned up scripting a bit. Still very limited. Just runs scripts,
passes no data to script.
* Added switch buttons to default.
7/8/06
* Fixed alt key.
* Scanning support.
8/8/06
* Worked around gtk grab in firefox address bar.
9/8/06
* Altgr and shift combinations now bring up the correct labels.
* Personalise default layout with the Personalise Button (tm)
17/8/06
* Many bugfixes. Rebranded.
22/9/06
*alot has come to pass. Snippits gui redone, lots of other stuff.