File: ChangeLog

package info (click to toggle)
kshutdown 3.0~beta4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,528 kB
  • sloc: cpp: 4,353; sh: 291; makefile: 5
file content (599 lines) | stat: -rw-r--r-- 16,440 bytes parent folder | download
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599

  See also: http://kshutdown.sourceforge.net/releases/

2012/04/23  3.0 Beta 4

Progress Bar:

* Fixed: Show/hide progress bar on settings change
* Show progress bar in user inactivity detector
* NEW: Customizable color (progress bar -> context menu -> Set Color...)

Misc.:

* A more compact "Action" and system tray context menu
* Czech translation update
* Updated Polish translation
* Show error message if trigger (e.g. user inactivity detector) is not available
* Windows: Updated Qt DLLs (v4.8.1) and MinGW

README:

* Updated MinGW docs
* Added Clang (alternate C++ compiler) docs


2012/03/01  3.0 Beta 3

* NEW: Option to quit program when pressing close button
  instead of minimizing to tray (RFE #3494853)
* NEW: Option to hide system tray icon
* Fixed Alt+A keyboard shortcut which clashed with the C&ancel button
  (English translation only)

Updated language translations:

* Czech translation update. Thanks to Pavel Fric.
* Danish translation updates
* Italian translation updates
* Serbian translation updates

Source:

* KDE 4: Auto run "kdesudo" to install compiled KShutdown
* KDE 4: Fixed: KShutDown doesn't build on KDE 4.8
  Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3467712&group_id=93707&atid=605270
* Fixed compilation warnings


2011/12/30  3.0 Beta 2

* Version change: 2.1.1 Beta -> 3.0 Beta 2 (yes, 3.0 :)
* Serbian translation updates
* More readable tool tip text in tray icon and progress bar
* Command Line: Allow '0' time option (no delay)
* Better default date/time values
* Updated Polish translation

Linux:

* NEW: Shutdown/Reboot via ConsoleKit and/or HAL D-Bus interface.
  The Shutdown/Reboot action now should work
  with all Desktop Environments and Display Managers.
* NEW: KShutdown/Qt
  (version for Xfce and other non-KDE Desktop Environments,
  see README.html for details)
* Fixed: Added workaround for non-clickable HTML links in Oxygen Style
* Better integration with GTK-based Desktop Environments (Xfce, LXDE, etc.)
* Do not show button icons if this option is disabled by user
* Improved Desktop Environment detection

Linux/KDE:

* NEW: Option to Unlock the screen. See Extras -> Unlock Screen
* Extras: Updated Kaffeine entry
* Extras: Removed kdetv (KDE 3 only) entry
* Extras: Show error message if file does not exist

Linux/Xfce 4:

* Support Turn Off and Restart actions
* Fixed: Do not start krunner in non-KDE sessions
* Fixed missing icons in menu and combo box

Linux/LXDE:

* Logout Action

Linux/GNOME 3:

* More supported actions

Linux/Unity:

* Workaround for missing system tray support...

Linux/E17:

* Basic support
  - Load System->DBus Extension module for Lock Screen action support
  - Load Utilities->Systray module for system tray support

Windows:

* Use Windows terminology (Logout -> Log Off, Suspend Computer -> Sleep)
* Updated Qt DLLs (4.7.4)

Source:

* Fixed "Unable to find file for inclusion portable.pri" warning
* Fixed all *.desktop file warnings
* Added UDialog class - a base dialog
* Updated README.html and build scripts

Qt 4 Build (Setup-qt4.sh):

* Binary program is now called "kshutdown-qt"
* Added "make install" command.
  This will install kshutdown-qt,
  icons, and menu shortcut under /usr prefix directory.


2011/07/24  2.1 Beta (alias 3.0 Beta 1)

* Added Portuguese language translation (pt.po, bug #3292202)
  Thanks to Américo Monteiro
* Updated Polish translation
* Fixed: Do not activate disabled or unsupported action
* Fixed: Command Line: Do not show "Invalid time" error message for time values
  without leading zero
* Fixed a tiny system tray icon if launched with "--xx time" command line option
* Improved confirmation message box
* Faster Screen Lock function
* Minor User Inteface improvements and tweaks
* Use "kshutdown:" prefix in logs printed to the stderr

KDE 4:

* NEW: Added "Black and White System Tray Icon" option for better integration
  with dark color themes
* NEW: (Re)Added KDE Kiosk support. Documentation:
  http://sourceforge.net/apps/mediawiki/kshutdown/index.php?title=Kiosk
* NEW: (Re)Added Local and Global keyboard shortcuts
  (see menu -> Settings -> Configure Shortcuts...)
* Use KDE UI elements in KDE4 version for better platform integration
* Fixed KDE detection

Source:

* Added support for Krazy2 Code Checker (see ./tools/krazy2.sh)
* Fixed compilation on kfreebsd platform (bug #3292203)
* Fixed: Do not include temporary binary "kshutdown" file in a source package


2011/04/20  2.0

Version for Linux:

* Support for the UPower suspend/hibernate backend (patch #3224666)
  Thanks to Stanislav Nikolov
* Updated D-Bus Documentation:
  http://sourceforge.net/apps/mediawiki/kshutdown/index.php?title=D-Bus

Updated Language Translations:

* Brazilian Portuguese
* Danish
* Polish
* Russian

Version for Windows:

* Upgraded Qt libs (2010.05)
* Use dynamic Qt*.dll instead of static linking
* Fixed compilation error


2011/02/15  2.0 Beta 12

Linux:

* NEW: Added D-Bus support. Run "qdbus net.sf.kshutdown /kshutdown" for details.
  Documentation: http://sourceforge.net/apps/mediawiki/kshutdown/index.php?title=D-Bus
* Fixed bug #3140645 (kde 4.6 + qt 4.7.1 + kshutdown crash)
* Setup.sh: Auto select kde4 menu item (if available)
* Show error message if "Turn Off Computer" or "Restart Computer" function
  is not available or disabled in KDE System Settings.
* Fixed error in "When selected application exit" function caused by zombie programs

Command Line:

* NEW: Added "--cancel" command line option to stop an active action (KDE 4 only)
* NEW: Added "--confirm" option to confirm a command line action
* NEW: Added -i and --inactivity command line options
  (RFE #3052626, Command Line Inactivity Timer)

Misc.:

* Updated Brazilian Portuguese translation
* Updated Polish translation
* Updated Slovak translation
* Better icon size in system tray


2010/08/28  2.0 Beta 11

* KDE 4.5.0: Fixed huge memory leak and crash on KDE startup
* Fixed: Xfce: Do not show <qt> and <br> tags in notification window
* Updated Serbian translation
* Show "Global Keyboard Shortcuts" options in "KDE Related Settings" window
* UI: Activate main window on system tray icon click
* UI: Do not display scroll bars in combo box popups
* KDE: Use org.kde.krunner service if org.freedesktop.ScreenSaver
  is not available (used by Lock Screen action and inactivity detector).


2010/07/22  2.0 Beta 10

* NEW: Added "-hide-ui" command line option to hide all KShutdown user interface
  (main window and system icon)
* NEW: Show warning notification 30, 60, or 120 minutes before timeout
* NEW: Danish translation
* Command line help window (--help): Added link to
  http://sourceforge.net/apps/mediawiki/kshutdown/index.php?title=Command_Line
* Disable unsupported "Restart/Turn Off Computer"
  actions on GDM/GNOME/Xfce desktop
* Menu Bar: "File" menu renamed to "Action"
* Source: Added convenient installation script (./Setup.sh)
* Source: Added support for Qt4-only Builds (see ./Setup-qt4.sh or ./Setup.sh)
* NEW: Added "Test" action - an action that does nothing...
* Source: Added KDevelop 4.0 project support
* Updated Polish translation
* Updated Serbian translation
* Updated documentation


2010/03/13  2.0 Beta 9

* Updated Brazilian Portuguese translation
* Updated Serbian translation
* Updated Polish translation
* EXPERIMENTAL: Added user "inactivity" detector
  (see "Select time/event", Win32/KDE4 only)
* KDE 4: Highlight system tray icon if KShutdown is active
* Updated README.html file

MS Windows:

* Use Qt 4.6.x library
* Show command line help for "--help" and "/?" arguments
* Show notifcation message in system tray icon
* Updated installer

GNOME/Xfce 4 Support (EXPERIMENTAL):

* Added "Logout" action
* Show icons from the current Icon Theme
* Use Gtk+ style by default


2009/09/29  2.0 Beta 8

* Command Line: Added support for "time" option
  (KDE: run "kshutdown --help" for more info)
* Updated Polish translation
* Extras: Added help link
* Misc. bug fixes and improvements


2009/08/09  2.0 Beta 7

* NEW: Added "Cancel" action (see File and System Tray menu)
* Updated German translation (thanks to Markus)
* Updated Norwegian translation
* Updated Polish translation
* Display the "end" date/time in main window, tool tips, and notifications
* Action confirmation is now disabled by default
* EXPERIMENTAL: Added contextual help for "Hibernate" and "Suspend" actions
  (press Shift+F1 or select Help|What's This?)
* KDE: Fixed icon for the "Restart Computer" action
* KDE: Fixed "e" and "extra" command line options
* Removed "Theme" support (use QSS instead; see -stylesheet parameter
  <http://doc.trolltech.com/latest/stylesheet.html>)
* Misc. User Interface improvements

"Extras" Action (KDE4):

* Use Dolphin instead of Konqueror as the menu editor

"When Selected Application Exit" Trigger (KDE4):

* Show icons for the current user only (much faster)
* Show pid/user name in window title and system tray tool tip

Version for Windows:

* Updated Qt libs (v4.5.2)
* Show "No Delay" warning message in the "File" menu

Source:

* Improved CMakeLists.txt for the "po" directory (PATCH #2784970)
* EXPERIMENTAL: Use GTK+ Style on GNOME (Qt4 build only)
* Removed unused APIs
* LockAction moved to actions/lock.*
* Code clean up
* Fixed Win32 build
* Changed "include guard" name to avoid collisions
* Added "InfoWidget" class
* Renamed enums to avoid collision with other #defs
* Fixed small memory leaks
* Added Q_DISABLE_COPY and "explicit" keyword


2009/04/21  2.0 Beta 6

* KDE: Fixed crash on application startup if the
  "When selected application exit" option was selected
* KDE: Added convenient function to configure related KDE settings
* Updated Polish translation
* Fixed language translations


2009/04/01  2.0 Beta 5

* NEW: Added -H and -S (uppercase) command line options for Hibernate and Suspend
* NEW: Added Serbian translation
* Source: Added tools/api.sh (API documentation generator)
* Source: Added Doxyfile file (API documentation configuration)
* Fixed: no -> nb (Norway -> Norwegian Bokmaal)
* Updated Spanish translation
* Updated and fixed Polish translation


2009/01/15  2.0 Beta 4

* Fixed Hibernate/Suspend action in Ubuntu 8.10
* Remeber previous shutdown settings (BUG #2444169)
* NEW: Added Norwegian translation
* Updated French translation
* Extras Actions: Added support for regular executables files
  (e.g. shell script or compiled program)
* Show selected action name in notification popup message


2008/12/01  2.0 Beta 3

* NEW: Added progress bar (disabled by default; see Preferences)
* Separators in combo box list (this requires Qt 4.4+)
* Fixed "Desktop Entry" files

Linux/KDE 4 version:

* NEW: Added notifications. See menu -> Settings -> Configure Notifications...
* Use system theme icon in system tray
* Fixed: Remember recent Extras action

Linux version:

* NEW: Added language translations
* NEW: Added "When selected application exit" trigger

Windows version:

* Updated Qt Toolkit libraries to version 4.4.3
* Updated NSIS installer
* Updated build script

Source package:

* Added "Desktop Entry" file validator (./tools/check-desktop-files.sh)


2008/10/11  2.0 Beta 2

* Fixed "Logout canceled by..." message on KDE logout
* NEW: Added option to disable screen lock before hibernate/suspend
* Fixed Qt4 build
* Updated README.html file


2008/07/27  2.0 Beta 1

* NEW: Added "Extras" actions (KDE build only)
* Fixed "Turn Off Computer" icon
* Fixed Help menu; removed unused actions
* Fixed: OK/Cancel buttons in Preferences window
* Updated build scripts
* Fixed application shortcut


2008/04/02  2.0 Alpha 5

* Fixed the source package (kshutdown-source-*.zip file)
* Updated README.html file
* Fixed system tray tool tip text
* Fixed Setup-win32.bat build script
* Fixed command line support
* Added experimental Setup-wine.sh script to build win32 version under Wine

Setup-kde4.sh:

* Added option to specify installation directory (prefix).
  Example: ./Setup-kde4.sh /usr/local
* Fixed: Added "kworkspace" detection


2008/01/20  2.0 Alpha 4

* Fixed date/time icons
* Updated Oxygen Icon Theme
* Extras: Removed deprecated "Encoding" keys;
  added "Version" key (BUG #1849625); additionaly removed unused keys
* Fixed: Do not show main window on session restore
* Fixed: Always show main window if system tray is not available
* NEW: Added option to disable action confirmation message
* NEW: Added "Preferences" dialog (menu -> Settings)
* Added icons with small and large sizes
* NEW KShutdown icon
* Fixed: Do not quit application if window is hidden in the system tray
* Added "init" command line option (like in KShutdown 1.x)
* Fixed: Wait for screensaver before hibernate/suspend
* Added *unofficial* support for Themes
* Show reason if action is not available
* Fixed "empty" error messages
* NEW: Added initial support for command line options (not documented yet)
* Show warning message for the "force" option

KDE 4:

* Fixed compilation errors
* Fixed: Install KShutdown icons and menu shortcut

GNOME:

* Fixed "Logout" command
* Fixed "Lock Screen" command

Windows:

* NEW: Portable version for Windows
* Added "kshutdown.exe" to the "apppath"
  so you can run it via Start -> Run...
* Do not create desktop shortcut
* Autostart is now enabled by default after installation
* Fixed icons
* Fixed: Disable "Lock Screen" action if countdown is active

Source:

* NEW: Re-added "Extras" actions (disabled in this version)
* Updated TODO file
* Fixed "Setup" scripts
* NEW: Added new icon formats (Windows Icon and SVG)


2007/11/25  2.0 Alpha 3

KDE

* Fixed compilation error on KDE 4.0 RC 1
* Changed action names to match KDE workspace
* Fixed system tray
* Fixed about box

Windows

* Updated Qt libraries to version 4.3.2
* NEW: KShutdown is now statically linked with Qt library
  (smaller download size)
* Updated installer to version 2.33
* NEW: Added "Force" option

Qt/Linux

* Fixed "Hibernate Computer" action
* Fixed "Lock Screen" action (added support for xdg-screensaver and xscreensaver)

Misc.

* Fixed "Lock Session" action
* NEW: Added confirmation message
* Disabled confirmation for "Lock" action
* Improved system tray messages
* Fixed main window
* Fixed "COMPAT" warnings
* Smaller date/time font size
* Fixed suspend to RAM (need testing)
* Use larger font in date/time editor
* Changed order of menu/combo box items
* + Minor updates and fixes

Source and API

* Source clean up
* Updated TODO list
* Added "U_APP" macro
* Setup-qt4-win32.bat -> Setup-qt4.bat


2007/07/08  2.0 Alpha 2

- Select "Turn Off Computer" and "Time From Now" by default

- Fixed configuration reading/writing in Qt build

- Minor fixes


2007/06/24  2.0 Alpha 1

- NEW: KShutDown -> KShutdown (note lower case "d")

- NEW: KShutdown has been rewritten from scratch

- NEW: KShutdown 2.x requires KDE 4.x or Qt 4.3

- NEW: Now KShutdown uses "CMake" to build from sources.
  Simply run "./Setup-kde4.sh" to automatically compile and install KShutdown...

- NEW: Added "Hibernate Computer" and "Suspend Computer" actions

- NEW: Calendar popup in "At Date/Time" action

- REMOVED: "Statistics" dialog is no longer available

- REMOVED: Some functions are *temporarily* disabled or not available


Release History:

---- Release History ----                                                                  
                                                                                           
Old ChangeLogs can be found in the SVN repository at:                                      
http://kshutdown.svn.sourceforge.net/viewvc/kshutdown/trunk/kshutdown/ChangeLog?view=markup
http://kshutdown.svn.sourceforge.net/viewvc/kshutdown/trunk/kshutdown2/ChangeLog?view=markup

2009/??/??  1.0.5 for KDE 3 (never released)

2009/01/15  1.0.4

2008/05/26  1.0.3

2007/11/25  1.0.2

2007/07/08  1.0.1

2007/04/14  1.0

2006/10/10  0.9.1 Beta

2006/06/29  0.9 Beta

2006/02/05  0.8.2

2006/01/09  0.8.1

2005/11/27  0.8

2005/10/18  0.7.1 Beta

2005/07/02  0.7.0 Beta

2005/02/28  0.6.0

2005/02/12  0.5.1 Beta

2004/12/15  0.5.0 Beta

2004/11/13  0.4.0

2004/10/23  0.3.2 Beta

2004/09/11  0.3.1 Beta

2004/08/30  0.3.0 Beta

2004/07/19  0.2.0

2004/07/05  0.1.9 Beta

2004/06/13  0.1.8 Beta

2004/03/27  0.1.7 Beta

2004/03/11  0.1.6 Beta

2004/02/22  0.1.5 Beta

2004/02/07  0.1.4 Beta

2004/01/17  0.1.3 Beta

2003/12/08  0.1.2 Beta

2003/11/09  0.1.1 Beta

2003/10/27  0.1.0 Beta

// svn log -r 623:HEAD|xsel -i -b && kwrite ChangeLog