-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
433 lines (293 loc) · 15.1 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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
2011-11-25 Gökmen Göksel <[email protected]>
* - Add Gnome3 IconTheme support
2011-07-04 Gökmen Göksel <[email protected]>
* - Add COMAK developer's config_path fix
2011-07-04 Gökmen Göksel <[email protected]>
* - Add COMAK developer's environment patch to support LXDE, Fluxbox, Gnome and Gnome3
2011-07-04 Gökmen Göksel <[email protected]>
* - Latest changes, update ChangeLog
2011-06-06 Gökmen Göksel <[email protected]>
* - We have to limit all sizes, not just minimum size.
2011-05-18 Gökmen Göksel <[email protected]>
* - Add QProgressWidget, just a template for now
2011-05-18 Gökmen Göksel <[email protected]>
* - Make getWidget method flexible
2011-05-17 Gökmen Göksel <[email protected]>
* - emit 'currentChanged()' signal when something changed
2011-05-17 Gökmen Göksel <[email protected]>
* - getCurrentWidget helper method added ...
2011-03-30 Gökmen Göksel <[email protected]>
* - Add option exceptionHandler
2011-03-30 Gökmen Göksel <[email protected]>
* - Make callback function optional
2011-03-30 Gökmen Göksel <[email protected]>
* - Disable all other widgets except the current one when animation is finished
2011-03-29 Gökmen Göksel <[email protected]>
* - Add additional SessionTypes variable to check possible environments names
* With KDE 4.6, KDE developers decided (!#?) to use "kde-plasma" as environment
* name instead of "kde", so one environment name is not enough to check current
* environment, SessionTypes variable solves this problem.
2011-03-11 Gökmen Göksel <[email protected]>
* - Add option to select move direction LeftToRight (ltr) or TopToBottom(ttb)
* - Add option to return first page if next requested at the last page
2011-03-09 Gökmen Göksel <[email protected]>
* - More documentation, in/out methods are working now !
2011-03-09 Gökmen Göksel <[email protected]>
* - QPageWidget document completed
* - Test scripts moved to tests directory
2011-03-09 Gökmen Göksel <[email protected]>
* - Shame on me.
2011-03-08 Gökmen Göksel <[email protected]>
* - Almost done, Test script should be updated.
2011-03-07 Gökmen Göksel <[email protected]>
* - QPageWidget : Simple PageWidget implementation, just the beginning
2011-02-10 Gökmen Göksel <[email protected]>
* - New release celebrates the 36000th commit !
2011-02-10 Gökmen Göksel <[email protected]>
* - Update ChangeLog
2011-02-09 Gökmen Göksel <[email protected]>
* - Fix translations for Qt Applications, thanks Gökçen for the trick
* Bug fixed at http://bugs.pardus.org.tr/16767
2011-02-03 Gökmen Göksel <[email protected]>
* - Update version to 1.2.4, ready to release
2011-02-02 Gökmen Göksel <[email protected]>
* - If not icon name given just return a null QPixmap
2011-02-02 Gökmen Göksel <[email protected]>
* - Force to use given size, it fixes small overlay icon issues
2011-02-02 Gökmen Göksel <[email protected]>
* - Add option to update available icons list
2011-02-01 Gökmen Göksel <[email protected]>
* - Add test case
2011-01-31 Gökmen Göksel <[email protected]>
* - Code cleanup
2011-01-30 Gökmen Göksel <[email protected]>
* - Make overlay opacity optional
2011-01-29 Gökmen Göksel <[email protected]>
* - Add global forceCache option
2011-01-15 Gökmen Göksel <[email protected]>
* - Update ChangeLog, v 1.2.3
2011-01-15 Gökmen Göksel <[email protected]>
* - Add method to setOverlayClickMethod..
2011-01-12 Gökmen Göksel <[email protected]>
* - Use list, remove debug
2011-01-12 Gökmen Göksel <[email protected]>
* - Support multiple config paths
* - Add .kde as KDE 4 Session config path for 2011
2011-01-11 Gökmen Göksel <[email protected]>
* - 1.2.2 version is ready, test scripts seperated, QNetworkManager is ready to distribute..
2011-01-11 Gökmen Göksel <[email protected]>
* - Alternative overlay icon for old style named icon themes like Tango on Corporate2
2011-01-11 Gökmen Göksel <[email protected]>
* - Check device before trying to connect
2011-01-10 Gökmen Göksel <[email protected]>
* - Follow connection changes and update the list...
2011-01-10 Gökmen Göksel <[email protected]>
* - Update corresponding list in device changes
2011-01-07 Gökmen Göksel <[email protected]>
* - Follow device changes, we need to hide connections if connection has an interface and this interface is not available..
2011-01-07 Gökmen Göksel <[email protected]>
* - Follow NetworkManager interface over D-Bus to update connection list for changes
2011-01-06 Gökmen Göksel <[email protected]>
* - Show busy indicator..
2011-01-06 Gökmen Göksel <[email protected]>
* - Set connection state
2011-01-06 Gökmen Göksel <[email protected]>
* - Use PMessageBox for notification, make QNetworkManager a QListWidget
2011-01-06 Gökmen Göksel <[email protected]>
* - Add basic default stylesheet
2011-01-06 Gökmen Göksel <[email protected]>
* - Use TopLeft for overlay icons
2011-01-06 Gökmen Göksel <[email protected]>
* - Fix spacing
2011-01-06 Gökmen Göksel <[email protected]>
* - Support to define position of overlay icon
2011-01-05 Gökmen Göksel <[email protected]>
* - QNetworkManager, a new widget to show/change_states of network profiles from NetworkManager backend.
2011-01-05 Gökmen Göksel <[email protected]>
* - uis under ui directory
2011-01-05 Gökmen Göksel <[email protected]>
* - Add loadOverlay method to load overlayed icons
2010-12-01 Gökmen Göksel <[email protected]>
* rename
2010-12-01 Gökmen Göksel <[email protected]>
* ChangeLog added, ready for 1.2.1
2010-11-29 Gökmen Göksel <[email protected]>
* - shadow support added for mainwidget
2010-11-12 renan.cakirerk
* no need to delete later by gokmen
2010-11-12 Gökmen Göksel <[email protected]>
* Much better garbage collection :) ...
2010-11-12 Gökmen Göksel <[email protected]>
* Update MANIFEST
2010-11-12 Gökmen Göksel <[email protected]>
* fix version string
2010-11-11 Gökmen Göksel <[email protected]>
* Fix icon issues
2010-11-11 Gökmen Göksel <[email protected]>
* Thread module added, PMessageBox fixed
2010-11-11 Gökmen Göksel <[email protected]>
* take care all errors..
2010-11-10 Gökmen Göksel <[email protected]>
* Test application added for testing all features that we provide with Pds.Gui module
2010-11-09 Gökmen Göksel <[email protected]>
* Update MANIFEST
2010-11-09 Gökmen Göksel <[email protected]>
* Bump version string
2010-11-08 Gökmen Göksel <[email protected]>
* Use system palette text color if none given
* add wrapper method busy
2010-11-04 Gökmen Göksel <[email protected]>
* color selectable
2010-11-04 Gökmen Göksel <[email protected]>
* Added feature to disable overlay style
2010-11-02 Gökmen Göksel <[email protected]>
* Test UI added for detailed example
2010-11-01 Gökmen Göksel <[email protected]>
* PApplicationContainer for embedding X11 applications to Qt Applications easily.
2010-10-27 Gökmen Göksel <[email protected]>
* cosmetic
2010-10-26 Gökmen Göksel <[email protected]>
* Add QProgressIndicator which is Qt Painter based animated busy indicator instead of using ugly gifs.
2010-10-20 Gökmen Göksel <[email protected]>
* Check last direction
2010-10-20 Gökmen Göksel <[email protected]>
* 1.0.0
2010-10-04 igungor
* E devs have started to export ICON_THEME as E_ICON_THEME, we dont need to patch enlightenment anymore hehe.
2010-10-03 Gökmen Göksel <[email protected]>
* Support for disabling parent widget at shown.
2010-10-03 Gökmen Göksel <[email protected]>
* make public; animation and duration
2010-10-03 Gökmen Göksel <[email protected]>
* Run FINISHED call backs in shown if animations are disabled.
2010-10-03 Gökmen Göksel <[email protected]>
* No need to call parent's resize event twice.
2010-10-03 Gökmen Göksel <[email protected]>
* Seperate private and public variables/methods
2010-09-30 Gökmen Göksel <[email protected]>
* Support for registering resize functions, support for disabling animations.
2010-09-28 Gökmen Göksel <[email protected]>
* Re-set old settings after deleting the QTimeLine objects.
2010-09-28 Gökmen Göksel <[email protected]>
* It is safe to delete objects when their jobs are finished .
2010-09-27 Gökmen Göksel <[email protected]>
* Check old animation state before connecting them. If its already finished just start the new one.
2010-09-24 Gökmen Göksel <[email protected]>
* Last changes.
2010-09-24 Gökmen Göksel <[email protected]>
* Resize callbacks are not needed anymore
2010-09-24 Gökmen Göksel <[email protected]>
* FIXME 32000
2010-09-24 Gökmen Göksel <[email protected]>
* Callback functions problem is now fixed
* Its ready to use
* Documentation added
2010-09-23 Gökmen Göksel <[email protected]>
* Support for starting animation after an animation finish its jobs, support for enabling or disabling the overlay animation (shit nvidia)
2010-09-21 Gökmen Göksel <[email protected]>
* Fade animate for overlay
2010-09-21 Gökmen Göksel <[email protected]>
* Update widget position when parents resize event called.
2010-09-21 Gökmen Göksel <[email protected]>
* more complex, fast enough.
2010-09-17 Gökmen Göksel <[email protected]>
* update example, a little time left for implementing with pm.
2010-09-02 Gökmen Göksel <[email protected]>
* Fix Python 2.7 and QSettings issues .
2010-08-13 Gökmen Göksel <[email protected]>
* not yet
2010-08-13 Gökmen Göksel <[email protected]>
* better .
2010-08-13 Gökmen Göksel <[email protected]>
* overlay support for pds message box, it is in progress still .
2010-07-29 Gökmen Göksel <[email protected]>
* UEKAE gururla sunar; PDS PMessageBox \o/
2010-07-28 Gökmen Göksel <[email protected]>
* Someting experimental, actually it is nothing at all.
2010-07-21 Gökmen Göksel <[email protected]>
* We need to check KDE_SESSION_VERSION since KDE 4.5 does not set DESKTOP_SESSION variable.
2010-07-05 Gökmen Göksel <[email protected]>
* If no desktop session defined fallback to systems default desktop enviorenment
2010-06-16 igungor
* Add Enlightenment icon theme support. Package manager can show the icons on Enlightenment now.
* This patch is dependent on Enlightenment export-icon-theme.patch.
2010-05-26 Gökmen Göksel <[email protected]>
* 1.0.1
2010-05-25 Gökmen Göksel <[email protected]>
* Use unicode for PyNotify
2010-05-10 Gökmen Göksel <[email protected]>
* From now there is two different i18n support in Pds; first one comes from gettext Pds.i18n and the second one from session Pds.session.i18n. Easy to develop :)
2010-04-30 Gökmen Göksel <[email protected]>
* Ready to package..
2010-04-20 Gökmen Göksel <[email protected]>
* Support for changing language
2010-04-13 Gökmen Göksel <[email protected]>
* Avoid importing not needed libraries
* Update MANIFEST
2010-04-13 Gökmen Göksel <[email protected]>
* seperate Pardus Desktop Services
2010-04-08 Gökmen Göksel <[email protected]>
* Add pynotify support
2010-04-08 Gökmen Göksel <[email protected]>
* Support for extra icons which are not in theme directory
2010-04-08 Gökmen Göksel <[email protected]>
* use QLocalServer instead of Tcp ;)
2010-04-08 onur
* sinsi commit to get into AUTORS file
2010-04-06 Gökmen Göksel <[email protected]>
* Let Ctrl+C works
2010-04-06 Gökmen Göksel <[email protected]>
* QUniqueApplication: Like KUniqueApplication provides unique applications and has tcp socket feature for instance calls
2010-04-01 Gökmen Göksel <[email protected]>
* much better, enable debug in test by default
2010-04-01 Gökmen Göksel <[email protected]>
* rewrite pds log file for each run
2010-04-01 Gökmen Göksel <[email protected]>
* look for each icons deeply
2010-03-31 Gökmen Göksel <[email protected]>
* qcompleter support for avaliable icons, fix set methods for intherited icon themes
2010-03-31 Gökmen Göksel <[email protected]>
* we need a qstring not a str
2010-03-31 Gökmen Göksel <[email protected]>
* fix for non xdg desktop
2010-03-30 Gökmen Göksel <[email protected]>
* dist thing and manifest
2010-03-30 Gökmen Göksel <[email protected]>
* ready to package
2010-03-30 Gökmen Göksel <[email protected]>
* things for release
2010-03-30 Gökmen Göksel <[email protected]>
* sync pds
2010-03-29 Gökmen Göksel <[email protected]>
* forceCache support for frequently used icons
2010-03-26 Gökmen Göksel <[email protected]>
* also check for inherit property in index.theme
2010-03-26 Gökmen Göksel <[email protected]>
* get all available icons
2010-03-26 Gökmen Göksel <[email protected]>
* typo
2010-03-26 Gökmen Göksel <[email protected]>
* merge changes from pm
2010-03-22 Gökmen Göksel <[email protected]>
* use pixmapcache for all possible icons
2010-03-19 Gökmen Göksel <[email protected]>
* support for size
2010-03-19 Gökmen Göksel <[email protected]>
* i18n like ki18n way
* QIcon loader template
2010-03-18 Gökmen Göksel <[email protected]>
* Sometimes kdeglobals stores values without quotes
2010-03-18 Gökmen Göksel <[email protected]>
* support for different catalogs
2010-03-17 Gökmen Göksel <[email protected]>
* need to find a general solution .
2010-03-17 Gökmen Göksel <[email protected]>
* typo
2010-03-17 Gökmen Göksel <[email protected]>
* basic test
2010-03-17 Gökmen Göksel <[email protected]>
* define methods for different desktop environments
2010-03-16 Gökmen Göksel <[email protected]>
* Add README
2010-03-16 Gökmen Göksel <[email protected]>
* A new project named Pardus Desktop Services, v 0.1 beta \o/