SVN_SILENT made messages (.desktop file)
[rsibreak.git] / ChangeLog
blobbd83b28565e5507f608178bb92f96141c48edd8d
1 2007-08-05 08:18 +0000 [r696547]  Laurent Montel montel@kde.org
3         * trunk/extragear/utils/rsibreak/plasma/Messages.sh (added):
4           Extract message
6 2007-08-05 07:30 +0000 [r696534]  Laurent Montel montel@kde.org
8         * trunk/extragear/utils/rsibreak/src/passivepopup.h,
9           trunk/extragear/utils/rsibreak/src/rsidock.h,
10           trunk/extragear/utils/rsibreak/src/graywidget.h: Remove not
11           necessary forward declaration
13 2007-08-05 07:23 +0000 [r696528-696531]  Laurent Montel montel@kde.org
15         * trunk/extragear/utils/rsibreak/icons/Makefile.am (removed): not
16           necessary with new build system
18         * trunk/extragear/utils/rsibreak/INSTALL: Adapt to new build system
20         * trunk/extragear/utils/rsibreak/plasma/CMakeLists.txt,
21           trunk/extragear/utils/rsibreak/CMakeLists.txt: Search plasma
22           module Don't add so name to plasma plugins
24 2007-08-04 17:09 +0000 [r696400]  Tom Albers tomalbers@kde.nl
26         * trunk/extragear/utils/rsibreak/plasma/CMakeLists.txt (added),
27           trunk/extragear/utils/rsibreak/src/rsitimer.h,
28           trunk/extragear/utils/rsibreak/plasma (added),
29           trunk/extragear/utils/rsibreak/CMakeLists.txt,
30           trunk/extragear/utils/rsibreak/src/org.rsibreak.rsiwidget.xml,
31           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
32           trunk/extragear/utils/rsibreak/plasma/rsibreak.cpp (added),
33           trunk/extragear/utils/rsibreak/plasma/plasma-applet-rsibreak.desktop
34           (added), trunk/extragear/utils/rsibreak/plasma/rsibreak.h
35           (added), trunk/extragear/utils/rsibreak/TODO: RSIBreak meets
36           Plasma. Basic Plasmoid showing the current idleTime, and when the
37           next breaks are due.
39 2007-08-04 11:19 +0000 [r696262]  Tom Albers tomalbers@kde.nl
41         * trunk/extragear/utils/rsibreak/src/rsistats.cpp,
42           trunk/extragear/utils/rsibreak/src/rsistatitem.h: Remove last q3
43           call.
45 2007-08-04 11:07 +0000 [r696259]  Tom Albers tomalbers@kde.nl
47         * trunk/extragear/utils/rsibreak/src/org.rsibreak.rsiwidget.xml,
48           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
49           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: Add dbus
50           interface for idleTime() and fix bug where idleTime() was
51           reporting false info when rsibreak was suspended. Should be
52           backported.
54 2007-08-04 10:45 +0000 [r696254]  Tom Albers tomalbers@kde.nl
56         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
57           trunk/extragear/utils/rsibreak/src/main.cpp,
58           trunk/extragear/utils/rsibreak/src/org.rsibreak.rsiwidget.xml,
59           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
60           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
61           trunk/extragear/utils/rsibreak/src/setupmaximized.h: - remove the
62           settings for the font color, size and the possibility to
63           show/hide the counter. - add all dcop methods we had in the 3
64           series as dbus methods.
66 2007-08-04 01:39 +0000 [r696167]  Tom Albers tomalbers@kde.nl
68         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
69           trunk/extragear/utils/rsibreak/src/slideshow.cpp,
70           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
71           trunk/extragear/utils/rsibreak/src/passivepopup.h,
72           trunk/extragear/utils/rsibreak/src/rsidock.h,
73           trunk/extragear/utils/rsibreak/src/main.cpp,
74           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
75           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
76           trunk/extragear/utils/rsibreak/src/boxdialog.cpp,
77           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
78           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
79           trunk/extragear/utils/rsibreak/src/rsitooltip.h,
80           trunk/extragear/utils/rsibreak/src/passivepopup.cpp,
81           trunk/extragear/utils/rsibreak/src/rsidock.cpp: rename RSIWidget
82           to RSIObject, create a RSIWidget based on a QLabel to serve as
83           parent for all other classes. This way we dont get an empty
84           window on start. To prevent the maximise/minimise behaviour which
85           we get when using a KSystemTrayIcon with a valid parent, use a
86           QSystemTrayIcon instead. The K version does not add anything
87           usefull for us.
89 2007-08-04 00:24 +0000 [r696155]  Tom Albers tomalbers@kde.nl
91         * trunk/extragear/utils/rsibreak/src/slideshow.cpp,
92           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
93           trunk/extragear/utils/rsibreak/src/boxdialog.cpp,
94           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
95           trunk/extragear/utils/rsibreak/src/boxdialog.h: Hide the dialog
96           properly after a break or when user aborts the break.
98 2007-08-03 22:12 +0000 [r696133]  Tom Albers tomalbers@kde.nl
100         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
101           trunk/extragear/utils/rsibreak/src/slideshow.cpp,
102           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
103           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
104           trunk/extragear/utils/rsibreak/src/slideshow.h,
105           trunk/extragear/utils/rsibreak/src/boxdialog.cpp,
106           trunk/extragear/utils/rsibreak/src/graywidget.h,
107           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
108           trunk/extragear/utils/rsibreak/src/boxdialog.h: Headers--
110 2007-08-03 21:53 +0000 [r696119]  Tom Albers tomalbers@kde.nl
112         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
113           trunk/extragear/utils/rsibreak/src/slideshow.cpp,
114           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
115           trunk/extragear/utils/rsibreak/src/slideshow.h,
116           trunk/extragear/utils/rsibreak/src/boxdialog.cpp (added),
117           trunk/extragear/utils/rsibreak/src/graywidget.h,
118           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
119           trunk/extragear/utils/rsibreak/src/boxdialog.h (added): Move the
120           kdialog box out of the graywidget into its own class and use that
121           class also in the slideshow class.
123 2007-08-03 21:11 +0000 [r696109]  Tom Albers tomalbers@kde.nl
125         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
126           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
127           trunk/extragear/utils/rsibreak/src/slideshow.cpp,
128           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp: Fix ebn
129           issues.
131 2007-08-03 20:50 +0000 [r696104]  Laurent Montel montel@kde.org
133         * trunk/extragear/utils/rsibreak/src/CMakeLists.txt: Fix compile
135 2007-08-03 20:32 +0000 [r696099-696100]  Laurent Montel montel@kde.org
137         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
138           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
139           trunk/extragear/utils/rsibreak/src/slideshow.cpp,
140           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
141           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
142           trunk/extragear/utils/rsibreak/src/passivepopup.cpp,
143           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
144           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: adapt to kdebug
145           api
147         * trunk/extragear/utils/rsibreak/src/CMakeLists.txt: Fix typo
149 2007-08-01 21:04 +0000 [r695333]  Tom Albers tomalbers@kde.nl
151         * trunk/extragear/utils/rsibreak/src/rsidock.h,
152           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
153           trunk/extragear/utils/rsibreak/src/rsidock.cpp: remove, nobody
154           uses that. ;-)
156 2007-08-01 20:31 +0000 [r695317]  Tom Albers tomalbers@kde.nl
158         * trunk/extragear/utils/rsibreak/src/rsidock.h,
159           trunk/extragear/utils/rsibreak/src/rsidock.cpp: On left click
160           open the stats dialog.
162 2007-07-31 21:14 +0000 [r694832]  Tom Albers tomalbers@kde.nl
164         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
165           trunk/extragear/utils/rsibreak/src/graywidget.cpp,
166           trunk/extragear/utils/rsibreak/src/graywidget.h: disadvantage of
167           fast laptop is that it takes the screenshot after the widget is
168           shown, resulting in a black screenie in this case. Fix that and
169           use the new screenshot routine, so it actually works on this
170           laptop.
172 2007-07-31 19:43 +0000 [r694804]  Frode M. Døving frode@lnix.net
174         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: D-Bus call to
175           lock the screen.
177 2007-07-31 19:19 +0000 [r694797]  Tom Albers tomalbers@kde.nl
179         * trunk/extragear/utils/rsibreak/src/rsitimer_dpms.cpp,
180           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
181           trunk/extragear/utils/rsibreak/src/rsitimer_dpms.h: Make a
182           screenshot that works. Thanks to the code from fredrikh! Solves
183           the distortions.
185 2007-07-31 18:20 +0000 [r694787]  Frode M. Døving frode@lnix.net
187         * trunk/extragear/utils/rsibreak/src/main.cpp: D-Bus call on second
188           instance.
190 2007-07-31 17:10 +0000 [r694777]  Frode M. Døving frode@lnix.net
192         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
193           trunk/extragear/utils/rsibreak/src/main.cpp,
194           trunk/extragear/utils/rsibreak/src/org.rsibreak.rsiwidget.xml
195           (added), trunk/extragear/utils/rsibreak/src/rsiwidget.h,
196           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
197           trunk/extragear/utils/rsibreak/TODO: D-Bus things.
199 2007-07-31 10:56 +0000 [r694680]  Tom Albers tomalbers@kde.nl
201         * trunk/extragear/utils/CMakeLists.txt (added),
202           trunk/extragear/utils/rsibreak/Messages.sh (added),
203           trunk/extragear/utils/doc (added),
204           trunk/extragear/utils/doc/rsibreak (added): Re-enable RSIBreak in
205           toplevel folder, so we get some EBN checks and so on. Does not
206           compile correctly, as it can't find the config.h.cmake. Need to
207           check why.
209 2007-07-31 10:38 +0000 [r694673]  Tom Albers tomalbers@kde.nl
211         * trunk/extragear/utils/rsibreak/icons/CMakeLists.txt: Port that
212           file.
214 2007-07-30 22:18 +0000 [r694511]  Tom Albers tomalbers@kde.nl
216         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
217           trunk/extragear/utils/rsibreak/src/rsiwidget.h: Make rsiwidget a
218           object. ;-) Now we see an empty widget at the start. Need to
219           remove that soon.
221 2007-07-30 22:09 +0000 [r694508]  Tom Albers tomalbers@kde.nl
223         * trunk/extragear/utils/rsibreak/src/slideshow.cpp (added),
224           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
225           trunk/extragear/utils/rsibreak/src/slideshow.h (added),
226           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
227           trunk/extragear/utils/rsibreak/src/CMakeLists.txt: Moved the
228           slideshow out of the rsiwidget as well. Now we have a good split
229           in functionality. RSIBreak is getting into shape...
231 2007-07-30 21:09 +0000 [r694486]  Tom Albers tomalbers@kde.nl
233         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
234           trunk/extragear/utils/rsibreak/CMakeLists.txt,
235           trunk/extragear/utils/rsibreak/src/graywidget.cpp (added),
236           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
237           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
238           trunk/extragear/utils/rsibreak/src/graywidget.h (added),
239           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
240           trunk/extragear/utils/rsibreak/src/setupmaximized.h: - Move the
241           gray out sequence out of the mainwidget and into its own
242           grayWidget. Next step is to move the slideshow to it's own
243           widget. Maybe I can make mainwidget a QObject after that. -
244           Remove the q3support, RSIBreak now compiles without warnings and
245           does not need it anymore - Remove the configurable shortcut.
246           Escape it is.
248 2007-07-30 16:47 +0000 [r694417]  Tom Albers tomalbers@kde.nl
250         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: The gray down
251           effect is back and up to speed now. Commit before I start moving
252           it to it's own file.
254 2007-07-29 23:27 +0000 [r694068]  Tom Albers tomalbers@kde.nl
256         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
257           trunk/extragear/utils/rsibreak/src/rsiwidget.h: More porting
258           work. Some code for graying out as we did in the 3 series. It
259           seems the kde logout screen does not use it any more, so we have
260           to come up with something else. The implementation in this commit
261           is pretty slow, so we need something cooler.
263 2007-07-29 20:28 +0000 [r694025]  Tom Albers tomalbers@kde.nl
265         * trunk/extragear/utils/rsibreak/src/rsistats.h,
266           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
267           trunk/extragear/utils/rsibreak/src/rsitimer.h,
268           trunk/extragear/utils/rsibreak/src/main.cpp,
269           trunk/extragear/utils/rsibreak/src/rsistatitem.cpp,
270           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
271           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
272           trunk/extragear/utils/rsibreak/src/rsistatitem.h,
273           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: Random port
274           bits.
276 2007-07-29 09:20 +0000 [r693851]  Laurent Montel montel@kde.org
278         * trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
279           trunk/extragear/multimedia/amarok/src/collection/daap/CMakeLists.txt:
280           fix link
282 2007-07-28 22:32 +0000 [r693753]  Tom Albers tomalbers@kde.nl
284         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
285           trunk/extragear/utils/rsibreak/src/rsiwidget.h: Remove the
286           q3mimesourcefactory, instead store the screenie in a file and
287           point to that from the messageboxes.
289 2007-07-28 17:56 +0000 [r693694]  Tom Albers tomalbers@kde.nl
291         * trunk/extragear/utils/rsibreak/src/main.cpp: You see, blogging
292           helps solving mysteries. Add a setQuitOnLastWindowClosed to
293           prevent exit(0) when closing the configuration or any about
294           window.
296 2007-07-28 15:38 +0000 [r693646]  Tom Albers tomalbers@kde.nl
298         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
299           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
300           trunk/extragear/utils/rsibreak/src/eventsrc (removed),
301           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
302           trunk/extragear/utils/rsibreak/src/rsibreak.notifyrc (added):
303           Port to the kde4 event system
305 2007-07-28 14:41 +0000 [r693616]  Tom Albers tomalbers@kde.nl
307         * trunk/extragear/utils/rsibreak/src/rsistatwidget.h,
308           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp: Port
309           rsistatwidget, too bad qgrid is gone, makes the ported code a bit
310           ugly.
312 2007-07-28 13:30 +0000 [r693597]  Tom Albers tomalbers@kde.nl
314         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: The stats are
315           back.
317 2007-07-28 10:40 +0000 [r693553]  Tom Albers tomalbers@kde.nl
319         * trunk/extragear/utils/rsibreak/src/setup.h,
320           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
321           trunk/extragear/utils/rsibreak/src/setuptiming.cpp,
322           trunk/extragear/utils/rsibreak/src/setupmaximized.h,
323           trunk/extragear/utils/rsibreak/src/setuptiming.h,
324           trunk/extragear/utils/rsibreak/src/setup.cpp: Port setuptiming.
325           And fix setup to save dialog sizes. This part is finished now.
327 2007-07-27 20:33 +0000 [r693379]  Tom Albers tomalbers@kde.nl
329         * trunk/extragear/utils/rsibreak/src/setupgeneral.h,
330           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
331           trunk/extragear/utils/rsibreak/src/setupmaximized.h: Port
332           setupmaximized.
334 2007-07-27 17:48 +0000 [r693319]  Tom Albers tomalbers@kde.nl
336         * trunk/extragear/utils/rsibreak/src/setupgeneral.h,
337           trunk/extragear/utils/rsibreak/src/setupgeneral.cpp: Port
338           setupgeneral
340 2007-07-26 21:56 +0000 [r693043]  Tom Albers tomalbers@kde.nl
342         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
343           trunk/extragear/utils/rsibreak/src/rsiwidget.h: Start working on
344           the widget, remove bitblt as qt now does double buffering. Now
345           set the loaded images as background of the widget. Ported the
346           QDir calls and ported the screenshot routine so we can show where
347           rsibreak sits in the tray.
349 2007-07-26 19:39 +0000 [r693002]  Tom Albers tomalbers@kde.nl
351         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
352           trunk/extragear/utils/rsibreak/src/rsidock.h,
353           trunk/extragear/utils/rsibreak/src/rsidock.cpp: Port the dock.
354           I'm still clueless how to intercept left clicks on the icon. It
355           should not raise the parent but a stats dialog. Also when ever a
356           action is used from the KHelpMenu: after the dialog close
357           RSIBreak exits with 0 errorcode. No clue why.
359 2007-07-25 22:09 +0000 [r692574]  Tom Albers tomalbers@kde.nl
361         * trunk/extragear/utils/rsibreak/src/passivepopup.h (added),
362           trunk/extragear/utils/rsibreak/src/pasivepopup.cpp (removed),
363           trunk/extragear/utils/rsibreak/src/passivepopup.cpp (added),
364           trunk/extragear/utils/rsibreak/src/pasivepopup.h (removed):
365           double s. yes, i know about history.
367 2007-07-25 22:04 +0000 [r692572]  Tom Albers tomalbers@kde.nl
369         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
370           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
371           trunk/extragear/utils/rsibreak/src/rsidock.h,
372           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
373           trunk/extragear/utils/rsibreak/src/pasivepopup.cpp (added),
374           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
375           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
376           trunk/extragear/utils/rsibreak/src/rsitooltip.h,
377           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
378           trunk/extragear/utils/rsibreak/src/pasivepopup.h (added): Port
379           the rsitooltip. Adjust the rsidock to emit a signal on hover. A
380           bit hackish, but hey, i did not make ksystemtrayicon a !widget
382 2007-07-25 19:52 +0000 [r692536]  Tom Albers tomalbers@kde.nl
384         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
385           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
386           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
387           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
388           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: More work on the
389           popup.
391 2007-07-25 17:00 +0000 [r692469]  Tom Albers tomalbers@kde.nl
393         * trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
394           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp: Port
395           relaxpopup.
397 2007-07-25 14:34 +0000 [r692426]  Tom Albers tomalbers@kde.nl
399         * trunk/extragear/utils/rsibreak/src/CMakeLists.txt: It links. ship
400           it.
402 2007-07-25 13:48 +0000 [r692412]  Tom Albers tomalbers@kde.nl
404         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
405           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
406           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
407           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
408           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
409           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
410           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
411           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
412           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp,
413           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: RSIBreak now
414           compiles, just don't ship it untill it links as well.
416 2007-07-20 18:58 +0000 [r690343]  Tom Albers tomalbers@kde.nl
418         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
419           trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
420           trunk/extragear/utils/rsibreak/Makefile.am (removed),
421           trunk/extragear/utils/rsibreak/configure.in.bot (removed),
422           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
423           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
424           trunk/extragear/utils/rsibreak/src/rsitooltip.h,
425           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
426           trunk/extragear/utils/rsibreak/src/rsistatitem.h,
427           trunk/extragear/utils/rsibreak/src/dcopiface.h (removed),
428           trunk/extragear/utils/rsibreak/src/main.cpp,
429           trunk/extragear/utils/rsibreak/src/Makefile.am (removed),
430           trunk/extragear/utils/rsibreak/src/CMakeLists.txt,
431           trunk/extragear/utils/rsibreak/src/rsistatwidget.h,
432           trunk/extragear/utils/rsibreak/src/rsidock.h,
433           trunk/extragear/utils/rsibreak/src/rsitimer.h,
434           trunk/extragear/utils/rsibreak/src/setup.h,
435           trunk/extragear/utils/rsibreak/CMakeLists.txt,
436           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
437           trunk/extragear/utils/rsibreak/src/setuptiming.cpp,
438           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
439           trunk/extragear/utils/rsibreak/src/rsibreak.lsm (removed),
440           trunk/extragear/utils/rsibreak/src/dcopiface.cpp (removed),
441           trunk/extragear/utils/rsibreak/src/rsistats.h,
442           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
443           trunk/extragear/utils/rsibreak/configure.in.in (removed),
444           trunk/extragear/utils/rsibreak (added),
445           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp,
446           trunk/extragear/utils/rsibreak/src/rsitimer.cpp,
447           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
448           trunk/extragear/utils/rsibreak/src/setupgeneral.cpp,
449           trunk/extragear/utils/rsibreak/src/setup.cpp: Start porting
450           RSIBreak.
452 2007-07-18 20:53 +0000 [r689666]  Bram Schoenmakers bramschoenmakers@kde.nl
454         * branches/extragear/kde3/utils/rsibreak/src/dcopiface.cpp,
455           branches/extragear/kde3/utils/rsibreak/src/rsiwidget.cpp,
456           branches/extragear/kde3/utils/rsibreak/src/dcopiface.h,
457           branches/extragear/kde3/utils/rsibreak/src/rsitimer.h,
458           branches/extragear/kde3/utils/rsibreak/src/rsiwidget.h: New DCOP
459           call: request the amount of seconds since the last activity with
460           your mouse/keyboard. dcop rsibreak actions idleTime
462 2007-06-02 22:28 +0000 [r670903]  Tom Albers tomalbers@kde.nl
464         * branches/extragear/kde3/utils/rsibreak/src/rsiwidget.cpp: Fix
465           this.
467 2007-06-02 14:29 +0000 [r670725]  Helio Chissini de Castro helio@kde.org
469         * trunk/extragear/utils (removed), branches/extragear/kde3/utils
470           (added): Moving for branches ...
472 2007-06-01 22:05 +0000 [r670532]  Tom Albers tomalbers@kde.nl
474         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: Fix ""disable
475           shortcut" setting does not work" launchpad bug 118315
477 2007-05-27 10:51 +0000 [r668714]  Tom Albers tomalbers@kde.nl
479         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
480           trunk/extragear/utils/rsibreak/src/rsiwidget.h: Keep memory
481           footprint low when idle. Patch by Richard Larkang. Thanks a lot!
482           Feel free to optimise more if you can. BUG: 143784
484 2007-05-27 10:38 +0000 [r668708]  Tom Albers tomalbers@kde.nl
486         * trunk/extragear/utils/rsibreak/src/rsiwidget.h,
487           trunk/extragear/utils/rsibreak/src/eventsrc: Fix compilation and
488           add a Global sections to the eventsrc which is used in the
489           'configure notification' via the systemsettings. BUG:146005
491 2007-05-14 17:30 +0000 [r664701]  Bram Schoenmakers bramschoenmakers@kde.nl
493         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: one more little
494           krazy fix. now only i18n() issues which are for kde4 i suppose, i
495           don't understand them.
497 2007-05-12 16:10 +0000 [r663903]  Bram Schoenmakers bramschoenmakers@kde.nl
499         * trunk/extragear/utils/rsibreak/src/rsistats.h,
500           trunk/extragear/utils/rsibreak/src/rsistatitem.cpp,
501           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
502           trunk/extragear/utils/rsibreak/src/rsistatitem.h: pass-by-ref
503           (krazy)
505 2007-05-12 16:03 +0000 [r663898]  Bram Schoenmakers bramschoenmakers@kde.nl
507         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
508           trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
509           trunk/extragear/utils/rsibreak/src/rsistatwidget.h,
510           trunk/extragear/utils/rsibreak/src/rsitimer.h,
511           trunk/extragear/utils/rsibreak/src/rsidock.h,
512           trunk/extragear/utils/rsibreak/src/setupgeneral.h,
513           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
514           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
515           trunk/extragear/utils/rsibreak/src/rsistatitem.cpp,
516           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
517           trunk/extragear/utils/rsibreak/src/setuptiming.cpp,
518           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
519           trunk/extragear/utils/rsibreak/src/setupmaximized.h,
520           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
521           trunk/extragear/utils/rsibreak/src/rsistatitem.h,
522           trunk/extragear/utils/rsibreak/src/rsitooltip.h,
523           trunk/extragear/utils/rsibreak/src/setuptiming.h,
524           trunk/extragear/utils/rsibreak/src/rsistats.h,
525           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp,
526           trunk/extragear/utils/rsibreak/src/setupgeneral.cpp,
527           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
528           trunk/extragear/utils/rsibreak/src/rsitimer.cpp,
529           trunk/extragear/utils/rsibreak/src/setup.cpp: krazy: header fixes
530           and cleanups
532 2007-02-20 13:03 +0000 [r635624]  Bram Schoenmakers bramschoenmakers@kde.nl
534         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
535           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
536           trunk/extragear/utils/rsibreak/src/dcopiface.h,
537           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
538           trunk/extragear/utils/rsibreak/src/rsistatwidget.h,
539           trunk/extragear/utils/rsibreak/src/rsitimer.h,
540           trunk/extragear/utils/rsibreak/src/setup.h,
541           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
542           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
543           trunk/extragear/utils/rsibreak/src/rsitooltip.cpp,
544           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
545           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp,
546           trunk/extragear/utils/rsibreak/src/rsistatitem.h,
547           trunk/extragear/utils/rsibreak/src/rsitooltip.h: ebn fixes
549 2006-12-18 17:46 +0000 [r614700]  Bram Schoenmakers bramschoenmakers@kde.nl
551         * trunk/extragear/utils/rsibreak/COPYING: Update license.
553 2006-12-09 18:40 +0000 [r611852]  Bram Schoenmakers bramschoenmakers@kde.nl
555         * trunk/extragear/utils/rsibreak/src/CMakeLists.txt: Remove
556           setuppopup.cpp target
558 2006-10-14 11:51 +0000 [r595466]  Frank Osterfeld frank.osterfeld@kdemail.net
560         * trunk/extragear/utils/rsibreak/src/setupgeneral.cpp: eh, wrong
561           "Idle settings"
563 2006-10-13 22:28 +0000 [r595306]  Frank Osterfeld frank.osterfeld@kdemail.net
565         * trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
566           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp,
567           trunk/extragear/utils/rsibreak/src/setupgeneral.cpp: being anal
568           about capitalization (hoping not breaking a string freeze or
569           such) CCMAIL: tomalbers@kde.nl
571 2006-10-13 12:56 +0000 [r595164]  Bram Schoenmakers bramschoenmakers@kde.nl
573         * trunk/extragear/utils/rsibreak/src/rsibreak.lsm: Is it October
574           already?!
576 2006-10-13 12:10 +0000 [r595154]  Bram Schoenmakers bramschoenmakers@kde.nl
578         * trunk/extragear/utils/rsibreak/NEWS,
579           trunk/extragear/utils/rsibreak/src/main.cpp,
580           trunk/extragear/utils/rsibreak/src/rsibreak.lsm: Update for 0.8.0
582 2006-10-09 21:22 +0000 [r594029]  Bram Schoenmakers bramschoenmakers@kde.nl
584         * trunk/extragear/utils/rsibreak/ChangeLog: Crap...
586 2006-10-09 21:05 +0000 [r594024]  Bram Schoenmakers bramschoenmakers@kde.nl
588         * trunk/extragear/utils/rsibreak/ChangeLog: Changelog update.
589           However, the Python script svn2log.py does not work on my
590           accounts file, resulting in the SVN nicks in the Changelog
591           instead of full names + email.
593 2006-10-09 20:05 +0000 [r594005]  Bram Schoenmakers bramschoenmakers@kde.nl
595         * trunk/extragear/utils/rsibreak/makechangelog: Hmm, that must be
596           one of the reasons why the script didn't work for me.
598 2006-10-06 15:34 +0000 [r593031]  Bram Schoenmakers bramschoenmakers@kde.nl
600         * trunk/extragear/utils/rsibreak/NEWS: News flash
602 2006-10-05 10:30 +0000 [r592672]  Tom Albers tomalbers@kde.nl
604         * trunk/extragear/utils/rsibreak/icons/hi32-action-duringbreaks.png,
605           trunk/extragear/utils/rsibreak/TODO: New icon in config, to get
606           the sizes consistent in the configuration. Thanks Lee for fixing
607           and Diego for reporting! CCMAIL: elcuco@kde.org,
608           clearbeast@gmail.com
610 2006-10-05 10:24 +0000 [r592671]  Tom Albers tomalbers@kde.nl
612         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: Small patch
613           from Aurélien Gâteau, will test it on my xinerama setup to look
614           for regressions. Thanks for now! CCMAIL: aurelien.gateau@free.fr
616 2006-10-05 10:19 +0000 [r592669]  Tom Albers tomalbers@kde.nl
618         * trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreak0.png
619           (added),
620           trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreak1.png
621           (added), trunk/extragear/utils/rsibreak/icons/artwork-v4.tar.gz
622           (added),
623           trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreak2.png
624           (added),
625           trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreak3.png
626           (added),
627           trunk/extragear/utils/rsibreak/icons/hi22-app-rsibreak.png
628           (added),
629           trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreak4.png
630           (added), trunk/extragear/utils/rsibreak/release_rsibreak.rb,
631           trunk/extragear/utils/rsibreak/icons/hi22-action-rsibreakx.png
632           (added),
633           trunk/extragear/utils/rsibreak/icons/rsibreak-svg-all.svgz
634           (removed): Add hi22 icons, thanks to Lee Olson. CCMAIL:
635           clearbeast@gmail.com BUG: 135111
637 2006-10-05 10:12 +0000 [r592668]  Tom Albers tomalbers@kde.nl
639         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
640           trunk/extragear/utils/rsibreak/src/setuptiming.cpp: - Allright,
641           after two days I've finally tracked down this bug. The loadconfig
642           did not get the correct value for the slider interval. By
643           re-setting the config group it magically works again. If any guru
644           can tell me why this is needed, you get a beer. - Change default
645           slider interval from 2 sec to 10 sec. Draining your system
646           resources by default is not very friendly...
648 2006-10-05 06:10 +0000 [r592606]  Bram Schoenmakers bramschoenmakers@kde.nl
650         * trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp: Do not use
651           hardcoded colors for the relax popup, use the KDE wide color
652           scheme instead.
654 2006-09-24 11:54 +0000 [r587890]  Bram Schoenmakers bramschoenmakers@kde.nl
656         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: Do not use
657           images smaller than 1/3 of the screen. Patch by Aurelien Gateau.
658           CCMAIL:aurelien.gateau@free.fr
660 2006-09-23 23:01 +0000 [r587763]  Bram Schoenmakers bramschoenmakers@kde.nl
662         * trunk/extragear/utils/rsibreak/icons/rsibreak-svg-all.svgz
663           (added): Original icons in SVG
665 2006-09-23 21:50 +0000 [r587742]  Bram Schoenmakers bramschoenmakers@kde.nl
667         * trunk/extragear/utils/rsibreak/src/rsistats.h,
668           trunk/extragear/utils/rsibreak/src/rsistatwidget.h,
669           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
670           trunk/extragear/utils/rsibreak/src/rsistatwidget.cpp: Do not
671           update the stat labels and it's colors when the statistics widget
672           is hidden.
674 2006-09-23 15:58 +0000 [r587668]  Bram Schoenmakers bramschoenmakers@kde.nl
676         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
677           trunk/extragear/utils/rsibreak/src/setupmaximized.cpp,
678           trunk/extragear/utils/rsibreak/src/setuptiming.cpp: Valgrinded
679           RSIBreak: o One memory leak o Several uninitialized variables
680           fixed
682 2006-09-16 10:43 +0000 [r585104]  Bram Schoenmakers bramschoenmakers@kde.nl
684         * trunk/extragear/utils/rsibreak/src/rsitimer.cpp: I find 15
685           seconds too short to finish the stuff I'm doing before going into
686           a break. Yes, quite an egoistic commit.
688 2006-08-29 21:05 +0000 [r578659]  Jörn Ahrens joern.ahrens@kdemail.net
690         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: use
691           KGlobal::iconLoader()
693 2006-08-28 19:10 +0000 [r578244]  Bram Schoenmakers bramschoenmakers@kde.nl
695         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: Make sure mr. Cid
696           (and many many others) have to translate one string less.
698 2006-08-28 18:22 +0000 [r578232]  Albert Astals Cid tsdgeos@terra.es
700         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: some less strings
701           to translate :-)
703 2006-08-28 17:40 +0000 [r578219]  Bram Schoenmakers bramschoenmakers@kde.nl
705         * trunk/extragear/utils/rsibreak/src/rsistats.cpp: QString()
707 2006-08-26 13:23 +0000 [r577371]  Tom Albers tomalbers@kde.nl
709         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: Hmm.. fix
710           accelarator clash ;-)
712 2006-08-21 15:53 +0000 [r575477]  Jonathan Riddell jr@jriddell.org
714         * trunk/extragear/utils/rsibreak/COPYING-DOCS (added): Add FDL
715           licence for documentation
717 2006-08-14 13:59 +0000 [r572990]  Tom Albers tomalbers@kde.nl
719         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp: When using gray
720           effect, use all the geometry that is available. Else use only the
721           geometry of the active screen. BUG: 131094
723 2006-08-10 23:04 +0000 [r571868]  Bram Schoenmakers bramschoenmakers@kde.nl
725         * trunk/extragear/utils/rsibreak/src/setupmaximized.cpp: freakin'
726           krazy stuff
728 2006-07-30 23:23 +0000 [r568053]  Tom Albers tomalbers@kde.nl
730         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
731           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.h,
732           trunk/extragear/utils/rsibreak/src/rsirelaxpopup.cpp: Add a skip
733           button to the tooltip, patch from Stanislav Nikolov. CCMAIL:
734           valsinats@gmail.com
736 2006-07-29 12:15 +0000 [r567567]  Danny Allen dannya40uk@yahoo.co.uk
738         * trunk/extragear/utils/rsibreak/icons/hi32-action-dcop.png
739           (removed): remove unused icon
741 2006-07-29 11:54 +0000 [r567560]  Danny Allen dannya40uk@yahoo.co.uk
743         * trunk/extragear/utils/rsibreak/icons/hi32-action-dcop.png
744           (added): use correct dcop icon (instead of 0 byte PNG file)
746 2006-07-24 20:35 +0000 [r565931]  Bram Schoenmakers bramschoenmakers@kde.nl
748         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: More
749           complication, but this is even more consistent.
751 2006-07-24 20:15 +0000 [r565928]  Bram Schoenmakers bramschoenmakers@kde.nl
753         * trunk/extragear/utils/rsibreak/src/rsidock.cpp: Be consistent:
754           hide dialog on system tray click when dialog is already opened
756 2006-07-17 20:11 +0000 [r563542]  Tom Albers tomalbers@kde.nl
758         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
759           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
760           trunk/extragear/utils/rsibreak/src/rsidock.h,
761           trunk/extragear/utils/rsibreak/src/rsitimer.h,
762           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
763           trunk/extragear/utils/rsibreak/src/rsitimer.cpp: It happens
764           regularry, I see something weird happening and I want to see a
765           dump of all timing variables continiously. So now there is a
766           shortcut to activate it, just hit Win+shift+F12 to start the
767           kdDebug() call........... Moving the guard from rsitimer to
768           rsiglobal,
770 2006-07-17 19:33 +0000 [r563526]  Tom Albers tomalbers@kde.nl
772         * trunk/extragear/utils/rsibreak/icons/hi32-action-dcop.png
773           (removed), trunk/extragear/utils/rsibreak/src/rsitimer.cpp: Do
774           not enter the loop of the ending of a small break when we are
775           having a big break. 1% of bugs take 99% of your time, right?
777 2006-07-15 15:37 +0000 [r562729]  Tom Albers tomalbers@kde.nl
779         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
780           trunk/extragear/utils/rsibreak/src/rsidock.h,
781           trunk/extragear/utils/rsibreak/src/setup.h,
782           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
783           trunk/extragear/utils/rsibreak/src/setupdcop.cpp (removed),
784           trunk/extragear/utils/rsibreak/src/Makefile.am,
785           trunk/extragear/utils/rsibreak/src/eventsrc (added),
786           trunk/extragear/utils/rsibreak/src/setupdcop.h (removed),
787           trunk/extragear/utils/rsibreak/src/rsidock.cpp,
788           trunk/extragear/utils/rsibreak/src/rsitimer.cpp,
789           trunk/extragear/utils/rsibreak/src/setup.cpp: Replace the DCOP
790           system as introduces in the last version. Replace it with the
791           KNotify system, which is used everywhere in KDE. Static DCOP
792           calls are too limited (brings kopete online when you where
793           offline for example) and the user is far better of with KNotify
794           as there are more options (beep when break is oer for example)
795           and there is the option to launch a script. In that script you
796           can execute DCOP commands anyhow. I will make a new release soon,
797           to prevent to much angry users who have to convert. BUG: 130023,
798           130759
800 2006-07-15 13:53 +0000 [r562632]  Tom Albers tomalbers@kde.nl
802         * trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
803           trunk/extragear/utils/doc/rsibreak/index.docbook,
804           trunk/extragear/utils/rsibreak/src/rsidock.h,
805           trunk/extragear/utils/rsibreak/src/setup.h,
806           trunk/extragear/utils/rsibreak/src/rsiwidget.h,
807           trunk/extragear/utils/rsibreak/src/rsistats.cpp,
808           trunk/extragear/utils/rsibreak/src/rsistatitem.h: Typo's & co.
810 2006-06-25 13:17 +0000 [r554826]  Tom Albers tomalbers@kde.nl
812         * trunk/extragear/utils/rsibreak/src/rsiglobals.cpp,
813           trunk/extragear/utils/rsibreak/src/rsiwidget.cpp,
814           trunk/extragear/utils/rsibreak/src/rsitimer.h,
815           trunk/extragear/utils/rsibreak/NEWS,
816           trunk/extragear/utils/rsibreak/src/rsiglobals.h,
817           trunk/extragear/utils/rsibreak (added), trunk/kdereview/rsibreak
818           (removed), trunk/extragear/utils/doc/rsibreak (added),
819           trunk/extragear/utils/rsibreak/TODO,
820           trunk/extragear/utils/rsibreak/src/rsitimer.cpp,
821           trunk/extragear/utils/rsibreak/src/setupgeneral.cpp,
822           trunk/kdereview/doc/rsibreak (removed): bye bye review, hi
823           extragear
825 2006-06-24 22:20 +0000 [r554711]  Tom Albers tomalbers@kde.nl
827         * trunk/kdereview/rsibreak/src/rsidock.cpp,
828           trunk/kdereview/doc/rsibreak/logo.png (added),
829           trunk/kdereview/doc/rsibreak/suspend.png (added),
830           trunk/kdereview/doc/rsibreak/index.docbook (added),
831           trunk/kdereview/doc/rsibreak/popup.png (added),
832           trunk/kdereview/rsibreak/src/rsidock.h,
833           trunk/kdereview/rsibreak/NEWS,
834           trunk/kdereview/doc/rsibreak/dcop.png (added),
835           trunk/kdereview/doc/rsibreak/Makefile.am (added),
836           trunk/kdereview/doc/rsibreak/statistics.png (added),
837           trunk/kdereview/rsibreak/release_rsibreak.rb,
838           trunk/kdereview/doc/rsibreak (added): - Reworked the items in the
839           menu, changed the order and added a docbook entry. - Now based on
840           khelpmenu, hence a couple of slots were obsolete. - Manual added
842 2006-06-23 22:07 +0000 [r554382]  Tom Albers tomalbers@kde.nl
844         * trunk/kdereview/rsibreak/src/rsiwidget.cpp,
845           trunk/kdereview/rsibreak/src/dcopiface.h,
846           trunk/kdereview/rsibreak/src/main.cpp,
847           trunk/kdereview/rsibreak/src/rsiwidget.h,
848           trunk/kdereview/rsibreak/TODO,
849           trunk/kdereview/rsibreak/src/dcopiface.cpp: When RSIBreak is
850           started a second time, execute a DCOP command which shows where
851           RSIBreak sits in the tray. Request by Achim Bohnet.
853 2006-06-22 21:53 +0000 [r554019]  Tom Albers tomalbers@kde.nl
855         * trunk/kdereview/rsibreak/src/main.cpp,
856           trunk/kdereview/rsibreak/TODO: Tried to fix the minimum size of
857           the config screen, which does not seem to work. Fix two other
858           issues though: disable session management since we use the
859           autostart construction and fix the bouncing when started for the
860           second time. Request by Allee!
862 2006-06-19 20:16 +0000 [r553046]  Tom Albers tomalbers@kde.nl
864         * trunk/kdereview/rsibreak/ChangeLog,
865           trunk/kdereview/rsibreak/NEWS,
866           trunk/kdereview/rsibreak/src/main.cpp,
867           trunk/kdereview/rsibreak/src/setupdcop.cpp,
868           trunk/kdereview/rsibreak/src/rsibreak.lsm,
869           trunk/kdereview/rsibreak/release_rsibreak.rb,
870           trunk/kdereview/rsibreak/src/rsistats.cpp,
871           trunk/kdereview/rsibreak/makechangelog: Ok, prep new release: -
872           bump version - fix scripts to kdereview - revert brams post
873           release fix
875 2006-06-19 20:07 +0000 [r553043]  Tom Albers tomalbers@kde.nl
877         * trunk/kdereview/rsibreak/src/rsiwidget.cpp,
878           trunk/kdereview/rsibreak/icons/hi32-app-rsibreak.png: Fix crash
879           on startup and fix one of the icons.
881 2006-06-19 19:06 +0000 [r553034]  Tom Albers tomalbers@kde.nl
883         * trunk/kdereview/rsibreak/src/main.cpp: Fix compilation in
884           kdereview.
886 2006-06-19 19:02 +0000 [r553033]  Tom Albers tomalbers@kde.nl
888         * trunk/playground/utils/rsibreak (removed),
889           trunk/kdereview/rsibreak (added): Move to kdereview
891 2006-06-19 17:42 +0000 [r553015]  Tom Albers tomalbers@kde.nl
893         * trunk/playground/utils/rsibreak/ChangeLog,
894           trunk/playground/utils/rsibreak/NEWS,
895           trunk/playground/utils/rsibreak/src/rsibreak.lsm: Closing 0.7.0.
896           tarball in a minute.
898 2006-06-18 18:48 +0000 [r552669]  Tom Albers tomalbers@kde.nl
900         * trunk/playground/utils/rsibreak/icons/hi16-action-rsibreakx.png,
901           trunk/playground/utils/rsibreak/icons/artwork-v3.tar.gz,
902           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak0.png,
903           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak1.png,
904           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak0.png,
905           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak2.png,
906           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak1.png,
907           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak3.png,
908           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak2.png,
909           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak4.png,
910           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak3.png,
911           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak4.png,
912           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreakx.png:
913           New versions. Made by Lee Olson.
915 2006-06-18 14:11 +0000 [r552610]  Tom Albers tomalbers@kde.nl
917         * trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Fix enable
918           state of the items.
920 2006-06-18 12:19 +0000 [r552587]  Tom Albers tomalbers@kde.nl
922         * trunk/playground/utils/rsibreak/icons/hi128-app-rsibreak.png
923           (added), trunk/playground/utils/rsibreak/src/setup.cpp,
924           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreakx.png,
925           trunk/playground/utils/rsibreak/icons,
926           trunk/playground/utils/rsibreak/icons/hi16-app-rsibreak.png,
927           trunk/playground/utils/rsibreak/icons/Makefile.am,
928           trunk/playground/utils/rsibreak/icons/hi32-action-timings.png
929           (added),
930           trunk/playground/utils/rsibreak/icons/hi128-action-rsibreak3.png
931           (removed),
932           trunk/playground/utils/rsibreak/icons/hi32-action-duringbreaks.png
933           (added), trunk/playground/utils/rsibreak/icons/artwork-v3.tar.gz
934           (added),
935           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak0.png,
936           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak1.png,
937           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak0.png,
938           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak2.png,
939           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak1.png,
940           trunk/playground/utils/rsibreak/icons/hi32-action-dcop.png
941           (added),
942           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak3.png,
943           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak2.png,
944           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak4.png,
945           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak3.png,
946           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak4.png,
947           trunk/playground/utils/rsibreak/release_rsibreak.rb,
948           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreakx.png,
949           trunk/playground/utils/rsibreak/icons/hi64-action-rsibreak3.png
950           (removed): New icons. Changed the installation path of the icons
951           to an app specific one, instead of globally. Not sure how that
952           behaves on upgrades though.
954 2006-06-17 12:13 +0000 [r552309]  Bram Schoenmakers bramschoenmakers@kde.nl
956         * trunk/playground/utils/rsibreak/src/rsistatitem.cpp: Reset bit
957           array items properly.
959 2006-06-15 21:17 +0000 [r551878]  Bram Schoenmakers bramschoenmakers@kde.nl
961         * trunk/playground/utils/rsibreak/src/setupdcop.cpp,
962           trunk/playground/utils/rsibreak/src/setupdcop.h: Clear contents
963           before you drop something on the command fields.
965 2006-06-15 21:01 +0000 [r551872]  Bram Schoenmakers bramschoenmakers@kde.nl
967         * trunk/playground/utils/rsibreak/src/setupdcop.cpp,
968           trunk/playground/utils/rsibreak/src/setupdcop.h: o Button added
969           which starts KDCOP (useful for Drag 'n Dropping DCOP calls) o
970           Don't construct popup menu with every right click (it leaked
971           memory as well) o Add icons to popup
973 2006-06-15 20:31 +0000 [r551866]  Bram Schoenmakers bramschoenmakers@kde.nl
975         * trunk/playground/utils/rsibreak/NEWS: Update NEWS
977 2006-06-15 16:13 +0000 [r551800]  Bram Schoenmakers bramschoenmakers@kde.nl
979         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp: o Allow the
980           user to type "dcop " at the start of the command, like she's used
981           to in the command line. o Don't allow the user to call functions
982           on rsibreak itself.
984 2006-06-15 15:51 +0000 [r551789]  Bram Schoenmakers bramschoenmakers@kde.nl
986         * trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Looking
987           through my usability glasses (maybe I need a new opticien, who
988           knows), I concluded to move the idle less option somewhat
989           upwards. The other options are affected by it (disabled/enabled),
990           so it makes more sense to show them after the idle less option.
992 2006-06-13 17:02 +0000 [r551093]  Tom Albers tomalbers@kde.nl
994         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
995           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: Two little
996           bugfixes, first is that formatTime() should not be called with
997           true for isDuration, because it is not. And the calculation of
998           the width in the stats was done without taking the seconds into
999           account, thereby off by three characters.
1001 2006-06-13 16:41 +0000 [r551089]  Tom Albers tomalbers@kde.nl
1003         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Little bug in
1004           the new timer, did not increase stats for breaks which the user
1005           did not skip. Does that happen?
1007 2006-06-13 09:37 +0000 [r550959]  Tom Albers tomalbers@kde.nl
1009         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Move the
1010           clearing of the background of the widget from minimize() to
1011           maximize(). This prevents that when you skip the break the next
1012           break reuses the previous screenshot, so it will eventually
1013           become totally black after a few escaped breaks.
1015 2006-06-13 08:24 +0000 [r550938]  Tom Albers tomalbers@kde.nl
1017         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1018           trunk/playground/utils/rsibreak/src/setupdcop.cpp: Xinerama fix,
1019           only show countdown / gray out the active screen, otherwise the
1020           counter will end up in the middle.
1022 2006-06-12 19:09 +0000 [r550788]  Tom Albers tomalbers@kde.nl
1024         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: More work on
1025           the noIdleTimer: - Set docker icon properly - implement
1026           m_tinyBreakRequested && m_bigBreakRequested - fix the artifect on
1027           the lower right corner during gray out - issue the right dcop
1028           commands (hang in m_nextrbreak instead of the static
1029           currentbreak) Thats it for now.
1031 2006-06-12 16:54 +0000 [r550759]  Tom Albers tomalbers@kde.nl
1033         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Fixes a crash
1034           in the shortcut to minimize a break and setup the right timer
1035           properly.
1037 2006-06-11 22:20 +0000 [r550480]  Tom Albers tomalbers@kde.nl
1039         * trunk/playground/utils/rsibreak/src/rsitimer.cpp:
1040           svn_silent:stats
1042 2006-06-11 22:02 +0000 [r550476]  Tom Albers tomalbers@kde.nl
1044         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Make the noIdle
1045           timer work, add some stats and add execution of dcop commands.
1046           Seems to work quite well. BUG: 122954
1048 2006-06-11 21:05 +0000 [r550468]  Tom Albers tomalbers@kde.nl
1050         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1051           trunk/playground/utils/rsibreak/src/setupgeneral.h,
1052           trunk/playground/utils/rsibreak/src/rsiwidget.h,
1053           trunk/playground/utils/rsibreak/src/rsitimer.cpp,
1054           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Add the
1055           config option for the noIdleTimer.
1057 2006-06-11 00:08 +0000 [r550092]  Tom Albers tomalbers@kde.nl
1059         * trunk/playground/utils/rsibreak/src/setup.cpp,
1060           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1061           trunk/playground/utils/rsibreak/src/main.cpp,
1062           trunk/playground/utils/rsibreak/AUTHORS,
1063           trunk/playground/utils/rsibreak/TODO: add Tina as contributor,
1064           bump version, fix warning, update TODO
1066 2006-06-10 23:51 +0000 [r550088]  Tom Albers tomalbers@kde.nl
1068         * trunk/playground/utils/rsibreak/src/setup.cpp,
1069           trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1070           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1071           trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1072           trunk/playground/utils/rsibreak/src/rsistatitem.cpp,
1073           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1074           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
1075           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
1076           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1077           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
1078           trunk/playground/utils/rsibreak/src/rsitimer.cpp,
1079           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: - Remove
1080           debugging as far as I dont need it - Changed the 'Use images'
1081           checkbox to a checkbox in the groupbox and moved the recursive
1082           setting beack below the path. CCBUG: 128780 (transparant counter
1083           is also fixed now, there is a little glitch just when the show
1084           starts, but we have to live with that)
1086 2006-06-10 23:12 +0000 [r550084]  Bram Schoenmakers bramschoenmakers@kde.nl
1088         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Improvements
1089           for transparent label
1091 2006-06-10 21:40 +0000 [r550065]  Bram Schoenmakers bramschoenmakers@kde.nl
1093         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1094           trunk/playground/utils/rsibreak/src/rsirelaxpopup.h,
1095           trunk/playground/utils/rsibreak/src/rsidock.h,
1096           trunk/playground/utils/rsibreak/src/rsitimer.h,
1097           trunk/playground/utils/rsibreak/src/rsiwidget.h,
1098           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp,
1099           trunk/playground/utils/rsibreak/src/rsidock.cpp,
1100           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Warn in relax
1101           popup when the next break will be a big break (big breaks always
1102           came quite suddenly for me) o Attempt to make a transparent label
1103           in the full screen widget. Works only with the grey out effect,
1104           not with image mode.
1106 2006-06-10 20:54 +0000 [r550057]  Tom Albers tomalbers@kde.nl
1108         * trunk/playground/utils/rsibreak/src/setupdcop.cpp: Only enable
1109           what's needed
1111 2006-06-10 14:30 +0000 [r549976]  Tom Albers tomalbers@kde.nl
1113         * trunk/playground/utils/rsibreak/src/rsidock.cpp: svn_silent:
1114           Clean up the dock
1116 2006-06-10 14:22 +0000 [r549973]  Tom Albers tomalbers@kde.nl
1118         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1119           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1120           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1121           trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1122           trunk/playground/utils/rsibreak/src/setupdcop.h,
1123           trunk/playground/utils/rsibreak/src/rsidock.cpp,
1124           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Make the
1125           execution of dcop commands depend on the type of the break -
1126           adjust config - adjust execution routines - adjust callers
1127           Removed the dcop commands columns from the listview Removed some
1128           kddebug, it is time to remove all of them where possible Dont
1129           suspend rsibreak when about dialog is shown
1131 2006-06-09 22:37 +0000 [r549814]  Tom Albers tomalbers@kde.nl
1133         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1134           trunk/playground/utils/rsibreak/src/rsiwidget.h,
1135           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
1136           trunk/playground/utils/rsibreak/src/setupmaximized.h: Make the
1137           gray out configurable. Make it the default setting. Counterbox
1138           will be fixed later. BUG: 128780
1140 2006-06-09 22:15 +0000 [r549805]  Bram Schoenmakers bramschoenmakers@kde.nl
1142         * trunk/playground/utils/rsibreak/src/rsiglobals.h,
1143           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1144           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: Two new
1145           statistics: percentage of activity during the last hour and the
1146           last 6 hours.
1148 2006-06-09 22:01 +0000 [r549801]  Tom Albers tomalbers@kde.nl
1150         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: reorganise the
1151           resizing.
1153 2006-06-09 12:11 +0000 [r549642]  Tom Albers tomalbers@kde.nl
1155         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1156           trunk/playground/utils/rsibreak/src/setupdcop.cpp: Remove not
1157           working karm dcop calls and rearrange maximize() in rsiwidget so
1158           it steals focus again. CCBUG: 128780
1160 2006-06-08 22:26 +0000 [r549518]  Tom Albers tomalbers@kde.nl
1162         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Make sure that
1163           the second break has the fade effect as well, dont load another
1164           image when there is only one image and dont rename slots just
1165           before commits, thats asking for it.
1167 2006-06-08 22:10 +0000 [r549515]  Tom Albers tomalbers@kde.nl
1169         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1170           trunk/playground/utils/rsibreak/src/rsiwidget.h: Ok, this commit
1171           will change rsiwidget in a few ways. When there is no image found
1172           in the folder, it will gray out as in the kde logout sequence.
1173           Next to that, some artifacts seem to have been solved by these
1174           changes.... Todo: - place the counter in a box, maybe use the
1175           rsipopup for it - make this behaviour configurable, next to the
1176           images. - make this behaviour the default setting. Please check
1177           for regressions and other issues. CCBUG: 128780 I can not support
1178           transparant images as part of your image collection, but the aim
1179           is the title of the bugreport ;-)
1181 2006-06-06 19:33 +0000 [r548887]  Tom Albers tomalbers@kde.nl
1183         * trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp: Fix
1184           jumping of the passivepopup and resizing when the label changes.
1186 2006-06-06 17:55 +0000 [r548870]  Tom Albers tomalbers@kde.nl
1188         * trunk/playground/utils/rsibreak/src/rsitimer.h,
1189           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Libxss is
1190           required for compiling. I don't see a reason to check it at
1191           runtime.
1193 2006-06-06 17:43 +0000 [r548869]  Tom Albers tomalbers@kde.nl
1195         * trunk/playground/utils/rsibreak/src/rsitimer_dpms.cpp,
1196           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - Dont query
1197           the dpms settings in the constructor, but after 6 minutes idle
1198           time, improves startup speed (yes, it is not impressive), and if
1199           the user changes the setting during the session, it will be
1200           picked up. - Remove the have_libxss from the rsitimer_dpms, the
1201           functionality does not depend on that lib. If it is not needed it
1202           will not be queried. So this is cleaner.
1204 2006-06-06 15:27 +0000 [r548826]  Tom Albers tomalbers@kde.nl
1206         * trunk/playground/utils/rsibreak/src/rsitimer_dpms.cpp,
1207           trunk/playground/utils/rsibreak/src/rsitimer.h,
1208           trunk/playground/utils/rsibreak/src/rsitimer_dpms.h,
1209           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Maximum idle
1210           time was again limited (my lunch break was definitly greater than
1211           20 minutes). This time it seems the 'standby' state of DPMS was
1212           the maximum. Fixed this by expanding the workaround to also
1213           ignore the standby and suspend interval second. Why o why does X
1214           emit activity when blanking the screen....
1216 2006-06-05 15:24 +0000 [r548441]  Tom Albers tomalbers@kde.nl
1218         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1219           trunk/playground/utils/rsibreak/src/rsitimer.h,
1220           trunk/playground/utils/rsibreak/src/rsiwidget.h,
1221           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Since
1222           smootscale is time consuming, limit the loading of images to a
1223           bare minimum. Before this commit a new image was loaded when the
1224           config was entered (minimize() to make sure there was no active
1225           break) and when leaving the dialog another image was loaded
1226           (minimize() to reset timers). After this commit, only an image is
1227           loaded when needed. Hence the dialogs appear faster and when
1228           dialog is closed, rsibreak is immediatly picking up its task.
1230 2006-06-05 14:44 +0000 [r548426]  Tom Albers tomalbers@kde.nl
1232         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Playing with
1233           callgrind, i don't really understand it, but smoothscale seems to
1234           delay startup enormously.
1236 2006-05-31 22:14 +0000 [r547133]  Tom Albers tomalbers@kde.nl
1238         * trunk/playground/utils/rsibreak/src/setup.cpp,
1239           trunk/playground/utils/rsibreak/src/setuppopup.cpp (removed),
1240           trunk/playground/utils/rsibreak/src/Makefile.am,
1241           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
1242           trunk/playground/utils/rsibreak/src/setuppopup.h (removed),
1243           trunk/playground/utils/rsibreak/src/setupmaximized.h: More work
1244           on usability report: - merge popup tab with maximized tab -
1245           reorganise all options in setupmaximized - renamed maximize tab
1246           to 'During Break' - remove popup tab Completes Issue 2.2
1247           usability review. CCMAIL: t.trillitzsch@gmx.de,
1248           clearbeast@gmail.com
1250 2006-05-31 21:19 +0000 [r547115]  Tom Albers tomalbers@kde.nl
1252         * trunk/playground/utils/rsibreak/src/setuppopup.cpp: Usability
1253           work on the setuppopup page. - brought the checkbox closer to the
1254           label - reduced the text of the label - a bit more space between
1255           the options Finished issue 2.1 from the report. CCMAIL:
1256           t.trillitzsch@gmx.de
1258 2006-05-29 18:47 +0000 [r546323]  Tom Albers tomalbers@kde.nl
1260         * trunk/playground/utils/rsibreak/src/setuppopup.cpp,
1261           trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1262           trunk/playground/utils/rsibreak/src/setuptiming.cpp: Point 1.1
1263           usability report. timing: - resize kintnuminput to minimum
1264           possible - align the associated labels to the right dcop: - make
1265           label break automatically according to the width, this was
1266           causing the wide display. popup: - make label break automatically
1267           according to the width, this was causing the small text in the
1268           wide display. CCMAIL: t.trillitzsch@gmx.de
1270 2006-05-22 19:31 +0000 [r543783]  Bram Schoenmakers bramschoenmakers@kde.nl
1272         * trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1273           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Actually call
1274           the DCOP commands in the timer (on the right places I hope).
1275           Executed both on tiny breaks and big breaks (for now)
1277 2006-05-21 20:15 +0000 [r543355]  Tom Albers tomalbers@kde.nl
1279         * trunk/playground/utils/rsibreak/src/setup.cpp,
1280           trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1281           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1282           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1283           trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1284           trunk/playground/utils/rsibreak/src/setupdcop.h: Ok, missing
1285           pieces: start using it && implement add and delete. We can now
1286           start to test it.
1288 2006-05-21 13:53 +0000 [r543170]  Tom Albers tomalbers@kde.nl
1290         * trunk/playground/utils/rsibreak/src/setup.cpp,
1291           trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1292           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1293           trunk/playground/utils/rsibreak/src/setupdcop.cpp: continued work
1294           on dcop calls. Implemented load and save functions. Only load
1295           example data when list is empty. Move execution to rsiglobals to
1296           share it with rsitimer later on. Todo: add new rule, delete new
1297           rule and make adjust rsitimer to make it work.
1299 2006-05-20 16:11 +0000 [r542919]  Bram Schoenmakers bramschoenmakers@kde.nl
1301         * trunk/playground/utils/rsibreak/src/setupdcop.cpp: Mind the "()"
1302           when you're not passing data.
1304 2006-05-20 15:14 +0000 [r542910]  Tom Albers tomalbers@kde.nl
1306         * trunk/playground/utils/rsibreak/src/setupdcop.cpp,
1307           trunk/playground/utils/rsibreak/src/setupdcop.h: Another step
1308           towards executing dcop calls at start and ending of a break.
1309           Still wip... Bram, any can you look at slotTestStart(), i've no
1310           clue what i'm doing wrong there.
1312 2006-05-19 23:22 +0000 [r542678]  Tom Albers tomalbers@kde.nl
1314         * trunk/playground/utils/rsibreak/src/setup.cpp,
1315           trunk/playground/utils/rsibreak/src/setupdcop.cpp (added),
1316           trunk/playground/utils/rsibreak/src/Makefile.am,
1317           trunk/playground/utils/rsibreak/src/setupdcop.h (added): First
1318           steps to be able to execute dcop commands on start and ending of
1319           a break. Work in progress...
1321 2006-05-19 14:18 +0000 [r542517]  Tom Albers tomalbers@kde.nl
1323         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Usability
1324           recomendation from Tina. Show where the icon sits in the tray.
1325           Shameless copy from various places. CCMAIL: t.trillitzsch@gmx.de
1327 2006-05-13 17:29 +0000 [r540509]  Tom Albers tomalbers@kde.nl
1329         * trunk/playground/utils/rsibreak/configure.in.bot: Small typo.
1330           Patch from the FreeBSD people via Alex Dupre.
1332 2006-05-13 17:20 +0000 [r540507]  Tom Albers tomalbers@kde.nl
1334         * trunk/playground/utils/rsibreak/src/Makefile.am: Compiling with
1335           -jN with N>1 was broken. Gentoo bug 132875. Patch from Diego
1336           'Flameeyes' Pettenò <flameeyes@gentoo.org>.
1338 2006-05-05 21:45 +0000 [r537810]  Bram Schoenmakers bramschoenmakers@kde.nl
1340         * trunk/playground/utils/rsibreak/src/rsidock.cpp: Always create
1341           timeout timer for tooltip, not only when entering the docker
1342           icon. Sometimes the timer seems to be uninitialized when pressing
1343           the mouse button on it. Should fix Tom's crash report.
1345 2006-05-05 10:39 +0000 [r537617]  Tom Albers tomalbers@kde.nl
1347         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: At least keep
1348           20 sec popup free when starting.
1350 2006-05-05 10:30 +0000 [r537612]  Tom Albers tomalbers@kde.nl
1352         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: But m_tiny_left
1353           is not resetted, so is 0, so enters loop. Revert last fix and try
1354           another approach.
1356 2006-05-05 08:38 +0000 [r537586]  Tom Albers tomalbers@kde.nl
1358         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Finally fixed
1359           this bug ( I hope ). Right after a break of 10 seconds, it can
1360           happen that m_patience is still > 0, because that is set to 15
1361           seconds. That causes the break to not be resetted and a full
1362           screen widget appears. Ideally the m_patience should be reset to
1363           0, but as the order in the code does this later on, so now
1364           prevent entering the loop.
1366 2006-04-29 21:45 +0000 [r535617]  Bram Schoenmakers bramschoenmakers@kde.nl
1368         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Reset timers
1369           properly after a forced (DCOP invoked) big break, while the next
1370           break was actually a tiny break.
1372 2006-04-28 14:57 +0000 [r535101]  Bram Schoenmakers bramschoenmakers@kde.nl
1374         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Revert
1375           attaching the timer to the "Reset when idle" option.
1377 2006-04-28 09:31 +0000 [r534971]  Bram Schoenmakers bramschoenmakers@kde.nl
1379         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1380           trunk/playground/utils/rsibreak/src/rsiwidget.h: o New timer
1381           accessible now, under the option "Reset timers when idle" in the
1382           setup dialog. This is only evaluated when starting RSIBreak,
1383           which means you have to restart RSIBreak to load the new timer
1384           code if you change the idle detection setting. Will be improved
1385           sometime. o mDcopIface -> m_dcopIface
1387 2006-04-24 17:59 +0000 [r533401]  Tom Albers tomalbers@kde.nl
1389         * trunk/playground/utils/rsibreak/NEWS,
1390           trunk/playground/utils/rsibreak/CMakeLists.txt,
1391           trunk/playground/utils/rsibreak/icons/hi32-app-rsibreak.png
1392           (added),
1393           trunk/playground/utils/rsibreak/icons/hi16-app-rsibreak.png
1394           (added), trunk/playground/utils/rsibreak/icons/artwork-v1.tar.gz
1395           (added),
1396           trunk/playground/utils/rsibreak/src/hi32-app-rsibreak.png
1397           (removed),
1398           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak0.png
1399           (added),
1400           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak1.png
1401           (added),
1402           trunk/playground/utils/rsibreak/src/hi16-app-rsibreak.png
1403           (removed),
1404           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak2.png
1405           (added),
1406           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak0.png
1407           (added),
1408           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak3.png
1409           (added),
1410           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak1.png
1411           (added),
1412           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreak4.png
1413           (added),
1414           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak2.png
1415           (added),
1416           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak3.png
1417           (added),
1418           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreak4.png
1419           (added), trunk/playground/utils/rsibreak/release_rsibreak.rb,
1420           trunk/playground/utils/rsibreak/icons/hi32-action-rsibreakx.png
1421           (added),
1422           trunk/playground/utils/rsibreak/icons/hi64-action-rsibreak3.png
1423           (added),
1424           trunk/playground/utils/rsibreak/icons/hi16-action-rsibreakx.png
1425           (added),
1426           trunk/playground/utils/rsibreak/src/original_artwork.tar.gz
1427           (removed), trunk/playground/utils/rsibreak/Makefile.am,
1428           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak0.png
1429           (removed), trunk/playground/utils/rsibreak/icons (added),
1430           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak1.png
1431           (removed),
1432           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak0.png
1433           (removed),
1434           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak2.png
1435           (removed),
1436           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak3.png
1437           (removed),
1438           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak1.png
1439           (removed),
1440           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak4.png
1441           (removed),
1442           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak2.png
1443           (removed),
1444           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak3.png
1445           (removed),
1446           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak4.png
1447           (removed),
1448           trunk/playground/utils/rsibreak/src/hi32-action-rsibreakx.png
1449           (removed), trunk/playground/utils/rsibreak/icons/Makefile.am
1450           (added),
1451           trunk/playground/utils/rsibreak/src/hi16-action-rsibreakx.png
1452           (removed),
1453           trunk/playground/utils/rsibreak/icons/hi128-action-rsibreak3.png
1454           (added), trunk/playground/utils/rsibreak/icons/CMakeLists.txt
1455           (added), trunk/playground/utils/rsibreak/icons/artwork-v2.tar.gz
1456           (added), trunk/playground/utils/rsibreak/src/Makefile.am,
1457           trunk/playground/utils/rsibreak/src/CMakeLists.txt: New icons
1458           from Lee Olson - put into a separate icons folder - removed old
1459           ones - adjusted buildsystems - moved tarballs with the raw
1460           material - adjusted release script - updated NEWS.
1462 2006-04-23 21:31 +0000 [r533164]  Bram Schoenmakers bramschoenmakers@kde.nl
1464         * trunk/playground/utils/rsibreak/src/rsitimer.h,
1465           trunk/playground/utils/rsibreak/src/rsitimer.cpp: First attempt
1466           for a timer without idle detection (wish 122954). It's not
1467           finished, nor accessible and thus completely untested, but at
1468           least it compiles. It relies for a great part on the existing
1469           timer $ Will work on this later on. CCBUG:122954
1471 2006-04-23 18:10 +0000 [r533119]  Bram Schoenmakers bramschoenmakers@kde.nl
1473         * trunk/playground/utils/rsibreak/src/rsistats.cpp: What's this for
1474           my new statistic.
1476 2006-04-23 17:58 +0000 [r533116]  Bram Schoenmakers bramschoenmakers@kde.nl
1478         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1479           trunk/playground/utils/rsibreak/src/rsistats.h,
1480           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1481           trunk/playground/utils/rsibreak/src/rsistatitem.cpp,
1482           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1483           trunk/playground/utils/rsibreak/src/rsistatitem.h,
1484           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: o New
1485           class of RSIStatItems introduced: items which keeps track of the
1486           user's usage. A global array keeps track of every second of usage
1487           or idleness in the last 24h. The new class is able to record
1488           parts of this array to calculate the percentage of usage in the
1489           last minute, hour or day (whatever interval <24h). At the moment
1490           only the activity of the last minute is added, as proof of
1491           concept. It should be possible to query more kinds of intervals.
1492           o The statistic mapping uses pointers instead of direct instances
1493           of statistic items. o One more krazy report fixed. FEATURE
1495 2006-04-23 09:33 +0000 [r532908]  Bram Schoenmakers bramschoenmakers@kde.nl
1497         * trunk/playground/utils/rsibreak/src/setup.cpp,
1498           trunk/playground/utils/rsibreak/src/setuppopup.cpp,
1499           trunk/playground/utils/rsibreak/src/setup.h,
1500           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
1501           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
1502           trunk/playground/utils/rsibreak/src/setuppopup.h,
1503           trunk/playground/utils/rsibreak/src/setupmaximized.h,
1504           trunk/playground/utils/rsibreak/src/setuptiming.h,
1505           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: More krazy
1506           reports fixed: changed the copyright headers.
1508 2006-04-22 22:47 +0000 [r532835]  Bram Schoenmakers bramschoenmakers@kde.nl
1510         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1511           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
1512           trunk/playground/utils/rsibreak/src/setuptiming.cpp: Make krazy
1513           shut up a bit.
1515 2006-04-21 17:50 +0000 [r532336]  Tom Albers tomalbers@kde.nl
1517         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp: syntax error
1518           before "mins"
1520 2006-04-20 22:12 +0000 [r532048]  Bram Schoenmakers bramschoenmakers@kde.nl
1522         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1523           trunk/playground/utils/rsibreak/src/dcopiface.h,
1524           trunk/playground/utils/rsibreak/src/rsitimer.h,
1525           trunk/playground/utils/rsibreak/src/dcopiface.cpp,
1526           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Two new DCOP
1527           calls: o Force tiny break o Force big break
1529 2006-04-20 19:32 +0000 [r531995]  Tom Albers tomalbers@kde.nl
1531         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: ambiguous
1532           overload for `bool & ? const QString & : const char[4]'
1534 2006-04-12 18:32 +0000 [r529202]  Tom Albers tomalbers@kde.nl
1536         * trunk/playground/utils/rsibreak/src/CMakeLists.txt: Finally found
1537           the correct way
1539 2006-04-11 19:12 +0000 [r528781]  Tom Albers tomalbers@kde.nl
1541         * trunk/playground/utils/rsibreak/config.h.cmake (added),
1542           trunk/playground/utils/rsibreak/CMakeLists.txt (added),
1543           trunk/playground/utils/rsibreak/src/CMakeLists.txt (added): CMake
1544           build files, has some errors, will polish them as I learn CMake
1545           better.
1547 2006-04-11 18:47 +0000 [r528761]  Bram Schoenmakers bramschoenmakers@kde.nl
1549         * trunk/playground/utils/rsibreak/src/rsistats.cpp: Extended the
1550           what's this explanations a bit.
1552 2006-04-10 18:53 +0000 [r528324]  Tom Albers tomalbers@kde.nl
1554         * trunk/playground/utils/rsibreak/ChangeLog,
1555           trunk/playground/utils/rsibreak/NEWS,
1556           trunk/playground/utils/rsibreak/src/main.cpp,
1557           trunk/playground/utils/rsibreak/release_rsibreak.rb,
1558           trunk/playground/utils/rsibreak/TODO: prep 0.6.0
1560 2006-04-09 21:58 +0000 [r528030]  Tom Albers tomalbers@kde.nl
1562         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Fix corner
1563           case. User locks and unlocks during one break, the buttons dont
1564           work anymore, because the eventfilter is not used because those
1565           have been released because the lock() dcop call does not work in
1566           that case. *sigh*
1568 2006-04-09 21:38 +0000 [r528013]  Tom Albers tomalbers@kde.nl
1570         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: When no image
1571           is found, the background is black during a break. Change the font
1572           color to white in that case.
1574 2006-04-09 21:27 +0000 [r528008]  Tom Albers tomalbers@kde.nl
1576         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1577           trunk/playground/utils/rsibreak/src/rsitimer.cpp: slotLock did
1578           not seem to work when the mouse and keyboard are grabbed. Release
1579           them! Thanks to Nicola Ruggero for reporting. CCMAIL:
1580           nixprog.adsl@tiscali.it
1582 2006-04-09 14:04 +0000 [r527831]  Bram Schoenmakers bramschoenmakers@kde.nl
1584         * trunk/playground/utils/rsibreak/src/rsistats.cpp: New (better?)
1585           calculation for Pause score.
1587 2006-04-07 21:39 +0000 [r527367]  Bram Schoenmakers bramschoenmakers@kde.nl
1589         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Possible
1590           compile fix
1592 2006-04-07 09:40 +0000 [r527203-527204]  Bram Schoenmakers bramschoenmakers@kde.nl
1594         * trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp: Not meant
1595           to be committed.
1597         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
1598           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp: Show empty
1599           strings instead of 00:00:00 in statistics.
1601 2006-04-07 08:28 +0000 [r527187]  Tom Albers tomalbers@kde.nl
1603         * trunk/playground/utils/rsibreak/src/rsidock.cpp: Fix bug where
1604           the left mouse click on rsibreak would only show the stats the
1605           first time.
1607 2006-04-07 08:13 +0000 [r527183]  Tom Albers tomalbers@kde.nl
1609         * trunk/playground/utils/rsibreak/src,
1610           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1611           trunk/playground/utils/rsibreak/src/rsiwidget.h: Ha, figured this
1612           bug out when I was under the shower. When the break is ESCaped
1613           during the first second of the break the grab functions are
1614           called after the widget is minimized, leaving RSIBreak
1615           unresponsive for left en right mouse clicks! Hopefully this was
1616           the bug Achim and Bram reported.
1618 2006-04-06 20:26 +0000 [r527092]  Bram Schoenmakers bramschoenmakers@kde.nl
1620         * trunk/playground/utils/rsibreak/src/rsistatitem.cpp,
1621           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1622           trunk/playground/utils/rsibreak/src/rsistatitem.h: Reset stats
1623           properly.
1625 2006-04-05 21:27 +0000 [r526897]  Tom Albers tomalbers@kde.nl
1627         * trunk/playground/utils/rsibreak/src/rsidock.cpp: switch to the
1628           right dektop
1630 2006-04-05 20:55 +0000 [r526886]  Tom Albers tomalbers@kde.nl
1632         * trunk/playground/utils/rsibreak/src/rsidock.cpp: Left click on
1633           tray item show statistics. Advice from Achim Bohnet.
1635 2006-04-05 20:00 +0000 [r526865]  Tom Albers tomalbers@kde.nl
1637         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1638           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Dont pester
1639           the user with the reset of the timers by the popup by default.
1640           Advice from Achim Bohnet
1642 2006-04-05 18:05 +0000 [r526831]  Tom Albers tomalbers@kde.nl
1644         * trunk/playground/utils/rsibreak/ChangeLog,
1645           trunk/playground/utils/rsibreak/NEWS,
1646           trunk/playground/utils/rsibreak/src/main.cpp,
1647           trunk/playground/utils/rsibreak/src/Makefile.am,
1648           trunk/playground/utils/rsibreak/release_rsibreak.rb: - link the
1649           convenience library statically - update the files for a rc2,
1650           which is packed after this commit.
1652 2006-04-04 21:49 +0000 [r526550]  Bram Schoenmakers bramschoenmakers@kde.nl
1654         * trunk/playground/utils/rsibreak/src/rsitooltip.cpp: Oh, it didn't
1655           compile. How could I've missed that.
1657 2006-04-04 16:45 +0000 [r526439]  Bram Schoenmakers bramschoenmakers@kde.nl
1659         * trunk/playground/utils/rsibreak/src/rsistats.h,
1660           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1661           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1662           trunk/playground/utils/rsibreak/src/rsistats.cpp: o A color is
1663           now easily assignable to every stat with RSIStats::setColor() o
1664           Sync colors last big/tiny break with colors in tooltip o Cleanups
1665           thanks to the new method. Hackish enums like LAST_BIG_BREAK_COLOR
1666           are not required anymore
1668 2006-04-04 16:05 +0000 [r526424]  Bram Schoenmakers bramschoenmakers@kde.nl
1670         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Call hide()
1671           immediately when suspending. There's no need to evaluate the bool
1672           coming along with suspend(), just always hide when emitted.
1674 2006-04-04 14:31 +0000 [r526397]  Bram Schoenmakers bramschoenmakers@kde.nl
1676         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: In commit
1677           #523619 I made the idle detection guards too strong. Moved the
1678           guards one level deeper. This fixes the issue that the timers
1679           were not reset when a break has passed (with popup). A symptom
1680           was that the docker icon was still filled after a relax moment.
1682 2006-04-03 19:31 +0000 [r526075]  Tom Albers tomalbers@kde.nl
1684         * trunk/playground/utils/rsibreak/src/rsitimer_dpms.cpp (added),
1685           trunk/playground/utils/rsibreak/NEWS,
1686           trunk/playground/utils/rsibreak/src/rsitimer_dpms.h (added),
1687           trunk/playground/utils/rsibreak/src/Makefile.am,
1688           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Because
1689           --enable-final is broken (int32 clash in qglobal), Ruurd
1690           suggested to put it in a seperate library.
1692 2006-04-02 20:46 +0000 [r525786]  Malcolm Hunter malcolm.hunter@gmx.co.uk
1694         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1695           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1696           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
1697           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1698           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
1699           trunk/playground/utils/rsibreak/src/setupgeneral.cpp:
1700           Typographical corrections and changes
1702 2006-04-01 20:23 +0000 [r525376]  Bram Schoenmakers bramschoenmakers@kde.nl
1704         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Forgot this
1705           one.
1707 2006-04-01 17:45 +0000 [r525337]  Bram Schoenmakers bramschoenmakers@kde.nl
1709         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp: Stupid
1710           copypaste mistake.
1712 2006-04-01 17:42 +0000 [r525336]  Tom Albers tomalbers@kde.nl
1714         * trunk/playground/utils/rsibreak/ChangeLog,
1715           trunk/playground/utils/rsibreak/src/rsistats.h,
1716           trunk/playground/utils/rsibreak/NEWS,
1717           trunk/playground/utils/rsibreak/src/main.cpp,
1718           trunk/playground/utils/rsibreak/src/mainpage.dox,
1719           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1720           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - Version++ -
1721           renamed stat to "current idle period" - fixed two whatsthis -
1722           updated NEWS, CHANGELOG, mainpage.dox - removed comment - added
1723           comment to documentation about derived stats w/setStat() - Will
1724           tag rc1 now
1726 2006-04-01 17:17 +0000 [r525332]  Bram Schoenmakers bramschoenmakers@kde.nl
1728         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1729           trunk/playground/utils/rsibreak/src/rsidock.h,
1730           trunk/playground/utils/rsibreak/src/rsitimer.h,
1731           trunk/playground/utils/rsibreak/src/rsidock.cpp,
1732           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Something went
1733           wrong yesterday with moving timer data to RSIGlobals. New timer
1734           data is properly read after configuring.
1736 2006-04-01 16:46 +0000 [r525326]  Tom Albers tomalbers@kde.nl
1738         * trunk/playground/utils/rsibreak/src/rsitimer.h,
1739           trunk/playground/utils/rsibreak/src/rsitimer.cpp: I could not
1740           find the energy settings in my KDE, but they exists and the
1741           DPMSModeOff is responsible for the idle reset to 0. This patch
1742           removes the assumed hard coded value and queries DPMS for the
1743           value and eats the activity caused by this. Thanks to Dirk for
1744           the hint in the right direction.
1746 2006-04-01 13:25 +0000 [r525261]  Bram Schoenmakers bramschoenmakers@kde.nl
1748         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Revert.
1750 2006-04-01 13:16 +0000 [r525258]  Bram Schoenmakers bramschoenmakers@kde.nl
1752         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Don't restart
1753           timer when suspended (especially the case when OK'ing configure
1754           dialog while suspended).
1756 2006-04-01 13:02 +0000 [r525253]  Tom Albers tomalbers@kde.nl
1758         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
1759           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: Partially
1760           revert the commit of Bram, 525047, which converts to the QTime
1761           back to a QDateTime. Partially reverted, because we need to use a
1762           QDateTime internally, but to present it to the user a QTime is
1763           sufficient. So changed the display and the calculation of the
1764           width of the display.
1766 2006-04-01 12:32 +0000 [r525247]  Bram Schoenmakers bramschoenmakers@kde.nl
1768         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1769           trunk/playground/utils/rsibreak/src/rsiwidget.cpp: o Call
1770           slotReadConfig in RSIGlobals before RSITimers reads settings. o
1771           Clear focus on buttons in full screen break widget. Prevents
1772           cancelling the screen when you're still typing.
1774 2006-03-31 22:00 +0000 [r525134]  Bram Schoenmakers bramschoenmakers@kde.nl
1776         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1777           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1778           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1779           trunk/playground/utils/rsibreak/src/rsistats.cpp: Show colors on
1780           startup, when there's nothing known about the previous big/tiny
1781           break. But it can happen that colors in tooltip and statistics
1782           dialog are out of sync, though.
1784 2006-03-31 21:26 +0000 [r525128]  Bram Schoenmakers bramschoenmakers@kde.nl
1786         * trunk/playground/utils/rsibreak/src/rsistats.h,
1787           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1788           trunk/playground/utils/rsibreak/src/rsistatitem.h: More APIDOX
1789           fun.
1791 2006-03-31 21:00 +0000 [r525123]  Bram Schoenmakers bramschoenmakers@kde.nl
1793         * trunk/playground/utils/rsibreak/src/rsistats.h: The promised
1794           APIDOX.
1796 2006-03-31 20:33 +0000 [r525108]  Bram Schoenmakers bramschoenmakers@kde.nl
1798         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Increase
1799           statistic "Last tiny/big break" everytime it detects that the
1800           idleness takes longer than a break.
1802 2006-03-31 20:12 +0000 [r525102]  Bram Schoenmakers bramschoenmakers@kde.nl
1804         * trunk/playground/utils/rsibreak/src/rsiglobals.h,
1805           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1806           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
1807           trunk/playground/utils/rsibreak/src/rsitimer.cpp: While toma is
1808           still offline, I can safely postpone the feature freeze. :) o
1809           Only update last tiny/big break when activity occurs o New stat:
1810           show time currently idle. I thought I needed it for the change
1811           above, but didn't seem so. So I upgraded it to a new statistic.
1813 2006-03-31 19:39 +0000 [r525092]  Bram Schoenmakers bramschoenmakers@kde.nl
1815         * trunk/playground/utils/rsibreak/src/rsistatitem.cpp (added),
1816           trunk/playground/utils/rsibreak/src/rsistatitem.h (added): ...
1817           which I obviousely forgot.
1819 2006-03-31 19:30 +0000 [r525084]  Bram Schoenmakers bramschoenmakers@kde.nl
1821         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1822           trunk/playground/utils/rsibreak/src/rsistats.h,
1823           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1824           trunk/playground/utils/rsibreak/src/rsistatwidget.h,
1825           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1826           trunk/playground/utils/rsibreak/src/Makefile.am,
1827           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1828           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
1829           trunk/playground/utils/rsibreak/src/rsidock.cpp,
1830           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Statistics
1831           are under RSIGlobals::stats() now instead of RSIStats::instance()
1832           o New files for RSIStatItem.
1834 2006-03-31 17:13 +0000 [r525047]  Bram Schoenmakers bramschoenmakers@kde.nl
1836         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1837           trunk/playground/utils/rsibreak/src/rsistats.h,
1838           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1839           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1840           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1841           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: o Changed
1842           QTime back to QDateTime, sorry about that. It was required for...
1843           o Colored labels for the last tiny/big break. Green means: just
1844           got a break, red means: you really need a break now o Tooltip
1845           shows similar colors now. o Increased width for the last tiny/big
1846           break label in the widget. For me, RSIBreak is feature complete
1847           for the 0.6.0 release. Shall we make this a start of a feature
1848           freeze?
1850 2006-03-30 21:46 +0000 [r524665]  Tom Albers tomalbers@kde.nl
1852         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: The last bug I
1853           found is squashed by this fix. Maybe Bram wants to fix this The
1854           Right Way, but an extra safeguard in case of weird situation can
1855           not do any harm. Summary: timers stop running when user does not
1856           want idle-detection durng normal operation and they receive a
1857           break...
1859 2006-03-30 21:38 +0000 [r524660-524661]  Tom Albers tomalbers@kde.nl
1861         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Slot not
1862           found, due to c instead of C. Fixed
1864         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
1865           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Ok, tested the
1866           whole evening. X tells us there has been a movement at 1199 (when
1867           the monitor is turned off). As I can not distinguish this from
1868           normal movement, i'll eat all activity in that timeslot. Chances
1869           that people actually start using the computer after 20 minutes
1870           idlesness in that slot are pretty slim anyways. I just hope that
1871           the 20 minute is not configurable somewhere.
1873 2006-03-30 18:03 +0000 [r524592]  Tom Albers tomalbers@kde.nl
1875         * trunk/playground/utils/rsibreak/src/rsitimer.h,
1876           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Test to see if
1877           this works around a bug where idle time never gets bigger than
1878           1199 seconds.
1880 2006-03-28 16:22 +0000 [r523619]  Bram Schoenmakers bramschoenmakers@kde.nl
1882         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Don't execute
1883           idle detect code when a relax popup has finished. Prevents
1884           unnecessaryly incrementing some statistics.
1886 2006-03-28 15:21 +0000 [r523582]  Bram Schoenmakers bramschoenmakers@kde.nl
1888         * trunk/playground/utils/rsibreak/src/rsistats.h,
1889           trunk/playground/utils/rsibreak/src/rsistats.cpp: Don't calculate
1890           derived statistics upon reset. Fixes ACTIVITY + IDLENESS >
1891           TOTAL_TIME after a reset.
1893 2006-03-28 14:19 +0000 [r523561]  Bram Schoenmakers bramschoenmakers@kde.nl
1895         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
1896           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
1897           trunk/playground/utils/rsibreak/src/rsitimer.h,
1898           trunk/playground/utils/rsibreak/src/rsiglobals.h,
1899           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
1900           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1901           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Turned
1902           RSIGlobals in a class again o RSIGlobals contains interval
1903           information now. The timer reads it from RSIGlobals. o Fix memory
1904           leak: an RSIStats instance cannot delete itself. Delete it from
1905           RSIWidget.
1907 2006-03-27 19:00 +0000 [r523275]  Tom Albers tomalbers@kde.nl
1909         * trunk/playground/utils/rsibreak/src/setuptiming.cpp,
1910           trunk/playground/utils/rsibreak/src/setuptiming.h: Fix 18n calls
1911           in setuptimings. Results in the errors that %n should be in the
1912           result, but I dont want that ;-)
1914 2006-03-27 18:37 +0000 [r523267]  Tom Albers tomalbers@kde.nl
1916         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Fix bug where
1917           counters stopped working when tiny maximized > big maximized. We
1918           depend on that to determine that the counters can be reset after
1919           a bigbreak.
1921 2006-03-26 18:26 +0000 [r522802-522805]  Bram Schoenmakers bramschoenmakers@kde.nl
1923         * trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: As
1924           requested: move activity % one groupbox down.
1926         * trunk/playground/utils/rsibreak/src/rsistats.cpp: Adapt what's
1927           this to my changes from an hour ago or so.
1929 2006-03-26 18:19 +0000 [r522799]  Bram Schoenmakers bramschoenmakers@kde.nl
1931         * trunk/playground/utils/rsibreak/src/rsistats.h,
1932           trunk/playground/utils/rsibreak/src/rsistats.cpp: Move Tom's
1933           what's this text to a separate function. Attach whatsthis to
1934           descriptions as well.
1936 2006-03-26 17:44 +0000 [r522776]  Tom Albers tomalbers@kde.nl
1938         * trunk/playground/utils/rsibreak/src/setuptiming.cpp,
1939           trunk/playground/utils/rsibreak/src/rsistats.cpp: whatsthis +
1940           some buddies
1942 2006-03-26 17:39 +0000 [r522774]  Bram Schoenmakers bramschoenmakers@kde.nl
1944         * trunk/playground/utils/rsibreak/src/rsistatwidget.h,
1945           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1946           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
1947           trunk/playground/utils/rsibreak/src/rsidock.cpp: o New layout in
1948           statistics dialog (4 groupboxes) o Show only time for "Last foo
1949           break" o Hide separator line in stats dialog o Cleanup
1951 2006-03-26 13:55 +0000 [r522703]  Tom Albers tomalbers@kde.nl
1953         * trunk/playground/utils/rsibreak/src/rsidock.h,
1954           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1955           trunk/playground/utils/rsibreak/src/rsidock.cpp: Add a button to
1956           reset the statistics.
1958 2006-03-26 02:32 +0000 [r522573]  Tom Albers tomalbers@kde.nl
1960         * trunk/playground/utils/rsibreak/src/setup.cpp,
1961           trunk/playground/utils/rsibreak/src/rsitimer.h,
1962           trunk/playground/utils/rsibreak/src/rsitimer.cpp,
1963           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Hooked in
1964           the setting for the idle-detection && gave it a slightly other
1965           meaning. I think we need a different setting to completely ignore
1966           idleness, so the popup popups at fixed times. This will do for
1967           0.6.0 I think.
1969 2006-03-26 01:48 +0000 [r522570]  Bram Schoenmakers bramschoenmakers@kde.nl
1971         * trunk/playground/utils/rsibreak/src/rsistats.h,
1972           trunk/playground/utils/rsibreak/src/rsistats.cpp,
1973           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: o Store
1974           QLabels instead of QStrings in a RSIStatItem. Needed for... o
1975           Coloring certain labels ranging from red to green (a 100% pause
1976           score will color the label green )
1978 2006-03-25 23:01 +0000 [r522545]  Tom Albers tomalbers@kde.nl
1980         * trunk/playground/utils/rsibreak/NEWS,
1981           trunk/playground/utils/rsibreak/src/rsistats.cpp: Qvariant
1982           supports qdatetime, rtfm tom. Support for qdatetime in other
1983           places too.
1985 2006-03-25 22:57 +0000 [r522544]  Bram Schoenmakers bramschoenmakers@kde.nl
1987         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
1988           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Take breaks
1989           due to idleness into account when calculating the pause score. o
1990           Show activity % with 1 decimal.
1992 2006-03-25 22:49 +0000 [r522540]  Bram Schoenmakers bramschoenmakers@kde.nl
1994         * trunk/playground/utils/rsibreak/src/rsidock.h,
1995           trunk/playground/utils/rsibreak/src/rsidock.cpp: Do not block
1996           RSIBreak when statistics dialog is shown.
1998 2006-03-25 21:44 +0000 [r522524]  Bram Schoenmakers bramschoenmakers@kde.nl
2000         * trunk/playground/utils/rsibreak/src/rsistats.h,
2001           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2002           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
2003           trunk/playground/utils/rsibreak/src/rsitimer.cpp: New stat:
2004           percentage of activity. Also some unnecessary includes removed.
2006 2006-03-25 20:43 +0000 [r522507]  Tom Albers tomalbers@kde.nl
2008         * trunk/playground/utils/rsibreak/src/rsistats.h,
2009           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2010           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
2011           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Two new stats:
2012           tiny break / big break skipped due to idleness. Shuffled the
2013           order a tiny bit.
2015 2006-03-25 20:26 +0000 [r522503]  Tom Albers tomalbers@kde.nl
2017         * trunk/playground/utils/rsibreak/src/rsistats.h,
2018           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2019           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp: Two new
2020           stats: last big break / last tiny break, choose to store them in
2021           secs from epoch, since thats an int and Fits The System (tm)
2023 2006-03-25 18:25 +0000 [r522481]  Bram Schoenmakers bramschoenmakers@kde.nl
2025         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2026           trunk/playground/utils/rsibreak/src/rsistatwidget.h,
2027           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp,
2028           trunk/playground/utils/rsibreak/src/rsidock.cpp: compile
2030 2006-03-25 17:54 +0000 [r522473]  Tom Albers tomalbers@kde.nl
2032         * trunk/playground/utils/rsibreak/src/setup.cpp,
2033           trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
2034           trunk/playground/utils/rsibreak/src/rsistats.h,
2035           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2036           trunk/playground/utils/rsibreak/src/rsiglobals.h,
2037           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2038           trunk/playground/utils/rsibreak/src/rsibreak.lsm,
2039           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2040           trunk/playground/utils/rsibreak/src/rsitimer.cpp: New stat: max
2041           period of idleness Some general cleanups: - break > 80 chars -
2042           whitespace - ident - removed member from setup, which where not
2043           used as memeber - removed some unneeded includes in dialog
2045 2006-03-25 16:43 +0000 [r522451-522454]  Bram Schoenmakers bramschoenmakers@kde.nl
2047         * trunk/playground/utils/rsibreak/src/rsistatwidget.h (added),
2048           trunk/playground/utils/rsibreak/src/Makefile.am,
2049           trunk/playground/utils/rsibreak/src/rsistatdialog.cpp (removed),
2050           trunk/playground/utils/rsibreak/src/rsistatwidget.cpp (added),
2051           trunk/playground/utils/rsibreak/src/rsistatdialog.h (removed):
2052           Move rsistatdialog.* rsistatwidget.*
2054         * trunk/playground/utils/rsibreak/src/rsistatdialog.cpp: Set
2055           spacing.
2057         * trunk/playground/utils/rsibreak/src/rsidock.cpp: Forgot suspended
2058           check with configure dialog.
2060 2006-03-25 16:29 +0000 [r522448]  Bram Schoenmakers bramschoenmakers@kde.nl
2062         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
2063           trunk/playground/utils/rsibreak/src/rsistats.h,
2064           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2065           trunk/playground/utils/rsibreak/src/rsidock.h,
2066           trunk/playground/utils/rsibreak/src/rsistatdialog.cpp,
2067           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2068           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2069           trunk/playground/utils/rsibreak/src/rsistatdialog.h,
2070           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o More work on
2071           statistics. Almost all old stats code is replaced by now. o Don't
2072           continue timer when closing dialogs "Report Bug", "About KDE" and
2073           "About RSIBreak" when RSIBreak is suspended. TODO: o Rename
2074           rsistatdialog.* to rsistatwidget.* o RSIBreak tends to crash when
2075           playing with the docker. Couldn't find the cause yet. o APIDOX
2076           all over the stats code.
2078 2006-03-23 18:38 +0000 [r521870]  Tom Albers tomalbers@kde.nl
2080         * trunk/playground/utils/rsibreak/src/setup.cpp,
2081           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2082           trunk/playground/utils/rsibreak/src/setuppopup.cpp,
2083           trunk/playground/utils/rsibreak/src/setup.h,
2084           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2085           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2086           trunk/playground/utils/rsibreak/src/setuppopup.h,
2087           trunk/playground/utils/rsibreak/src/setupmaximized.h,
2088           trunk/playground/utils/rsibreak/src/setuptiming.h,
2089           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Moved all
2090           private members to a private class.
2092 2006-03-23 17:08 +0000 [r521829]  Bram Schoenmakers bramschoenmakers@kde.nl
2094         * trunk/playground/utils/rsibreak/src/rsiglobals.h: A namespace
2095           suffices
2097 2006-03-22 23:47 +0000 [r521607]  Tom Albers tomalbers@kde.nl
2099         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
2100           trunk/playground/utils/rsibreak/src/rsiglobals.h,
2101           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2102           trunk/playground/utils/rsibreak/src/rsistatdialog.cpp,
2103           trunk/playground/utils/rsibreak/src/rsistatdialog.h: - Place a
2104           timer to update the dialog once a second, but no idea howto
2105           actually update it. - RSIGlobals:formatSeconds() now returns "0
2106           seconds" instead of null(), adjusted rsitooltip for that. Means
2107           prettier stats if 0 occurs there.
2109 2006-03-22 23:21 +0000 [r521601]  Tom Albers tomalbers@kde.nl
2111         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp,
2112           trunk/playground/utils/rsibreak/src/rsiglobals.h,
2113           trunk/playground/utils/rsibreak/src/rsistats.cpp: Only display
2114           time for time values in the stats. Adjust globals to return hours
2115           as well... TODO: - add stats - for skipped breaks due to
2116           idleness. - max time idle - update stats every second
2118 2006-03-21 15:44 +0000 [r521117]  Tom Albers tomalbers@kde.nl
2120         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Compile for
2121           2.9x (FreeBSD 4.X)
2123 2006-03-20 22:41 +0000 [r520830]  Tom Albers tomalbers@kde.nl
2125         * trunk/playground/utils/rsibreak/src/rsiglobals.cpp (added),
2126           trunk/playground/utils/rsibreak/src/rsilib.cpp (removed),
2127           trunk/playground/utils/rsibreak/src/rsiglobals.h (added),
2128           trunk/playground/utils/rsibreak/src/Makefile.am,
2129           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2130           trunk/playground/utils/rsibreak/src/rsilib.h (removed),
2131           trunk/playground/utils/rsibreak/src/rsistats.cpp: Rename to
2132           rsiblobals
2134 2006-03-20 20:03 +0000 [r520778]  Tom Albers tomalbers@kde.nl
2136         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Fix memory
2137           leak, reported and the patch by Lev Iserovich Thanks a lot! BUG:
2138           124000
2140 2006-03-20 19:30 +0000 [r520772]  Tom Albers tomalbers@kde.nl
2142         * trunk/playground/utils/rsibreak/src/rsilib.cpp (added),
2143           trunk/playground/utils/rsibreak/src/Makefile.am,
2144           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2145           trunk/playground/utils/rsibreak/src/rsilib.h (added),
2146           trunk/playground/utils/rsibreak/src/rsistats.cpp: My first try to
2147           add a library, which can contain some static functions. I moved
2148           the formatting of time to the lib and hooked it to the rsistats
2149           and rsitooltip. Bram will hopefully review.
2151 2006-03-20 18:18 +0000 [r520757]  Tom Albers tomalbers@kde.nl
2153         * trunk/playground/utils/rsibreak/src/setuppopup.cpp,
2154           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2155           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Make it
2156           compile under kde 3.3
2158 2006-03-16 18:46 +0000 [r519276]  Tom Albers tomalbers@kde.nl
2160         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2161           trunk/playground/utils/rsibreak/src/dcopiface.h,
2162           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2163           trunk/playground/utils/rsibreak/NEWS,
2164           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2165           trunk/playground/utils/rsibreak/TODO,
2166           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Yes, idle
2167           popups can get annoying, make them optional.
2169 2006-03-15 09:42 +0000 [r518799]  Tom Albers tomalbers@kde.nl
2171         * trunk/playground/utils/rsibreak/src/rsistats.cpp,
2172           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - Fix "Total
2173           amount of tiny breaks" was not shown in stats - debug--
2175 2006-03-14 19:45 +0000 [r518646]  Bram Schoenmakers bramschoenmakers@kde.nl
2177         * trunk/playground/utils/rsibreak/src/rsistats.h,
2178           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2179           trunk/playground/utils/rsibreak/src/rsidock.h,
2180           trunk/playground/utils/rsibreak/src/rsitimer.h,
2181           trunk/playground/utils/rsibreak/src/Makefile.am,
2182           trunk/playground/utils/rsibreak/src/rsistatdialog.cpp,
2183           trunk/playground/utils/rsibreak/src/rsistats.cpp,
2184           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2185           trunk/playground/utils/rsibreak/src/rsistatdialog.h,
2186           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Statistics.
2187           This is still work-in-progress, but the foundation is there. o
2188           Restore timers if RSIBreak is restarted in a short amount of time
2189           (it will continue counting where it was if you reboot for
2190           example) o Show big icon in idle popups o For those people
2191           without idle detection, make breaks at least working. o Removed
2192           newline from idle popup, because the layout screwed up. But I'm
2193           afraid the bug is on a lower level. :(
2195 2006-03-14 16:40 +0000 [r518604]  Bram Schoenmakers bramschoenmakers@kde.nl
2197         * trunk/playground/utils/rsibreak/src/rsistats.h (added),
2198           trunk/playground/utils/rsibreak/src/rsistatdialog.cpp (added),
2199           trunk/playground/utils/rsibreak/src/rsistats.cpp (added),
2200           trunk/playground/utils/rsibreak/src/rsistatdialog.h (added): Only
2201           for your reading pleasure: new files I started for the
2202           statistics. I didn't update the other files yet because it's work
2203           in progress. But at least it gives you an indication what I'm
2204           doing at the moment.
2206 2006-03-04 02:15 +0000 [r515527]  Tom Albers tomalbers@kde.nl
2208         * trunk/playground/utils/rsibreak/src/rsidock.h,
2209           trunk/playground/utils/rsibreak/src/rsitimer.h,
2210           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2211           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2212           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp,
2213           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2214           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Update
2215           errors repoted at ebn/icefox, one at ebn stays as ive no idea how
2216           to solve.
2218 2006-03-03 23:58 +0000 [r515514]  Tom Albers tomalbers@kde.nl
2220         * trunk/playground/utils/rsibreak/src/rsidock.h,
2221           trunk/playground/utils/rsibreak/TODO,
2222           trunk/playground/utils/rsibreak/src/rsidock.cpp: - Minutes and
2223           seconds in english are not reproducable, so removing that from
2224           the list - The two quit buttons are solved by this commit, took
2225           the approach from ksystemtray implementation, now i know why that
2226           was done this way in the original.
2228 2006-03-03 19:59 +0000 [r515454]  Bram Schoenmakers bramschoenmakers@kde.nl
2230         * trunk/playground/utils/rsibreak/src/rsitooltip.cpp: Don't
2231           capitalize "One" in the middle of a sentence.
2233 2006-03-03 13:33 +0000 [r515326]  Tom Albers tomalbers@kde.nl
2235         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: (Big brown bag
2236           commit) make it work
2238 2006-03-02 08:39 +0000 [r514978]  Tom Albers tomalbers@kde.nl
2240         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2241           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2242           trunk/playground/utils/rsibreak/src/main.cpp,
2243           trunk/playground/utils/rsibreak/TODO,
2244           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: - Version++
2245           - Add 'use idle detection' to general settings, Bram will
2246           implement it further. - Fix regression where the messagebox would
2247           say: 'look at the tray' and the tray is not showing anything.
2249 2006-03-01 23:32 +0000 [r514933]  Tom Albers tomalbers@kde.nl
2251         * trunk/playground/utils/rsibreak/configure.in.bot,
2252           trunk/playground/utils/rsibreak/configure.in.in,
2253           trunk/playground/utils/rsibreak/NEWS: libxss-dev is now needed,
2254           rsibreak without idle detection is worthless and we do not want
2255           to put hacks in rsitimer to make it work again.
2257 2006-03-01 23:05 +0000 [r514923]  Tom Albers tomalbers@kde.nl
2259         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2260           trunk/playground/utils/rsibreak/src/rsitimer.h,
2261           trunk/playground/utils/rsibreak/NEWS,
2262           trunk/playground/utils/rsibreak/src/main.cpp,
2263           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2264           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2265           trunk/playground/utils/rsibreak/TODO,
2266           trunk/playground/utils/rsibreak/src/rsitooltip.h,
2267           trunk/playground/utils/rsibreak/src/rsitimer.cpp: When a break is
2268           skipped due to idleness, show a popup that the break is skipped
2269           and remove that popup when idle=0.
2271 2006-02-23 14:40 +0000 [r512748]  Tom Albers tomalbers@kde.nl
2273         * trunk/playground/utils/rsibreak/TODO: Results of a gNome test
2275 2006-02-21 17:09 +0000 [r512043]  Tom Albers tomalbers@kde.nl
2277         * trunk/playground/utils/rsibreak/ChangeLog: Update Changelog
2278           before release
2280 2006-02-21 15:03 +0000 [r512009]  Tom Albers tomalbers@kde.nl
2282         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2283           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2284           trunk/playground/utils/rsibreak/TODO,
2285           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp,
2286           trunk/playground/utils/rsibreak/src/rsidock.cpp: Update TODO and
2287           remove excessive debug output for the release.
2289 2006-02-19 21:04 +0000 [r511430]  Bram Schoenmakers bramschoenmakers@kde.nl
2291         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2292           trunk/playground/utils/rsibreak/src/rsitimer.h,
2293           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2294           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Small cleanup.
2295           I got rid of the currentIsBigBreak() method, it's kinda hackish.
2297 2006-02-19 19:01 +0000 [r511398]  Tom Albers tomalbers@kde.nl
2299         * trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2300           trunk/playground/utils/rsibreak/src/rsibreak.lsm: typo SVN_SILENT
2302 2006-02-18 15:37 +0000 [r511023]  Tom Albers tomalbers@kde.nl
2304         * trunk/playground/utils/rsibreak/ChangeLog,
2305           trunk/playground/utils/rsibreak/NEWS,
2306           trunk/playground/utils/rsibreak/release_rsibreak.rb: Updates,
2307           prep for rc
2309 2006-02-18 13:19 +0000 [r510910]  Tom Albers tomalbers@kde.nl
2311         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: New welcome
2312           messagebox for 0.5.
2314 2006-02-18 11:09 +0000 [r510855]  Bram Schoenmakers bramschoenmakers@kde.nl
2316         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2317           trunk/playground/utils/rsibreak/src/rsitimer.h,
2318           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Skipping a big
2319           break was handled as a tiny break. Fixed.
2321 2006-02-18 02:43 +0000 [r510787]  Bram Schoenmakers bramschoenmakers@kde.nl
2323         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2324           trunk/playground/utils/rsibreak/src/rsidock.h,
2325           trunk/playground/utils/rsibreak/src/rsitimer.h,
2326           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2327           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2328           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Removed
2329           obsoleted boolean var in the timer code o Little bug fixed when a
2330           tiny break has passed and the upcoming break is a big one. Now it
2331           behaves as desired. o Hide tooltip in relax state o Vertical
2332           spacing in tooltip increased o Renamed a member variable
2334 2006-02-18 00:47 +0000 [r510769]  Tom Albers tomalbers@kde.nl
2336         * trunk/playground/utils/rsibreak/src/rsitimer.h,
2337           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2338           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp,
2339           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2340           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - fixed
2341           identing. - fixed bug: when a big break is going on, and you are
2342           idle for the time of a tiny break, the break was aborted ;-) -
2343           when the short break is scheduled at the same time as the big
2344           break, the delete the tiny break info in the tooltip - remove the
2345           lines of the tooltip, when the time_left is 0 for that line (else
2346           during a break it would state that there is one second left to
2347           that break) - fixed bug: DEBUG=true did not devide the
2348           max_interval by 60, hence giving a strange 1800 seconds when
2349           expecting 20 seconds. Remaining bugs: - do not show the tooltip
2350           when the relaxpopup is active, dont know if that is possible...
2352 2006-02-17 22:18 +0000 [r510744]  Tom Albers tomalbers@kde.nl
2354         * trunk/playground/utils/rsibreak/src,
2355           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2356           trunk/playground/utils/rsibreak/src/dcopiface.h (added),
2357           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2358           trunk/playground/utils/rsibreak,
2359           trunk/playground/utils/rsibreak/src/Makefile.am,
2360           trunk/playground/utils/rsibreak/AUTHORS,
2361           trunk/playground/utils/rsibreak/src/dcopiface.cpp (added): Added
2362           dcop interface.
2364 2006-02-17 21:07 +0000 [r510721]  Tom Albers tomalbers@kde.nl
2366         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2367           trunk/playground/utils/rsibreak/src/rsitimer.h,
2368           trunk/playground/utils/rsibreak/src/main.cpp,
2369           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2370           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2371           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2372           trunk/playground/utils/rsibreak/src/mainpage.dox,
2373           trunk/playground/utils/rsibreak/src/setuptiming.h,
2374           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Administrative:
2375           o version++; o copyrights o credits
2377 2006-02-17 20:44 +0000 [r510714]  Tom Albers tomalbers@kde.nl
2379         * trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2380           trunk/playground/utils/rsibreak/src/setuptiming.h: Dont let the
2381           big break be smaller than the tiny one
2383 2006-02-17 20:21 +0000 [r510699]  Tom Albers tomalbers@kde.nl
2385         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2386           trunk/playground/utils/rsibreak/src/rsiwidget.h: Completed the
2387           work to better support multihead setups.
2389 2006-02-17 17:51 +0000 [r510658]  Tom Albers tomalbers@kde.nl
2391         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2392           trunk/playground/utils/rsibreak/src/rsiwidget.h: Ok, I officially
2393           give up on proper xinerama support. A different way: we grab
2394           mouse and keyboard, this is the first commit in that direction.
2395           Not finished. I'm not sure how to handle the case above the two
2396           qpushbuttons. This is not the way, but will look into it this
2397           weekend.
2399 2006-02-17 08:16 +0000 [r510407]  Bram Schoenmakers bramschoenmakers@kde.nl
2401         * trunk/playground/utils/rsibreak/src/rsitimer.h,
2402           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Switch to
2403           fullscreen break if user shows still activity during a relax
2404           moment (only after the 15 sec. interval, waiting for the user to
2405           start a break). In the old RSIBreak, this meant the break was
2406           restarted. Now you just have to wait for the remaining seconds. o
2407           APIDOX
2409 2006-02-16 21:32 +0000 [r510315]  Bram Schoenmakers bramschoenmakers@kde.nl
2411         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Update
2412           tooltip after a break o Do not reset counters when user
2413           unsuspends
2415 2006-02-16 11:05 +0000 [r510087]  Bram Schoenmakers bramschoenmakers@kde.nl
2417         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Little glitch
2418           in the relax popup removed. It jumped only for one second to the
2419           maximized time and it flashed, even if you didn't touch anything
2420           at all.
2422 2006-02-15 23:22 +0000 [r509975]  Bram Schoenmakers bramschoenmakers@kde.nl
2424         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2425           trunk/playground/utils/rsibreak/src/rsitimer.h,
2426           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2427           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2428           trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2429           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2430           trunk/playground/utils/rsibreak/src/rsitooltip.h,
2431           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Completely
2432           new timer code, based on discussions between Tom and me. o Break
2433           every x seconds of active usage o Big breaks are not expressed in
2434           x tiny breaks, but also get activated after x seconds of active
2435           usage o Detect idleness (so don't break unneccesarily, it's an
2436           annoying bug in the current version) o The docker icon shows an
2437           indication when the next tiny break will occur (#118701) o
2438           Cleanups o Renamed the Minimize button to Skip Still to do: o
2439           APIDOX o Testing FEATURE:118701
2441 2006-02-13 20:48 +0000 [r509165]  Tom Albers tomalbers@kde.nl
2443         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2444           trunk/playground/utils/rsibreak/src/rsiwidget.h: Small first step
2445           for xinerama support.
2447 2006-02-12 21:11 +0000 [r508843]  Tom Albers tomalbers@kde.nl
2449         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2450           trunk/playground/utils/rsibreak/release_rsibreak.rb,
2451           trunk/playground/utils/rsibreak/AUTHORS: - Delete readme when
2452           packaging - EOL fix for AUTHORS file - Dont follow symlinks while
2453           looking for images.
2455 2005-12-26 18:24 +0000 [r491598]  Bram Schoenmakers bramschoenmakers@kde.nl
2457         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2458           trunk/playground/utils/rsibreak/src/rsirelaxpopup.h,
2459           trunk/playground/utils/rsibreak/src/rsidock.h,
2460           trunk/playground/utils/rsibreak/src/rsitimer.h,
2461           trunk/playground/utils/rsibreak/src/rsitooltip.cpp,
2462           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp,
2463           trunk/playground/utils/rsibreak/src/rsitooltip.h,
2464           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2465           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Make tooltip
2466           beware of suspended / unsuspended o Make tooltip behave like a
2467           QToolTip
2469 2005-12-26 17:31 +0000 [r491586]  Bram Schoenmakers bramschoenmakers@kde.nl
2471         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Hide tooltip
2472           when relax popup shows up.
2474 2005-12-26 17:26 +0000 [r491585]  Bram Schoenmakers bramschoenmakers@kde.nl
2476         * trunk/playground/utils/rsibreak/src/rsidock.cpp: o Actually
2477           'emit' it (i'm sooo n00b) o Emit the hide signal before showing
2478           the popup.
2480 2005-12-26 17:16 +0000 [r491583]  Bram Schoenmakers bramschoenmakers@kde.nl
2482         * trunk/playground/utils/rsibreak/src/rsidock.cpp: Hide tooltip
2483           whenever the user clicks on docker icon.
2485 2005-12-24 13:24 +0000 [r491064]  Bram Schoenmakers bramschoenmakers@kde.nl
2487         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: This probably
2488           fixed the only regression I could find so far in the new timer
2489           code. In some cases, the main widget was not minimized when the
2490           break was over.
2492 2005-12-23 21:07 +0000 [r490952]  Bram Schoenmakers bramschoenmakers@kde.nl
2494         * trunk/playground/utils/rsibreak/src/rsitooltip.cpp (added),
2495           trunk/playground/utils/rsibreak/src/rsitooltip.h (added): And add
2496           these files too, of course.
2498 2005-12-23 20:47 +0000 [r490950]  Bram Schoenmakers bramschoenmakers@kde.nl
2500         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2501           trunk/playground/utils/rsibreak/src/rsipopup.cpp (removed),
2502           trunk/playground/utils/rsibreak/src/rsirelaxpopup.h (added),
2503           trunk/playground/utils/rsibreak/src/rsidock.h,
2504           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2505           trunk/playground/utils/rsibreak/src/rsipopup.h (removed),
2506           trunk/playground/utils/rsibreak/src/Makefile.am,
2507           trunk/playground/utils/rsibreak/src/rsirelaxpopup.cpp (added),
2508           trunk/playground/utils/rsibreak/src/rsidock.cpp: o Renamed
2509           RSIPopup to RSIRelaxPopup to avoid confusion with... o A new
2510           tooltip for the docker icon. It's bigger and it's live. You can
2511           actually see the time decreasing, which is (nearly) impossible
2512           with a vanilla QToolTip.
2514 2005-12-18 00:45 +0000 [r489310]  Bram Schoenmakers bramschoenmakers@kde.nl
2516         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Detect breaks
2517           when the user is passive for the configured amount of time. Won't
2518           work properly if the amount of time for the big break is less
2519           than for the tiny break. But that's not a common case.
2521 2005-12-16 18:57 +0000 [r489005]  Tom Albers tomalbers@kde.nl
2523         * trunk/playground/utils/rsibreak/ChangeLog: Update
2525 2005-12-16 09:04 +0000 [r488877]  Bram Schoenmakers bramschoenmakers@kde.nl
2527         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: However I don't
2528           understand the condition in the if statement, I'd better revert
2529           this code and set m_currentInterval to 1, as told.
2531 2005-12-14 09:20 +0000 [r488390]  Bram Schoenmakers bramschoenmakers@kde.nl
2533         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2534           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o Better fix
2535           for the -1 issue. Don't set to 0 but to
2536           m_intervals["big_interval"] instead. o Reverting some LOC
2537           regarding passing const int with the setCounters signal. const is
2538           not really crucial, so I removed it locally, but I accidently
2539           committed a part of this.
2541 2005-12-13 23:17 +0000 [r488309]  Bram Schoenmakers bramschoenmakers@kde.nl
2543         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: I will
2544           probably get RSI if I have to wait for 4294967295 tiny breaks
2545           before the big break comes in. Why is the -1 there when setting
2546           the tooltip for the amount of big breaks left? It causes the
2547           symptom described above. Try it yourself: enter the configuration
2548           dialog, cancel it and watch the tooltip. Reason: RSITimer sets
2549           m_currentInterval to 0, and RSIWidget subtracts this with 1.
2550           Result: -1. And i18n() with plurals can't handle -1. Simple.
2551           Summarized: Is that -1 really neccessary?
2553 2005-12-12 18:11 +0000 [r487968]  Tom Albers tomalbers@kde.nl
2555         * trunk/playground/utils/rsibreak/src/setupmaximized.cpp,
2556           trunk/playground/utils/rsibreak/src/setuptiming.cpp: I honestly
2557           promise not to break the freeze anymore. I honestly promise not
2558           to break the freeze anymore. (yy,1000P) Changes after proofread
2559           by Malcolm.
2561 2005-12-11 23:42 +0000 [r487789]  Tom Albers tomalbers@kde.nl
2563         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2564           trunk/playground/utils/rsibreak/src/rsitimer.h,
2565           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2566           trunk/playground/utils/rsibreak/TODO,
2567           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Format the
2568           strings of the tooltip and the countdown, and add info over what
2569           break is upcomming
2571 2005-12-11 23:11 +0000 [r487784]  Bram Schoenmakers bramschoenmakers@kde.nl
2573         * trunk/playground/utils/rsibreak/src/rsitimer.h,
2574           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Set activity
2575           gauge to zero when we reset the counter.
2577 2005-12-11 22:26 +0000 [r487778]  Bram Schoenmakers bramschoenmakers@kde.nl
2579         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Cast the
2580           requested time to a double to make the division work. The dynamic
2581           timer works now for periods > 100 seconds.
2583 2005-12-11 21:44 +0000 [r487768]  Tom Albers tomalbers@kde.nl
2585         * trunk/playground/utils/rsibreak/ChangeLog,
2586           trunk/playground/utils/rsibreak/src/setup.cpp,
2587           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2588           trunk/playground/utils/rsibreak/src/rsidock.h,
2589           trunk/playground/utils/rsibreak/NEWS,
2590           trunk/playground/utils/rsibreak/src/main.cpp,
2591           trunk/playground/utils/rsibreak/release_rsibreak.rb:
2592           Administrative things: - bump version - fix typo (RSIbreak ->
2593           RSIBreak) - remove that depressing message on `make install`,
2594           just because it is playground it can still compile, especially
2595           when you run make install ;-) - update changelog and news -
2596           change icon of popup-page in settings
2598 2005-12-11 02:13 +0000 [r487572]  Bram Schoenmakers bramschoenmakers@kde.nl
2600         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Oops.
2602 2005-12-11 01:46 +0000 [r487571]  Bram Schoenmakers bramschoenmakers@kde.nl
2604         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2605           trunk/playground/utils/rsibreak/src/rsitimer.h,
2606           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2607           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Better
2608           behaviour of the activity gauge in the docker. Goal for the
2609           victim: keep that gauge at zero as much as possible. Not really
2610           productive, but health++.
2612 2005-12-11 00:46 +0000 [r487562]  Bram Schoenmakers bramschoenmakers@kde.nl
2614         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2615           trunk/playground/utils/rsibreak/src/rsitimer.h,
2616           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Show idle
2617           status in docker.
2619 2005-12-10 23:04 +0000 [r487537]  Tom Albers tomalbers@kde.nl
2621         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2622           trunk/playground/utils/rsibreak/src/rsitimer.h,
2623           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - Change
2624           solution. Do not always set the suspended state to false, but
2625           keep the state while you are in the config. That means two
2626           seperate slots to suspend. - Also, gives the possibility to set
2627           the targettime to the current time, so the tooltip will show that
2628           rsibreak is suspended instead of counting to 0 and then show that
2629           message. - Also, prevent that the avarage calculation continious
2630           in suspended state, because that will change the tray icon ;-)
2632 2005-12-10 22:19 +0000 [r487524]  Tom Albers tomalbers@kde.nl
2634         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Bug fix: after
2635           entering the config (m_suspended gets set to true) and leaving,
2636           m_suspended did not got set to false. Also an extra safeguard to
2637           bail out of maximize when suspended is true.
2639 2005-12-10 22:04 +0000 [r487520]  Tom Albers tomalbers@kde.nl
2641         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Base the
2642           resize of the image on the screen size, not on the desktop size,
2643           which will give odd results on xinerama/multihead.
2645 2005-12-07 23:26 +0000 [r486488]  Tom Albers tomalbers@kde.nl
2647         * trunk/playground/utils/rsibreak/src/rsidock.h,
2648           trunk/playground/utils/rsibreak/src/rsidock.cpp: Reimplemented
2649           because original implementation adds a minize item to the
2650           contextmenu, which we do not need. Sigh.
2652 2005-12-07 21:45 +0000 [r486453]  Tom Albers tomalbers@kde.nl
2654         * trunk/playground/utils/rsibreak/src/rsipopup.cpp,
2655           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2656           trunk/playground/utils/rsibreak/src/rsipopup.h: Implement the two
2657           settings: use popup and use flash
2659 2005-12-05 22:25 +0000 [r485845]  Bram Schoenmakers bramschoenmakers@kde.nl
2661         * trunk/playground/utils/rsibreak/src/main.cpp: Make sure that the
2662           widget does not remain on the heap once we exit RSIBreak.
2664 2005-12-04 22:58 +0000 [r485569]  Bram Schoenmakers bramschoenmakers@kde.nl
2666         * trunk/playground/utils/rsibreak/src/setuppopup.cpp: o Set buddies
2667           o Fix typo Why two different What's this messages for the label
2668           and it's corresponding widget? Looks like double work for
2669           translators.
2671 2005-12-04 22:20 +0000 [r485563]  Tom Albers tomalbers@kde.nl
2673         * trunk/playground/utils/rsibreak/src/setuppopup.cpp,
2674           trunk/playground/utils/rsibreak/src/setuppopup.h: Fill the
2675           setuppopup page, need to implement the settings in the app...
2677 2005-12-04 21:44 +0000 [r485554]  Tom Albers tomalbers@kde.nl
2679         * trunk/playground/utils/rsibreak/src/main.cpp: When RSIBreak was
2680           started a second time, the widget get shown, which is not what
2681           RSIBreaks needs. Reimplemented KUniqueApplication to prevent
2682           that. Not completely sure this is the right way to do it.
2684 2005-12-03 11:20 +0000 [r485201]  Bram Schoenmakers bramschoenmakers@kde.nl
2686         * trunk/playground/utils/rsibreak/src/rsitimer.h,
2687           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Cleanups in the
2688           RSITimer. I'm willing to revert if I broke anything, but some
2689           tests showed me everything still works fine.
2691 2005-12-03 11:13 +0000 [r485199]  Bram Schoenmakers bramschoenmakers@kde.nl
2693         * trunk/playground/utils/rsibreak/src/setuptiming.cpp: Use the same
2694           default values as in RSITimer::readConfig()
2696 2005-12-02 23:43 +0000 [r485131]  Tom Albers tomalbers@kde.nl
2698         * trunk/playground/utils/rsibreak/src/setup.cpp,
2699           trunk/playground/utils/rsibreak/src/rsipopup.cpp,
2700           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2701           trunk/playground/utils/rsibreak/src/main.cpp,
2702           trunk/playground/utils/rsibreak/src/setuppopup.cpp (added),
2703           trunk/playground/utils/rsibreak/src/setup.h,
2704           trunk/playground/utils/rsibreak/src/Makefile.am,
2705           trunk/playground/utils/rsibreak/src/setupmaximized.cpp (added),
2706           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2707           trunk/playground/utils/rsibreak/src/setuppopup.h (added),
2708           trunk/playground/utils/rsibreak/src/setupmaximized.h (added),
2709           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2710           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: - general
2711           cleanup (identing (hi bram)) - split general config into general
2712           && maximized - added dummy page for the popup - want config for:
2713           flash yes/no, use the popup in general yes/no, maybe flash color
2714           - upgraded Bram to author, thanks for your work!
2716 2005-12-02 22:27 +0000 [r485115]  Tom Albers tomalbers@kde.nl
2718         * trunk/playground/utils/rsibreak/src/rsidock.h,
2719           trunk/playground/utils/rsibreak/src/rsidock.cpp: Eat everything
2720           in the systemtray except the right click, show menu on right
2721           click. Let me know if this is not the right way. I tried a
2722           e->ignore(), but that does not seem to do what i thought it would
2723           do...
2725 2005-12-02 00:04 +0000 [r484810]  Bram Schoenmakers bramschoenmakers@kde.nl
2727         * trunk/playground/utils/rsibreak/src/rsipopup.cpp,
2728           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2729           trunk/playground/utils/rsibreak/src/rsipopup.h: Add a little
2730           button to popup window to lock desktop.
2732 2005-12-01 23:32 +0000 [r484802]  Bram Schoenmakers bramschoenmakers@kde.nl
2734         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2735           trunk/playground/utils/rsibreak/NEWS: Button added to lock your
2736           desktop. In case you walk away during a break.
2738 2005-12-01 23:20 +0000 [r484800-484801]  Bram Schoenmakers bramschoenmakers@kde.nl
2740         * trunk/playground/utils/rsibreak/NEWS: Administration cruft
2742         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2743           trunk/playground/utils/rsibreak/src/rsidock.h,
2744           trunk/playground/utils/rsibreak/src/rsitimer.h,
2745           trunk/playground/utils/rsibreak/src/hi32-action-rsibreakx.png
2746           (added),
2747           trunk/playground/utils/rsibreak/src/hi16-action-rsibreakx.png
2748           (added), trunk/playground/utils/rsibreak/src/rsidock.cpp,
2749           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Feature added:
2750           Suspend RSIBreak with the docker's popup menu. Handy if you're
2751           playing a game for example. CCMAIL:341212@bugs.debian.org
2753 2005-12-01 21:24 +0000 [r484770]  Bram Schoenmakers bramschoenmakers@kde.nl
2755         * trunk/playground/utils/rsibreak/src/rsipopup.cpp,
2756           trunk/playground/utils/rsibreak/src/rsipopup.h: Eat mouse release
2757           events, so the user can't click away the popups.
2759 2005-11-20 17:46 +0000 [r481815]  Stephan Binner binner@kde.org
2761         * trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2762           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2763           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: i18n style
2764           guide fixes
2766 2005-11-13 11:06 +0000 [r480107]  Bram Schoenmakers bramschoenmakers@kde.nl
2768         * trunk/playground/utils/rsibreak/src/rsipopup.cpp (added),
2769           trunk/playground/utils/rsibreak/src/rsipopup.h (added): And the
2770           popup files of course.
2772 2005-11-13 11:02 +0000 [r480105-480106]  Bram Schoenmakers bramschoenmakers@kde.nl
2774         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2775           trunk/playground/utils/rsibreak/src/main.cpp,
2776           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2777           trunk/playground/utils/rsibreak/src/Makefile.am,
2778           trunk/playground/utils/rsibreak/src/mainpage.dox: A bunch of
2779           changes for RSIbreak: o Moved the passive popup to a new class:
2780           RSIPopup o Show progress bar in passive popup o Flash progress
2781           bar when the user keeps working during a request-for-relax o
2782           Added my name to main.cpp o mainpage.dox updated o Some issue in
2783           the Makefile.am fixed regarding the split-off of RSITimer
2785         * trunk/playground/utils/rsibreak/NEWS,
2786           trunk/playground/utils/rsibreak/AUTHORS: o Added me to authors o
2787           NEWS file updated with my to-be-committed changes
2789 2005-11-13 00:09 +0000 [r480066]  Bram Schoenmakers bramschoenmakers@kde.nl
2791         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2792           trunk/playground/utils/rsibreak/src/rsitimer.h,
2793           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2794           trunk/playground/utils/rsibreak/src/rsitimer.cpp: We don't need
2795           that query function in RSITimer I introduced last night. Just
2796           pass the object along the signal.
2798 2005-11-12 20:28 +0000 [r480017]  Tom Albers tomalbers@kde.nl
2800         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2801           trunk/playground/utils/rsibreak/src/mainpage.cpp (removed),
2802           trunk/playground/utils/rsibreak/src/rsitimer.h,
2803           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2804           trunk/playground/utils/rsibreak/src/mainpage.dox (added),
2805           trunk/playground/utils/rsibreak/src/rsitimer.cpp: - further
2806           cleanup, think that the separation is now completed - renamed
2807           mainpage.cpp to .dox - fixed apidox...
2809 2005-11-12 19:34 +0000 [r480015]  Ruurd Pels ruurd@tiscali.nl
2811         * trunk/playground/utils/rsibreak/src/rsitimer.cpp: Fix
2812           preprocessing issue due to inclusion of X headers
2814 2005-11-12 00:56 +0000 [r479871]  Bram Schoenmakers bramschoenmakers@kde.nl
2816         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2817           trunk/playground/utils/rsibreak/src/rsitimer.h,
2818           trunk/playground/utils/rsibreak/src/main.cpp,
2819           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2820           trunk/playground/utils/rsibreak/src/rsitimer.cpp: o RSIWidget is
2821           the main widget for the application o RSITimer is a QObject now
2822           instead of a QWidget It looks like everything is still
2823           functioning after these changes. Please report them if there's
2824           something wrong.
2826 2005-11-11 11:20 +0000 [r479676]  Bram Schoenmakers bramschoenmakers@kde.nl
2828         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2829           trunk/playground/utils/rsibreak/src/rsitimer.h,
2830           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2831           trunk/playground/utils/rsibreak/src/rsitimer.cpp: Cleanups
2833 2005-11-10 23:27 +0000 [r479591]  Tom Albers tomalbers@kde.nl
2835         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2836           trunk/playground/utils/rsibreak/src/rsitimer.h (added),
2837           trunk/playground/utils/rsibreak/src/main.cpp,
2838           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2839           trunk/playground/utils/rsibreak/src/Makefile.am,
2840           trunk/playground/utils/rsibreak/src/rsitimer.cpp (added):
2841           Seperated the timer to a seperate class. Need to test regressions
2842           and fix api.
2844 2005-11-09 23:03 +0000 [r479299]  Bram Schoenmakers bramschoenmakers@kde.nl
2846         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2847           trunk/playground/utils/rsibreak/src/rsiwidget.h: o Don't exit
2848           that thing when you press the topright X o Move my method
2849           somewhere else in the file
2851 2005-11-09 22:27 +0000 [r479285]  Bram Schoenmakers bramschoenmakers@kde.nl
2853         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Unbreak
2854           rsibreak
2856 2005-11-09 22:04 +0000 [r479277]  Bram Schoenmakers bramschoenmakers@kde.nl
2858         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2859           trunk/playground/utils/rsibreak/src/rsiwidget.h: Some cleanups
2860           which keep bothering me on my local copy. Also some code to lock
2861           the desktop, but there's no button yet.
2863 2005-11-09 20:02 +0000 [r479259]  Tom Albers tomalbers@kde.nl
2865         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2866           trunk/playground/utils/rsibreak/src/rsidock.h,
2867           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2868           trunk/playground/utils/rsibreak/src/rsidock.cpp: Experimental:
2869           the icon in the tray now indicates the level of activity! Now I
2870           have to tune which level of activity shows which icon. Also need
2871           to think about the logic of the breaks into this. Ideas are
2872           welcome. Bram?
2874 2005-11-09 18:59 +0000 [r479241]  Tom Albers tomalbers@kde.nl
2876         * trunk/playground/utils/rsibreak/src/setupgeneral.h,
2877           trunk/playground/utils/rsibreak/NEWS,
2878           trunk/playground/utils/rsibreak/src/Makefile.am,
2879           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2880           trunk/playground/utils/rsibreak/src/rsibreak.desktop,
2881           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Possibility
2882           to start RSIBreak when KDE starts.
2884 2005-11-08 20:17 +0000 [r479002]  Tom Albers tomalbers@kde.nl
2886         * trunk/playground/utils/rsibreak/src/setup.cpp,
2887           trunk/playground/utils/rsibreak/src/original_artwork.tar.gz
2888           (added),
2889           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak0.png
2890           (added),
2891           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak1.png
2892           (added),
2893           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak0.png
2894           (added),
2895           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak2.png
2896           (added),
2897           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak1.png
2898           (added),
2899           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak3.png
2900           (added),
2901           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak2.png
2902           (added),
2903           trunk/playground/utils/rsibreak/src/hi32-action-rsibreak4.png
2904           (added),
2905           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak3.png
2906           (added),
2907           trunk/playground/utils/rsibreak/src/hi16-action-rsibreak4.png
2908           (added), trunk/playground/utils/rsibreak/AUTHORS,
2909           trunk/playground/utils/rsibreak/src/main.cpp,
2910           trunk/playground/utils/rsibreak/src/hi32-app-rsibreak.png,
2911           trunk/playground/utils/rsibreak/src/hi16-app-rsibreak.png,
2912           trunk/playground/utils/rsibreak/src/Makefile.am,
2913           trunk/playground/utils/rsibreak/src/rsibreak.desktop,
2914           trunk/playground/utils/rsibreak/src/rsidock.cpp: Replaced the
2915           xclock icon with a new icon made by Lee Olson. There are also
2916           actions numbered 0-4 so we can have 5 different stages. That
2917           needs to be implemented. Added Lee as contributer and removed
2918           Thorsten who can not contribute due to lack of time.
2920 2005-10-30 02:04 +0000 [r475651]  Tom Albers tomalbers@kde.nl
2922         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2923           trunk/playground/utils/rsibreak/src/rsidock.h,
2924           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2925           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2926           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Fix the app
2927           in case libxss is missing. Initial support for a key which
2928           activates a break. Currently win+b, need to make that
2929           configurable.
2931 2005-10-29 23:25 +0000 [r475641]  Tom Albers tomalbers@kde.nl
2933         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2934           trunk/playground/utils/rsibreak/NEWS,
2935           trunk/playground/utils/rsibreak/src/rsiwidget.h,
2936           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2937           trunk/playground/utils/rsibreak/src/setuptiming.h: New feature:
2938           During the break the images get renewed, this way the break gets
2939           less boring. Looks like a slideshow. The image loading has been
2940           rewriten by using a paintEvent with a bitBlt().
2942 2005-10-29 15:13 +0000 [r475502]  Tom Albers tomalbers@kde.nl
2944         * trunk/playground/utils/rsibreak/ChangeLog,
2945           trunk/playground/utils/rsibreak/src/mainpage.cpp (added),
2946           trunk/playground/utils/rsibreak/NEWS,
2947           trunk/playground/utils/rsibreak/src/main.cpp,
2948           trunk/playground/utils/rsibreak/src/Makefile.am,
2949           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2950           trunk/playground/utils/rsibreak/src/rsibreak.lsm,
2951           trunk/playground/utils/rsibreak/release_rsibreak.rb: - update
2952           version number, new release today. - make DEBUG=true work in
2953           settings as well - added apidox mainpage - install .desktop file
2954           to correct location - updated NEWS and CHANGELOG
2956 2005-10-24 19:27 +0000 [r473858]  Tom Albers tomalbers@kde.nl
2958         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2959           trunk/playground/utils/rsibreak/src/rsiwidget.h: Add a passive
2960           popup to indicate rsibreak is waiting for a break. Unexpectedly
2961           this works quite nicely.
2963 2005-10-23 18:38 +0000 [r473462]  Tom Albers tomalbers@kde.nl
2965         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2966           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
2967           trunk/playground/utils/rsibreak/TODO,
2968           trunk/playground/utils/rsibreak/src/setuptiming.h,
2969           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Changed
2970           lineedit to kintnuminput, reading from conf is now done via
2971           readnumentry, You can put a DEBUG=true in the settings so the
2972           minutes filled in the settings become seconds.
2974 2005-10-21 20:51 +0000 [r472741]  Bram Schoenmakers bramschoenmakers@kde.nl
2976         * trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Make it
2977           compile.
2979 2005-10-21 17:43 +0000 [r472713]  Tom Albers tomalbers@kde.nl
2981         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
2982           trunk/playground/utils/rsibreak/src/rsidock.h,
2983           trunk/playground/utils/rsibreak/src/setupgeneral.h,
2984           trunk/playground/utils/rsibreak/NEWS,
2985           trunk/playground/utils/rsibreak/TODO,
2986           trunk/playground/utils/rsibreak/src/rsidock.cpp,
2987           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Finally
2988           managed to make the hardcoded ESC key to minimize the window
2989           configurable.
2991 2005-10-21 14:50 +0000 [r472663]  Tom Albers tomalbers@kde.nl
2993         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Since some of
2994           the intelligence is also handled elsewhere, I can remove some of
2995           the code, without functionality loss, but maybe with some
2996           regressions ;-) Also fixed a whatsthis error, showing random
2997           numbers and fixed the counter, which should count down correctly
2998           now. I'm not sure that (int)ceil() is the best way to do it
2999           though (i want the difference in time, rounded up).
3001 2005-10-21 10:30 +0000 [r472589]  Tom Albers tomalbers@kde.nl
3003         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Cleaned up a
3004           bit too much yesterday. After a bigBreak counter was not
3005           resetted, so the next break is again a BigBreak.
3007 2005-10-20 18:35 +0000 [r472432]  Tom Albers tomalbers@kde.nl
3009         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3010           trunk/playground/utils/rsibreak/src/rsiwidget.h: Again changes in
3011           the logic to have a break: - when it is time to have a break, and
3012           the user is busy, wait for 5 seconds inactivity within a maximum
3013           of 30 seconds - as long as the user stays idle, there will be no
3014           break - when the user stays idle for the duration of the planned
3015           break, the break is skipped. - when the user starts working
3016           again, the break will be activated.... idea from Bram.
3018 2005-10-20 16:31 +0000 [r472396]  Tom Albers tomalbers@kde.nl
3020         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3021           trunk/playground/utils/rsibreak/src/rsiwidget.h: Remove warning
3022           for a fresh install and fixed a problem with the loading of
3023           images, right after you change the path in the settings: the
3024           image was only loaded _after_ the first brake.
3026 2005-10-19 19:19 +0000 [r472072]  Tom Albers tomalbers@kde.nl
3028         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Not
3029           initialised variable, resulting in sometimes a break at start.
3030           Reported by Bram.
3032 2005-10-19 17:26 +0000 [r472053]  Tom Albers tomalbers@kde.nl
3034         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Fixed the
3035           logic a bit more and made the code more readible. Should be ok
3036           now.
3038 2005-10-18 20:02 +0000 [r471799]  Tom Albers tomalbers@kde.nl
3040         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3041           trunk/playground/utils/rsibreak/src/rsiwidget.h: Worked on the
3042           idle detection. I used this scheme: - When it is time to break,
3043           wait for 5 seconds inactivity to not completely interrupt the
3044           workflow (<- this part is new) - When it is time to break and the
3045           user is already idle for the duration of that break: delay the
3046           break - when it is time to break and the user is already idle
3047           since the last break: delay this break and the next one.
3048           (keep-it-out-of-my-face-right-after-lunch-feature) testing needed
3050 2005-10-17 21:44 +0000 [r471523]  Tom Albers tomalbers@kde.nl
3052         * trunk/playground/utils/rsibreak/src/setup.cpp,
3053           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3054           trunk/playground/utils/rsibreak/release_rsibreak.rb,
3055           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: - save
3056           dialog size for settings dialog - expanded tooltips - use app
3057           font instead of Verdana
3059 2005-10-17 20:24 +0000 [r471491]  Tom Albers tomalbers@kde.nl
3061         * trunk/playground/utils/rsibreak/src/hi32-app-rsi.png (removed),
3062           trunk/playground/utils/rsibreak/src/hi16-app-rsi.png (removed),
3063           trunk/playground/utils/rsibreak/src/hi32-app-rsibreak.png
3064           (added),
3065           trunk/playground/utils/rsibreak/src/hi16-app-rsibreak.png
3066           (added), trunk/playground/utils/rsibreak/src/Makefile.am,
3067           trunk/playground/utils/rsibreak/TODO: Fix the application icon.
3068           Deleted non-binary icons and added the xclock icon as long as
3069           there is no alternative...
3071 2005-10-17 18:00 +0000 [r471428]  Tom Albers tomalbers@kde.nl
3073         * trunk/playground/utils/rsibreak/src/main.cpp,
3074           trunk/playground/utils/rsibreak/src/rsibreak.desktop,
3075           trunk/playground/utils/rsibreak/TODO: There is no need for
3076           multiple RSIBreaks...
3078 2005-10-12 18:51 +0000 [r469972]  Tom Albers tomalbers@kde.nl
3080         * trunk/playground/utils/rsibreak/ChangeLog (added),
3081           trunk/playground/utils/rsibreak/configure.in.bot (added),
3082           trunk/playground/utils/rsibreak/src/main.cpp,
3083           trunk/playground/utils/rsibreak/ChangeLog.Summary (added),
3084           trunk/playground/utils/rsibreak/src/rsibreak.lsm,
3085           trunk/playground/utils/rsibreak/release_rsibreak.rb,
3086           trunk/playground/utils/rsibreak/makechangelog (added): Added a
3087           configure.in.bot to tell the user if idle detection will be
3088           possible. Added a Changelog with some secret script found in
3089           kde-common, a summary file and bumped the version so I can make a
3090           new tarball.
3092 2005-10-12 16:35 +0000 [r469944]  Tom Albers tomalbers@kde.nl
3094         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3095           trunk/playground/utils/rsibreak/src/rsiwidget.h: This prevents a
3096           break immediatly after you return to your desk after been in a
3097           meeting or lunch for example. When you have been away a while,
3098           RSIBreak remembers that and will skip the next break...
3100 2005-10-11 21:46 +0000 [r469662]  Tom Albers tomalbers@kde.nl
3102         * trunk/playground/utils/configure.in.in,
3103           trunk/playground/utils/rsibreak/TODO: administrative, should be
3104           able to generate Dox now, but it does not work. Ideas are
3105           welcome, I give up.
3107 2005-10-11 19:16 +0000 [r469634]  Tom Albers tomalbers@kde.nl
3109         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3110           trunk/playground/utils/rsibreak/configure.in.in,
3111           trunk/playground/utils/rsibreak/src/rsiwidget.h,
3112           trunk/playground/utils/rsibreak/src/Makefile.am,
3113           trunk/playground/utils/rsibreak/TODO: RSIBreak meets idle
3114           detection! If you have not touched your mouse or keyboard after
3115           the preivous break, there is no need to break again. If you
3116           haven't done it for twice that time, you even gain a break (so
3117           the big break gets postponed one break). This was one of the most
3118           wanted features!
3120 2005-10-09 00:53 +0000 [r468689]  Tom Albers tomalbers@kde.nl
3122         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: Add some
3123           additional debugging when image loading fails.
3125 2005-10-08 23:39 +0000 [r468674]  Tom Albers tomalbers@kde.nl
3127         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3128           trunk/playground/utils/rsibreak/TODO: add some debug
3130 2005-10-07 11:01 +0000 [r468168]  Thorsten Staerk dev@staerk.de
3132         * trunk/playground/utils/rsibreak/TODO: having tried rsipath on a
3133           fresh installation - without image path
3135 2005-10-06 22:29 +0000 [r467961]  Tom Albers tomalbers@kde.nl
3137         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3138           trunk/playground/utils/rsibreak/src/rsiwidget.h: Make the counter
3139           transparent again. + some cleanup.
3141 2005-10-06 21:48 +0000 [r467941]  Thorsten Staerk dev@staerk.de
3143         * trunk/playground/utils/rsibreak/src/setup.cpp,
3144           trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3145           trunk/playground/utils/rsibreak/src/setuptiming.cpp,
3146           trunk/playground/utils/rsibreak/src/rsidock.cpp,
3147           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: after
3148           having PMS (pimp-my-source)
3150 2005-10-06 21:33 +0000 [r467937]  Tom Albers tomalbers@kde.nl
3152         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3153           trunk/playground/utils/rsibreak/TODO: Small change but seems to
3154           solve the taskbar flashing bug
3156 2005-10-06 21:27 +0000 [r467935]  Thorsten Staerk dev@staerk.de
3158         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: finally my
3159           first useful commit ;-)
3161 2005-10-06 21:07 +0000 [r467931]  Tom Albers tomalbers@kde.nl
3163         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp: With some help
3164           of thorsten, finally got the rescaling right.
3166 2005-10-06 19:59 +0000 [r467912]  Thorsten Staerk dev@staerk.de
3168         * trunk/playground/utils/rsibreak/AUTHORS: does this work ?
3170 2005-10-06 18:17 +0000 [r467889]  Tom Albers tomalbers@kde.nl
3172         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3173           trunk/playground/utils/rsibreak/src/rsidock.h,
3174           trunk/playground/utils/rsibreak/src/setupgeneral.h,
3175           trunk/playground/utils/rsibreak/src/rsiwidget.h,
3176           trunk/playground/utils/rsibreak/src/rsibreak.desktop,
3177           trunk/playground/utils/rsibreak/src/rsidock.cpp,
3178           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: - Added
3179           posibility to abort the break with the ESC key, this is not
3180           configurable right now, as I don't understand how to do that. -
3181           Some cleanup (identing, whatsthis and as result of the test
3182           scripts)
3184 2005-10-01 22:24 +0000 [r466207]  Tom Albers tomalbers@kde.nl
3186         * trunk/playground/utils/rsibreak/src/rsiwidget.cpp,
3187           trunk/playground/utils/rsibreak/src/rsidock.h,
3188           trunk/playground/utils/rsibreak/release_rsibreak.rb,
3189           trunk/playground/utils/rsibreak/TODO (added),
3190           trunk/playground/utils/rsibreak/src/rsidock.cpp: Add todo list,
3191           feel free to add things to it. Added a link to KDE's bugreport
3192           system and show a welcome message when you start RSIBreak, so
3193           people actually know it has started.
3195 2005-10-01 16:38 +0000 [r466128]  Tom Albers tomalbers@kde.nl
3197         * trunk/playground/utils/rsibreak/src/setup.h,
3198           trunk/playground/utils/doc/kro,
3199           trunk/playground/utils/doc/ksupplicant,
3200           trunk/playground/utils/doc/kfile_chemical,
3201           trunk/playground/utils/rsibreak/src/setupgeneral.cpp: Make it
3202           compile again, sorry for the traffic, I'll stop for a while.
3204 2005-10-01 16:31 +0000 [r466125]  Tom Albers tomalbers@kde.nl
3206         * trunk/playground/utils/Mainpage.dox (added),
3207           trunk/playground/utils/rsibreak/src/setup.cpp,
3208           trunk/playground/utils/rsibreak/Makefile.am,
3209           trunk/playground/utils/rsibreak/src/rsidock.h,
3210           trunk/playground/utils/rsibreak/src/setupgeneral.h,
3211           trunk/playground/utils/Makefile.am.in,
3212           trunk/playground/utils/rsibreak/src/setup.h,
3213           trunk/playground/utils/rsibreak/src/rsiwidget.h,
3214           trunk/playground/utils/doc/kfile_chemical,
3215           trunk/playground/utils/rsibreak/src/rsibreak.lsm,
3216           trunk/playground/utils/rsibreak/src/setuptiming.h,
3217           trunk/playground/utils, trunk/playground/utils/doc/kro,
3218           trunk/playground/utils/doc/ksupplicant,
3219           trunk/playground/utils/rsibreak/src/Makefile.am,
3220           trunk/playground/utils/doc: Added some ignores Added Dox, make
3221           apidox does not work yet though Renamed a class
3223 2005-10-01 12:04 +0000 [r466038]  Bram Schoenmakers bramschoenmakers@kde.nl
3225         * trunk/playground/utils/rsibreak/Makefile.am,
3226           trunk/playground/utils/rsibreak/src/Makefile.am: rsibreak builds
3227           now, let the fun begin.
3229 2005-10-01 08:10 +0000 [r465909]  Bram Schoenmakers bramschoenmakers@kde.nl
3231         * trunk/playground/utils/rsibreak/Makefile.cvs (removed),
3232           trunk/playground/utils/rsibreak/configure.in (removed): Some
3233           redundant cruft which made configure fail.
3235 2005-09-30 21:19 +0000 [r465798]  Tom Albers tomalbers@kde.nl
3237         * trunk/playground/utils/rsibreak/src/rsidock.h,
3238           trunk/playground/utils/rsibreak: fix adress and one more ignore
3240 2005-09-30 21:05 +0000 [r465791]  Tom Albers tomalbers@kde.nl
3242         * trunk/playground/utils/rsibreak/Makefile.cvs (added),
3243           trunk/playground/utils/rsibreak/src/setup.cpp (added),
3244           trunk/playground/utils/rsibreak/COPYING (added),
3245           trunk/playground/utils/rsibreak/src/rsiwidget.cpp (added),
3246           trunk/playground/utils/rsibreak/Makefile.am (added),
3247           trunk/playground/utils/rsibreak/src/setupgeneral.h (added),
3248           trunk/playground/utils/rsibreak/src/rsidock.h (added),
3249           trunk/playground/utils/rsibreak/src/setup.h (added),
3250           trunk/playground/utils/rsibreak/src/rsiwidget.h (added),
3251           trunk/playground/utils/rsibreak/src/setuptiming.cpp (added),
3252           trunk/playground/utils/rsibreak/Doxyfile (added),
3253           trunk/playground/utils/rsibreak/src/rsibreak.lsm (added),
3254           trunk/playground/utils/rsibreak/src/setuptiming.h (added),
3255           trunk/playground/utils/rsibreak/AUTHORS (added),
3256           trunk/playground/utils/rsibreak/configure.in (added),
3257           trunk/playground/utils/rsibreak/src (added),
3258           trunk/playground/utils/rsibreak/src/hi32-app-rsi.png (added),
3259           trunk/playground/utils/rsibreak/src/hi16-app-rsi.png (added),
3260           trunk/playground/utils/rsibreak/src/rsibreakui.rc (added),
3261           trunk/playground/utils/rsibreak/configure.in.in (added),
3262           trunk/playground/utils/rsibreak/src/main.cpp (added),
3263           trunk/playground/utils/rsibreak/src/Makefile.am (added),
3264           trunk/playground/utils/rsibreak (added),
3265           trunk/playground/utils/rsibreak/src/rsibreak.desktop (added),
3266           trunk/playground/utils/rsibreak/INSTALL (added),
3267           trunk/playground/utils/rsibreak/src/rsidock.cpp (added),
3268           trunk/playground/utils/rsibreak/src/setupgeneral.cpp (added):
3269           Initial import of rsibreak. Its goal is to interrupt yout work
3270           behind the computer at a certain interval, so you have to take a
3271           break. This util can help to prevent rsi, repititive strain
3272           injury, when configured correctly and not pressing the 'minimize'
3273           button continously. ;-) The interval times and duration are
3274           configurable, just like the images you can see during the break.
3275           Also you can disable/enable the counter and minimize button.