Warning, /utilities/rsibreak/ChangeLog is written in an unsupported language. File is not indexed.
0001 commit 57598faed1a739fb15e0f17968122b0bb2275c2b 0002 Author: Albert Astals Cid <aacid@kde.org> 0003 Date: Mon Aug 31 00:08:18 2015 +0200 0004 0005 Remove the show timer reset settings option 0006 0007 People can just configure the notifications as they wish 0008 0009 src/rsibreak.notifyrc | 4 ++-- 0010 src/rsiwidget.cpp | 7 ------- 0011 src/rsiwidget.h | 1 - 0012 src/setupgeneral.cpp | 27 --------------------------- 0013 src/setupgeneral.h | 3 --- 0014 5 files changed, 2 insertions(+), 40 deletions(-) 0015 0016 commit 84a4ff511ab9dd7b164d539cae0c67f46f764b13 0017 Author: Albert Astals Cid <aacid@kde.org> 0018 Date: Mon Aug 31 00:08:07 2015 +0200 0019 0020 remove \n 0021 0022 src/setupmaximized.cpp | 3 +-- 0023 1 file changed, 1 insertion(+), 2 deletions(-) 0024 0025 commit 5c3b15d7cbc9981f46023e79aadd0567616caa56 0026 Author: Albert Astals Cid <aacid@kde.org> 0027 Date: Sun Aug 30 23:49:41 2015 +0200 0028 0029 Various coding fixes 0030 0031 * Remove rsibreakui.rc, was unused 0032 * Remove hability for user to trigger a break via dbus 0033 * Move checking if the patience popup is enabled to the timer and 0034 not the popup itself 0035 This makes the non popup scenario work better since patience is 0036 not taken into account 0037 * Remove the m_ignoreIdleForTinyBreaks was wrongly named, it did 0038 actually define if to 0039 take into account activity while the patience popup is enabled, 0040 but it only makes sense to 0041 so i've removed the setting altogether 0042 * Fixed so that if you have activity when the patience has run out 0043 you always get the full 0044 break time 0045 * Removed the hability of enablign resetting timers after idle, 0046 it only makes sense to use it 0047 * Exit the timer thread properly when changing from idle to no idle 0048 and viceversa 0049 * Only enable the patience popup section on the settings if using 0050 the activity based timer 0051 * Some wording improvements on the settings 0052 0053 src/main.cpp | 1 - 0054 src/org.rsibreak.rsiwidget.xml | 4 - 0055 src/rsibreakui.rc | 8 -- 0056 src/rsidock.cpp | 5 - 0057 src/rsidock.h | 7 -- 0058 src/rsirelaxpopup.cpp | 4 - 0059 src/rsirelaxpopup.h | 1 - 0060 src/rsitimer.cpp | 226 0061 ++++++++++++----------------------------- 0062 src/rsitimer.h | 40 ++------ 0063 src/rsiwidget.cpp | 2 +- 0064 src/rsiwidget.h | 7 -- 0065 src/setup.cpp | 3 + 0066 src/setupgeneral.cpp | 59 +++-------- 0067 src/setupgeneral.h | 6 +- 0068 src/setupmaximized.cpp | 54 ++++++---- 0069 src/setupmaximized.h | 3 + 0070 src/setuptiming.cpp | 8 +- 0071 17 files changed, 135 insertions(+), 303 deletions(-) 0072 0073 commit f3db162f816fca416f83c8379f22035121757475 0074 Author: Albert Astals Cid <aacid@kde.org> 0075 Date: Thu Aug 20 01:15:19 2015 +0200 0076 0077 Fix porting bug 0078 0079 src/setupmaximized.cpp | 2 +- 0080 1 file changed, 1 insertion(+), 1 deletion(-) 0081 0082 commit f896f388664dfa4837391d26ad8aa26420380eba 0083 Author: Albert Astals Cid <aacid@kde.org> 0084 Date: Thu Aug 20 01:10:40 2015 +0200 0085 0086 Kill mainWidget we don't need it 0087 0088 src/rsidock.cpp | 2 -- 0089 1 file changed, 2 deletions(-) 0090 0091 commit 2d904c6451174cc011fa307654021aa6f4c4063d 0092 Author: Albert Astals Cid <aacid@kde.org> 0093 Date: Thu Aug 20 01:08:40 2015 +0200 0094 0095 Don't set the spacing, let the style be itself 0096 0097 src/rsistatwidget.cpp | 1 - 0098 1 file changed, 1 deletion(-) 0099 0100 commit a6a095557cfa8f5cb7d004e0c7bd4697e796e6b4 0101 Author: Albert Astals Cid <aacid@kde.org> 0102 Date: Wed Aug 19 01:08:55 2015 +0200 0103 0104 include fixing 0105 0106 src/rsiglobals.cpp | 4 ++-- 0107 src/rsitimer.cpp | 1 - 0108 2 files changed, 2 insertions(+), 3 deletions(-) 0109 0110 commit e0544dc6272947549a5a3d6abc4b11f72f4a08a2 0111 Author: Albert Astals Cid <aacid@kde.org> 0112 Date: Sat Aug 15 17:19:00 2015 +0200 0113 0114 convert the maps to vectors, save access time 0115 0116 src/rsiglobals.cpp | 1 + 0117 src/rsiglobals.h | 14 ++++++---- 0118 src/rsistats.cpp | 81 0119 +++++++++++++++++++++++++----------------------------- 0120 src/rsistats.h | 4 +-- 0121 src/rsitimer.cpp | 2 +- 0122 src/rsitimer.h | 3 +- 0123 6 files changed, 50 insertions(+), 55 deletions(-) 0124 0125 commit 764c39d48a5089d87c9f71d0be60e3f0144f3c1a 0126 Author: Albert Astals Cid <aacid@kde.org> 0127 Date: Sat Aug 15 16:55:56 2015 +0200 0128 0129 Don't create a KFormat and QLocale every time 0130 0131 Along the day it adds up 0132 0133 src/rsiglobals.cpp | 3 +-- 0134 src/rsiglobals.h | 6 ++++-- 0135 2 files changed, 5 insertions(+), 4 deletions(-) 0136 0137 commit 1543f7a719780c182d5ae49f1293c79d3f418d20 0138 Author: Albert Astals Cid <aacid@kde.org> 0139 Date: Sat Aug 15 16:12:32 2015 +0200 0140 0141 dcop died a long time ago :D 0142 0143 src/rsiglobals.h | 5 ----- 0144 1 file changed, 5 deletions(-) 0145 0146 commit 9880ca1414f17887d0a62b12b16460b1da0a72ef 0147 Author: Albert Astals Cid <aacid@kde.org> 0148 Date: Sat Aug 15 16:10:27 2015 +0200 0149 0150 Use enums instaed of qstring for qmap key for intervals 0151 0152 src/rsiglobals.cpp | 28 +++++++++++----------- 0153 src/rsiglobals.h | 13 +++++++++-- 0154 src/rsistats.cpp | 4 ++-- 0155 src/rsitimer.cpp | 68 0156 +++++++++++++++++++++++++++--------------------------- 0157 src/rsitimer.h | 4 +++- 0158 5 files changed, 64 insertions(+), 53 deletions(-) 0159 0160 commit b32484298318a5800bc5b2dd7972ffb33423f975 0161 Author: Albert Astals Cid <aacid@kde.org> 0162 Date: Sat Aug 15 14:29:07 2015 +0200 0163 0164 remove old docu, add myself 0165 0166 doc/index.docbook | 34 +--------------------------------- 0167 1 file changed, 1 insertion(+), 33 deletions(-) 0168 0169 commit 516adec51e2aac8479d024cecdc9923667f7d403 0170 Author: Albert Astals Cid <aacid@kde.org> 0171 Date: Sat Aug 15 14:28:06 2015 +0200 0172 0173 Increase the version 0174 0175 NEWS | 3 +++ 0176 doc/index.docbook | 4 ++-- 0177 src/main.cpp | 2 +- 0178 3 files changed, 6 insertions(+), 3 deletions(-) 0179 0180 commit 4f02f3819167ed08e5bdca4f0c62805c69488cec 0181 Author: Albert Astals Cid <aacid@kde.org> 0182 Date: Sat Aug 15 14:25:57 2015 +0200 0183 0184 Use the C++11 way of connecting actions instead of SLOT() 0185 0186 src/rsidock.cpp | 46 0187 +++++++++++++++++++++++++--------------------- 0188 src/rsirelaxpopup.cpp | 2 +- 0189 src/rsiwidget.cpp | 2 +- 0190 src/slideshoweffect.cpp | 2 +- 0191 4 files changed, 28 insertions(+), 24 deletions(-) 0192 0193 commit d848c84fe7050a9f87e8213e7459ebdb11c83293 0194 Author: Albert Astals Cid <aacid@kde.org> 0195 Date: Sat Aug 15 13:47:25 2015 +0200 0196 0197 Don't use XGetScreenSaver to check if the screensaver is inhibited 0198 0199 All the modern desktops i could find, plasma, gnome, unity set this 0200 to 0 in their daemons startup 0201 since they are handling screensavers on their own 0202 Unfortunately rsibreak sometimes starts before the daemon sets it 0203 to 0, sees a change and thinks 0204 the screensaver is inhibited, need to find a modern way to check 0205 for this 0206 0207 CMakeLists.txt | 1 - 0208 src/CMakeLists.txt | 2 +- 0209 src/rsitimer.cpp | 41 +++-------------------------------------- 0210 src/rsitimer.h | 1 - 0211 4 files changed, 4 insertions(+), 41 deletions(-) 0212 0213 commit 3044c718b0a2508a857eabced24302e2b14f304e 0214 Author: Albert Astals Cid <aacid@kde.org> 0215 Date: Tue Aug 11 16:22:48 2015 +0200 0216 0217 remove debug 0218 0219 src/rsidock.cpp | 1 - 0220 1 file changed, 1 deletion(-) 0221 0222 commit b2304fc25090e73a0836fde0a5f54f98b5f784c0 0223 Author: Albert Astals Cid <aacid@kde.org> 0224 Date: Mon Aug 10 00:30:26 2015 +0200 0225 0226 Make autostart work for non KDE based desktops too 0227 0228 src/CMakeLists.txt | 2 +- 0229 src/main.cpp | 20 +++++++++- 0230 src/rsibreak_autostart.desktop | 88 0231 ++++++++++++++++++++++++++++++++++++++++++ 0232 3 files changed, 107 insertions(+), 3 deletions(-) 0233 0234 commit 34cffe5f337c293ecff8329ce08f1b3338694a67 0235 Author: Albert Astals Cid <aacid@kde.org> 0236 Date: Sun Aug 2 23:31:02 2015 +0200 0237 0238 Install the notifyrc file into the proper place 0239 0240 src/CMakeLists.txt | 2 +- 0241 1 file changed, 1 insertion(+), 1 deletion(-) 0242 0243 commit b1a64c38f0f1f027c9905db7d6935b390714196c 0244 Author: Albert Astals Cid <aacid@kde.org> 0245 Date: Sun Aug 2 20:44:05 2015 +0200 0246 0247 DBUS -> DCOP ^_^ 0248 0249 src/rsibreak.desktop | 2 +- 0250 1 file changed, 1 insertion(+), 1 deletion(-) 0251 0252 commit b84fc3b7b80370c6fdf80f41f8246e019cd71732 0253 Author: Albert Astals Cid <aacid@kde.org> 0254 Date: Sun Aug 2 20:09:16 2015 +0200 0255 0256 Remove the plasmoid 0257 0258 It's pretty useless since it needs the app running anyway and all it 0259 does is show three items that are easily accessible in the app itself 0260 0261 CMakeLists.txt | 4 - 0262 plasma/CMakeLists.txt | 23 - 0263 plasma/Messages.sh | 2 - 0264 plasma/engine.cpp | 70 -- 0265 plasma/engine.h | 46 - 0266 plasma/plasma-applet-rsibreak.desktop | 94 -- 0267 plasma/plasma-engine-rsibreak.desktop | 87 -- 0268 plasma/rsibreak.cpp | 73 -- 0269 plasma/rsibreak.h | 45 - 0270 plasma/rsibreak.svg | 1607 0271 --------------------------------- 0272 10 files changed, 2051 deletions(-) 0273 0274 commit 0332b53903e3a5fd078085a4adbda2066c3847ef 0275 Author: Albert Astals Cid <aacid@kde.org> 0276 Date: Sun Aug 2 19:53:57 2015 +0200 0277 0278 Remove installing chapter 0279 0280 It points to non existed webpage and if you have the doc, most 0281 probably you've installed it already 0282 0283 doc/index.docbook | 26 -------------------------- 0284 1 file changed, 26 deletions(-) 0285 0286 commit b635f8de2ae6b1a11f7619474afdde6235d5ba2e 0287 Author: Albert Astals Cid <aacid@kde.org> 0288 Date: Sun Aug 2 18:28:55 2015 +0200 0289 0290 Fix Layout 0291 0292 src/setupmaximized.cpp | 3 ++- 0293 1 file changed, 2 insertions(+), 1 deletion(-) 0294 0295 commit 1ceaed1494a1d4f2d0afee7cf047b672b0a431fa 0296 Author: Albert Astals Cid <aacid@kde.org> 0297 Date: Sun Aug 2 17:36:08 2015 +0200 0298 0299 Move to Plasma 5 dbus interface to show the dashboard 0300 0301 src/plasmaeffect.cpp | 8 ++++---- 0302 src/rsiwidget.cpp | 1 - 0303 2 files changed, 4 insertions(+), 5 deletions(-) 0304 0305 commit 0596db3f4603d009d77a5082d2c9dfd132754efa 0306 Author: Albert Astals Cid <aacid@kde.org> 0307 Date: Sun Aug 2 17:16:27 2015 +0200 0308 0309 Better X11 cmake detection/use 0310 0311 CMakeLists.txt | 1 + 0312 src/CMakeLists.txt | 2 +- 0313 2 files changed, 2 insertions(+), 1 deletion(-) 0314 0315 commit c175d08253ed46da5498f5a1336299385748d12c 0316 Author: Albert Astals Cid <aacid@kde.org> 0317 Date: Sun Aug 2 17:00:57 2015 +0200 0318 0319 Fix code to detect if dialog is on current desktop 0320 0321 src/rsidock.cpp | 5 +---- 0322 1 file changed, 1 insertion(+), 4 deletions(-) 0323 0324 commit 9c9253643cdcc42e22b2a88c970dffe4b9072896 0325 Author: Albert Astals Cid <aacid@kde.org> 0326 Date: Sun Aug 2 16:56:55 2015 +0200 0327 0328 Nicer sorting in the CMake file 0329 0330 src/CMakeLists.txt | 16 +++++++++++++++- 0331 1 file changed, 15 insertions(+), 1 deletion(-) 0332 0333 commit aad16cda16ac047f7dc61ec8249695b9eda90a9f 0334 Author: Albert Astals Cid <aacid@kde.org> 0335 Date: Sun Aug 2 16:51:00 2015 +0200 0336 0337 reenable the dbus adaptor 0338 0339 src/CMakeLists.txt | 9 ++++----- 0340 src/rsiwidget.cpp | 6 ++---- 0341 2 files changed, 6 insertions(+), 9 deletions(-) 0342 0343 commit 668e543fa69590332e7503b5196e07fcd957abd0 0344 Author: Albert Astals Cid <aacid@kde.org> 0345 Date: Sun Aug 2 14:03:39 2015 +0200 0346 0347 TODO checked 0348 0349 src/rsistats.cpp | 1 - 0350 1 file changed, 1 deletion(-) 0351 0352 commit aef2413298f12f6ebc2150c6e55770f9f0989b8a 0353 Author: Albert Astals Cid <aacid@kde.org> 0354 Date: Sun Aug 2 14:03:02 2015 +0200 0355 0356 Nicer time formating this way 0357 0358 src/rsistats.cpp | 2 +- 0359 src/rsistatwidget.cpp | 1 - 0360 2 files changed, 1 insertion(+), 2 deletions(-) 0361 0362 commit 6bcae63f4feecd5ebd9a5881d5f4491dfb7656ef 0363 Author: Albert Astals Cid <aacid@kde.org> 0364 Date: Sun Aug 2 13:47:18 2015 +0200 0365 0366 TODO has been checked 0367 0368 src/setupmaximized.cpp | 1 - 0369 1 file changed, 1 deletion(-) 0370 0371 commit 4c0bb1b5255ee072ffd213e1b55d1531dd141206 0372 Author: Albert Astals Cid <aacid@kde.org> 0373 Date: Sun Aug 2 13:45:18 2015 +0200 0374 0375 Implement KAboutData porting TODO 0376 0377 src/rsidock.cpp | 5 ++--- 0378 1 file changed, 2 insertions(+), 3 deletions(-) 0379 0380 commit f9c97b346eedd8cb678939f59b6663ff43c22469 0381 Author: Albert Astals Cid <aacid@kde.org> 0382 Date: Sun Aug 2 13:42:26 2015 +0200 0383 0384 TODO checked 0385 0386 src/setuptiming.cpp | 1 - 0387 1 file changed, 1 deletion(-) 0388 0389 commit ca41b3e74d33366c9da885e4ca0ecc69085fe9b4 0390 Author: Albert Astals Cid <aacid@kde.org> 0391 Date: Sun Aug 2 13:41:19 2015 +0200 0392 0393 make unique app 0394 0395 src/main.cpp | 6 ++---- 0396 1 file changed, 2 insertions(+), 4 deletions(-) 0397 0398 commit 9e24cdde6c9222b237e639439016013692878ffa 0399 Author: Albert Astals Cid <aacid@kde.org> 0400 Date: Sun Aug 2 13:39:12 2015 +0200 0401 0402 implement i18n and config migration todos 0403 0404 src/main.cpp | 10 ++++++++-- 0405 1 file changed, 8 insertions(+), 2 deletions(-) 0406 0407 commit 1f51b1ae2ae3242c24168a9e9c1dd171c328bd78 0408 Author: Albert Astals Cid <aacid@kde.org> 0409 Date: Sun Aug 2 13:29:37 2015 +0200 0410 0411 Use sizeHint instead of minimumSizeHint 0412 0413 src/setuptiming.cpp | 10 +++++----- 0414 1 file changed, 5 insertions(+), 5 deletions(-) 0415 0416 commit c762487262f7c69d6fa62050f2a9bf160bc9235f 0417 Author: Albert Astals Cid <aacid@kde.org> 0418 Date: Sun Aug 2 13:24:01 2015 +0200 0419 0420 Fix broken layout 0421 0422 src/setupmaximized.cpp | 6 ++++-- 0423 1 file changed, 4 insertions(+), 2 deletions(-) 0424 0425 commit edd0e02add153a72bfc43ea4efe2fb43617485a6 0426 Author: Albert Astals Cid <aacid@kde.org> 0427 Date: Sun Aug 2 13:17:13 2015 +0200 0428 0429 no need to adapt anything 0430 0431 src/main.cpp | 1 - 0432 1 file changed, 1 deletion(-) 0433 0434 commit 71445146c40eef319753d7f21c1f790b83d647c0 0435 Author: Albert Astals Cid <aacid@kde.org> 0436 Date: Sun Aug 2 13:16:45 2015 +0200 0437 0438 Fix auto script mistakes 0439 0440 src/rsidock.cpp | 8 +++----- 0441 1 file changed, 3 insertions(+), 5 deletions(-) 0442 0443 commit fe8b35d55c4d4918c6f852380a5f6a798456a90c 0444 Author: Albert Astals Cid <aacid@kde.org> 0445 Date: Sun Aug 2 13:13:16 2015 +0200 0446 0447 Add some override 0448 0449 src/breakbase.h | 8 ++++---- 0450 src/breakcontrol.h | 2 +- 0451 src/grayeffect.h | 4 ++-- 0452 src/passivepopup.h | 2 +- 0453 src/plasmaeffect.h | 4 ++-- 0454 src/popupeffect.h | 6 +++--- 0455 src/rsistatitem.h | 2 +- 0456 src/rsistatwidget.h | 4 ++-- 0457 src/rsitimer.h | 2 +- 0458 src/slideshoweffect.h | 4 ++-- 0459 10 files changed, 19 insertions(+), 19 deletions(-) 0460 0461 commit 8c2facdd5b07fcfa6000302e7961f11421c281e0 0462 Author: Albert Astals Cid <aacid@kde.org> 0463 Date: Sun Aug 2 13:04:13 2015 +0200 0464 0465 remove unused m_parent member 0466 0467 src/rsiwidget.h | 1 - 0468 1 file changed, 1 deletion(-) 0469 0470 commit 8b76abf6696023b7be904a75a29815a8d162a400 0471 Author: Albert Astals Cid <aacid@kde.org> 0472 Date: Sun Aug 2 13:00:40 2015 +0200 0473 0474 remove unused m_parent member 0475 0476 src/breakbase.cpp | 1 - 0477 src/breakbase.h | 1 - 0478 2 files changed, 2 deletions(-) 0479 0480 commit 8e29a60c818d29bd6c5fddb3de89cf947e911fe2 0481 Author: Albert Astals Cid <aacid@kde.org> 0482 Date: Sun Aug 2 12:55:19 2015 +0200 0483 0484 Move to new connect syntax 0485 0486 src/breakbase.cpp | 6 +++--- 0487 src/breakcontrol.cpp | 9 ++++----- 0488 src/plasmaeffect.cpp | 4 ++-- 0489 src/rsidock.cpp | 10 ++++----- 0490 src/rsirelaxpopup.cpp | 6 +++--- 0491 src/rsitimer.cpp | 24 +++++++++++----------- 0492 src/rsitimer.h | 2 +- 0493 src/rsiwidget.cpp | 54 0494 +++++++++++++++++++++++-------------------------- 0495 src/setup.cpp | 2 +- 0496 src/setupgeneral.cpp | 6 ++---- 0497 src/setupmaximized.cpp | 12 +++++------ 0498 src/setuptiming.cpp | 3 +-- 0499 src/slideshoweffect.cpp | 8 +++----- 0500 13 files changed, 66 insertions(+), 80 deletions(-) 0501 0502 commit 4850b0ed36722d648f8d8265ca7c933a2a257ad2 0503 Author: Albert Astals Cid <aacid@kde.org> 0504 Date: Sun Aug 2 01:52:23 2015 +0200 0505 0506 compile the doc 0507 0508 CMakeLists.txt | 4 +++- 0509 doc/CMakeLists.txt | 2 +- 0510 doc/index.docbook | 2 +- 0511 3 files changed, 5 insertions(+), 3 deletions(-) 0512 0513 commit b1260b5dbef01ee2398139e7cad40808e75a8d72 0514 Author: Albert Astals Cid <aacid@kde.org> 0515 Date: Sun Aug 2 01:52:03 2015 +0200 0516 0517 fix icon names 0518 0519 icons/128-app-rsibreak.png | Bin 12174 -> 0 bytes 0520 icons/128-apps-rsibreak.png | Bin 0 -> 12174 bytes 0521 icons/16-action-rsibreak0.png | Bin 738 -> 0 bytes 0522 icons/16-action-rsibreak1.png | Bin 738 -> 0 bytes 0523 icons/16-action-rsibreak2.png | Bin 781 -> 0 bytes 0524 icons/16-action-rsibreak3.png | Bin 777 -> 0 bytes 0525 icons/16-action-rsibreak4.png | Bin 649 -> 0 bytes 0526 icons/16-action-rsibreakx.png | Bin 825 -> 0 bytes 0527 icons/16-actions-rsibreak0.png | Bin 0 -> 738 bytes 0528 icons/16-actions-rsibreak1.png | Bin 0 -> 738 bytes 0529 icons/16-actions-rsibreak2.png | Bin 0 -> 781 bytes 0530 icons/16-actions-rsibreak3.png | Bin 0 -> 777 bytes 0531 icons/16-actions-rsibreak4.png | Bin 0 -> 649 bytes 0532 icons/16-actions-rsibreakx.png | Bin 0 -> 825 bytes 0533 icons/16-app-rsibreak.png | Bin 747 -> 0 bytes 0534 icons/16-apps-rsibreak.png | Bin 0 -> 747 bytes 0535 icons/22-action-rsibreak0.png | Bin 1139 -> 0 bytes 0536 icons/22-action-rsibreak1.png | Bin 1161 -> 0 bytes 0537 icons/22-action-rsibreak2.png | Bin 1231 -> 0 bytes 0538 icons/22-action-rsibreak3.png | Bin 1256 -> 0 bytes 0539 icons/22-action-rsibreak4.png | Bin 1026 -> 0 bytes 0540 icons/22-action-rsibreakx.png | Bin 1330 -> 0 bytes 0541 icons/22-actions-rsibreak0.png | Bin 0 -> 1139 bytes 0542 icons/22-actions-rsibreak1.png | Bin 0 -> 1161 bytes 0543 icons/22-actions-rsibreak2.png | Bin 0 -> 1231 bytes 0544 icons/22-actions-rsibreak3.png | Bin 0 -> 1256 bytes 0545 icons/22-actions-rsibreak4.png | Bin 0 -> 1026 bytes 0546 icons/22-actions-rsibreakx.png | Bin 0 -> 1330 bytes 0547 icons/22-app-rsibreak.png | Bin 1185 -> 0 bytes 0548 icons/22-apps-rsibreak.png | Bin 0 -> 1185 bytes 0549 icons/32-action-duringbreaks.png | Bin 565 -> 0 bytes 0550 icons/32-action-rsibreak0.png | Bin 1726 -> 0 bytes 0551 icons/32-action-rsibreak1.png | Bin 1784 -> 0 bytes 0552 icons/32-action-rsibreak2.png | Bin 1889 -> 0 bytes 0553 icons/32-action-rsibreak3.png | Bin 1932 -> 0 bytes 0554 icons/32-action-rsibreak4.png | Bin 1610 -> 0 bytes 0555 icons/32-action-rsibreakx.png | Bin 2101 -> 0 bytes 0556 icons/32-action-timings.png | Bin 1796 -> 0 bytes 0557 icons/32-actions-duringbreaks.png | Bin 0 -> 565 bytes 0558 icons/32-actions-rsibreak0.png | Bin 0 -> 1726 bytes 0559 icons/32-actions-rsibreak1.png | Bin 0 -> 1784 bytes 0560 icons/32-actions-rsibreak2.png | Bin 0 -> 1889 bytes 0561 icons/32-actions-rsibreak3.png | Bin 0 -> 1932 bytes 0562 icons/32-actions-rsibreak4.png | Bin 0 -> 1610 bytes 0563 icons/32-actions-rsibreakx.png | Bin 0 -> 2101 bytes 0564 icons/32-actions-timings.png | Bin 0 -> 1796 bytes 0565 icons/32-app-rsibreak.png | Bin 1796 -> 0 bytes 0566 icons/32-apps-rsibreak.png | Bin 0 -> 1796 bytes 0567 icons/48-action-rsibreak0.png | Bin 3861 -> 0 bytes 0568 icons/48-action-rsibreak1.png | Bin 3933 -> 0 bytes 0569 icons/48-action-rsibreak2.png | Bin 3945 -> 0 bytes 0570 icons/48-action-rsibreak3.png | Bin 4003 -> 0 bytes 0571 icons/48-action-rsibreak4.png | Bin 3514 -> 0 bytes 0572 icons/48-action-rsibreakx.png | Bin 4813 -> 0 bytes 0573 icons/48-actions-rsibreak0.png | Bin 0 -> 3861 bytes 0574 icons/48-actions-rsibreak1.png | Bin 0 -> 3933 bytes 0575 icons/48-actions-rsibreak2.png | Bin 0 -> 3945 bytes 0576 icons/48-actions-rsibreak3.png | Bin 0 -> 4003 bytes 0577 icons/48-actions-rsibreak4.png | Bin 0 -> 3514 bytes 0578 icons/48-actions-rsibreakx.png | Bin 0 -> 4813 bytes 0579 icons/CMakeLists.txt | 2 +- 0580 61 files changed, 1 insertion(+), 1 deletion(-) 0581 0582 commit 072bb4eab4e303347df759bdb3bd10690f1f5bb8 0583 Author: Albert Astals Cid <aacid@kde.org> 0584 Date: Sun Aug 2 01:46:06 2015 +0200 0585 0586 Initial port to KF5 0587 0588 Compiles and runs 0589 0590 There's lots of obvious stuff needing fixing 0591 0592 CMakeLists.txt | 47 +++++++++++------- 0593 icons/128-app-rsibreak.png | Bin 0 -> 12174 bytes 0594 icons/16-action-rsibreak0.png | Bin 0 -> 738 bytes 0595 icons/16-action-rsibreak1.png | Bin 0 -> 738 bytes 0596 icons/16-action-rsibreak2.png | Bin 0 -> 781 bytes 0597 icons/16-action-rsibreak3.png | Bin 0 -> 777 bytes 0598 icons/16-action-rsibreak4.png | Bin 0 -> 649 bytes 0599 icons/16-action-rsibreakx.png | Bin 0 -> 825 bytes 0600 icons/16-app-rsibreak.png | Bin 0 -> 747 bytes 0601 icons/22-action-rsibreak0.png | Bin 0 -> 1139 bytes 0602 icons/22-action-rsibreak1.png | Bin 0 -> 1161 bytes 0603 icons/22-action-rsibreak2.png | Bin 0 -> 1231 bytes 0604 icons/22-action-rsibreak3.png | Bin 0 -> 1256 bytes 0605 icons/22-action-rsibreak4.png | Bin 0 -> 1026 bytes 0606 icons/22-action-rsibreakx.png | Bin 0 -> 1330 bytes 0607 icons/22-app-rsibreak.png | Bin 0 -> 1185 bytes 0608 icons/32-action-duringbreaks.png | Bin 0 -> 565 bytes 0609 icons/32-action-rsibreak0.png | Bin 0 -> 1726 bytes 0610 icons/32-action-rsibreak1.png | Bin 0 -> 1784 bytes 0611 icons/32-action-rsibreak2.png | Bin 0 -> 1889 bytes 0612 icons/32-action-rsibreak3.png | Bin 0 -> 1932 bytes 0613 icons/32-action-rsibreak4.png | Bin 0 -> 1610 bytes 0614 icons/32-action-rsibreakx.png | Bin 0 -> 2101 bytes 0615 icons/32-action-timings.png | Bin 0 -> 1796 bytes 0616 icons/32-app-rsibreak.png | Bin 0 -> 1796 bytes 0617 icons/48-action-rsibreak0.png | Bin 0 -> 3861 bytes 0618 icons/48-action-rsibreak1.png | Bin 0 -> 3933 bytes 0619 icons/48-action-rsibreak2.png | Bin 0 -> 3945 bytes 0620 icons/48-action-rsibreak3.png | Bin 0 -> 4003 bytes 0621 icons/48-action-rsibreak4.png | Bin 0 -> 3514 bytes 0622 icons/48-action-rsibreakx.png | Bin 0 -> 4813 bytes 0623 icons/CMakeLists.txt | 4 +- 0624 icons/hi128-app-rsibreak.png | Bin 12174 -> 0 bytes 0625 icons/hi16-action-rsibreak0.png | Bin 738 -> 0 bytes 0626 icons/hi16-action-rsibreak1.png | Bin 738 -> 0 bytes 0627 icons/hi16-action-rsibreak2.png | Bin 781 -> 0 bytes 0628 icons/hi16-action-rsibreak3.png | Bin 777 -> 0 bytes 0629 icons/hi16-action-rsibreak4.png | Bin 649 -> 0 bytes 0630 icons/hi16-action-rsibreakx.png | Bin 825 -> 0 bytes 0631 icons/hi16-app-rsibreak.png | Bin 747 -> 0 bytes 0632 icons/hi22-action-rsibreak0.png | Bin 1139 -> 0 bytes 0633 icons/hi22-action-rsibreak1.png | Bin 1161 -> 0 bytes 0634 icons/hi22-action-rsibreak2.png | Bin 1231 -> 0 bytes 0635 icons/hi22-action-rsibreak3.png | Bin 1256 -> 0 bytes 0636 icons/hi22-action-rsibreak4.png | Bin 1026 -> 0 bytes 0637 icons/hi22-action-rsibreakx.png | Bin 1330 -> 0 bytes 0638 icons/hi22-app-rsibreak.png | Bin 1185 -> 0 bytes 0639 icons/hi32-action-duringbreaks.png | Bin 565 -> 0 bytes 0640 icons/hi32-action-rsibreak0.png | Bin 1726 -> 0 bytes 0641 icons/hi32-action-rsibreak1.png | Bin 1784 -> 0 bytes 0642 icons/hi32-action-rsibreak2.png | Bin 1889 -> 0 bytes 0643 icons/hi32-action-rsibreak3.png | Bin 1932 -> 0 bytes 0644 icons/hi32-action-rsibreak4.png | Bin 1610 -> 0 bytes 0645 icons/hi32-action-rsibreakx.png | Bin 2101 -> 0 bytes 0646 icons/hi32-action-timings.png | Bin 1796 -> 0 bytes 0647 icons/hi32-app-rsibreak.png | Bin 1796 -> 0 bytes 0648 icons/hi48-action-rsibreak0.png | Bin 3861 -> 0 bytes 0649 icons/hi48-action-rsibreak1.png | Bin 3933 -> 0 bytes 0650 icons/hi48-action-rsibreak2.png | Bin 3945 -> 0 bytes 0651 icons/hi48-action-rsibreak3.png | Bin 4003 -> 0 bytes 0652 icons/hi48-action-rsibreak4.png | Bin 3514 -> 0 bytes 0653 icons/hi48-action-rsibreakx.png | Bin 4813 -> 0 bytes 0654 src/CMakeLists.txt | 14 +++--- 0655 src/breakbase.cpp | 19 ++++---- 0656 src/breakcontrol.cpp | 17 +++---- 0657 src/grayeffect.cpp | 6 --- 0658 src/main.cpp | 83 +++++++++++++------------------- 0659 src/passivepopup.cpp | 3 -- 0660 src/plasmaeffect.cpp | 9 ++-- 0661 src/popupeffect.cpp | 9 ++-- 0662 src/rsidock.cpp | 59 +++++++++++++++-------- 0663 src/rsidock.h | 4 +- 0664 src/rsiglobals.cpp | 15 +++--- 0665 src/rsirelaxpopup.cpp | 30 ++++++++---- 0666 src/rsistats.cpp | 9 ++-- 0667 src/rsistatwidget.cpp | 13 +++-- 0668 src/rsitimer.cpp | 45 ++++++++---------- 0669 src/rsitimer_dpms.cpp | 52 -------------------- 0670 src/rsitimer_dpms.h | 25 ---------- 0671 src/rsiwidget.cpp | 28 +++++------ 0672 src/rsiwidget.h | 3 +- 0673 src/setup.cpp | 26 +++++----- 0674 src/setupgeneral.cpp | 14 +++--- 0675 src/setupmaximized.cpp | 95 0676 +++++++++++++++++++++---------------- 0677 src/setupnotifications.cpp | 2 - 0678 src/setuptiming.cpp | 80 ++++++++++++++++++------------- 0679 src/slideshoweffect.cpp | 10 ++-- 0680 87 files changed, 333 insertions(+), 388 deletions(-) 0681 0682 commit 5e9d393802cd963ebdfcb6ebd302132f1b507cbd 0683 Author: Yury G. Kudryashov <urkud.urkud@gmail.com> 0684 Date: Sun May 5 18:47:42 2013 +0400 0685 0686 Drop config-rsibreak.h 0687 0688 The HAVE_LIBXSS macro defined in this file was unused since the 0689 previous 0690 commit. 0691 0692 config-rsibreak.h.cmake | 6 ------ 0693 src/CMakeLists.txt | 3 --- 0694 src/rsitimer.cpp | 2 -- 0695 src/rsiwidget.cpp | 2 -- 0696 4 files changed, 13 deletions(-) 0697 0698 commit 095aeb1017bdddcdbcbc1a0d8223b2526fbfce2a 0699 Author: Script Kiddy <scripty@kde.org> 0700 Date: Tue Jul 24 19:22:30 2012 +0200 0701 0702 SVN_SILENT made messages (.desktop file) 0703 0704 src/rsibreak.notifyrc | 9 +++++++++ 0705 1 file changed, 9 insertions(+) 0706 0707 commit 563bec9b537fc18d8ce5b5fdf5187c88adfbb0d4 0708 Author: Script Kiddy <scripty@kde.org> 0709 Date: Fri May 4 10:25:43 2012 +0200 0710 0711 SVN_SILENT made messages (.desktop file) 0712 0713 plasma/plasma-applet-rsibreak.desktop | 2 ++ 0714 plasma/plasma-engine-rsibreak.desktop | 2 ++ 0715 src/rsibreak.desktop | 2 ++ 0716 src/rsibreak.notifyrc | 13 +++++++++++++ 0717 4 files changed, 19 insertions(+) 0718 0719 commit cdc2f04798feb040351d0d61efd134ee05e3fd82 0720 Author: Script Kiddy <scripty@kde.org> 0721 Date: Thu Mar 1 09:41:59 2012 +0100 0722 0723 SVN_SILENT made messages (.desktop file) 0724 0725 plasma/plasma-applet-rsibreak.desktop | 1 + 0726 src/rsibreak.desktop | 1 + 0727 src/rsibreak.notifyrc | 1 + 0728 3 files changed, 3 insertions(+) 0729 0730 commit f3955ffce7d7bda3a765fed30dd9727a2e322dcb 0731 Author: Script Kiddy <scripty@kde.org> 0732 Date: Wed Jan 4 09:27:26 2012 +0100 0733 0734 SVN_SILENT made messages (.desktop file) 0735 0736 plasma/plasma-applet-rsibreak.desktop | 1 + 0737 src/rsibreak.desktop | 1 + 0738 src/rsibreak.notifyrc | 1 + 0739 3 files changed, 3 insertions(+) 0740 0741 commit 005e5903a12c86f0dac0eec44f17b38732f73ab6 0742 Author: Script Kiddy <scripty@kde.org> 0743 Date: Tue Jul 26 11:07:00 2011 +0200 0744 0745 SVN_SILENT made messages (.desktop file) 0746 0747 src/rsibreak.notifyrc | 3 +++ 0748 1 file changed, 3 insertions(+) 0749 0750 commit 47827bef25b4e886c4e86d324b8bddfb296ce130 0751 Author: Script Kiddy <scripty@kde.org> 0752 Date: Tue May 17 10:45:31 2011 +0200 0753 0754 SVN_SILENT made messages (.desktop file) 0755 0756 plasma/plasma-applet-rsibreak.desktop | 2 ++ 0757 plasma/plasma-engine-rsibreak.desktop | 1 + 0758 src/rsibreak.desktop | 1 + 0759 3 files changed, 4 insertions(+) 0760 0761 commit ca84ca67ac125448f6a09b1981319231e299ffb4 0762 Author: Script Kiddy <scripty@kde.org> 0763 Date: Mon May 9 07:26:55 2011 +0000 0764 0765 SVN_SILENT made messages (.desktop file) 0766 0767 svn path=/trunk/extragear/utils/rsibreak/; revision=1230980 0768 0769 src/rsibreak.notifyrc | 1 + 0770 1 file changed, 1 insertion(+) 0771 0772 commit 9e26eca1de3c3f86a4315eab6b35543394102156 0773 Author: Aurélien Gâteau <agateau@kde.org> 0774 Date: Mon Apr 4 20:44:33 2011 +0000 0775 0776 Add 48x48 versions of the action icons 0777 0778 This fixes the blurry icon in the tooltip 0779 0780 svn path=/trunk/extragear/utils/rsibreak/; revision=1227120 0781 0782 icons/hi48-action-rsibreak0.png | Bin 0 -> 3861 bytes 0783 icons/hi48-action-rsibreak1.png | Bin 0 -> 3933 bytes 0784 icons/hi48-action-rsibreak2.png | Bin 0 -> 3945 bytes 0785 icons/hi48-action-rsibreak3.png | Bin 0 -> 4003 bytes 0786 icons/hi48-action-rsibreak4.png | Bin 0 -> 3514 bytes 0787 icons/hi48-action-rsibreakx.png | Bin 0 -> 4813 bytes 0788 6 files changed, 0 insertions(+), 0 deletions(-) 0789 0790 commit 425659ab8cadb5a823dbd2fda96c0214d2a86e6e 0791 Author: Aurélien Gâteau <agateau@kde.org> 0792 Date: Sun Apr 3 22:06:07 2011 +0000 0793 0794 Add myself to the authors of RSIDock class 0795 0796 svn path=/trunk/extragear/utils/rsibreak/; revision=1227002 0797 0798 src/rsidock.cpp | 1 + 0799 src/rsidock.h | 2 ++ 0800 2 files changed, 3 insertions(+) 0801 0802 commit 3f261910b3adbd06571137a772220b2a6415604b 0803 Author: Aurélien Gâteau <agateau@kde.org> 0804 Date: Sun Apr 3 22:06:05 2011 +0000 0805 0806 Merged RSIToolTip into RSIDock 0807 0808 svn path=/trunk/extragear/utils/rsibreak/; revision=1227001 0809 0810 src/CMakeLists.txt | 1 - 0811 src/rsidock.cpp | 45 +++++++++++++++++++++++++++++ 0812 src/rsidock.h | 3 ++ 0813 src/rsitooltip.cpp | 85 0814 ------------------------------------------------------ 0815 src/rsitooltip.h | 55 ----------------------------------- 0816 src/rsiwidget.cpp | 7 +---- 0817 src/rsiwidget.h | 2 -- 0818 7 files changed, 49 insertions(+), 149 deletions(-) 0819 0820 commit 4943c6bc44ec63ad66718f8cdf34309258d473d6 0821 Author: Aurélien Gâteau <agateau@kde.org> 0822 Date: Sun Apr 3 22:06:03 2011 +0000 0823 0824 Hard-code position of popup to bottom-center 0825 0826 svn path=/trunk/extragear/utils/rsibreak/; revision=1227000 0827 0828 src/passivepopup.cpp | 11 +++++++++-- 0829 1 file changed, 9 insertions(+), 2 deletions(-) 0830 0831 commit 29e43d7e1444ec96db6ab144d6a2b62c6171229e 0832 Author: Aurélien Gâteau <agateau@kde.org> 0833 Date: Sun Apr 3 22:06:01 2011 +0000 0834 0835 Ported tooltip 0836 0837 svn path=/trunk/extragear/utils/rsibreak/; revision=1226999 0838 0839 src/rsidock.cpp | 3 +- 0840 src/rsitooltip.cpp | 86 0841 ++++++++++++++++++++---------------------------------- 0842 src/rsitooltip.h | 29 ++++++------------ 0843 src/rsiwidget.cpp | 10 ++----- 0844 4 files changed, 45 insertions(+), 83 deletions(-) 0845 0846 commit d8c278c58fdcd028f452ffca6d03f883cff066a6 0847 Author: Aurélien Gâteau <agateau@kde.org> 0848 Date: Sun Apr 3 22:05:57 2011 +0000 0849 0850 Started porting to KStatusNotifierItem 0851 0852 svn path=/trunk/extragear/utils/rsibreak/; revision=1226998 0853 0854 src/passivepopup.cpp | 10 +++----- 0855 src/passivepopup.h | 2 +- 0856 src/popupeffect.cpp | 7 +----- 0857 src/popupeffect.h | 3 --- 0858 src/rsidock.cpp | 64 0859 ++++++++++++++------------------------------------- 0860 src/rsidock.h | 34 +++------------------------ 0861 src/rsirelaxpopup.cpp | 7 +++--- 0862 src/rsirelaxpopup.h | 4 +--- 0863 src/rsitooltip.h | 2 +- 0864 src/rsiwidget.cpp | 23 ++++++++---------- 0865 10 files changed, 40 insertions(+), 116 deletions(-) 0866 0867 commit f65767b2a3cc511cbdf0cc5c7478681b82bd8d28 0868 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 0869 Date: Mon Mar 28 02:23:52 2011 +0000 0870 0871 Added postpone break statistics and 0872 fixed skip break statistic count, it was always counting all skipped 0873 breaks as 0874 tiny breaks. 0875 0876 svn path=/trunk/extragear/utils/rsibreak/; revision=1226248 0877 0878 src/rsiglobals.h | 2 ++ 0879 src/rsistats.cpp | 13 +++++++++++++ 0880 src/rsistatwidget.cpp | 6 ++++-- 0881 src/rsitimer.cpp | 12 +++++++++--- 0882 4 files changed, 28 insertions(+), 5 deletions(-) 0883 0884 commit 6f3635324f29b23a22725b624ecff3b359bdeb0a 0885 Author: Tom Albers <toma@kde.org> 0886 Date: Fri Jan 14 21:46:59 2011 +0000 0887 0888 That todo is done. 0889 0890 svn path=/trunk/extragear/utils/rsibreak/; revision=1214488 0891 0892 TODO | 3 --- 0893 1 file changed, 3 deletions(-) 0894 0895 commit 04eb3213dee24930262adb33c2ccfa5e5f7a98c3 0896 Author: Tom Albers <toma@kde.org> 0897 Date: Fri Jan 14 21:46:07 2011 +0000 0898 0899 Prepare for release. 0900 0901 svn path=/trunk/extragear/utils/rsibreak/; revision=1214487 0902 0903 ChangeLog | 108 ++++++++++++++++++++ 0904 NEWS | 4 + 0905 kidle.diff | 327 0906 ----------------------------------------------------------- 0907 src/main.cpp | 2 +- 0908 4 files changed, 113 insertions(+), 328 deletions(-) 0909 0910 commit 76d877f88925e8a0a197358146b891a696fbe3de 0911 Author: Script Kiddy <scripty@kde.org> 0912 Date: Sat Dec 4 05:21:36 2010 +0000 0913 0914 SVN_SILENT made messages (.desktop file) 0915 0916 svn path=/trunk/extragear/utils/rsibreak/; revision=1203464 0917 0918 src/rsibreak.notifyrc | 1 + 0919 1 file changed, 1 insertion(+) 0920 0921 commit 27a5b4286a498250442ecd3e4be21cfaee86fc70 0922 Author: Tom Albers <toma@kde.org> 0923 Date: Thu Dec 2 23:12:03 2010 +0000 0924 0925 Rewrite the ignore-idle-time-on-short-breaks-setting in a different 0926 way. Solves endless loop. 0927 BUG=253335 0928 0929 svn path=/trunk/extragear/utils/rsibreak/; revision=1202979 0930 0931 src/rsitimer.cpp | 13 +++++++++++-- 0932 1 file changed, 11 insertions(+), 2 deletions(-) 0933 0934 commit c1c1a17b8f337c8e5d4ec50ebdc43e89979dd69d 0935 Author: Script Kiddy <scripty@kde.org> 0936 Date: Sat Nov 27 11:01:10 2010 +0000 0937 0938 SVN_SILENT made messages (.desktop file) 0939 0940 svn path=/trunk/extragear/utils/rsibreak/; revision=1201320 0941 0942 plasma/plasma-engine-rsibreak.desktop | 1 + 0943 1 file changed, 1 insertion(+) 0944 0945 commit 14eced9ae6eae377207316189f1fa7d6f9e8fccb 0946 Author: David Faure <faure@kde.org> 0947 Date: Thu Oct 21 15:44:39 2010 +0000 0948 0949 Make executable the Type=Application .desktop files we install, 0950 so that they can be used even from a KDE running in another prefix 0951 (http://markmail.org/message/4p3krovtnzwx35zd) 0952 0953 svn path=/trunk/extragear/utils/rsibreak/; revision=1188173 0954 0955 src/CMakeLists.txt | 2 +- 0956 1 file changed, 1 insertion(+), 1 deletion(-) 0957 0958 commit b128331be816ca3d96723987c51c0b97a9e471d3 0959 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 0960 Date: Fri Oct 15 00:53:01 2010 +0000 0961 0962 Added a configuration option to hide the postpone break button. 0963 GUI 0964 0965 svn path=/trunk/extragear/utils/rsibreak/; revision=1186028 0966 0967 src/breakbase.cpp | 5 +++++ 0968 src/breakbase.h | 1 + 0969 src/breakcontrol.cpp | 5 +++++ 0970 src/breakcontrol.h | 1 + 0971 src/rsirelaxpopup.cpp | 4 ++++ 0972 src/rsirelaxpopup.h | 5 ++++- 0973 src/rsiwidget.cpp | 3 +++ 0974 src/setupmaximized.cpp | 11 ++++++++++- 0975 8 files changed, 33 insertions(+), 2 deletions(-) 0976 0977 commit 35c6f7e3b435192d51844773863093128c8b426c 0978 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 0979 Date: Thu Oct 14 05:12:00 2010 +0000 0980 0981 Added postpone break feature. 0982 BU=G199793 0983 0984 0985 svn path=/trunk/extragear/utils/rsibreak/; revision=1185664 0986 0987 src/breakbase.cpp | 2 ++ 0988 src/breakbase.h | 2 ++ 0989 src/breakcontrol.cpp | 7 +++++++ 0990 src/breakcontrol.h | 3 +++ 0991 src/rsiglobals.cpp | 3 +++ 0992 src/rsirelaxpopup.cpp | 5 +++++ 0993 src/rsirelaxpopup.h | 5 +++++ 0994 src/rsitimer.cpp | 19 +++++++++++++++++++ 0995 src/rsitimer.h | 10 +++++++++- 0996 src/rsiwidget.cpp | 3 +++ 0997 src/setuptiming.cpp | 27 +++++++++++++++++++++++++++ 0998 11 files changed, 85 insertions(+), 1 deletion(-) 0999 1000 commit f02fa41ef927c456c247b705effc46da375e29a2 1001 Author: Script Kiddy <scripty@kde.org> 1002 Date: Wed Oct 13 08:48:12 2010 +0000 1003 1004 SVN_SILENT made messages (.desktop file) 1005 1006 svn path=/trunk/extragear/utils/rsibreak/; revision=1185400 1007 1008 plasma/plasma-engine-rsibreak.desktop | 1 + 1009 src/rsibreak.notifyrc | 1 + 1010 2 files changed, 2 insertions(+) 1011 1012 commit 63a440c788a057c13ef539d90ddfc5e21dc5f2f9 1013 Author: Script Kiddy <scripty@kde.org> 1014 Date: Mon Oct 4 08:29:08 2010 +0000 1015 1016 SVN_SILENT made messages (.desktop file) 1017 1018 svn path=/trunk/extragear/utils/rsibreak/; revision=1182328 1019 1020 src/rsibreak.notifyrc | 1 + 1021 1 file changed, 1 insertion(+) 1022 1023 commit 451b543caaae28f3f17ca3f74638470469e54ba5 1024 Author: Burkhard Lück <lueck@hube-lueck.de> 1025 Date: Sun Oct 3 16:58:28 2010 +0000 1026 1027 doc update 1028 1029 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=1182179 1030 1031 doc/dcop.png | Bin 9225 -> 0 bytes 1032 doc/index.docbook | 16 ++++++++-------- 1033 doc/popup.png | Bin 5287 -> 7780 bytes 1034 doc/statistics.png | Bin 13240 -> 45700 bytes 1035 doc/suspend.png | Bin 3798 -> 7879 bytes 1036 5 files changed, 8 insertions(+), 8 deletions(-) 1037 1038 commit b0dcc7db7aa7ea70e0d5c96b06b4fd9f5e9bf9fa 1039 Author: Frederik Schwarzer <schwarzer@kde.org> 1040 Date: Sun Oct 3 14:03:31 2010 +0000 1041 1042 make the button text translatable 1043 1044 svn path=/trunk/extragear/utils/rsibreak/; revision=1182154 1045 1046 src/rsidock.cpp | 2 +- 1047 1 file changed, 1 insertion(+), 1 deletion(-) 1048 1049 commit 2f66edf45eb4c1753e2e31125293b10925a46641 1050 Author: Frederik Schwarzer <schwarzer@kde.org> 1051 Date: Sun Oct 3 12:03:03 2010 +0000 1052 1053 fix string: "[...] 10 seconds seconds" 1054 1055 Since the string parameter already contains the 1056 "seconds" suffix, it does not need to be appended here. 1057 However, it looks like the parameter can also be 1058 "suspended", which makes this awkward anyway. 1059 1060 1061 svn path=/trunk/extragear/utils/rsibreak/; revision=1182119 1062 1063 src/popupeffect.cpp | 5 +++-- 1064 1 file changed, 3 insertions(+), 2 deletions(-) 1065 1066 commit 5185fc8b9f7fb38c36a4d858db201593d4892dd0 1067 Author: Script Kiddy <scripty@kde.org> 1068 Date: Sun Oct 3 10:12:06 2010 +0000 1069 1070 SVN_SILENT made messages (.desktop file) 1071 1072 svn path=/trunk/extragear/utils/rsibreak/; revision=1182084 1073 1074 src/rsibreak.notifyrc | 1 + 1075 1 file changed, 1 insertion(+) 1076 1077 commit 1736dadfd4573bf0861bec37b4e9be2ca2f1d4d1 1078 Author: Tom Albers <toma@kde.org> 1079 Date: Fri Oct 1 20:45:11 2010 +0000 1080 1081 Prepare for release. 1082 1083 svn path=/trunk/extragear/utils/rsibreak/; revision=1181705 1084 1085 CMakeLists.txt | 2 + 1086 ChangeLog | 592 1087 ++++++++++++++++++++++++++++++++++++++++++++------------- 1088 NEWS | 20 ++ 1089 src/main.cpp | 2 +- 1090 4 files changed, 481 insertions(+), 135 deletions(-) 1091 1092 commit 6b5ff7b793393972f09ee17302f9f07bf91fd905 1093 Author: Tom Albers <toma@kde.org> 1094 Date: Fri Oct 1 20:30:42 2010 +0000 1095 1096 Reindent + update copyrights. 1097 1098 svn path=/trunk/extragear/utils/rsibreak/; revision=1181699 1099 1100 src/breakbase.cpp | 6 +++--- 1101 src/breakcontrol.cpp | 16 ++++++++-------- 1102 src/main.cpp | 8 ++++---- 1103 src/plasmaeffect.cpp | 2 +- 1104 src/plasmaeffect.h | 2 +- 1105 src/rsiglobals.cpp | 4 ++-- 1106 src/rsirelaxpopup.cpp | 2 +- 1107 src/rsitimer.cpp | 8 ++++---- 1108 src/rsitimer.h | 2 +- 1109 src/rsiwidget.cpp | 2 +- 1110 src/setupmaximized.cpp | 12 ++++++------ 1111 src/slideshoweffect.cpp | 6 +++--- 1112 src/slideshoweffect.h | 2 +- 1113 13 files changed, 36 insertions(+), 36 deletions(-) 1114 1115 commit 1b5c2551c13a365898add1d48f6ccdf92b38b402 1116 Author: Tom Albers <toma@kde.org> 1117 Date: Fri Oct 1 20:16:00 2010 +0000 1118 1119 When there is a new screen added, the primaryScreen might 1120 change. Adapt all the code to cope with such a change. Untested. 1121 BUG=201215 1122 1123 svn path=/trunk/extragear/utils/rsibreak/; revision=1181695 1124 1125 src/breakbase.cpp | 9 ++++----- 1126 src/breakcontrol.cpp | 8 +++++++- 1127 src/breakcontrol.h | 1 + 1128 src/plasmaeffect.cpp | 8 ++++++++ 1129 src/plasmaeffect.h | 3 +++ 1130 src/slideshoweffect.cpp | 23 +++++++++++++++++++---- 1131 src/slideshoweffect.h | 5 ++++- 1132 7 files changed, 46 insertions(+), 11 deletions(-) 1133 1134 commit 56a7b326ffa6558b3d40bf9616eb3d1f53b9a221 1135 Author: Tom Albers <toma@kde.org> 1136 Date: Fri Oct 1 18:55:39 2010 +0000 1137 1138 Make the time of the popup configurable. This way you can set it 1139 to 999 seconds, and basically never see the effect kick in. Dotan, 1140 that basically allowes you the workflow you want, right? 1141 BUG=246777 1142 1143 svn path=/trunk/extragear/utils/rsibreak/; revision=1181680 1144 1145 src/rsiglobals.cpp | 2 +- 1146 src/rsitimer.cpp | 4 +--- 1147 src/setupmaximized.cpp | 18 +++++++++++++++++- 1148 3 files changed, 19 insertions(+), 5 deletions(-) 1149 1150 commit b0eb136d54843a1e3aa7609e8750afef453f50cc 1151 Author: Tom Albers <toma@kde.org> 1152 Date: Fri Oct 1 18:22:50 2010 +0000 1153 1154 Cleanup debugging setup, remove check for kde version, now we require 1155 at least that version. 1156 1157 svn path=/trunk/extragear/utils/rsibreak/; revision=1181675 1158 1159 src/mainpage.dox | 5 +++-- 1160 src/plasmaeffect.cpp | 26 +------------------------- 1161 src/rsidock.cpp | 5 ----- 1162 src/rsidock.h | 1 - 1163 src/rsiglobals.cpp | 2 +- 1164 src/rsitimer.cpp | 14 +++++--------- 1165 src/rsitimer.h | 7 +------ 1166 src/rsiwidget.cpp | 1 - 1167 src/setuptiming.cpp | 11 +++++------ 1168 9 files changed, 16 insertions(+), 56 deletions(-) 1169 1170 commit f48ddca057a411fcef2e7edf4b8f78df759cf783 1171 Author: Tom Albers <toma@kde.org> 1172 Date: Fri Oct 1 18:06:51 2010 +0000 1173 1174 Move slide interval setting from the Timings config page to the 1175 effect specific settings. 1176 1177 svn path=/trunk/extragear/utils/rsibreak/; revision=1181671 1178 1179 src/setupmaximized.cpp | 17 ++++++++++++++++- 1180 src/setuptiming.cpp | 39 +-------------------------------------- 1181 2 files changed, 17 insertions(+), 39 deletions(-) 1182 1183 commit e4ce1e7dafe1ac4730ae02f45be33cf56d317fd1 1184 Author: Andrew Coles <andrew.i.coles@googlemail.com> 1185 Date: Fri Oct 1 17:46:57 2010 +0000 1186 1187 Minor proof-reading edit: can not -> cannot, for consistency with 1188 the rest of KDE. 1189 1190 SVN_SILENT 1191 1192 1193 svn path=/trunk/extragear/utils/rsibreak/; revision=1181665 1194 1195 src/main.cpp | 2 +- 1196 1 file changed, 1 insertion(+), 1 deletion(-) 1197 1198 commit ab35456ca2b4c3ee14e7cb6246cc45fa3dc500d8 1199 Author: Tom Albers <toma@kde.org> 1200 Date: Thu Sep 30 01:26:18 2010 +0000 1201 1202 Restart timers when someone presses the lock button. 1203 BUG=225213 1204 1205 svn path=/trunk/extragear/utils/rsibreak/; revision=1181101 1206 1207 src/rsitimer.cpp | 2 +- 1208 src/rsiwidget.cpp | 48 +----------------------------------------------- 1209 src/rsiwidget.h | 2 -- 1210 3 files changed, 2 insertions(+), 50 deletions(-) 1211 1212 commit 31d482abd3efa63e895d32ae034b0486d29feac4 1213 Author: Tom Albers <toma@kde.org> 1214 Date: Thu Sep 30 01:02:01 2010 +0000 1215 1216 Update copyrights, and change debug output so it will be usefull if 1217 the bug appears again. 1218 BUG=245456 1219 1220 svn path=/trunk/extragear/utils/rsibreak/; revision=1181099 1221 1222 src/breakcontrol.cpp | 2 +- 1223 src/breakcontrol.h | 2 +- 1224 src/rsirelaxpopup.cpp | 2 +- 1225 src/rsirelaxpopup.h | 1 + 1226 src/rsitimer.cpp | 5 ++++- 1227 src/rsiwidget.cpp | 2 +- 1228 src/setup.cpp | 2 +- 1229 src/setupnotifications.cpp | 3 +-- 1230 8 files changed, 11 insertions(+), 8 deletions(-) 1231 1232 commit 8422454fd9f26d4cdf79b0b98c162150aee22666 1233 Author: Tom Albers <toma@kde.org> 1234 Date: Thu Sep 30 00:49:07 2010 +0000 1235 1236 Add a hide lock button switch to the configuration. 1237 BUG=226891 1238 1239 svn path=/trunk/extragear/utils/rsibreak/; revision=1181096 1240 1241 src/breakbase.cpp | 5 +++++ 1242 src/breakbase.h | 1 + 1243 src/breakcontrol.cpp | 15 ++++++++++----- 1244 src/breakcontrol.h | 1 + 1245 src/rsirelaxpopup.cpp | 5 +++++ 1246 src/rsirelaxpopup.h | 3 +++ 1247 src/rsiwidget.cpp | 3 +++ 1248 src/setupmaximized.cpp | 10 ++++++++++ 1249 8 files changed, 38 insertions(+), 5 deletions(-) 1250 1251 commit 2129c88a583b9aedd6d35ff24ce56dea3f7c65f1 1252 Author: Tom Albers <toma@kde.org> 1253 Date: Thu Sep 30 00:23:30 2010 +0000 1254 1255 Remove the screenshot, as the experts say this code path will fail 1256 in several circumstances. 1257 BUG=203654 1258 1259 svn path=/trunk/extragear/utils/rsibreak/; revision=1181092 1260 1261 src/main.cpp | 9 +++++---- 1262 src/org.rsibreak.rsiwidget.xml | 2 -- 1263 src/rsiwidget.cpp | 32 +------------------------------- 1264 src/rsiwidget.h | 3 --- 1265 4 files changed, 6 insertions(+), 40 deletions(-) 1266 1267 commit 9cf56e10681204be336a90cf3c478d72e6a0de5f 1268 Author: Tom Albers <toma@kde.org> 1269 Date: Wed Sep 29 23:55:24 2010 +0000 1270 1271 Add notifications widget to the config. This makes it more 1272 discoverable for people to associate a shell script at the times of 1273 a break, or a sound or whatever. 1274 BUG=216435 1275 1276 svn path=/trunk/extragear/utils/rsibreak/; revision=1181087 1277 1278 src/CMakeLists.txt | 1 + 1279 src/setup.cpp | 7 +++++++ 1280 src/setupnotifications.cpp | 43 +++++++++++++++++++++++++++++++++++++++ 1281 src/setupnotifications.h | 50 1282 ++++++++++++++++++++++++++++++++++++++++++++++ 1283 4 files changed, 101 insertions(+) 1284 1285 commit 139fa7b6dfff70c850a216b61facbf281a244b57 1286 Author: Tom Albers <toma@kde.org> 1287 Date: Wed Sep 29 23:20:05 2010 +0000 1288 1289 Bump required KDE version so I can clean up a bit. 1290 Also, when timers are not changed in the config, don't restart the 1291 timers when closing the dialog. 1292 BUG=200026 1293 1294 svn path=/trunk/extragear/utils/rsibreak/; revision=1181076 1295 1296 CMakeLists.txt | 10 +- 1297 RSIBreak.config | 1 + 1298 RSIBreak.creator | 1 + 1299 RSIBreak.files | 54 +++++ 1300 RSIBreak.includes | 2 + 1301 src/CMakeLists.txt | 30 +-- 1302 src/main.cpp | 16 +- 1303 src/rsitimer.cpp | 59 ++--- 1304 src/rsitimer.h | 8 +- 1305 src/rsitimer_kidle.cpp | 596 1306 ------------------------------------------------- 1307 src/rsitimer_kidle.h | 273 ---------------------- 1308 src/rsiwidget.cpp | 8 +- 1309 12 files changed, 82 insertions(+), 976 deletions(-) 1310 1311 commit a6093650c59ca0052cfbfc20cf4947d61c7757cf 1312 Author: Chani Armitage <chanika@gmail.com> 1313 Date: Mon Sep 6 19:38:25 2010 +0000 1314 1315 Make the timers thread-friendly 1316 needed for qt>=4.4 1317 1318 svn path=/trunk/extragear/utils/rsibreak/; revision=1172242 1319 1320 src/rsitimer.cpp | 11 +++++++---- 1321 src/rsitimer.h | 12 +++++------- 1322 src/rsitimer_kidle.cpp | 11 +++++++---- 1323 src/rsitimer_kidle.h | 12 +++++------- 1324 4 files changed, 24 insertions(+), 22 deletions(-) 1325 1326 commit 056c83a3cfdfb0ea20dca04131c8743112840aa8 1327 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 1328 Date: Wed Aug 25 05:16:56 2010 +0000 1329 1330 Changed the name of the skipSmallImages parameter to showSmallImages 1331 as it is used in the definition of that method. 1332 1333 svn path=/trunk/extragear/utils/rsibreak/; revision=1167628 1334 1335 src/slideshoweffect.h | 2 +- 1336 1 file changed, 1 insertion(+), 1 deletion(-) 1337 1338 commit 7f1c6d02cc9613b6935ab38b86a2b691c19d8fd2 1339 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 1340 Date: Tue Aug 24 02:29:18 2010 +0000 1341 1342 - Added a config option to the slide image effect to enable/disable 1343 checking for small images instead of removing them always. 1344 - BUG: 216446 1345 GUI 1346 1347 svn path=/trunk/extragear/utils/rsibreak/; revision=1167219 1348 1349 src/rsiwidget.cpp | 4 +++- 1350 src/setupmaximized.cpp | 8 ++++++++ 1351 src/slideshoweffect.cpp | 7 ++++--- 1352 src/slideshoweffect.h | 3 ++- 1353 4 files changed, 17 insertions(+), 5 deletions(-) 1354 1355 commit 494cc0833eb5f4c52c366ff44b9c4eaeb700b2c4 1356 Author: Juan Luis Baptiste <juan.baptiste@kdemail.net> 1357 Date: Wed Aug 11 15:24:54 2010 +0000 1358 1359 Change dim widget and passive popup to have bigger and spaced 1360 buttons, with icons (for the dim screen widget) and more descriptive 1361 texts. CCBUG:226891 GUI 1362 1363 svn path=/trunk/extragear/utils/rsibreak/; revision=1162178 1364 1365 src/breakcontrol.cpp | 16 +++++++++++++--- 1366 src/rsirelaxpopup.cpp | 12 ++++++------ 1367 2 files changed, 19 insertions(+), 9 deletions(-) 1368 1369 commit 9e5e804167b5c290c21f50dad6fa1e34d8c13754 1370 Author: Script Kiddy <scripty@kde.org> 1371 Date: Tue Jun 15 08:47:10 2010 +0000 1372 1373 SVN_SILENT made messages (.desktop file) 1374 1375 svn path=/trunk/extragear/utils/rsibreak/; revision=1138161 1376 1377 src/rsibreak.notifyrc | 3 +++ 1378 1 file changed, 3 insertions(+) 1379 1380 commit 5daf28c91896ce905e85596d53151c18f5da976f 1381 Author: Script Kiddy <scripty@kde.org> 1382 Date: Wed Mar 17 08:52:49 2010 +0000 1383 1384 SVN_SILENT made messages (.desktop file) 1385 1386 svn path=/trunk/extragear/utils/rsibreak/; revision=1104269 1387 1388 src/rsibreak.notifyrc | 5 +++-- 1389 1 file changed, 3 insertions(+), 2 deletions(-) 1390 1391 commit ddffd71d8771e449180ebc9275173754e215dbd1 1392 Author: Script Kiddy <scripty@kde.org> 1393 Date: Mon Feb 15 11:39:09 2010 +0000 1394 1395 SVN_SILENT made messages (.desktop file, second try) 1396 1397 svn path=/trunk/extragear/utils/rsibreak/; revision=1090504 1398 1399 plasma/plasma-applet-rsibreak.desktop | 2 ++ 1400 plasma/plasma-engine-rsibreak.desktop | 2 ++ 1401 src/rsibreak.desktop | 2 ++ 1402 src/rsibreak.notifyrc | 13 +++++++++++++ 1403 4 files changed, 19 insertions(+) 1404 1405 commit e239b660e7adc43d0fdeb34519547da8a11dad7c 1406 Author: Script Kiddy <scripty@kde.org> 1407 Date: Mon Feb 1 10:41:18 2010 +0000 1408 1409 SVN_SILENT made messages (.desktop file) 1410 1411 svn path=/trunk/extragear/utils/rsibreak/; revision=1083491 1412 1413 src/rsibreak.notifyrc | 3 +++ 1414 1 file changed, 3 insertions(+) 1415 1416 commit 1067ef0e0936efd1957c18a07cef55a8f097518b 1417 Author: Script Kiddy <scripty@kde.org> 1418 Date: Sun Jan 31 10:59:31 2010 +0000 1419 1420 SVN_SILENT made messages (.desktop file) 1421 1422 svn path=/trunk/extragear/utils/rsibreak/; revision=1082822 1423 1424 src/rsibreak.notifyrc | 4 ++-- 1425 1 file changed, 2 insertions(+), 2 deletions(-) 1426 1427 commit ee56882fa34c9aed03bbcab294ce6e89998557ac 1428 Author: Script Kiddy <scripty@kde.org> 1429 Date: Mon Jan 25 10:42:05 2010 +0000 1430 1431 SVN_SILENT made messages (.desktop file) 1432 1433 svn path=/trunk/extragear/utils/rsibreak/; revision=1079979 1434 1435 plasma/plasma-applet-rsibreak.desktop | 1 + 1436 src/rsibreak.desktop | 1 + 1437 src/rsibreak.notifyrc | 1 + 1438 3 files changed, 3 insertions(+) 1439 1440 commit 53439618e64be775b2d34ee20e390b68ca117efc 1441 Author: Script Kiddy <scripty@kde.org> 1442 Date: Thu Jan 21 10:27:26 2010 +0000 1443 1444 SVN_SILENT made messages (.desktop file) 1445 1446 svn path=/trunk/extragear/utils/rsibreak/; revision=1078046 1447 1448 src/rsibreak.notifyrc | 3 +++ 1449 1 file changed, 3 insertions(+) 1450 1451 commit 996b2750fabc64e2f1fd9211836f8de0c8119a9d 1452 Author: Pino Toscano <pino@kde.org> 1453 Date: Tue Jan 12 13:45:01 2010 +0000 1454 1455 simplify constructor calls 1456 1457 svn path=/trunk/extragear/utils/rsibreak/; revision=1073594 1458 1459 src/rsitimer.cpp | 2 +- 1460 src/rsitimer_kidle.cpp | 2 +- 1461 2 files changed, 2 insertions(+), 2 deletions(-) 1462 1463 commit b7a233c3968a02b5be06f1bb10c0b22df78986ad 1464 Author: Pino Toscano <pino@kde.org> 1465 Date: Tue Jan 12 12:07:31 2010 +0000 1466 1467 no need to double qualify the class name 1468 1469 svn path=/trunk/extragear/utils/rsibreak/; revision=1073577 1470 1471 src/CMakeLists.txt | 2 +- 1472 1 file changed, 1 insertion(+), 1 deletion(-) 1473 1474 commit c40d726d7829882cf2db3e1140f0aeb1f00f7972 1475 Author: Script Kiddy <scripty@kde.org> 1476 Date: Sun Jan 10 10:54:41 2010 +0000 1477 1478 SVN_SILENT made messages (.desktop file) 1479 1480 svn path=/trunk/extragear/utils/rsibreak/; revision=1072550 1481 1482 plasma/plasma-applet-rsibreak.desktop | 2 ++ 1483 plasma/plasma-engine-rsibreak.desktop | 2 ++ 1484 src/rsibreak.desktop | 2 ++ 1485 src/rsibreak.notifyrc | 13 +++++++++++++ 1486 4 files changed, 19 insertions(+) 1487 1488 commit e119534e1e99d7059159d2f11f094e34c12735bd 1489 Author: Script Kiddy <scripty@kde.org> 1490 Date: Fri Jan 8 10:37:08 2010 +0000 1491 1492 SVN_SILENT made messages (.desktop file) 1493 1494 svn path=/trunk/extragear/utils/rsibreak/; revision=1071586 1495 1496 plasma/plasma-applet-rsibreak.desktop | 2 ++ 1497 plasma/plasma-engine-rsibreak.desktop | 2 ++ 1498 src/rsibreak.desktop | 2 ++ 1499 src/rsibreak.notifyrc | 13 +++++++++++++ 1500 4 files changed, 19 insertions(+) 1501 1502 commit 46a27f160b4f5818a619e312cf331cadec2b189e 1503 Author: Luigi Toscano <luigi.toscano@tiscali.it> 1504 Date: Fri Jan 1 14:16:05 2010 +0000 1505 1506 Remove references to DCOP, replace them with D-Bus ones. 1507 1508 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=1068551 1509 1510 doc/index.docbook | 4 ++-- 1511 1 file changed, 2 insertions(+), 2 deletions(-) 1512 1513 commit aa90d77370ebfd78ec8a34af62cce9dee3e11db7 1514 Author: Script Kiddy <scripty@kde.org> 1515 Date: Tue Dec 29 12:29:05 2009 +0000 1516 1517 SVN_SILENT made messages (.desktop file) 1518 1519 svn path=/trunk/extragear/utils/rsibreak/; revision=1067364 1520 1521 plasma/plasma-applet-rsibreak.desktop | 1 + 1522 plasma/plasma-engine-rsibreak.desktop | 2 ++ 1523 src/rsibreak.desktop | 1 + 1524 src/rsibreak.notifyrc | 3 +++ 1525 4 files changed, 7 insertions(+) 1526 1527 commit 2ebbcc5b9f1994098eaf590014a86a9e29257cb4 1528 Author: Script Kiddy <scripty@kde.org> 1529 Date: Wed Dec 23 11:09:12 2009 +0000 1530 1531 SVN_SILENT made messages (.desktop file) 1532 1533 svn path=/trunk/extragear/utils/rsibreak/; revision=1065467 1534 1535 src/rsibreak.notifyrc | 3 +++ 1536 1 file changed, 3 insertions(+) 1537 1538 commit ce56dfdd52802520dedc87015a41bd7805bd323f 1539 Author: Script Kiddy <scripty@kde.org> 1540 Date: Thu Dec 17 10:23:47 2009 +0000 1541 1542 SVN_SILENT made messages (.desktop file) 1543 1544 svn path=/trunk/extragear/utils/rsibreak/; revision=1063175 1545 1546 plasma/plasma-applet-rsibreak.desktop | 1 + 1547 src/rsibreak.desktop | 1 + 1548 src/rsibreak.notifyrc | 10 ++++++++++ 1549 3 files changed, 12 insertions(+) 1550 1551 commit 6a758243744aaf2232d52203a7a8c6d34700dad7 1552 Author: Script Kiddy <scripty@kde.org> 1553 Date: Sat Dec 5 10:23:15 2009 +0000 1554 1555 SVN_SILENT made messages (.desktop file) 1556 1557 svn path=/trunk/extragear/utils/rsibreak/; revision=1058905 1558 1559 src/rsibreak.notifyrc | 3 +++ 1560 1 file changed, 3 insertions(+) 1561 1562 commit a4f3c9a0ea7615ba6173edc4a4e561ffcbbdf159 1563 Author: Yuri Chornoivan <yurchor@ukr.net> 1564 Date: Mon Oct 19 14:37:45 2009 +0000 1565 1566 Choooe->Choose 1567 1568 svn path=/trunk/extragear/utils/rsibreak/; revision=1037565 1569 1570 src/setupmaximized.cpp | 2 +- 1571 1 file changed, 1 insertion(+), 1 deletion(-) 1572 1573 commit c7cea23c8a08e93adf2bc26f7c3e385bae307266 1574 Author: Script Kiddy <scripty@kde.org> 1575 Date: Mon Oct 19 09:41:54 2009 +0000 1576 1577 SVN_SILENT made messages (.desktop file) 1578 1579 svn path=/trunk/extragear/utils/rsibreak/; revision=1037472 1580 1581 src/rsibreak.notifyrc | 3 +++ 1582 1 file changed, 3 insertions(+) 1583 1584 commit 2941b3c7a87188e2998bc91ef3965f10d9142950 1585 Author: Andrew Coles <andrew.i.coles@googlemail.com> 1586 Date: Sun Oct 18 21:44:00 2009 +0000 1587 1588 SVN_SILENT 1589 1590 Minor proof-reading: chose is the past tense of the verb 'to choose', 1591 i.e. be careful, it needs two leter 'o's. 1592 1593 1594 svn path=/trunk/extragear/utils/rsibreak/; revision=1037388 1595 1596 src/setupmaximized.cpp | 2 +- 1597 1 file changed, 1 insertion(+), 1 deletion(-) 1598 1599 commit 897f169e7d9518cef1b9974931aeaae7e457f572 1600 Author: Script Kiddy <scripty@kde.org> 1601 Date: Thu Sep 17 09:38:47 2009 +0000 1602 1603 SVN_SILENT made messages (.desktop file) 1604 1605 svn path=/trunk/extragear/utils/rsibreak/; revision=1024806 1606 1607 plasma/plasma-applet-rsibreak.desktop | 27 +++++++++++++++++++++++++++ 1608 plasma/plasma-engine-rsibreak.desktop | 2 ++ 1609 src/rsibreak.desktop | 26 ++++++++++++++++++++++++++ 1610 src/rsibreak.notifyrc | 34 1611 ++++++++++++++++++++++++++++++++++ 1612 4 files changed, 89 insertions(+) 1613 1614 commit 9e910603adf5ff33fdb89fd3b3982ac7b1caaf74 1615 Author: Leonardo Finetti <finex@finex.org> 1616 Date: Sun Sep 13 13:54:28 2009 +0000 1617 1618 Fix category. Thanks to Balcaen John for the patch. 1619 1620 1621 BUG: 207219 1622 1623 1624 svn path=/trunk/extragear/utils/rsibreak/; revision=1022907 1625 1626 plasma/plasma-applet-rsibreak.desktop | 2 +- 1627 plasma/plasma-engine-rsibreak.desktop | 2 +- 1628 2 files changed, 2 insertions(+), 2 deletions(-) 1629 1630 commit 7f58b8b5aa42992208fc07eb116d9d9c662f40b1 1631 Author: Script Kiddy <scripty@kde.org> 1632 Date: Sat Sep 5 11:03:06 2009 +0000 1633 1634 SVN_SILENT made messages (.desktop file) 1635 1636 svn path=/trunk/extragear/utils/rsibreak/; revision=1020158 1637 1638 plasma/plasma-engine-rsibreak.desktop | 1 + 1639 src/rsibreak.notifyrc | 11 +++++++++++ 1640 2 files changed, 12 insertions(+) 1641 1642 commit ec81e5821cdcf48db7a29c7c70699348ceacfe20 1643 Author: Script Kiddy <scripty@kde.org> 1644 Date: Mon Aug 31 09:20:45 2009 +0000 1645 1646 SVN_SILENT made messages (.desktop file) 1647 1648 svn path=/trunk/extragear/utils/rsibreak/; revision=1017710 1649 1650 src/rsibreak.desktop | 1 + 1651 src/rsibreak.notifyrc | 3 +++ 1652 2 files changed, 4 insertions(+) 1653 1654 commit 09097b104dcf173cdc55c8e6248e17d7f03bdbf6 1655 Author: Script Kiddy <scripty@kde.org> 1656 Date: Sat Aug 29 19:14:57 2009 +0000 1657 1658 SVN_SILENT made messages (.desktop file) 1659 1660 svn path=/trunk/extragear/utils/rsibreak/; revision=1017145 1661 1662 src/rsibreak.notifyrc | 3 +++ 1663 1 file changed, 3 insertions(+) 1664 1665 commit 20d516cef13d4938748abf79a3cbaa0bba049d7f 1666 Author: Script Kiddy <scripty@kde.org> 1667 Date: Sun Aug 23 12:11:55 2009 +0000 1668 1669 SVN_SILENT made messages (.desktop file) 1670 1671 svn path=/trunk/extragear/utils/rsibreak/; revision=1014627 1672 1673 plasma/plasma-engine-rsibreak.desktop | 1 + 1674 src/rsibreak.notifyrc | 1 + 1675 2 files changed, 2 insertions(+) 1676 1677 commit 614f9d757aed438cd33d4a7e8ef2fdf611cb0a9b 1678 Author: Laurent Montel <montel@kde.org> 1679 Date: Fri Aug 14 07:32:54 2009 +0000 1680 1681 Fix includes 1682 1683 svn path=/trunk/extragear/utils/rsibreak/; revision=1011260 1684 1685 src/grayeffect.cpp | 4 ---- 1686 src/grayeffect.h | 1 - 1687 src/plasmaeffect.cpp | 1 - 1688 src/rsidock.cpp | 2 -- 1689 src/rsirelaxpopup.cpp | 3 +-- 1690 src/rsirelaxpopup.h | 1 - 1691 src/rsitimer_dpms.cpp | 2 -- 1692 src/setup.cpp | 3 --- 1693 src/setupgeneral.cpp | 3 +-- 1694 9 files changed, 2 insertions(+), 18 deletions(-) 1695 1696 commit 4e2103c7bd953201f5fa4f8c84e89bf2e737468b 1697 Author: Script Kiddy <scripty@kde.org> 1698 Date: Fri Aug 7 09:30:34 2009 +0000 1699 1700 SVN_SILENT made messages (.desktop file) 1701 1702 svn path=/trunk/extragear/utils/rsibreak/; revision=1008349 1703 1704 src/rsibreak.notifyrc | 1 + 1705 1 file changed, 1 insertion(+) 1706 1707 commit 95234e9d7b628f1f512cc6d0a76e367f784bf4c3 1708 Author: Tom Albers <toma@kde.org> 1709 Date: Mon Aug 3 18:46:25 2009 +0000 1710 1711 Revert Laurents changes to Messages.sh. 1712 1713 svn path=/trunk/extragear/utils/rsibreak/; revision=1006440 1714 1715 Messages.sh | 4 +++- 1716 1 file changed, 3 insertions(+), 1 deletion(-) 1717 1718 commit dc28e6c09d4eb7a8861ed3ebb69e66feb6c21e6d 1719 Author: Albert Astals Cid <tsdgeos@terra.es> 1720 Date: Sun Aug 2 15:20:57 2009 +0000 1721 1722 foreach already iterates over values so calling values explicitely 1723 is a waste both in memory and processing time 1724 1725 svn path=/trunk/extragear/utils/rsibreak/; revision=1005919 1726 1727 src/breakbase.cpp | 6 +++--- 1728 1 file changed, 3 insertions(+), 3 deletions(-) 1729 1730 commit 00eab4eb2ced07b46254fdb4f0c72987486d8c54 1731 Author: Tom Albers <toma@kde.org> 1732 Date: Sun Aug 2 12:58:25 2009 +0000 1733 1734 Move messages back to top level. aka, revert Laurents commit. 1735 1736 svn path=/trunk/extragear/utils/rsibreak/; revision=1005884 1737 1738 Messages.sh | 2 ++ 1739 src/Messages.sh | 2 -- 1740 2 files changed, 2 insertions(+), 2 deletions(-) 1741 1742 commit ef82e05aebc58e9df7c4cfc7652e811c3b62e665 1743 Author: Script Kiddy <scripty@kde.org> 1744 Date: Sun Aug 2 09:04:20 2009 +0000 1745 1746 SVN_SILENT made messages (.desktop file) 1747 1748 svn path=/trunk/extragear/utils/rsibreak/; revision=1005807 1749 1750 src/rsibreak.notifyrc | 2 ++ 1751 1 file changed, 2 insertions(+) 1752 1753 commit 5d178a6f4d36e1992abe3a8051ec2cea784dc748 1754 Author: Script Kiddy <scripty@kde.org> 1755 Date: Wed Jul 29 11:40:32 2009 +0000 1756 1757 SVN_SILENT made messages (.desktop file) 1758 1759 svn path=/trunk/extragear/utils/rsibreak/; revision=1004112 1760 1761 src/rsibreak.notifyrc | 3 +++ 1762 1 file changed, 3 insertions(+) 1763 1764 commit 7df9481071a4374cd9195f82572a1856e4a71bf8 1765 Author: Laurent Montel <montel@kde.org> 1766 Date: Tue Jul 28 11:48:34 2009 +0000 1767 1768 Move directly in subdirectory 1769 1770 svn path=/trunk/extragear/utils/rsibreak/; revision=1003570 1771 1772 Messages.sh | 4 ---- 1773 src/Messages.sh | 2 ++ 1774 2 files changed, 2 insertions(+), 4 deletions(-) 1775 1776 commit 1950060fc056722d8063b3734c2789b56872a9a4 1777 Author: Tom Albers <toma@kde.org> 1778 Date: Sat Jul 25 10:05:03 2009 +0000 1779 1780 Update CMake checks now kidle is out of review and into kdelibs. 1781 1782 svn path=/trunk/extragear/utils/rsibreak/; revision=1002183 1783 1784 CMakeLists.txt | 13 +++++-------- 1785 src/CMakeLists.txt | 3 +-- 1786 2 files changed, 6 insertions(+), 10 deletions(-) 1787 1788 commit a92c3aca800481e3b00086e2775fbe93b7b0c4b8 1789 Author: Tom Albers <toma@kde.org> 1790 Date: Wed Jul 22 07:52:56 2009 +0000 1791 1792 Fix for KDE 4.2.4. Don't use the KIDLE include when KIDLE is not 1793 found.... 1794 Remove blitz include. 1795 1796 svn path=/trunk/extragear/utils/rsibreak/; revision=1000846 1797 1798 CMakeLists.txt | 7 +++++-- 1799 1 file changed, 5 insertions(+), 2 deletions(-) 1800 1801 commit 88fc5d2c85976206e8457916cf360790b2501f32 1802 Author: Script Kiddy <scripty@kde.org> 1803 Date: Tue Jul 21 15:19:57 2009 +0000 1804 1805 SVN_SILENT made messages (.desktop file) 1806 1807 svn path=/trunk/extragear/utils/rsibreak/; revision=1000573 1808 1809 src/rsibreak.notifyrc | 3 +++ 1810 1 file changed, 3 insertions(+) 1811 1812 commit 88b31942f601d6f8ea041b0938d145b5d5f40e44 1813 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1814 Date: Sun Jul 19 21:54:19 2009 +0000 1815 1816 hm revert 999478 these are already extracted 1817 1818 svn path=/trunk/extragear/utils/rsibreak/; revision=999479 1819 1820 Messages.sh | 2 +- 1821 1 file changed, 1 insertion(+), 1 deletion(-) 1822 1823 commit 972a8233ffaefe94027e23e5b5c1b9386115cc6d 1824 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1825 Date: Sun Jul 19 21:52:31 2009 +0000 1826 1827 Extract the messages in plasma/* 1828 1829 svn path=/trunk/extragear/utils/rsibreak/; revision=999478 1830 1831 Messages.sh | 2 +- 1832 1 file changed, 1 insertion(+), 1 deletion(-) 1833 1834 commit c360c4fd1a624d4befd3aab4528858257d1f870e 1835 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1836 Date: Sun Jul 19 20:09:55 2009 +0000 1837 1838 Add a workaround to find kidle until it moves out of kdereview. 1839 1840 svn path=/trunk/extragear/utils/rsibreak/; revision=999448 1841 1842 CMakeLists.txt | 18 ++++++++++++------ 1843 src/CMakeLists.txt | 5 ++--- 1844 2 files changed, 14 insertions(+), 9 deletions(-) 1845 1846 commit 84247b67b72c2fa36ad77f78224495398c57f537 1847 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1848 Date: Sun Jul 19 19:55:15 2009 +0000 1849 1850 Fix another linker error 1851 1852 svn path=/trunk/extragear/utils/rsibreak/; revision=999444 1853 1854 src/CMakeLists.txt | 4 ++-- 1855 1 file changed, 2 insertions(+), 2 deletions(-) 1856 1857 commit 41812904bf663b1de0bfa87e7ae46b752c86f871 1858 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1859 Date: Sun Jul 19 19:51:36 2009 +0000 1860 1861 We use Xlib.h and fixx11h.h even if USE_KIDLE is true 1862 1863 svn path=/trunk/extragear/utils/rsibreak/; revision=999442 1864 1865 src/rsitimer_kidle.cpp | 5 +---- 1866 1 file changed, 1 insertion(+), 4 deletions(-) 1867 1868 commit 0c3f3a3736dae4c59ef533124b780f00052f3ec0 1869 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1870 Date: Sun Jul 19 19:42:39 2009 +0000 1871 1872 kidle.h -> kidletime.h 1873 1874 svn path=/trunk/extragear/utils/rsibreak/; revision=999438 1875 1876 src/rsitimer_kidle.cpp | 2 +- 1877 1 file changed, 1 insertion(+), 1 deletion(-) 1878 1879 commit a393d1beabc16a99d0b4d36725cc94eca6c5567c 1880 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1881 Date: Sun Jul 19 19:23:52 2009 +0000 1882 1883 Fix some linker errors if kidle isn't installed 1884 1885 svn path=/trunk/extragear/utils/rsibreak/; revision=999429 1886 1887 src/CMakeLists.txt | 4 ++-- 1888 1 file changed, 2 insertions(+), 2 deletions(-) 1889 1890 commit b080def578cfe6915853346967a1a004334bfef2 1891 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1892 Date: Sun Jul 19 18:55:45 2009 +0000 1893 1894 kde-cmake policy: Use lowercase (+fix the included directories) 1895 1896 svn path=/trunk/extragear/utils/rsibreak/; revision=999399 1897 1898 src/CMakeLists.txt | 40 ++++++++++++++++++++-------------------- 1899 1 file changed, 20 insertions(+), 20 deletions(-) 1900 1901 commit bffeabd7f78905ef244d32b252bca7b62d32535e 1902 Author: Christophe Giboudeaux <cgiboudeaux@gmx.com> 1903 Date: Sun Jul 19 18:53:08 2009 +0000 1904 1905 Create config-rsibreak.h even if USE_KIDLE is TRUE 1906 1907 svn path=/trunk/extragear/utils/rsibreak/; revision=999397 1908 1909 src/CMakeLists.txt | 4 ++-- 1910 1 file changed, 2 insertions(+), 2 deletions(-) 1911 1912 commit 24dd03e82083ad5ec5e9d47fa159a7151e1dd04e 1913 Author: Tom Albers <toma@kde.org> 1914 Date: Sun Jul 19 18:41:25 2009 +0000 1915 1916 Fix krazy issues, corrupt email address and exclude some checks. 1917 1918 svn path=/trunk/extragear/utils/rsibreak/; revision=999396 1919 1920 src/breakbase.cpp | 8 +++++--- 1921 src/breakbase.h | 2 +- 1922 src/breakcontrol.h | 2 +- 1923 src/grayeffect.h | 2 +- 1924 src/plasmaeffect.h | 2 +- 1925 src/popupeffect.h | 2 +- 1926 src/rsidock.cpp | 8 ++++++-- 1927 src/rsidock.h | 2 +- 1928 src/rsiglobals.h | 2 +- 1929 src/rsistatitem.h | 2 +- 1930 src/rsistats.h | 2 +- 1931 src/rsistatwidget.h | 2 +- 1932 src/rsitimer.h | 2 +- 1933 src/rsitimer_dpms.h | 2 +- 1934 src/rsitimer_kidle.h | 2 +- 1935 src/rsitooltip.h | 2 +- 1936 src/rsiwidget.h | 2 +- 1937 src/setup.cpp | 2 +- 1938 src/setup.h | 2 +- 1939 src/setupgeneral.h | 2 +- 1940 src/setupmaximized.h | 2 +- 1941 src/setuptiming.h | 2 +- 1942 src/slideshoweffect.h | 2 +- 1943 23 files changed, 32 insertions(+), 26 deletions(-) 1944 1945 commit 6e67169a2f45b83c652c6166d1fcacc6c7c5d655 1946 Author: Tom Albers <toma@kde.org> 1947 Date: Sun Jul 19 18:14:26 2009 +0000 1948 1949 Use kidle lib if found. 1950 1951 svn path=/trunk/extragear/utils/rsibreak/; revision=999382 1952 1953 src/CMakeLists.txt | 55 +++-- 1954 src/rsitimer_kidle.cpp | 596 1955 +++++++++++++++++++++++++++++++++++++++++++++++++ 1956 src/rsitimer_kidle.h | 275 +++++++++++++++++++++++ 1957 3 files changed, 903 insertions(+), 23 deletions(-) 1958 1959 commit 5f7e03932fb1dea4d27d0ce0716b77ad152de81e 1960 Author: Tom Albers <toma@kde.org> 1961 Date: Sun Jul 19 17:26:36 2009 +0000 1962 1963 Use kdelibs function here too 1964 1965 svn path=/trunk/extragear/utils/rsibreak/; revision=999359 1966 1967 src/main.cpp | 4 ++-- 1968 src/rsirelaxpopup.cpp | 7 ------- 1969 2 files changed, 2 insertions(+), 9 deletions(-) 1970 1971 commit a36c06c7e5257db143b446c96228baf393bdfbee 1972 Author: Script Kiddy <scripty@kde.org> 1973 Date: Sun Jul 19 15:12:28 2009 +0000 1974 1975 SVN_SILENT made messages (.desktop file) 1976 1977 svn path=/trunk/extragear/utils/rsibreak/; revision=999285 1978 1979 src/rsibreak.notifyrc | 3 +++ 1980 1 file changed, 3 insertions(+) 1981 1982 commit b7628ae0f526a1a4ee292968c9aa19b0cbf11178 1983 Author: Tom Albers <toma@kde.org> 1984 Date: Sun Jul 19 13:33:32 2009 +0000 1985 1986 Prep for release. 1987 1988 svn path=/trunk/extragear/utils/rsibreak/; revision=999230 1989 1990 ChangeLog | 14 ++++++++++++++ 1991 NEWS | 3 +++ 1992 src/main.cpp | 2 +- 1993 3 files changed, 18 insertions(+), 1 deletion(-) 1994 1995 commit e14370686658ae5e6559be6718436a77cb3e55ad 1996 Author: Tom Albers <toma@kde.org> 1997 Date: Sat Jul 18 00:26:50 2009 +0000 1998 1999 Use kdelibs function for display duration of a time. 2000 2001 svn path=/trunk/extragear/utils/rsibreak/; revision=998574 2002 2003 src/rsiglobals.cpp | 40 +--------------------------------------- 2004 src/rsiglobals.h | 9 +-------- 2005 src/rsirelaxpopup.cpp | 6 ++++++ 2006 src/rsiwidget.cpp | 15 +-------------- 2007 4 files changed, 9 insertions(+), 61 deletions(-) 2008 2009 commit c68f9dd0dc140826576ffee72d0de220694d766e 2010 Author: Script Kiddy <scripty@kde.org> 2011 Date: Fri Jul 17 14:43:20 2009 +0000 2012 2013 SVN_SILENT made messages (.desktop file) 2014 2015 svn path=/trunk/extragear/utils/rsibreak/; revision=998376 2016 2017 plasma/plasma-engine-rsibreak.desktop | 4 ++-- 2018 src/rsibreak.notifyrc | 6 +++--- 2019 2 files changed, 5 insertions(+), 5 deletions(-) 2020 2021 commit 8a82da5613d7253e5e7eba2af2243015d9c8ac62 2022 Author: Script Kiddy <scripty@kde.org> 2023 Date: Thu Jul 16 16:02:01 2009 +0000 2024 2025 SVN_SILENT made messages (.desktop file) 2026 2027 svn path=/trunk/extragear/utils/rsibreak/; revision=997910 2028 2029 src/rsibreak.notifyrc | 3 +++ 2030 1 file changed, 3 insertions(+) 2031 2032 commit bed04449dfb9225de9ffb9cfe1e776a34f5980a9 2033 Author: Tom Albers <toma@kde.org> 2034 Date: Wed Jul 15 22:45:47 2009 +0000 2035 2036 Prep for release 2037 2038 svn path=/trunk/extragear/utils/rsibreak/; revision=997530 2039 2040 ChangeLog | 125 2041 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2042 NEWS | 10 +++++ 2043 src/main.cpp | 4 +- 2044 3 files changed, 137 insertions(+), 2 deletions(-) 2045 2046 commit e2350c9c081afb8bd8e59035af9b61a7457bdbe9 2047 Author: Tom Albers <toma@kde.org> 2048 Date: Wed Jul 15 09:44:24 2009 +0000 2049 2050 Adding \n to the KMessageBox makes it magically work again on KDE 2051 4.2.4, trunk was ok already. Seemed to somehow remove part of the 2052 message in 4.2.4, so the image would not show up. 2053 2054 svn path=/trunk/extragear/utils/rsibreak/; revision=997056 2055 2056 src/rsiwidget.cpp | 12 ++++++------ 2057 1 file changed, 6 insertions(+), 6 deletions(-) 2058 2059 commit 442f6acbad7c6b78d740ec734245953997526b75 2060 Author: Tom Albers <toma@kde.org> 2061 Date: Wed Jul 15 08:19:09 2009 +0000 2062 2063 Fix slideshow to be xinerama aware. Yay for a good base class... 2064 2065 svn path=/trunk/extragear/utils/rsibreak/; revision=996933 2066 2067 src/slideshoweffect.cpp | 4 ++++ 2068 1 file changed, 4 insertions(+) 2069 2070 commit 051c48a5b431c754d2f75bb8a124ebf814979dbc 2071 Author: Tom Albers <toma@kde.org> 2072 Date: Tue Jul 14 17:57:43 2009 +0000 2073 2074 move the gray effect to the base class, this way all effects that only 2075 operate on one screen can call setGrayEffectOnAllScreens( true ) 2076 to gray 2077 out all the other screens. Port the gray effect and the plasma 2078 effect to 2079 this system. 2080 2081 svn path=/trunk/extragear/utils/rsibreak/; revision=996693 2082 2083 src/breakbase.cpp | 126 2084 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2085 src/breakbase.h | 39 ++++++++++++++++ 2086 src/grayeffect.cpp | 55 +--------------------- 2087 src/grayeffect.h | 17 ------- 2088 src/plasmaeffect.cpp | 20 ++++---- 2089 5 files changed, 177 insertions(+), 80 deletions(-) 2090 2091 commit 7cfb0a09134fb051363657fed57cc1850e4f74b3 2092 Author: Tom Albers <toma@kde.org> 2093 Date: Tue Jul 14 15:45:48 2009 +0000 2094 2095 Fix the plasma effect, the dbus interface is renamed for KDE >= 2096 4.3.0. So make this effect also work for KDE versions below that.... 2097 CCMAIL: rediscover@ya.ru 2098 2099 svn path=/trunk/extragear/utils/rsibreak/; revision=996644 2100 2101 src/plasmaeffect.cpp | 23 +++++++++++++++++++---- 2102 1 file changed, 19 insertions(+), 4 deletions(-) 2103 2104 commit 0c9aac0ec9448162d374109639b7b7769a96100e 2105 Author: Script Kiddy <scripty@kde.org> 2106 Date: Tue Jul 14 14:43:04 2009 +0000 2107 2108 SVN_SILENT made messages (.desktop file) 2109 2110 svn path=/trunk/extragear/utils/rsibreak/; revision=996589 2111 2112 src/rsibreak.notifyrc | 6 ++++++ 2113 1 file changed, 6 insertions(+) 2114 2115 commit d0d4306cb569c8c0e70d47d1afb6ece192c4cd71 2116 Author: Tom Albers <toma@kde.org> 2117 Date: Mon Jul 13 20:59:37 2009 +0000 2118 2119 Lets see if we can debug why this is not working on every computer.. 2120 2121 svn path=/trunk/extragear/utils/rsibreak/; revision=996112 2122 2123 src/plasmaeffect.cpp | 19 +++++++++++++------ 2124 1 file changed, 13 insertions(+), 6 deletions(-) 2125 2126 commit 4a33de6e007310fbf999c5fbd58a3ec228d8f8c9 2127 Author: Tom Albers <toma@kde.org> 2128 Date: Mon Jul 13 20:44:09 2009 +0000 2129 2130 Make the slideshow work again, error in the logic. Thanks to Artem for 2131 testing. 2132 CCMAIL: rediscover@ya.ru 2133 2134 svn path=/trunk/extragear/utils/rsibreak/; revision=996105 2135 2136 src/rsiwidget.cpp | 5 +++-- 2137 1 file changed, 3 insertions(+), 2 deletions(-) 2138 2139 commit c861384ff58072a55a467b8776f9363562467626 2140 Author: Tom Albers <toma@kde.org> 2141 Date: Mon Jul 13 20:37:54 2009 +0000 2142 2143 Fix bug which resulted in multiple popups telling me the timers have 2144 been reset... 2145 2146 svn path=/trunk/extragear/utils/rsibreak/; revision=996099 2147 2148 src/rsitimer.cpp | 12 ++++++++++-- 2149 1 file changed, 10 insertions(+), 2 deletions(-) 2150 2151 commit 2e0176c645572c2bccc407f96fa91c0ed34650d1 2152 Author: Tom Albers <toma@kde.org> 2153 Date: Mon Jul 13 19:33:50 2009 +0000 2154 2155 Make the gray effect be aware of multiple screens. 2156 2157 svn path=/trunk/extragear/utils/rsibreak/; revision=996069 2158 2159 src/grayeffect.cpp | 37 ++++++++++++++++++++++++------------- 2160 src/grayeffect.h | 2 +- 2161 2 files changed, 25 insertions(+), 14 deletions(-) 2162 2163 commit 724631546d7f90c44f7d036bed263e5916696a41 2164 Author: Tom Albers <toma@kde.org> 2165 Date: Mon Jul 13 17:46:12 2009 +0000 2166 2167 Rename 'No effect' to 'Show popup effect' and rename the simple gray 2168 effect to 'Complete black' effect if there is no compositing 2169 available. 2170 CCMAIL: rediscover@ya.ru 2171 2172 svn path=/trunk/extragear/utils/rsibreak/; revision=996014 2173 2174 src/setupmaximized.cpp | 10 +++++++--- 2175 1 file changed, 7 insertions(+), 3 deletions(-) 2176 2177 commit 606eb02fd0b6c8d58166cdbd1c7d30bae8fbb1cb 2178 Author: Script Kiddy <scripty@kde.org> 2179 Date: Mon Jul 13 14:33:07 2009 +0000 2180 2181 SVN_SILENT made messages (.desktop file) 2182 2183 svn path=/trunk/extragear/utils/rsibreak/; revision=995946 2184 2185 plasma/plasma-applet-rsibreak.desktop | 3 +-- 2186 plasma/plasma-engine-rsibreak.desktop | 4 ++-- 2187 src/rsibreak.desktop | 1 - 2188 src/rsibreak.notifyrc | 7 ++++++- 2189 4 files changed, 9 insertions(+), 6 deletions(-) 2190 2191 commit a32c7469a023577239658b31b1f47af09ca8c6b4 2192 Author: Tom Albers <toma@kde.org> 2193 Date: Sun Jul 12 15:43:34 2009 +0000 2194 2195 Restore DBus interface. 2196 2197 svn path=/trunk/extragear/utils/rsibreak/; revision=995388 2198 2199 TODO | 20 ++++++++++++++++++++ 2200 src/rsiwidget.cpp | 5 +++++ 2201 2 files changed, 25 insertions(+) 2202 2203 commit 3ccde5438eed34b3b895e249c454a63b1b15944f 2204 Author: Tom Albers <toma@kde.org> 2205 Date: Sun Jul 12 15:22:35 2009 +0000 2206 2207 Fix 2 guards, add missing i18n, fix two typo's 2208 2209 svn path=/trunk/extragear/utils/rsibreak/; revision=995382 2210 2211 src/grayeffect.h | 4 ++-- 2212 src/rsiwidget.h | 4 ++-- 2213 src/setupmaximized.cpp | 12 ++++++------ 2214 3 files changed, 10 insertions(+), 10 deletions(-) 2215 2216 commit 6d3985f883f258d1608707d5bb18f1b2b27c3572 2217 Author: Tom Albers <toma@kde.org> 2218 Date: Sun Jul 12 14:59:20 2009 +0000 2219 2220 Prep for release. 2221 2222 svn path=/trunk/extragear/utils/rsibreak/; revision=995368 2223 2224 AUTHORS | 4 +- 2225 ChangeLog | 935 2226 ++++++++++++++++++++++++++++++++++++------------ 2227 HACKING | 14 - 2228 NEWS | 6 + 2229 TODO | 25 -- 2230 kidle.diff | 4 +- 2231 src/breakbase.cpp | 2 +- 2232 src/breakbase.h | 2 +- 2233 src/breakcontrol.cpp | 2 +- 2234 src/breakcontrol.h | 2 +- 2235 src/grayeffect.cpp | 2 +- 2236 src/grayeffect.h | 2 +- 2237 src/main.cpp | 14 +- 2238 src/passivepopup.cpp | 4 +- 2239 src/passivepopup.h | 2 +- 2240 src/plasmaeffect.cpp | 2 +- 2241 src/plasmaeffect.h | 2 +- 2242 src/popupeffect.cpp | 2 +- 2243 src/popupeffect.h | 2 +- 2244 src/rsidock.cpp | 4 +- 2245 src/rsidock.h | 6 +- 2246 src/rsiglobals.cpp | 4 +- 2247 src/rsiglobals.h | 6 +- 2248 src/rsirelaxpopup.cpp | 4 +- 2249 src/rsirelaxpopup.h | 2 +- 2250 src/rsistatitem.cpp | 4 +- 2251 src/rsistatitem.h | 4 +- 2252 src/rsistats.cpp | 2 +- 2253 src/rsistats.h | 4 +- 2254 src/rsistatwidget.cpp | 2 +- 2255 src/rsistatwidget.h | 2 +- 2256 src/rsitimer.cpp | 4 +- 2257 src/rsitimer.h | 6 +- 2258 src/rsitimer_dpms.cpp | 4 +- 2259 src/rsitimer_dpms.h | 4 +- 2260 src/rsitooltip.cpp | 4 +- 2261 src/rsitooltip.h | 4 +- 2262 src/rsiwidget.cpp | 4 +- 2263 src/rsiwidget.h | 6 +- 2264 src/setup.cpp | 2 +- 2265 src/setup.h | 4 +- 2266 src/setupgeneral.cpp | 2 +- 2267 src/setupgeneral.h | 4 +- 2268 src/setupmaximized.cpp | 2 +- 2269 src/setupmaximized.h | 4 +- 2270 src/setuptiming.cpp | 2 +- 2271 src/setuptiming.h | 4 +- 2272 src/slideshoweffect.cpp | 4 +- 2273 src/slideshoweffect.h | 4 +- 2274 49 files changed, 790 insertions(+), 350 deletions(-) 2275 2276 commit 96b35eaec92acd29d07cae8baad37aaf913522e7 2277 Author: Tom Albers <toma@kde.org> 2278 Date: Sun Jul 12 14:17:18 2009 +0000 2279 2280 We used to show a notification that the times were reset until the 2281 user produced activity again. We now use a KNotification with an 2282 auto timeout after a few seconds. Remove the old style path which 2283 simplifies the code and fixes the bug I was trying to fix at the 2284 same time. 2285 BUG: 181002 2286 2287 svn path=/trunk/extragear/utils/rsibreak/; revision=995363 2288 2289 src/rsitimer.cpp | 8 -------- 2290 src/rsitimer.h | 6 ------ 2291 src/rsiwidget.cpp | 24 ------------------------ 2292 src/rsiwidget.h | 2 -- 2293 4 files changed, 40 deletions(-) 2294 2295 commit d66f1fe6b9df7d29f6cb11bac87f4f7ea200d556 2296 Author: Tom Albers <toma@kde.org> 2297 Date: Sun Jul 12 00:07:08 2009 +0000 2298 2299 d->debug is only initialised after reading the config. So only set 2300 the suffix after that. Found by valgrind! 2301 2302 svn path=/trunk/extragear/utils/rsibreak/; revision=995101 2303 2304 src/setuptiming.cpp | 52 2305 +++++++++++++++++++++------------------------------- 2306 1 file changed, 21 insertions(+), 31 deletions(-) 2307 2308 commit 26929305aa7ecfab40cd8bc6b613482839e06740 2309 Author: Tom Albers <toma@kde.org> 2310 Date: Sat Jul 11 16:03:16 2009 +0000 2311 2312 Move away from creating a widget first to have a proper parent 2313 elsewhere. We can do without it. 2314 Also use KNotification for the messages about the timer being reset. 2315 2316 svn path=/trunk/extragear/utils/rsibreak/; revision=994900 2317 2318 src/CMakeLists.txt | 2 +- 2319 src/breakbase.cpp | 10 +++++++--- 2320 src/breakbase.h | 5 +++-- 2321 src/grayeffect.cpp | 7 ++++++- 2322 src/grayeffect.h | 4 +++- 2323 src/main.cpp | 2 +- 2324 src/plasmaeffect.cpp | 2 +- 2325 src/plasmaeffect.h | 2 +- 2326 src/popupeffect.cpp | 9 +++++++-- 2327 src/popupeffect.h | 3 ++- 2328 src/rsibreak.notifyrc | 14 ++++++++++++++ 2329 src/rsiwidget.cpp | 38 ++++++++++++++++---------------------- 2330 src/rsiwidget.h | 38 +++++++++++--------------------------- 2331 src/slideshoweffect.cpp | 9 +++++++-- 2332 src/slideshoweffect.h | 3 ++- 2333 15 files changed, 82 insertions(+), 66 deletions(-) 2334 2335 commit 35994d65495c119c0b20e9ddecd154ddce13bb46 2336 Author: Tom Albers <toma@kde.org> 2337 Date: Sat Jul 11 14:16:25 2009 +0000 2338 2339 Revert change by fabo and ifdef depending on kde version as 2340 suggested by 2341 pino. 2342 2343 svn path=/trunk/extragear/utils/rsibreak/; revision=994828 2344 2345 src/rsitimer.cpp | 2 +- 2346 src/setuptiming.cpp | 40 ++++++++++++++++++++++++++++++++-------- 2347 2 files changed, 33 insertions(+), 9 deletions(-) 2348 2349 commit 8cc765c2b992325d55f6e89ee4fea59cfe4689ef 2350 Author: Fathi Boudra <fabo@kde.org> 2351 Date: Sat Jul 11 12:54:32 2009 +0000 2352 2353 fix build 2354 CCMAIL: toma@kde.org 2355 2356 svn path=/trunk/extragear/utils/rsibreak/; revision=994804 2357 2358 src/setuptiming.cpp | 16 ++++++++-------- 2359 1 file changed, 8 insertions(+), 8 deletions(-) 2360 2361 commit dab4375e18e134515bc3a462b317f20434d0b16c 2362 Author: Tom Albers <toma@kde.org> 2363 Date: Sat Jul 11 01:35:04 2009 +0000 2364 2365 Spot inactivity for more than 10 minutes and don't do any breaks 2366 in that case. This is for the timer which normally ignores all user 2367 activity/inactivity and breaks at fixed time intervals. 2368 BUG:188285 2369 2370 svn path=/trunk/extragear/utils/rsibreak/; revision=994668 2371 2372 src/rsitimer.cpp | 7 ++++++- 2373 1 file changed, 6 insertions(+), 1 deletion(-) 2374 2375 commit c9ce309fe3a3d025beb388148e26d88be4914cae 2376 Author: Tom Albers <toma@kde.org> 2377 Date: Sat Jul 11 01:19:26 2009 +0000 2378 2379 Add an option for the user to determine the transparancy level, 2380 from fully transparant to solid black. 2381 BUG: 187390 2382 2383 svn path=/trunk/extragear/utils/rsibreak/; revision=994662 2384 2385 src/grayeffect.cpp | 19 +++++++++++++++++-- 2386 src/grayeffect.h | 2 ++ 2387 src/rsiwidget.cpp | 4 +++- 2388 src/setupmaximized.cpp | 35 ++++++++++++++++++++++++++++++++--- 2389 4 files changed, 54 insertions(+), 6 deletions(-) 2390 2391 commit 9e949ebed569c8b3fa7a7511a24c1767deba6878 2392 Author: Tom Albers <toma@kde.org> 2393 Date: Sat Jul 11 00:14:06 2009 +0000 2394 2395 Add a new effect: popup. After you ignore the intrusive popup for 2396 20s it will turn to a simple non-intrusive popup for as long as you 2397 don't take a break for that period of time. 2398 BUG: 175290 2399 2400 svn path=/trunk/extragear/utils/rsibreak/; revision=994649 2401 2402 src/CMakeLists.txt | 1 + 2403 src/popupeffect.cpp | 60 2404 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2405 src/popupeffect.h | 49 +++++++++++++++++++++++++++++++++++++++++ 2406 src/rsiwidget.cpp | 8 ++++++- 2407 src/rsiwidget.h | 2 +- 2408 src/setupmaximized.cpp | 4 +++- 2409 6 files changed, 121 insertions(+), 3 deletions(-) 2410 2411 commit 9ad4571534b3f37700311000921ca5f1c7471d03 2412 Author: Tom Albers <toma@kde.org> 2413 Date: Fri Jul 10 21:51:35 2009 +0000 2414 2415 Make the plasma effect working for 4.3.x serie too. As it is a toggle 2416 it is much more vulnerable for errors, i tried to catch them all, 2417 but there might be corner cases around... 2418 2419 svn path=/trunk/extragear/utils/rsibreak/; revision=994621 2420 2421 src/breakbase.cpp | 8 +++----- 2422 src/plasmaeffect.cpp | 17 +++++++++++++++-- 2423 src/rsitimer.cpp | 4 +--- 2424 3 files changed, 19 insertions(+), 10 deletions(-) 2425 2426 commit f6106868ca133b378e94963594765cf8d0937899 2427 Author: Tom Albers <toma@kde.org> 2428 Date: Fri Jul 10 21:06:29 2009 +0000 2429 2430 Move the effects into an enum. Use a KCombobox for selecting an 2431 effect in the settings. 2432 2433 svn path=/trunk/extragear/utils/rsibreak/; revision=994614 2434 2435 src/breakbase.cpp | 25 ++++++++++------ 2436 src/rsirelaxpopup.cpp | 1 - 2437 src/rsiwidget.cpp | 30 +++++++++---------- 2438 src/rsiwidget.h | 3 ++ 2439 src/setupmaximized.cpp | 76 2440 +++++++++++++++++++++++++++---------------------- 2441 src/setupmaximized.h | 3 +- 2442 src/slideshoweffect.cpp | 22 +++++++------- 2443 src/slideshoweffect.h | 10 +++---- 2444 8 files changed, 94 insertions(+), 76 deletions(-) 2445 2446 commit 1318b172e759bf8e4d0033e9386ce9ba333f75d6 2447 Author: Tom Albers <toma@kde.org> 2448 Date: Fri Jul 10 18:59:00 2009 +0000 2449 2450 Restore functionality to disable the skip button and disable the 2451 shortcut. 2452 Use a EffectBase pointer in the rsiwidget class, which simplifies 2453 code. 2454 Remove a path where the timer decide to load a new image or not, 2455 it is not of his business. 2456 2457 svn path=/trunk/extragear/utils/rsibreak/; revision=994577 2458 2459 src/breakbase.cpp | 14 ++++++-- 2460 src/breakbase.h | 3 ++ 2461 src/breakcontrol.cpp | 42 +++++++++++++--------- 2462 src/breakcontrol.h | 6 +++- 2463 src/grayeffect.cpp | 14 ++++---- 2464 src/grayeffect.h | 4 +-- 2465 src/rsitimer.cpp | 25 ++++--------- 2466 src/rsitimer.h | 22 +++--------- 2467 src/rsiwidget.cpp | 95 2468 ++++++++++++++++++------------------------------- 2469 src/rsiwidget.h | 11 +++--- 2470 src/slideshoweffect.cpp | 1 - 2471 src/slideshoweffect.h | 32 ++++++++--------- 2472 12 files changed, 120 insertions(+), 149 deletions(-) 2473 2474 commit aa5237d81641e46424e4e16d81c65f1ce2527658 2475 Author: Tom Albers <toma@kde.org> 2476 Date: Fri Jul 10 17:51:49 2009 +0000 2477 2478 Add a break control class which draws the counter and the two buttons 2479 for locking and skipping. 2480 2481 svn path=/trunk/extragear/utils/rsibreak/; revision=994540 2482 2483 src/CMakeLists.txt | 2 +- 2484 src/boxdialog.cpp | 95 2485 ---------------------------------------------------- 2486 src/boxdialog.h | 73 ---------------------------------------- 2487 src/breakbase.cpp | 31 +++++++++++------ 2488 src/breakbase.h | 4 +-- 2489 src/breakcontrol.cpp | 89 2490 ++++++++++++++++++++++++++++++++++++++++++++++++ 2491 src/breakcontrol.h | 50 +++++++++++++++++++++++++++ 2492 src/rsiwidget.cpp | 3 ++ 2493 8 files changed, 165 insertions(+), 182 deletions(-) 2494 2495 commit fafec5fa6684124185dc564d4a4d418e480fe76f 2496 Author: Tom Albers <toma@kde.org> 2497 Date: Wed Jul 8 21:47:13 2009 +0000 2498 2499 Move for consistent naming. 2500 2501 svn path=/trunk/extragear/utils/rsibreak/; revision=993567 2502 2503 src/CMakeLists.txt | 2 +- 2504 src/grayeffect.cpp | 75 2505 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2506 src/grayeffect.h | 57 +++++++++++++++++++++++++++++++++++++++++ 2507 src/graywidget.cpp | 75 2508 ------------------------------------------------------ 2509 src/graywidget.h | 57 ----------------------------------------- 2510 src/rsiwidget.cpp | 2 +- 2511 6 files changed, 134 insertions(+), 134 deletions(-) 2512 2513 commit a2dfb7311b96fdfe7fff1a5636198cc1d7ad20e8 2514 Author: Tom Albers <toma@kde.org> 2515 Date: Wed Jul 8 21:43:15 2009 +0000 2516 2517 Remove the old gray effect with fake transparancy, use the real 2518 stuff now. 2519 Port it to the breakbase system and massive cleanup in that class. 2520 BUG:187921 2521 2522 svn path=/trunk/extragear/utils/rsibreak/; revision=993564 2523 2524 src/CMakeLists.txt | 1 - 2525 src/breakbase.cpp | 2 - 2526 src/grayouteffect.cpp | 415 2527 ------------------------------------------------ 2528 src/grayouteffect.h | 102 ------------ 2529 src/graywidget.cpp | 85 +++++----- 2530 src/graywidget.h | 61 +++---- 2531 src/rsiwidget.cpp | 28 ++-- 2532 src/rsiwidget.h | 4 +- 2533 src/slideshoweffect.cpp | 1 - 2534 src/slideshoweffect.h | 32 ++-- 2535 10 files changed, 88 insertions(+), 643 deletions(-) 2536 2537 commit ec0dccd6aa6d743e8016009abb22042531390b51 2538 Author: Tom Albers <toma@kde.org> 2539 Date: Tue Jul 7 19:55:57 2009 +0000 2540 2541 Rename file to reflect that it is an effect. 2542 2543 svn path=/trunk/extragear/utils/rsibreak/; revision=992846 2544 2545 src/CMakeLists.txt | 2 +- 2546 src/rsiwidget.cpp | 2 +- 2547 src/slideshow.cpp | 199 2548 ------------------------------------------------ 2549 src/slideshow.h | 78 ------------------- 2550 src/slideshoweffect.cpp | 199 2551 ++++++++++++++++++++++++++++++++++++++++++++++++ 2552 src/slideshoweffect.h | 78 +++++++++++++++++++ 2553 6 files changed, 279 insertions(+), 279 deletions(-) 2554 2555 commit 7d10846ccd30fdf4dd9a6c749f25bc75213290c6 2556 Author: Tom Albers <toma@kde.org> 2557 Date: Tue Jul 7 19:51:10 2009 +0000 2558 2559 Make a base class for the breaks, which deals with counters, 2560 grabs the keyboard, etc, for all effects. Ported plasmaeffect and 2561 slideshow to it, which makes the code much much much more readable 2562 and understandable. 2563 2564 svn path=/trunk/extragear/utils/rsibreak/; revision=992845 2565 2566 src/CMakeLists.txt | 1 + 2567 src/breakbase.cpp | 82 2568 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2569 src/breakbase.h | 51 ++++++++++++++++++++++++++++++++ 2570 src/plasmaeffect.cpp | 48 +++++------------------------- 2571 src/plasmaeffect.h | 22 +++++--------- 2572 src/rsiwidget.cpp | 46 +++++++++++++---------------- 2573 src/rsiwidget.h | 4 +-- 2574 src/slideshow.cpp | 73 +++++++++++++++++++++++++++++----------------- 2575 src/slideshow.h | 53 +++++++++++++++++---------------- 2576 9 files changed, 245 insertions(+), 135 deletions(-) 2577 2578 commit 9f625922f0bf44d28dbb47bb147ba988eb88becc 2579 Author: Tom Albers <toma@kde.org> 2580 Date: Mon Jul 6 21:57:39 2009 +0000 2581 2582 Add the possibility to show the plasma dashboard during breaks. The 2583 readonly mode does not work, as I don't get how grabKeyboard() 2584 and the eventfilter work (at least not the way I use it right now). 2585 2586 svn path=/trunk/extragear/utils/rsibreak/; revision=992451 2587 2588 src/CMakeLists.txt | 1 + 2589 src/plasmaeffect.cpp | 78 2590 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2591 src/plasmaeffect.h | 44 ++++++++++++++++++++++++++++ 2592 src/rsiwidget.cpp | 19 ++++++++++-- 2593 src/rsiwidget.h | 5 ++++ 2594 src/setupmaximized.cpp | 33 +++++++++++++++++++++ 2595 src/setupmaximized.h | 1 + 2596 src/setuptiming.cpp | 2 +- 2597 8 files changed, 180 insertions(+), 3 deletions(-) 2598 2599 commit 59adb919b0f37cd28fa8f67bfe90f93c2c0c8c4c 2600 Author: Tom Albers <toma@kde.org> 2601 Date: Sun Jul 5 21:27:45 2009 +0000 2602 2603 Move to another implementation of the screen shot of the trayicon 2604 stuff after getting black squares again. Guess Qt fixed taking 2605 screenies. 2606 2607 svn path=/trunk/extragear/utils/rsibreak/; revision=991883 2608 2609 src/graywidget.cpp | 5 +-- 2610 src/rsitimer_dpms.cpp | 21 ------------ 2611 src/rsitimer_dpms.h | 2 -- 2612 src/rsiwidget.cpp | 94 2613 +++++++++++++++++++++++++++------------------------ 2614 src/rsiwidget.h | 2 ++ 2615 5 files changed, 54 insertions(+), 70 deletions(-) 2616 2617 commit 1d408552ce9ad0b050708327b7cea80e06b99ecf 2618 Author: Tom Albers <toma@kde.org> 2619 Date: Sun Jul 5 20:48:42 2009 +0000 2620 2621 Don't use slots to adjust the suffix plural, this is in kdelibs now... 2622 2623 svn path=/trunk/extragear/utils/rsibreak/; revision=991874 2624 2625 src/rsitimer.cpp | 24 ++++++++++++------------ 2626 src/setuptiming.cpp | 49 2627 ++++++++----------------------------------------- 2628 src/setuptiming.h | 4 ---- 2629 3 files changed, 20 insertions(+), 57 deletions(-) 2630 2631 commit 1bc53ef54b8743012b21dafcc33cc8e81129cfdb 2632 Author: Tom Albers <toma@kde.org> 2633 Date: Sun Jul 5 18:41:22 2009 +0000 2634 2635 port to use kidle, whenever it reaches kdelibs. 2636 2637 svn path=/trunk/extragear/utils/rsibreak/; revision=991837 2638 2639 kidle.diff | 327 2640 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2641 1 file changed, 327 insertions(+) 2642 2643 commit 84f01f43289d163f298a0f1c070f177e48141d7b 2644 Author: Script Kiddy <scripty@kde.org> 2645 Date: Sat Jun 13 15:28:34 2009 +0000 2646 2647 SVN_SILENT made messages (.desktop file) 2648 2649 svn path=/trunk/extragear/utils/rsibreak/; revision=981529 2650 2651 src/rsibreak.desktop | 1 + 2652 src/rsibreak.notifyrc | 1 + 2653 2 files changed, 2 insertions(+) 2654 2655 commit b88ad4949c741396d8bf21a2ccf703ff7de5451d 2656 Author: Pino Toscano <pino@kde.org> 2657 Date: Sat Jun 13 12:16:49 2009 +0000 2658 2659 change the close button of the stats dialog to be Close instead of Ok 2660 approved by Tom 2661 2662 svn path=/trunk/extragear/utils/rsibreak/; revision=981364 2663 2664 src/rsidock.cpp | 2 +- 2665 1 file changed, 1 insertion(+), 1 deletion(-) 2666 2667 commit a64b9ff77e504f7244d6621185f7de271854f7c7 2668 Author: Nicolas Lécureuil <neoclust.kde@free.fr> 2669 Date: Thu Jun 11 23:31:12 2009 +0000 2670 2671 Use Qt4 headers 2672 2673 svn path=/trunk/extragear/utils/rsibreak/; revision=980539 2674 2675 src/rsiglobals.h | 6 +++--- 2676 src/setup.cpp | 6 +++--- 2677 2 files changed, 6 insertions(+), 6 deletions(-) 2678 2679 commit 14740d9a00fdbba9fee287290b7dd116f9e80107 2680 Author: Tom Albers <toma@kde.org> 2681 Date: Sat May 16 21:19:50 2009 +0000 2682 2683 debug output--; 2684 BUG: 191804 2685 2686 svn path=/trunk/extragear/utils/rsibreak/; revision=968897 2687 2688 src/rsitimer.cpp | 26 +++++++++++++++----------- 2689 1 file changed, 15 insertions(+), 11 deletions(-) 2690 2691 commit f6d0c877298540557e702b9fa282f64f9ae0a553 2692 Author: Script Kiddy <scripty@kde.org> 2693 Date: Sun Apr 5 13:48:25 2009 +0000 2694 2695 SVN_SILENT made messages (.desktop file) 2696 2697 svn path=/trunk/extragear/utils/rsibreak/; revision=949574 2698 2699 plasma/plasma-applet-rsibreak.desktop | 2 ++ 2700 plasma/plasma-engine-rsibreak.desktop | 1 + 2701 src/rsibreak.desktop | 2 ++ 2702 src/rsibreak.notifyrc | 10 ++++++++++ 2703 4 files changed, 15 insertions(+) 2704 2705 commit e35f4241175fdde09b832a5fea5c354422d38099 2706 Author: Script Kiddy <scripty@kde.org> 2707 Date: Mon Mar 30 14:04:36 2009 +0000 2708 2709 SVN_SILENT made messages (.desktop file) 2710 2711 svn path=/trunk/extragear/utils/rsibreak/; revision=946911 2712 2713 plasma/plasma-engine-rsibreak.desktop | 1 + 2714 1 file changed, 1 insertion(+) 2715 2716 commit f46b9cad5d7940644ec4ea26a1dbba6d2bccedb5 2717 Author: Script Kiddy <scripty@kde.org> 2718 Date: Wed Mar 25 15:38:20 2009 +0000 2719 2720 SVN_SILENT made messages (.desktop file) 2721 2722 svn path=/trunk/extragear/utils/rsibreak/; revision=944489 2723 2724 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2725 1 file changed, 2 insertions(+) 2726 2727 commit b74e4b77b77d144c68687dc7a88a1b5f5b78d71f 2728 Author: Andrew Coles <andrew.i.coles@googlemail.com> 2729 Date: Mon Mar 9 22:21:00 2009 +0000 2730 2731 Proof-reading and plural-usage correction. Note that i18np call is 2732 still necessary even 2733 if we know n != 1, as languages other than English have multiple 2734 plural forms. 2735 2736 2737 svn path=/trunk/extragear/utils/rsibreak/; revision=937553 2738 2739 src/rsistats.cpp | 14 +++++++------- 2740 1 file changed, 7 insertions(+), 7 deletions(-) 2741 2742 commit 1888b9ce6dd99fc584e337d05c74add48f4ae789 2743 Author: David Faure <faure@kde.org> 2744 Date: Thu Feb 26 13:52:12 2009 +0000 2745 2746 Fix memory leak found by ultrav1olet on irc (which he investigated 2747 using valgrind massif). 2748 2749 svn path=/trunk/extragear/utils/rsibreak/; revision=932376 2750 2751 src/graywidget.cpp | 1 + 2752 1 file changed, 1 insertion(+) 2753 2754 commit bb000241882fc5d76fed430b53b5a5c4a68bcda7 2755 Author: Script Kiddy <scripty@kde.org> 2756 Date: Wed Feb 11 14:08:59 2009 +0000 2757 2758 SVN_SILENT made messages (.desktop file) 2759 2760 svn path=/trunk/extragear/utils/rsibreak/; revision=924742 2761 2762 plasma/plasma-applet-rsibreak.desktop | 1 + 2763 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2764 src/rsibreak.desktop | 1 + 2765 src/rsibreak.notifyrc | 9 +++++++++ 2766 4 files changed, 13 insertions(+) 2767 2768 commit b771a24e3ac47c54b11bf164919eed8b9ea90ae1 2769 Author: Script Kiddy <scripty@kde.org> 2770 Date: Tue Feb 10 14:37:49 2009 +0000 2771 2772 SVN_SILENT made messages (.desktop file) 2773 2774 svn path=/trunk/extragear/utils/rsibreak/; revision=924339 2775 2776 src/rsibreak.desktop | 2 +- 2777 1 file changed, 1 insertion(+), 1 deletion(-) 2778 2779 commit 3c0efd367a925b09096d4475ff723d6c654f5dd0 2780 Author: Albert Astals Cid <tsdgeos@terra.es> 2781 Date: Sat Jan 31 14:55:26 2009 +0000 2782 2783 Some a rather big memory leak 2784 BUG: 181637 2785 2786 svn path=/trunk/extragear/utils/rsibreak/; revision=919136 2787 2788 src/grayouteffect.cpp | 1 + 2789 src/graywidget.cpp | 2 ++ 2790 2 files changed, 3 insertions(+) 2791 2792 commit 3e38141db9c130f4b01e07bdf34f08e36860b740 2793 Author: Script Kiddy <scripty@kde.org> 2794 Date: Fri Jan 23 13:17:18 2009 +0000 2795 2796 SVN_SILENT made messages (.desktop file) 2797 2798 svn path=/trunk/extragear/utils/rsibreak/; revision=915649 2799 2800 plasma/plasma-applet-rsibreak.desktop | 2 ++ 2801 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2802 src/rsibreak.desktop | 2 ++ 2803 src/rsibreak.notifyrc | 10 ++++++++++ 2804 4 files changed, 16 insertions(+) 2805 2806 commit 4f0a105768c50ccb2b341789703fcd9543337894 2807 Author: Script Kiddy <scripty@kde.org> 2808 Date: Thu Jan 22 13:54:16 2009 +0000 2809 2810 SVN_SILENT made messages (.desktop file) 2811 2812 svn path=/trunk/extragear/utils/rsibreak/; revision=915140 2813 2814 plasma/plasma-applet-rsibreak.desktop | 2 +- 2815 1 file changed, 1 insertion(+), 1 deletion(-) 2816 2817 commit 09e73334cf2e643e50c9aa3c70fed54f6d163d4b 2818 Author: Laurent Montel <montel@kde.org> 2819 Date: Sun Jan 18 10:25:13 2009 +0000 2820 2821 Fix compile 2822 2823 svn path=/trunk/extragear/utils/rsibreak/; revision=912769 2824 2825 plasma/CMakeLists.txt | 3 +-- 2826 1 file changed, 1 insertion(+), 2 deletions(-) 2827 2828 commit 45ef08951253ad897df3cbea66184b25cd729df0 2829 Author: Laurent Montel <montel@kde.org> 2830 Date: Sat Jan 17 16:22:41 2009 +0000 2831 2832 fix plasma search 2833 2834 svn path=/trunk/extragear/utils/rsibreak/; revision=912517 2835 2836 CMakeLists.txt | 11 +++++++++-- 2837 1 file changed, 9 insertions(+), 2 deletions(-) 2838 2839 commit 5aa556e6b5f915506cbbaf1c26d9310952fe44d4 2840 Author: Script Kiddy <scripty@kde.org> 2841 Date: Tue Jan 13 12:38:34 2009 +0000 2842 2843 SVN_SILENT made messages (.desktop file) 2844 2845 svn path=/trunk/extragear/utils/rsibreak/; revision=910475 2846 2847 plasma/plasma-engine-rsibreak.desktop | 1 + 2848 src/rsibreak.notifyrc | 8 ++++++++ 2849 2 files changed, 9 insertions(+) 2850 2851 commit b2795659a3cdc2a8fdc54d12e9375db08a0933a4 2852 Author: Script Kiddy <scripty@kde.org> 2853 Date: Fri Jan 9 16:28:39 2009 +0000 2854 2855 SVN_SILENT made messages (.desktop file) 2856 2857 svn path=/trunk/extragear/utils/rsibreak/; revision=908370 2858 2859 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2860 1 file changed, 2 insertions(+) 2861 2862 commit 4f42012d2fc279f9cfcb28e6fc1904f6fa297027 2863 Author: Burkhard Lück <lueck@hube-lueck.de> 2864 Date: Thu Jan 8 09:52:46 2009 +0000 2865 2866 fix wrong order of translators credit, found by the spanish team 2867 2868 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=907507 2869 2870 doc/index.docbook | 2 +- 2871 1 file changed, 1 insertion(+), 1 deletion(-) 2872 2873 commit a1942aaa9c55a4ab5ad5f6cbf04c63a2081627d2 2874 Author: Nicolas Lécureuil <neoclust.kde@free.fr> 2875 Date: Sun Dec 28 22:51:46 2008 +0000 2876 2877 Fix DocPath DesktopEntry 2878 2879 svn path=/trunk/extragear/utils/rsibreak/; revision=902678 2880 2881 src/rsibreak.desktop | 2 +- 2882 1 file changed, 1 insertion(+), 1 deletion(-) 2883 2884 commit 1edbc4a516808294ab7882ba1f425482fd348f5e 2885 Author: Script Kiddy <scripty@kde.org> 2886 Date: Sun Dec 28 13:30:53 2008 +0000 2887 2888 SVN_SILENT made messages (.desktop file) 2889 2890 svn path=/trunk/extragear/utils/rsibreak/; revision=902481 2891 2892 plasma/plasma-applet-rsibreak.desktop | 2 +- 2893 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2894 src/rsibreak.desktop | 2 +- 2895 src/rsibreak.notifyrc | 12 ++++++------ 2896 4 files changed, 10 insertions(+), 8 deletions(-) 2897 2898 commit 24d137b816e895453b95dfa7daf826374b358c11 2899 Author: Script Kiddy <scripty@kde.org> 2900 Date: Wed Dec 24 13:36:23 2008 +0000 2901 2902 SVN_SILENT made messages (.desktop file) 2903 2904 svn path=/trunk/extragear/utils/rsibreak/; revision=901136 2905 2906 plasma/plasma-applet-rsibreak.desktop | 1 + 2907 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2908 src/rsibreak.notifyrc | 9 +++++++++ 2909 3 files changed, 12 insertions(+) 2910 2911 commit 9955c84e8b7c12c670d9d2914c3b558e7f480d69 2912 Author: Script Kiddy <scripty@kde.org> 2913 Date: Tue Dec 23 13:01:24 2008 +0000 2914 2915 SVN_SILENT made messages (.desktop file) 2916 2917 svn path=/trunk/extragear/utils/rsibreak/; revision=900713 2918 2919 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2920 1 file changed, 2 insertions(+) 2921 2922 commit 7982a8c02438c17feb7d1a8c7b94917dc980244f 2923 Author: Script Kiddy <scripty@kde.org> 2924 Date: Thu Dec 18 12:53:08 2008 +0000 2925 2926 SVN_SILENT made messages (.desktop file) 2927 2928 svn path=/trunk/extragear/utils/rsibreak/; revision=898595 2929 2930 plasma/plasma-engine-rsibreak.desktop | 2 ++ 2931 1 file changed, 2 insertions(+) 2932 2933 commit 5654e1ba4eebbd5ed230782dc89898ab025fe30f 2934 Author: Script Kiddy <scripty@kde.org> 2935 Date: Sat Dec 13 15:37:04 2008 +0000 2936 2937 SVN_SILENT made messages (.desktop file) 2938 2939 svn path=/trunk/extragear/utils/rsibreak/; revision=896476 2940 2941 plasma/plasma-applet-rsibreak.desktop | 1 + 2942 plasma/plasma-engine-rsibreak.desktop | 1 + 2943 src/rsibreak.desktop | 1 + 2944 src/rsibreak.notifyrc | 1 + 2945 4 files changed, 4 insertions(+) 2946 2947 commit 70243b606a5720a8e9df5d28431efcec68a8f306 2948 Author: Tom Albers <toma@kde.org> 2949 Date: Wed Dec 10 21:49:01 2008 +0000 2950 2951 Call adjustSize() before positioning the box in the middle, else 2952 the values are wrong. 2953 2954 svn path=/trunk/extragear/utils/rsibreak/; revision=895516 2955 2956 src/boxdialog.cpp | 1 + 2957 src/slideshow.cpp | 3 +-- 2958 2 files changed, 2 insertions(+), 2 deletions(-) 2959 2960 commit 92f82dd92c017fc6a4f6ffadfabee38464d76573 2961 Author: Script Kiddy <scripty@kde.org> 2962 Date: Sat Nov 29 14:26:57 2008 +0000 2963 2964 SVN_SILENT made messages (.desktop file) 2965 2966 svn path=/trunk/extragear/utils/rsibreak/; revision=890568 2967 2968 plasma/plasma-engine-rsibreak.desktop | 1 + 2969 1 file changed, 1 insertion(+) 2970 2971 commit 485b4cfe585c30f3afba1176abd9ca07db63b8a5 2972 Author: Script Kiddy <scripty@kde.org> 2973 Date: Fri Nov 28 13:33:26 2008 +0000 2974 2975 SVN_SILENT made messages (.desktop file) 2976 2977 svn path=/trunk/extragear/utils/rsibreak/; revision=890161 2978 2979 plasma/plasma-applet-rsibreak.desktop | 2 +- 2980 plasma/plasma-engine-rsibreak.desktop | 4 ++-- 2981 2 files changed, 3 insertions(+), 3 deletions(-) 2982 2983 commit de174e1cd027a46c7d2554638daecba0f48b862c 2984 Author: Laurent Montel <montel@kde.org> 2985 Date: Fri Nov 28 08:38:04 2008 +0000 2986 2987 Fix iterator 2988 2989 svn path=/trunk/extragear/utils/rsibreak/; revision=889989 2990 2991 src/rsistats.cpp | 2 +- 2992 1 file changed, 1 insertion(+), 1 deletion(-) 2993 2994 commit 5f757d3673883ea86a44a4fc384c68a830e87f69 2995 Author: Script Kiddy <scripty@kde.org> 2996 Date: Wed Nov 26 14:05:58 2008 +0000 2997 2998 SVN_SILENT made messages (.desktop file) 2999 3000 svn path=/trunk/extragear/utils/rsibreak/; revision=889328 3001 3002 src/rsibreak.notifyrc | 8 ++++++++ 3003 1 file changed, 8 insertions(+) 3004 3005 commit b8a7103145866af58a03e76f9f55bc962c5b5783 3006 Author: Script Kiddy <scripty@kde.org> 3007 Date: Sun Nov 23 12:21:54 2008 +0000 3008 3009 SVN_SILENT made messages (.desktop file) 3010 3011 svn path=/trunk/extragear/utils/rsibreak/; revision=888005 3012 3013 plasma/plasma-engine-rsibreak.desktop | 2 ++ 3014 1 file changed, 2 insertions(+) 3015 3016 commit b38d721f2be7c1fc57475370effe42eb1cd2ae1d 3017 Author: Tom Albers <toma@kde.org> 3018 Date: Wed Nov 19 19:54:10 2008 +0000 3019 3020 Prep for release. 3021 3022 svn path=/trunk/extragear/utils/rsibreak/; revision=886659 3023 3024 ChangeLog | 24 ++++++++++++++++++++++++ 3025 NEWS | 10 ++-------- 3026 src/main.cpp | 2 +- 3027 3 files changed, 27 insertions(+), 9 deletions(-) 3028 3029 commit 924ed594d65119533eb786049dcaca6b4500a6da 3030 Author: Script Kiddy <scripty@kde.org> 3031 Date: Thu Nov 6 12:25:25 2008 +0000 3032 3033 SVN_SILENT made messages (.desktop file) 3034 3035 svn path=/trunk/extragear/utils/rsibreak/; revision=880765 3036 3037 plasma/plasma-applet-rsibreak.desktop | 1 + 3038 plasma/plasma-engine-rsibreak.desktop | 2 ++ 3039 src/rsibreak.desktop | 1 + 3040 src/rsibreak.notifyrc | 9 +++++++++ 3041 4 files changed, 13 insertions(+) 3042 3043 commit 4128efdbabdb160c23cb158512914d36dd518e81 3044 Author: Laurent Montel <montel@kde.org> 3045 Date: Wed Oct 29 21:01:20 2008 +0000 3046 3047 cmakelint 3048 3049 svn path=/trunk/extragear/utils/rsibreak/; revision=877573 3050 3051 src/CMakeLists.txt | 2 +- 3052 1 file changed, 1 insertion(+), 1 deletion(-) 3053 3054 commit 992d82b4c584b094cb061f2c4beb49048c22d2fd 3055 Author: Script Kiddy <scripty@kde.org> 3056 Date: Wed Oct 29 13:06:23 2008 +0000 3057 3058 SVN_SILENT made messages (.desktop file) 3059 3060 svn path=/trunk/extragear/utils/rsibreak/; revision=877414 3061 3062 plasma/plasma-engine-rsibreak.desktop | 2 ++ 3063 1 file changed, 2 insertions(+) 3064 3065 commit 375beb5a99dc01cc94cf537ed7b3407a53cf878f 3066 Author: Tom Albers <toma@kde.org> 3067 Date: Tue Oct 28 21:13:14 2008 +0000 3068 3069 - reindent 3070 - bump version 3071 - update changelog 3072 - update todo 3073 - update news 3074 - delete rsibreak.devel 3075 3076 svn path=/trunk/extragear/utils/rsibreak/; revision=877183 3077 3078 ChangeLog | 3095 3079 ++++++++++++++++++++++++++++++++++++++++++++++++ 3080 NEWS | 9 + 3081 TODO | 9 - 3082 rsibreak.kdevelop | 214 ---- 3083 src/grayouteffect.cpp | 282 +++-- 3084 src/grayouteffect.h | 4 +- 3085 src/graywidget.cpp | 6 +- 3086 src/main.cpp | 4 +- 3087 src/rsitimer.cpp | 12 +- 3088 src/rsiwidget.cpp | 4 +- 3089 src/rsiwidget.h | 2 +- 3090 src/setupgeneral.cpp | 6 +- 3091 src/setupmaximized.cpp | 8 +- 3092 src/setuptiming.cpp | 8 +- 3093 14 files changed, 3265 insertions(+), 398 deletions(-) 3094 3095 commit 2c68de32e65f0825f053249cb038245d277d89e1 3096 Author: Tom Albers <toma@kde.org> 3097 Date: Tue Oct 28 21:00:39 2008 +0000 3098 3099 Fix Autostart. The desktop file was not properly installed. 3100 BUG: 173739 3101 3102 svn path=/trunk/extragear/utils/rsibreak/; revision=877181 3103 3104 src/CMakeLists.txt | 4 +--- 3105 1 file changed, 1 insertion(+), 3 deletions(-) 3106 3107 commit 7761b7723126f96b58c292abaa2555f204b04d4d 3108 Author: Urs Wolfer <uwolfer@kde.org> 3109 Date: Sun Oct 26 18:47:21 2008 +0000 3110 3111 optimizegraphics: Losslessly optimized PNG and SVGZ files with 3112 "optipng -o5" and "advdef -z -4". 3113 Reduced disk space: 2468KB (2MB) 3114 3115 svn path=/trunk/extragear/utils/rsibreak/; revision=876201 3116 3117 doc/dcop.png | Bin 10104 -> 9225 bytes 3118 doc/logo.png | Bin 5593 -> 5495 bytes 3119 doc/popup.png | Bin 5542 -> 5287 bytes 3120 doc/statistics.png | Bin 13568 -> 13240 bytes 3121 doc/suspend.png | Bin 3954 -> 3798 bytes 3122 icons/hi128-app-rsibreak.png | Bin 15138 -> 12174 bytes 3123 icons/hi16-action-rsibreak0.png | Bin 847 -> 738 bytes 3124 icons/hi16-action-rsibreak1.png | Bin 844 -> 738 bytes 3125 icons/hi16-action-rsibreak2.png | Bin 833 -> 781 bytes 3126 icons/hi16-action-rsibreak3.png | Bin 861 -> 777 bytes 3127 icons/hi16-action-rsibreak4.png | Bin 793 -> 649 bytes 3128 icons/hi16-action-rsibreakx.png | Bin 901 -> 825 bytes 3129 icons/hi16-app-rsibreak.png | Bin 847 -> 747 bytes 3130 icons/hi22-action-rsibreak0.png | Bin 1242 -> 1139 bytes 3131 icons/hi22-action-rsibreak1.png | Bin 1268 -> 1161 bytes 3132 icons/hi22-action-rsibreak2.png | Bin 1276 -> 1231 bytes 3133 icons/hi22-action-rsibreak3.png | Bin 1290 -> 1256 bytes 3134 icons/hi22-action-rsibreak4.png | Bin 1161 -> 1026 bytes 3135 icons/hi22-action-rsibreakx.png | Bin 1423 -> 1330 bytes 3136 icons/hi22-app-rsibreak.png | Bin 1265 -> 1185 bytes 3137 icons/hi32-action-duringbreaks.png | Bin 666 -> 565 bytes 3138 icons/hi32-action-rsibreak0.png | Bin 2066 -> 1726 bytes 3139 icons/hi32-action-rsibreak1.png | Bin 2084 -> 1784 bytes 3140 icons/hi32-action-rsibreak2.png | Bin 2134 -> 1889 bytes 3141 icons/hi32-action-rsibreak3.png | Bin 2191 -> 1932 bytes 3142 icons/hi32-action-rsibreak4.png | Bin 1914 -> 1610 bytes 3143 icons/hi32-action-rsibreakx.png | Bin 2526 -> 2101 bytes 3144 icons/hi32-action-timings.png | Bin 2138 -> 1796 bytes 3145 icons/hi32-app-rsibreak.png | Bin 2138 -> 1796 bytes 3146 29 files changed, 0 insertions(+), 0 deletions(-) 3147 3148 commit 6c2528e5821b5f0cee1bdfa874c4bbab26d48315 3149 Author: Tom Albers <toma@kde.org> 3150 Date: Sun Oct 26 18:44:16 2008 +0000 3151 3152 Give proper warning when RSIBreak is not running. 3153 3154 svn path=/trunk/extragear/utils/rsibreak/; revision=876200 3155 3156 plasma/engine.cpp | 14 +++++++++++--- 3157 1 file changed, 11 insertions(+), 3 deletions(-) 3158 3159 commit d3fd668f5ddeba361bf7b138c06eb66dc8a89bc6 3160 Author: Tom Albers <toma@kde.org> 3161 Date: Sun Oct 26 18:25:11 2008 +0000 3162 3163 Make the plasma applet work again. 3164 3165 svn path=/trunk/extragear/utils/rsibreak/; revision=876191 3166 3167 plasma/engine.cpp | 47 ++++++++++++++++++++--------------- 3168 plasma/engine.h | 23 +++++++++--------- 3169 plasma/rsibreak.cpp | 70 3170 +++++++++++++++++++++++++++++------------------------ 3171 plasma/rsibreak.h | 13 +++++++--- 3172 4 files changed, 87 insertions(+), 66 deletions(-) 3173 3174 commit 5041439ec23afd2418dad8ad9bf9fe0ec02a9105 3175 Author: Tom Albers <toma@kde.org> 3176 Date: Sun Oct 26 01:09:27 2008 +0000 3177 3178 Hook into the freedesktops way of a presentation mode, an application 3179 should call 3180 qdbus org.freedesktop.ScreenSaver "/ScreenSaver" "Inhibit" 3181 to disable the screensaver. If that happens we now put rsibreak 3182 in suspend mode, untill the app indicates the presentation is 3183 over. Applications can use KNotificationRestrictions for this, 3184 after pino adjusts the code for it. 3185 3186 BUG: 143346 3187 3188 svn path=/trunk/extragear/utils/rsibreak/; revision=875937 3189 3190 src/rsitimer.cpp | 37 +++++++++++++++++++++++++++++++++++++ 3191 src/rsitimer.h | 1 + 3192 2 files changed, 38 insertions(+) 3193 3194 commit 7493d51535ff7656514e856b6214495a0173f2ae 3195 Author: Tom Albers <toma@kde.org> 3196 Date: Sat Oct 25 00:00:38 2008 +0000 3197 3198 Add detection of sudden jumps in time and reset the timers in that 3199 case. Can be replaced if HAL decides to emit a signal.. 3200 I would appreciate feedback if this actually works for you. 3201 BUG: 136625 3202 3203 svn path=/trunk/extragear/utils/rsibreak/; revision=875635 3204 3205 src/rsitimer.cpp | 16 ++++++++++++++++ 3206 src/rsitimer.h | 1 + 3207 2 files changed, 17 insertions(+) 3208 3209 commit 96b58b368d5abc3ecba1b54e41e2edd3a6295fa2 3210 Author: Tom Albers <toma@kde.org> 3211 Date: Fri Oct 24 23:09:19 2008 +0000 3212 3213 Delay the welcome screen for a second. This makes it work for me. We 3214 need to change it back as soon as there is a fast implementation of 3215 the systray where icons appear instantly. 3216 BUG: 172159 3217 3218 svn path=/trunk/extragear/utils/rsibreak/; revision=875627 3219 3220 src/rsiwidget.cpp | 2 +- 3221 1 file changed, 1 insertion(+), 1 deletion(-) 3222 3223 commit 6057da3e2adfda1fdabc5d79f5c79c60ae384947 3224 Author: Tom Albers <toma@kde.org> 3225 Date: Fri Oct 24 22:57:15 2008 +0000 3226 3227 Let the timer run in a seperate QThread. All the connects to this 3228 timer are now queued connections, so they keep running in the main 3229 thread (if i understand the documentation properly). This makes sure 3230 the timerEvent keeps getting called each second. This is needed for 3231 the counters to actually count down. If not the users break will 3232 never end. 3233 BUG: 173459 3234 3235 svn path=/trunk/extragear/utils/rsibreak/; revision=875624 3236 3237 src/rsitimer.cpp | 23 +++++++++++++---------- 3238 src/rsitimer.h | 12 +++++++----- 3239 src/rsiwidget.cpp | 24 ++++++++++++------------ 3240 3 files changed, 32 insertions(+), 27 deletions(-) 3241 3242 commit 6b997374c951a892ceb3e95c2d9d04f4fc07153b 3243 Author: Dirk Mueller <mueller@kde.org> 3244 Date: Wed Oct 22 09:45:15 2008 +0000 3245 3246 fix build for non-x86 platforms 3247 3248 svn path=/trunk/extragear/utils/rsibreak/; revision=874683 3249 3250 CMakeLists.txt | 1 - 3251 src/grayouteffect.cpp | 2 +- 3252 2 files changed, 1 insertion(+), 2 deletions(-) 3253 3254 commit 3881b1cd67832111757ffab72632bab1639bc8e3 3255 Author: Script Kiddy <scripty@kde.org> 3256 Date: Thu Oct 16 11:15:25 2008 +0000 3257 3258 SVN_SILENT made messages (.desktop file) 3259 3260 svn path=/trunk/extragear/utils/rsibreak/; revision=872110 3261 3262 plasma/plasma-applet-rsibreak.desktop | 3 ++- 3263 plasma/plasma-engine-rsibreak.desktop | 2 ++ 3264 src/rsibreak.desktop | 1 + 3265 src/rsibreak.notifyrc | 10 ++++++++++ 3266 4 files changed, 15 insertions(+), 1 deletion(-) 3267 3268 commit fd7279e63241dc8ebebe5a7305fabe59d33c51f4 3269 Author: Tom Albers <toma@kde.org> 3270 Date: Thu Oct 9 17:27:44 2008 +0000 3271 3272 Update changelog 3273 3274 svn path=/trunk/extragear/utils/rsibreak/; revision=869667 3275 3276 ChangeLog | 19 +++++++++++++++++++ 3277 1 file changed, 19 insertions(+) 3278 3279 commit 968839a780ec53716f7a7237aed2d6f67e4a8b1a 3280 Author: Will Stephenson <wstephenson@kde.org> 3281 Date: Thu Oct 9 17:21:31 2008 +0000 3282 3283 Fix layouts in config 3284 3285 svn path=/trunk/extragear/utils/rsibreak/; revision=869665 3286 3287 src/setupgeneral.cpp | 13 +++++++++---- 3288 src/setupmaximized.cpp | 14 ++++++++------ 3289 src/setuptiming.cpp | 12 ++++++++---- 3290 3 files changed, 25 insertions(+), 14 deletions(-) 3291 3292 commit 0d047f7916a4f39d91a0df0afafb05b81c6e88c8 3293 Author: Tom Albers <toma@kde.org> 3294 Date: Thu Oct 9 17:11:26 2008 +0000 3295 3296 Delete this, createtarballs is way better. 3297 3298 svn path=/trunk/extragear/utils/rsibreak/; revision=869663 3299 3300 release_rsibreak.rb | 152 3301 ---------------------------------------------------- 3302 1 file changed, 152 deletions(-) 3303 3304 commit be1306a19b764d19cd25786c45fc0d6e12d40730 3305 Author: Tom Albers <toma@kde.org> 3306 Date: Thu Oct 9 17:06:20 2008 +0000 3307 3308 Prep beta 4 3309 3310 svn path=/trunk/extragear/utils/rsibreak/; revision=869661 3311 3312 ChangeLog | 411 3313 +++++++++++++++++++++++++++++++++++++++++++++++++++- 3314 makechangelog | 6 +- 3315 release_rsibreak.rb | 2 +- 3316 src/main.cpp | 2 +- 3317 4 files changed, 411 insertions(+), 10 deletions(-) 3318 3319 commit 440b2e7ad4fd3778250cb8827753fc5c81e2dcaf 3320 Author: Script Kiddy <scripty@kde.org> 3321 Date: Tue Sep 23 11:28:32 2008 +0000 3322 3323 SVN_SILENT made messages (.desktop file) 3324 3325 svn path=/trunk/extragear/utils/rsibreak/; revision=863874 3326 3327 plasma/plasma-engine-rsibreak.desktop | 2 ++ 3328 1 file changed, 2 insertions(+) 3329 3330 commit e2bccb8047d455926fbac3489fb38863147b14b2 3331 Author: Script Kiddy <scripty@kde.org> 3332 Date: Sat Sep 20 12:09:48 2008 +0000 3333 3334 SVN_SILENT made messages (.desktop file) 3335 3336 svn path=/trunk/extragear/utils/rsibreak/; revision=862936 3337 3338 plasma/plasma-applet-rsibreak.desktop | 29 +++- 3339 plasma/plasma-engine-rsibreak.desktop | 24 +++- 3340 src/rsibreak.desktop | 29 ++-- 3341 src/rsibreak.notifyrc | 250 3342 +++++++++++++++++++++------------- 3343 4 files changed, 226 insertions(+), 106 deletions(-) 3344 3345 commit 29aa66e0a17f244a277556c9b1dcfe141bbe7d2d 3346 Author: Burkhard Lück <lueck@hube-lueck.de> 3347 Date: Tue Sep 9 19:50:45 2008 +0000 3348 3349 typo fix reported by Yuri Chornoivan 3350 3351 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=859222 3352 3353 doc/index.docbook | 2 +- 3354 1 file changed, 1 insertion(+), 1 deletion(-) 3355 3356 commit 453e29b33130e660b6b3a8f7dc5b9ec110ac9034 3357 Author: Laurent Montel <montel@kde.org> 3358 Date: Mon Sep 1 11:37:06 2008 +0000 3359 3360 Add macro_log_feature 3361 3362 svn path=/trunk/extragear/utils/rsibreak/; revision=855753 3363 3364 CMakeLists.txt | 3 +++ 3365 1 file changed, 3 insertions(+) 3366 3367 commit 4477997af9b160a8a30e29399866ac027584e311 3368 Author: Rafał Rzepecki <divided.mind@gmail.com> 3369 Date: Tue Aug 12 04:38:05 2008 +0000 3370 3371 Oopps... we don't need that, really. 3372 3373 svn path=/trunk/extragear/utils/rsibreak/; revision=845586 3374 3375 plasma/rsibreak.h | 4 ---- 3376 1 file changed, 4 deletions(-) 3377 3378 commit af3bec793ad5fd742d8da6c6836058cc44a470d6 3379 Author: Rafał Rzepecki <divided.mind@gmail.com> 3380 Date: Tue Aug 12 04:21:02 2008 +0000 3381 3382 Crude interface fully functional. 3383 3384 svn path=/trunk/extragear/utils/rsibreak/; revision=845582 3385 3386 plasma/rsibreak.cpp | 40 +++++++++++++++++++++++++++++++++++----- 3387 plasma/rsibreak.h | 9 ++++++++- 3388 2 files changed, 43 insertions(+), 6 deletions(-) 3389 3390 commit 9d569c3b8c38e2acd19632fd3a6517258005008f 3391 Author: Rafał Rzepecki <divided.mind@gmail.com> 3392 Date: Tue Aug 12 04:20:58 2008 +0000 3393 3394 Created layout for the plasmoid, added a test label. 3395 3396 svn path=/trunk/extragear/utils/rsibreak/; revision=845581 3397 3398 plasma/rsibreak.cpp | 7 +++++++ 3399 1 file changed, 7 insertions(+) 3400 3401 commit 65e612b21a47032c280b70a110fcb5b6c099ae8a 3402 Author: Rafał Rzepecki <divided.mind@gmail.com> 3403 Date: Tue Aug 12 04:20:55 2008 +0000 3404 3405 All right, the times exposed by the engine. 3406 3407 svn path=/trunk/extragear/utils/rsibreak/; revision=845580 3408 3409 plasma/engine.cpp | 19 +++++++++++++++++-- 3410 plasma/engine.h | 3 +++ 3411 2 files changed, 20 insertions(+), 2 deletions(-) 3412 3413 commit 0b4e6edd8bcef9b99d46bdf1c095aaaaee4a4512 3414 Author: Rafał Rzepecki <divided.mind@gmail.com> 3415 Date: Tue Aug 12 04:20:52 2008 +0000 3416 3417 Initialize the DBus interface. 3418 Properly export the plugin. 3419 3420 svn path=/trunk/extragear/utils/rsibreak/; revision=845579 3421 3422 plasma/CMakeLists.txt | 22 +++++++++++++--------- 3423 plasma/engine.cpp | 17 ++++++++++++++++- 3424 plasma/engine.h | 6 ++++++ 3425 3 files changed, 35 insertions(+), 10 deletions(-) 3426 3427 commit e11169bf1e3099ee990c6d09193dccb3868a0cbf 3428 Author: Rafał Rzepecki <divided.mind@gmail.com> 3429 Date: Tue Aug 12 04:20:47 2008 +0000 3430 3431 SVN_SILENT whitespace 3432 3433 svn path=/trunk/extragear/utils/rsibreak/; revision=845578 3434 3435 plasma/engine.h | 8 ++++---- 3436 1 file changed, 4 insertions(+), 4 deletions(-) 3437 3438 commit 7ae3b87641df891a2e30c8825e476ff44a7f0f84 3439 Author: Rafał Rzepecki <divided.mind@gmail.com> 3440 Date: Tue Aug 12 04:20:44 2008 +0000 3441 3442 Skeleton for what will become the rsibreak engine. 3443 3444 svn path=/trunk/extragear/utils/rsibreak/; revision=845577 3445 3446 plasma/CMakeLists.txt | 13 +++++++++++-- 3447 plasma/engine.cpp | 25 ++++++++++++++++++++++++ 3448 plasma/engine.h | 36 3449 +++++++++++++++++++++++++++++++++++ 3450 plasma/plasma-applet-rsibreak.desktop | 2 +- 3451 plasma/plasma-engine-rsibreak.desktop | 17 +++++++++++++++++ 3452 plasma/rsibreak.h | 3 +-- 3453 6 files changed, 91 insertions(+), 5 deletions(-) 3454 3455 commit be208d0edc299e80376f5ee0140f6b12834f2964 3456 Author: Rafał Rzepecki <divided.mind@gmail.com> 3457 Date: Tue Aug 12 04:20:38 2008 +0000 3458 3459 Wipe all code for the applet rewrite. 3460 3461 svn path=/trunk/extragear/utils/rsibreak/; revision=845576 3462 3463 plasma/plasma-applet-rsibreak.desktop | 6 +- 3464 plasma/rsibreak.cpp | 135 3465 +--------------------------------- 3466 plasma/rsibreak.h | 24 +----- 3467 3 files changed, 6 insertions(+), 159 deletions(-) 3468 3469 commit a3c25b3cad380572ece7b525b0574f30d2222bb2 3470 Author: Rafał Rzepecki <divided.mind@gmail.com> 3471 Date: Mon Aug 11 23:56:53 2008 +0000 3472 3473 Added info about the git repository. 3474 3475 svn path=/trunk/extragear/utils/rsibreak/; revision=845546 3476 3477 HACKING | 15 +++++++++++++++ 3478 1 file changed, 15 insertions(+) 3479 3480 commit c65e5c96c4a9c211e79ec15c5a9c3fccaddcd592 3481 Author: Rafał Rzepecki <divided.mind@gmail.com> 3482 Date: Sat Aug 9 01:18:35 2008 +0000 3483 3484 Adapt the plasma applet to the new API. 3485 3486 svn path=/trunk/extragear/utils/rsibreak/; revision=844166 3487 3488 CMakeLists.txt | 3 +-- 3489 plasma/rsibreak.cpp | 13 +++---------- 3490 2 files changed, 4 insertions(+), 12 deletions(-) 3491 3492 commit 28a56f028e32b661a49c44b28665a5092bcaa899 3493 Author: Rafał Rzepecki <divided.mind@gmail.com> 3494 Date: Fri Aug 8 04:41:01 2008 +0000 3495 3496 Fix configuration dialog. 3497 3498 svn path=/trunk/extragear/utils/rsibreak/; revision=843836 3499 3500 src/setupgeneral.cpp | 4 +--- 3501 src/setupmaximized.cpp | 3 --- 3502 src/setuptiming.cpp | 2 -- 3503 3 files changed, 1 insertion(+), 8 deletions(-) 3504 3505 commit cfaa8b2e702f8b5efb2cbc24dbe05416258d9e8a 3506 Author: Rafał Rzepecki <divided.mind@gmail.com> 3507 Date: Fri Aug 8 04:18:46 2008 +0000 3508 3509 Don't show the dummy widget (what is it even for?!). 3510 3511 svn path=/trunk/extragear/utils/rsibreak/; revision=843832 3512 3513 src/rsiwidget.cpp | 1 - 3514 1 file changed, 1 deletion(-) 3515 3516 commit 19013b9356ce78108d1ff48b271e1b542a2788e4 3517 Author: Laurent Montel <montel@kde.org> 3518 Date: Tue Jul 1 06:45:51 2008 +0000 3519 3520 Remove temporary file 3521 3522 svn path=/trunk/extragear/utils/rsibreak/; revision=826702 3523 3524 Messages.sh | 1 + 3525 1 file changed, 1 insertion(+) 3526 3527 commit e788e9c0817b7cca80e93ba1ea3dde85a67365a6 3528 Author: Jakob Petsovits <jpetso@gmx.at> 3529 Date: Sun May 25 14:54:53 2008 +0000 3530 3531 Icon fixes. 3532 3533 svn path=/trunk/extragear/utils/rsibreak/; revision=812477 3534 3535 src/rsidock.cpp | 12 +++++++----- 3536 1 file changed, 7 insertions(+), 5 deletions(-) 3537 3538 commit 2bc0ead097ee02f2221d74f033d6adae594377b1 3539 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 3540 Date: Sat Apr 26 23:35:21 2008 +0000 3541 3542 Krazy fixes, fix icons. 3543 3544 Signed-off-because-somehow-people-want-to-show-off-they're-using-l33t-Git: 3545 Bram Schoenmakers <bramschoenmakers@kde.nl> 3546 3547 svn path=/trunk/extragear/utils/rsibreak/; revision=801597 3548 3549 src/grayouteffect.cpp | 3 ++- 3550 src/rsibreak.desktop | 1 - 3551 src/rsidock.cpp | 4 ++-- 3552 src/rsiwidget.cpp | 4 ++-- 3553 src/rsiwidget.h | 2 +- 3554 5 files changed, 7 insertions(+), 7 deletions(-) 3555 3556 commit 13aa08728491ec97af3f68cf686f5a78cbf4db6f 3557 Author: Laurent Montel <montel@kde.org> 3558 Date: Mon Apr 14 07:23:37 2008 +0000 3559 3560 Comment for the moment plasma applet 3561 3562 svn path=/trunk/extragear/utils/rsibreak/; revision=796717 3563 3564 CMakeLists.txt | 3 ++- 3565 1 file changed, 2 insertions(+), 1 deletion(-) 3566 3567 commit 9c69fa1a64cfac26457deb05dbd5c333a537ff0c 3568 Author: Albert Astals Cid <tsdgeos@terra.es> 3569 Date: Mon Mar 31 21:59:50 2008 +0000 3570 3571 more whitespace 3572 3573 svn path=/trunk/extragear/utils/rsibreak/; revision=792368 3574 3575 src/rsistats.cpp | 6 +++--- 3576 1 file changed, 3 insertions(+), 3 deletions(-) 3577 3578 commit 0cc13938958d8f82ee9dd74dce65248a3c49cae9 3579 Author: Albert Astals Cid <tsdgeos@terra.es> 3580 Date: Mon Mar 31 21:58:56 2008 +0000 3581 3582 add whitespace after the "." 3583 3584 svn path=/trunk/extragear/utils/rsibreak/; revision=792367 3585 3586 src/rsistats.cpp | 2 +- 3587 1 file changed, 1 insertion(+), 1 deletion(-) 3588 3589 commit ec26491329a817ab54ce06c0a0b99ef7b8f2079c 3590 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 3591 Date: Mon Mar 24 09:25:38 2008 +0000 3592 3593 Fix trivial Krazy issues. 3594 3595 3596 svn path=/trunk/extragear/utils/rsibreak/; revision=789425 3597 3598 src/rsistats.cpp | 8 ++++---- 3599 src/rsitimer.cpp | 4 ++-- 3600 src/setupgeneral.cpp | 4 ++-- 3601 3 files changed, 8 insertions(+), 8 deletions(-) 3602 3603 commit 66e5838241bf545f5c0864aed47e25a81aa1f8a6 3604 Author: Laurent Montel <montel@kde.org> 3605 Date: Sat Feb 16 20:39:53 2008 +0000 3606 3607 config.h.cmake-> config-rsibreak.h.cmake 3608 3609 svn path=/trunk/extragear/utils/rsibreak/; revision=775865 3610 3611 config-rsibreak.h.cmake | 6 ++++++ 3612 config.h.cmake | 6 ------ 3613 src/CMakeLists.txt | 6 +++--- 3614 src/rsitimer.cpp | 2 +- 3615 src/rsiwidget.cpp | 2 +- 3616 5 files changed, 11 insertions(+), 11 deletions(-) 3617 3618 commit 2027bddac2fb649f52ed198726d2fb6e0882f4ef 3619 Author: Rafał Rzepecki <divided.mind@gmail.com> 3620 Date: Wed Feb 13 06:27:35 2008 +0000 3621 3622 Fixed some compiler warnings. 3623 3624 svn path=/trunk/extragear/utils/rsibreak/; revision=774375 3625 3626 src/grayouteffect.cpp | 13 ++++++++----- 3627 src/setuptiming.cpp | 15 ++++++++++----- 3628 2 files changed, 18 insertions(+), 10 deletions(-) 3629 3630 commit a116477341a530878108846bbc1e0068c063d0ae 3631 Author: Tom Albers <toma@kde.org> 3632 Date: Sat Jan 26 18:28:16 2008 +0000 3633 3634 SVN_SILENT: version+1 3635 3636 svn path=/trunk/extragear/utils/rsibreak/; revision=766825 3637 3638 src/main.cpp | 2 +- 3639 1 file changed, 1 insertion(+), 1 deletion(-) 3640 3641 commit ca3a767fee4d21e9b895c64a0f0f5b0708044255 3642 Author: Jonathan Riddell <jr@jriddell.org> 3643 Date: Sat Jan 12 16:57:25 2008 +0000 3644 3645 update for new licence policy 3646 3647 svn path=/trunk/extragear/utils/rsibreak/; revision=760433 3648 3649 COPYING-DOCS | 397 3650 ----------------------------------------------------------- 3651 COPYING.DOC | 397 3652 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3653 2 files changed, 397 insertions(+), 397 deletions(-) 3654 3655 commit 037e7364fc7dbaed68c66f5d42499932d854cd23 3656 Author: Tom Albers <toma@kde.org> 3657 Date: Sat Dec 15 20:11:15 2007 +0000 3658 3659 In a tarball the docs are not located in a rsibreak folder, and 3660 therefore breaking the installation path (the macro depends on the 3661 folder name). So override this with the SUBDIR extention. 3662 3663 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=748875 3664 3665 doc/CMakeLists.txt | 2 +- 3666 1 file changed, 1 insertion(+), 1 deletion(-) 3667 3668 commit 27b8ba1c4ee9df2bba2568385fe685979ad09f02 3669 Author: Tom Albers <toma@kde.org> 3670 Date: Mon Oct 15 17:19:06 2007 +0000 3671 3672 remove include, make bot happy maybe 3673 3674 svn path=/trunk/extragear/utils/rsibreak/; revision=725556 3675 3676 src/grayouteffect.cpp | 1 - 3677 1 file changed, 1 deletion(-) 3678 3679 commit 8264653cc3374d60d6866f76beb42f4a17d6914b 3680 Author: Frederik Schwarzer <schwarzer@kde.org> 3681 Date: Sun Oct 14 14:45:59 2007 +0000 3682 3683 display "one" as "1" 3684 3685 svn path=/trunk/extragear/utils/rsibreak/; revision=725097 3686 3687 src/rsiglobals.cpp | 18 ++++++++---------- 3688 1 file changed, 8 insertions(+), 10 deletions(-) 3689 3690 commit d9d220bfdb1e3ef7abe86046878ed3b3a151dabe 3691 Author: Frederik Schwarzer <schwarzer@kde.org> 3692 Date: Sun Oct 14 12:24:34 2007 +0000 3693 3694 some markup, typos and oopsies 3695 3696 svn path=/trunk/extragear/utils/rsibreak/; revision=725059 3697 3698 src/main.cpp | 2 +- 3699 src/rsistats.cpp | 6 +++--- 3700 src/rsiwidget.cpp | 4 ++-- 3701 src/setupgeneral.cpp | 2 +- 3702 4 files changed, 7 insertions(+), 7 deletions(-) 3703 3704 commit 744da5b877f9861df2801dcea16fb11bb21c97b3 3705 Author: Dirk Mueller <mueller@kde.org> 3706 Date: Thu Oct 11 10:09:57 2007 +0000 3707 3708 the usual "daily unbreak compilation" 3709 3710 svn path=/trunk/extragear/utils/rsibreak/; revision=724086 3711 3712 src/grayouteffect.cpp | 1 + 3713 src/graywidget.h | 6 +++++- 3714 2 files changed, 6 insertions(+), 1 deletion(-) 3715 3716 commit 81608e8133627dacbc83267544c1b02f4fdc6be0 3717 Author: Dirk Mueller <mueller@kde.org> 3718 Date: Thu Oct 11 10:09:41 2007 +0000 3719 3720 you don't really want to compare points to string literals 3721 3722 svn path=/trunk/extragear/utils/rsibreak/; revision=724085 3723 3724 src/rsiwidget.cpp | 4 ++-- 3725 1 file changed, 2 insertions(+), 2 deletions(-) 3726 3727 commit d27f5d5327480b105a7aec7f016fd87d9ffbd9d8 3728 Author: Tom Albers <toma@kde.org> 3729 Date: Tue Oct 9 21:23:23 2007 +0000 3730 3731 Remove imagebliz dependency. Yay. 3732 3733 svn path=/trunk/extragear/utils/rsibreak/; revision=723522 3734 3735 CMakeLists.txt | 1 - 3736 src/CMakeLists.txt | 3 +-- 3737 src/graywidget.cpp | 2 -- 3738 3 files changed, 1 insertion(+), 5 deletions(-) 3739 3740 commit 265a365850aeb37d0a7282756eabbfefe7f445d4 3741 Author: Tom Albers <toma@kde.org> 3742 Date: Tue Oct 9 21:13:59 2007 +0000 3743 3744 Use the grayouteffect as developed by fredrikh. Still todo: 3745 - first frame is a black frame 3746 - remove imagebliz as that's not needed anymore 3747 - move XImage to d-pointer, so the xlib include is not needed in the 3748 header (waiting for a final version of grayouteffect from fredrikh). 3749 3750 svn path=/trunk/extragear/utils/rsibreak/; revision=723520 3751 3752 CMakeLists.txt | 1 + 3753 src/CMakeLists.txt | 1 + 3754 src/grayouteffect.cpp | 424 3755 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3756 src/grayouteffect.h | 102 ++++++++++++ 3757 src/graywidget.cpp | 58 +++---- 3758 5 files changed, 548 insertions(+), 38 deletions(-) 3759 3760 commit 08211488d7d154a7ae71c4a5431bdec2375a8026 3761 Author: Pino Toscano <pino@kde.org> 3762 Date: Sat Oct 6 22:58:19 2007 +0000 3763 3764 needed includes 3765 3766 svn path=/trunk/extragear/utils/rsibreak/; revision=722219 3767 3768 src/rsiglobals.cpp | 1 + 3769 src/rsirelaxpopup.cpp | 2 ++ 3770 src/rsistats.cpp | 3 +++ 3771 src/rsistatwidget.cpp | 2 ++ 3772 src/rsitimer.cpp | 1 + 3773 src/rsiwidget.cpp | 2 ++ 3774 src/setupgeneral.cpp | 1 + 3775 src/setuptiming.cpp | 2 ++ 3776 8 files changed, 14 insertions(+) 3777 3778 commit f980d2aeb607c577ae88d5f4ae34e7d7134e8b6d 3779 Author: Rafael Fernández López <ereslibre@kde.org> 3780 Date: Mon Oct 1 15:08:50 2007 +0000 3781 3782 Code adaptation because of changes on libraries related to revision 3783 719630 3784 3785 svn path=/trunk/extragear/utils/rsibreak/; revision=719640 3786 3787 plasma/rsibreak.cpp | 2 +- 3788 src/rsiwidget.cpp | 4 ++-- 3789 2 files changed, 3 insertions(+), 3 deletions(-) 3790 3791 commit dc4e82eb53ab17d2557b9951017d769628a77e48 3792 Author: Arto Hytönen <amthpublic@gmail.com> 3793 Date: Thu Sep 6 22:50:20 2007 +0000 3794 3795 fix for old KColorScheme ctor, to enable it's remove from kdelibs 3796 3797 svn path=/trunk/extragear/utils/rsibreak/; revision=709238 3798 3799 src/rsirelaxpopup.cpp | 4 ++-- 3800 1 file changed, 2 insertions(+), 2 deletions(-) 3801 3802 commit 32e00bc69726c5433b75ea12738f76128d41c8e2 3803 Author: Laurent Montel <montel@kde.org> 3804 Date: Thu Aug 30 17:08:35 2007 +0000 3805 3806 Typo 3807 3808 svn path=/trunk/extragear/utils/rsibreak/; revision=706532 3809 3810 CMakeLists.txt | 2 +- 3811 1 file changed, 1 insertion(+), 1 deletion(-) 3812 3813 commit daaf541f0c2d150f2e8f33ae72c7587f6e2f2d0c 3814 Author: Laurent Montel <montel@kde.org> 3815 Date: Thu Aug 30 16:46:38 2007 +0000 3816 3817 Make happy dashboard 3818 3819 svn path=/trunk/extragear/utils/rsibreak/; revision=706523 3820 3821 CMakeLists.txt | 5 +++-- 3822 src/CMakeLists.txt | 2 +- 3823 2 files changed, 4 insertions(+), 3 deletions(-) 3824 3825 commit 477eeda7e5d87869ba74acb7f18e83534cfac5c7 3826 Author: Aaron J. Seigo <aseigo@kde.org> 3827 Date: Thu Aug 30 04:45:23 2007 +0000 3828 3829 build 3830 3831 svn path=/trunk/extragear/utils/rsibreak/; revision=706361 3832 3833 plasma/rsibreak.cpp | 2 +- 3834 plasma/rsibreak.h | 2 +- 3835 2 files changed, 2 insertions(+), 2 deletions(-) 3836 3837 commit b01b7ec22bd7ee3dbe1057c82d53046159117b4f 3838 Author: Dirk Mueller <mueller@kde.org> 3839 Date: Wed Aug 29 23:56:50 2007 +0000 3840 3841 its qimageblitz.h now 3842 3843 svn path=/trunk/extragear/utils/rsibreak/; revision=706335 3844 3845 src/graywidget.cpp | 2 +- 3846 1 file changed, 1 insertion(+), 1 deletion(-) 3847 3848 commit 44c9fadef5977b93e781c9f3ccec936e9f4e0202 3849 Author: Thiago Macieira <thiago@kde.org> 3850 Date: Mon Aug 20 21:44:36 2007 +0000 3851 3852 Remove use of k_funcinfo 3853 3854 svn path=/trunk/extragear/utils/rsibreak/; revision=702604 3855 3856 src/graywidget.cpp | 2 +- 3857 src/passivepopup.cpp | 2 +- 3858 src/rsirelaxpopup.cpp | 2 +- 3859 src/rsiwidget.cpp | 2 +- 3860 4 files changed, 4 insertions(+), 4 deletions(-) 3861 3862 commit ac9cbd89f0670325ea3be139c67cb9bdcb717113 3863 Author: Thiago Macieira <thiago@kde.org> 3864 Date: Mon Aug 20 21:44:32 2007 +0000 3865 3866 Find blitz properly 3867 3868 svn path=/trunk/extragear/utils/rsibreak/; revision=702603 3869 3870 src/CMakeLists.txt | 5 +++-- 3871 1 file changed, 3 insertions(+), 2 deletions(-) 3872 3873 commit a5231c254c942119fc2c8f83f262b7e8cd8142ad 3874 Author: Laurent Montel <montel@kde.org> 3875 Date: Mon Aug 20 06:23:31 2007 +0000 3876 3877 Use an uniq macro to create/install doc 3878 3879 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=702112 3880 3881 doc/CMakeLists.txt | 3 +-- 3882 1 file changed, 1 insertion(+), 2 deletions(-) 3883 3884 commit e6721310ea6d501d3d743f5311090b23b86d2e2e 3885 Author: Tom Albers <toma@kde.org> 3886 Date: Thu Aug 16 19:21:00 2007 +0000 3887 3888 Flush work in progress. Is not yet what i want it to be. To be 3889 continued... 3890 3891 svn path=/trunk/extragear/utils/rsibreak/; revision=700914 3892 3893 plasma/CMakeLists.txt | 1 + 3894 plasma/rsibreak.cpp | 106 +++- 3895 plasma/rsibreak.h | 10 + 3896 plasma/rsibreak.svg | 1607 3897 +++++++++++++++++++++++++++++++++++++++++++++++++ 3898 4 files changed, 1703 insertions(+), 21 deletions(-) 3899 3900 commit 36ecc2c5e98cce04d2237e076b30c763338c1525 3901 Author: Laurent Montel <montel@kde.org> 3902 Date: Mon Aug 13 06:27:56 2007 +0000 3903 3904 Adapt to new cmake macro 3905 3906 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=699464 3907 3908 doc/CMakeLists.txt | 2 +- 3909 1 file changed, 1 insertion(+), 1 deletion(-) 3910 3911 commit 83b6ff576e098e9da8634fd3b5ea5293919f4ccb 3912 Author: Tom Albers <toma@kde.org> 3913 Date: Sat Aug 11 17:11:48 2007 +0000 3914 3915 Resize the applet according to the size of the text we want to display 3916 Show the rsibreak logo on the top left, which is the same as in the 3917 tray: showing the time left to the break. 3918 3919 svn path=/trunk/extragear/utils/rsibreak/; revision=698975 3920 3921 plasma/rsibreak.cpp | 59 3922 +++++++++++++++++++++++++++--------------- 3923 plasma/rsibreak.h | 3 +++ 3924 src/org.rsibreak.rsiwidget.xml | 3 +++ 3925 src/rsiwidget.cpp | 5 ++-- 3926 src/rsiwidget.h | 7 +++++ 3927 5 files changed, 53 insertions(+), 24 deletions(-) 3928 3929 commit eb832f46d050e2e34bb7f60627f872eec4623221 3930 Author: Tom Albers <toma@kde.org> 3931 Date: Sat Aug 11 14:12:25 2007 +0000 3932 3933 SVN_SILENT: Document coding style and add a kdevelop file. 3934 3935 svn path=/trunk/extragear/utils/rsibreak/; revision=698936 3936 3937 HACKING | 12 +++ 3938 release_rsibreak.rb | 2 +- 3939 rsibreak.kdevelop | 214 3940 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3941 3 files changed, 227 insertions(+), 1 deletion(-) 3942 3943 commit 7a73e9cafaf28fe0c65c3ddd023402de0e72ed08 3944 Author: Tom Albers <toma@kde.org> 3945 Date: Sat Aug 11 14:06:10 2007 +0000 3946 3947 adjust coding style to kdelibs policy (almost). 3948 3949 svn path=/trunk/extragear/utils/rsibreak/; revision=698933 3950 3951 plasma/rsibreak.cpp | 84 ++++----- 3952 plasma/rsibreak.h | 20 +-- 3953 src/boxdialog.cpp | 68 ++++--- 3954 src/boxdialog.h | 66 +++---- 3955 src/graywidget.cpp | 46 +++-- 3956 src/graywidget.h | 70 ++++---- 3957 src/main.cpp | 72 ++++---- 3958 src/passivepopup.cpp | 15 +- 3959 src/passivepopup.h | 6 +- 3960 src/rsidock.cpp | 164 ++++++++--------- 3961 src/rsidock.h | 154 ++++++++-------- 3962 src/rsiglobals.cpp | 102 +++++------ 3963 src/rsiglobals.h | 68 +++---- 3964 src/rsirelaxpopup.cpp | 74 ++++---- 3965 src/rsirelaxpopup.h | 18 +- 3966 src/rsistatitem.cpp | 58 +++--- 3967 src/rsistatitem.h | 30 ++-- 3968 src/rsistats.cpp | 331 +++++++++++++++++----------------- 3969 src/rsistats.h | 4 +- 3970 src/rsistatwidget.cpp | 55 +++--- 3971 src/rsistatwidget.h | 14 +- 3972 src/rsitimer.cpp | 315 +++++++++++++-------------------- 3973 src/rsitimer.h | 472 3974 +++++++++++++++++++++++++------------------------ 3975 src/rsitimer_dpms.cpp | 61 ++++--- 3976 src/rsitimer_dpms.h | 4 +- 3977 src/rsitooltip.cpp | 65 +++---- 3978 src/rsitooltip.h | 20 ++- 3979 src/rsiwidget.cpp | 346 +++++++++++++++++------------------- 3980 src/rsiwidget.h | 162 +++++++++-------- 3981 src/setup.cpp | 18 +- 3982 src/setup.h | 2 +- 3983 src/setupgeneral.cpp | 162 ++++++++--------- 3984 src/setupgeneral.h | 2 +- 3985 src/setupmaximized.cpp | 270 ++++++++++++++-------------- 3986 src/setupmaximized.h | 4 +- 3987 src/setuptiming.cpp | 192 ++++++++++---------- 3988 src/setuptiming.h | 4 +- 3989 src/slideshow.cpp | 117 ++++++------ 3990 src/slideshow.h | 76 ++++---- 3991 39 files changed, 1861 insertions(+), 1950 deletions(-) 3992 3993 commit a6c0d4fb469076b2d3c69ae8aeae662178cd3993 3994 Author: Tom Albers <toma@kde.org> 3995 Date: Sat Aug 11 09:00:47 2007 +0000 3996 3997 Someone asks to port to Blitz. I do that. 3998 Compile++ on the localizedstring for the gutsy compiler. 3999 4000 svn path=/trunk/extragear/utils/rsibreak/; revision=698839 4001 4002 src/CMakeLists.txt | 2 +- 4003 src/graywidget.cpp | 19 ++++++++++--------- 4004 src/graywidget.h | 2 +- 4005 src/rsiwidget.cpp | 4 ++-- 4006 4 files changed, 14 insertions(+), 13 deletions(-) 4007 4008 commit cd43ea43a38b4c190395655cd21792becfd300b2 4009 Author: Tom Albers <toma@kde.org> 4010 Date: Tue Aug 7 19:19:58 2007 +0000 4011 4012 i18n fixes 4013 4014 svn path=/trunk/extragear/utils/rsibreak/; revision=697432 4015 4016 plasma/rsibreak.cpp | 2 +- 4017 src/rsiwidget.cpp | 17 ++++++++--------- 4018 2 files changed, 9 insertions(+), 10 deletions(-) 4019 4020 commit 5a07c402c41ebe60e2f1d97f902dc296ff068f42 4021 Author: Tom Albers <toma@kde.org> 4022 Date: Sun Aug 5 17:23:15 2007 +0000 4023 4024 SVN_SILENT: administrative 4025 4026 svn path=/trunk/extragear/utils/rsibreak/; revision=696704 4027 4028 ChangeLog | 1246 4029 +++++++++++++++++++++++++++++++++++++-------------- 4030 makechangelog | 2 +- 4031 release_rsibreak.rb | 2 +- 4032 src/main.cpp | 4 +- 4033 4 files changed, 923 insertions(+), 331 deletions(-) 4034 4035 commit a6fe11b03c3c0bd24a2ad9936c535a9b24e7ddc5 4036 Author: Tom Albers <toma@kde.org> 4037 Date: Sun Aug 5 11:39:56 2007 +0000 4038 4039 SVN_SILENT: adjust release script to CMAKE. 4040 4041 svn path=/trunk/extragear/utils/rsibreak/; revision=696601 4042 4043 release_rsibreak.rb | 116 4044 +++++++++++++++------------------------------------- 4045 1 file changed, 32 insertions(+), 84 deletions(-) 4046 4047 commit 9142c24a0b453c0e21ecc2fd9e88dd64f0dad770 4048 Author: Laurent Montel <montel@kde.org> 4049 Date: Sun Aug 5 08:18:15 2007 +0000 4050 4051 Extract message 4052 4053 svn path=/trunk/extragear/utils/rsibreak/; revision=696547 4054 4055 plasma/Messages.sh | 2 ++ 4056 1 file changed, 2 insertions(+) 4057 4058 commit 1ff0a9c627d6ac727a4b1c30b412ff71b7ccd3f3 4059 Author: Laurent Montel <montel@kde.org> 4060 Date: Sun Aug 5 07:30:40 2007 +0000 4061 4062 Remove not necessary forward declaration 4063 4064 svn path=/trunk/extragear/utils/rsibreak/; revision=696534 4065 4066 src/graywidget.h | 1 - 4067 src/passivepopup.h | 1 - 4068 src/rsidock.h | 2 -- 4069 3 files changed, 4 deletions(-) 4070 4071 commit 65f6ef026014ce0b200e435563d00033e088e513 4072 Author: Laurent Montel <montel@kde.org> 4073 Date: Sun Aug 5 07:23:24 2007 +0000 4074 4075 not necessary with new build system 4076 4077 svn path=/trunk/extragear/utils/rsibreak/; revision=696531 4078 4079 icons/Makefile.am | 3 --- 4080 1 file changed, 3 deletions(-) 4081 4082 commit 26c18226c3da493cdf912363047456188c9d0756 4083 Author: Laurent Montel <montel@kde.org> 4084 Date: Sun Aug 5 07:20:40 2007 +0000 4085 4086 Adapt to new build system 4087 4088 svn path=/trunk/extragear/utils/rsibreak/; revision=696529 4089 4090 INSTALL | 168 4091 +--------------------------------------------------------------- 4092 1 file changed, 2 insertions(+), 166 deletions(-) 4093 4094 commit ca5c1a7876a17d312226fc1a12d4f6db2fd43f65 4095 Author: Laurent Montel <montel@kde.org> 4096 Date: Sun Aug 5 07:19:06 2007 +0000 4097 4098 Search plasma module 4099 Don't add so name to plasma plugins 4100 4101 svn path=/trunk/extragear/utils/rsibreak/; revision=696528 4102 4103 CMakeLists.txt | 7 +++++-- 4104 plasma/CMakeLists.txt | 3 +-- 4105 2 files changed, 6 insertions(+), 4 deletions(-) 4106 4107 commit c734b862ec52e87e82ba8b72a7bf1e92ee2073d5 4108 Author: Tom Albers <toma@kde.org> 4109 Date: Sat Aug 4 17:09:29 2007 +0000 4110 4111 RSIBreak meets Plasma. Basic Plasmoid showing the current idleTime, 4112 and when the next breaks are due. 4113 4114 svn path=/trunk/extragear/utils/rsibreak/; revision=696400 4115 4116 CMakeLists.txt | 3 +- 4117 TODO | 25 +++++----- 4118 plasma/CMakeLists.txt | 11 +++++ 4119 plasma/plasma-applet-rsibreak.desktop | 17 +++++++ 4120 plasma/rsibreak.cpp | 93 4121 +++++++++++++++++++++++++++++++++++ 4122 plasma/rsibreak.h | 45 +++++++++++++++++ 4123 src/org.rsibreak.rsiwidget.xml | 6 +++ 4124 src/rsitimer.h | 3 ++ 4125 src/rsiwidget.h | 2 + 4126 9 files changed, 192 insertions(+), 13 deletions(-) 4127 4128 commit 233247f0ec84d14c270a76cd3facf2acc1e9b937 4129 Author: Tom Albers <toma@kde.org> 4130 Date: Sat Aug 4 11:19:21 2007 +0000 4131 4132 Remove last q3 call. 4133 4134 svn path=/trunk/extragear/utils/rsibreak/; revision=696262 4135 4136 src/rsistatitem.h | 9 ++++----- 4137 src/rsistats.cpp | 26 +++++++++++++------------- 4138 2 files changed, 17 insertions(+), 18 deletions(-) 4139 4140 commit 0e0c6aee785a2c3cfe0b5c560c753dcbb5e11a69 4141 Author: Tom Albers <toma@kde.org> 4142 Date: Sat Aug 4 11:07:20 2007 +0000 4143 4144 Add dbus interface for idleTime() and fix bug where idleTime() 4145 was reporting false info when rsibreak was suspended. Should be 4146 backported. 4147 4148 svn path=/trunk/extragear/utils/rsibreak/; revision=696259 4149 4150 src/org.rsibreak.rsiwidget.xml | 3 +++ 4151 src/rsitimer.cpp | 7 +++++-- 4152 src/rsiwidget.h | 1 + 4153 3 files changed, 9 insertions(+), 2 deletions(-) 4154 4155 commit 56d0d8f5c37cbe081040f5dbaa0e67b9abdbab44 4156 Author: Tom Albers <toma@kde.org> 4157 Date: Sat Aug 4 10:45:55 2007 +0000 4158 4159 - remove the settings for the font color, size and the possibility 4160 to show/hide the counter. 4161 - add all dcop methods we had in the 3 series as dbus methods. 4162 4163 svn path=/trunk/extragear/utils/rsibreak/; revision=696254 4164 4165 src/main.cpp | 5 +--- 4166 src/org.rsibreak.rsiwidget.xml | 10 ++++++- 4167 src/rsiwidget.cpp | 7 +---- 4168 src/rsiwidget.h | 20 +++++++++---- 4169 src/setupmaximized.cpp | 65 4170 ------------------------------------------ 4171 src/setupmaximized.h | 2 -- 4172 6 files changed, 25 insertions(+), 84 deletions(-) 4173 4174 commit 686a595eaa090180571c32e9f667170f7edb9e24 4175 Author: Tom Albers <toma@kde.org> 4176 Date: Sat Aug 4 01:39:09 2007 +0000 4177 4178 rename RSIWidget to RSIObject, create a RSIWidget based on a QLabel 4179 to serve as parent for all other classes. This way we dont get an 4180 empty window on start. To prevent the maximise/minimise behaviour 4181 which we get when using a KSystemTrayIcon with a valid parent, 4182 use a QSystemTrayIcon instead. The K version does not add anything 4183 usefull for us. 4184 4185 svn path=/trunk/extragear/utils/rsibreak/; revision=696167 4186 4187 src/boxdialog.cpp | 2 -- 4188 src/graywidget.cpp | 1 + 4189 src/main.cpp | 2 +- 4190 src/passivepopup.cpp | 2 +- 4191 src/passivepopup.h | 2 +- 4192 src/rsidock.cpp | 5 +-- 4193 src/rsidock.h | 4 +-- 4194 src/rsirelaxpopup.cpp | 4 +-- 4195 src/rsirelaxpopup.h | 6 ++-- 4196 src/rsitooltip.cpp | 2 +- 4197 src/rsitooltip.h | 4 +-- 4198 src/rsiwidget.cpp | 94 4199 ++++++++++++++++++++++++++++++--------------------- 4200 src/rsiwidget.h | 32 ++++++++++++------ 4201 src/slideshow.cpp | 11 +++--- 4202 14 files changed, 99 insertions(+), 72 deletions(-) 4203 4204 commit 632b270e6db43a4a2e715885a894941d98806831 4205 Author: Tom Albers <toma@kde.org> 4206 Date: Sat Aug 4 00:24:37 2007 +0000 4207 4208 Hide the dialog properly after a break or when user aborts the break. 4209 4210 svn path=/trunk/extragear/utils/rsibreak/; revision=696155 4211 4212 src/boxdialog.cpp | 2 +- 4213 src/boxdialog.h | 7 +++++-- 4214 src/graywidget.cpp | 2 +- 4215 src/setupmaximized.cpp | 2 +- 4216 src/slideshow.cpp | 2 +- 4217 5 files changed, 9 insertions(+), 6 deletions(-) 4218 4219 commit b7a1fc995a1054c166a9a4329bb6087eacf62b18 4220 Author: Tom Albers <toma@kde.org> 4221 Date: Fri Aug 3 22:12:26 2007 +0000 4222 4223 Headers-- 4224 4225 svn path=/trunk/extragear/utils/rsibreak/; revision=696133 4226 4227 src/CMakeLists.txt | 2 +- 4228 src/boxdialog.cpp | 6 ------ 4229 src/boxdialog.h | 2 -- 4230 src/graywidget.cpp | 9 +++------ 4231 src/graywidget.h | 2 -- 4232 src/rsiwidget.cpp | 55 4233 +++++++++++++++--------------------------------------- 4234 src/rsiwidget.h | 13 +------------ 4235 src/slideshow.cpp | 51 4236 ++++++-------------------------------------------- 4237 src/slideshow.h | 17 +---------------- 4238 9 files changed, 27 insertions(+), 130 deletions(-) 4239 4240 commit 668e75ddeba7e6a78264e5597a6e93d133ad245e 4241 Author: Tom Albers <toma@kde.org> 4242 Date: Fri Aug 3 21:53:07 2007 +0000 4243 4244 Move the kdialog box out of the graywidget into its own class and 4245 use that class also in the slideshow class. 4246 4247 svn path=/trunk/extragear/utils/rsibreak/; revision=696119 4248 4249 src/CMakeLists.txt | 1 + 4250 src/boxdialog.cpp | 106 4251 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4252 src/boxdialog.h | 70 +++++++++++++++++++++++++++++++++++ 4253 src/graywidget.cpp | 68 ++-------------------------------- 4254 src/graywidget.h | 18 +++------ 4255 src/rsiwidget.cpp | 25 +++++++++---- 4256 src/slideshow.cpp | 5 +++ 4257 src/slideshow.h | 4 ++ 4258 8 files changed, 213 insertions(+), 84 deletions(-) 4259 4260 commit 5efd9a4e1310fc98b860c09cf19e03edad8db34d 4261 Author: Tom Albers <toma@kde.org> 4262 Date: Fri Aug 3 21:11:16 2007 +0000 4263 4264 Fix ebn issues. 4265 4266 svn path=/trunk/extragear/utils/rsibreak/; revision=696109 4267 4268 src/rsiglobals.cpp | 4 ++-- 4269 src/rsiwidget.cpp | 12 +++++------- 4270 src/setupmaximized.cpp | 15 +++++++++------ 4271 src/slideshow.cpp | 1 - 4272 4 files changed, 16 insertions(+), 16 deletions(-) 4273 4274 commit feea73ceb7bc91f3a993204918956a1fb0da4b7a 4275 Author: Laurent Montel <montel@kde.org> 4276 Date: Fri Aug 3 20:50:14 2007 +0000 4277 4278 Fix compile 4279 4280 svn path=/trunk/extragear/utils/rsibreak/; revision=696104 4281 4282 src/CMakeLists.txt | 6 +++--- 4283 1 file changed, 3 insertions(+), 3 deletions(-) 4284 4285 commit 4997c8755999ee8cad9d9228bbdbc87227ddd929 4286 Author: Laurent Montel <montel@kde.org> 4287 Date: Fri Aug 3 20:32:51 2007 +0000 4288 4289 adapt to kdebug api 4290 4291 svn path=/trunk/extragear/utils/rsibreak/; revision=696100 4292 4293 src/graywidget.cpp | 6 +++--- 4294 src/passivepopup.cpp | 2 +- 4295 src/rsidock.cpp | 2 +- 4296 src/rsiglobals.cpp | 4 ++-- 4297 src/rsirelaxpopup.cpp | 2 +- 4298 src/rsitimer.cpp | 6 +++--- 4299 src/rsiwidget.cpp | 2 +- 4300 src/slideshow.cpp | 8 ++++---- 4301 8 files changed, 16 insertions(+), 16 deletions(-) 4302 4303 commit 44e2f1c27d8fdc41dd5b36fc9622415e36739308 4304 Author: Laurent Montel <montel@kde.org> 4305 Date: Fri Aug 3 20:31:43 2007 +0000 4306 4307 Fix typo 4308 4309 svn path=/trunk/extragear/utils/rsibreak/; revision=696099 4310 4311 src/CMakeLists.txt | 6 +++--- 4312 1 file changed, 3 insertions(+), 3 deletions(-) 4313 4314 commit c6437f9757502671deee9733b013e393e720f623 4315 Author: Laurent Montel <montel@kde.org> 4316 Date: Fri Aug 3 20:22:51 2007 +0000 4317 4318 Not necessary 4319 4320 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=696097 4321 4322 doc/Makefile.am | 2 -- 4323 1 file changed, 2 deletions(-) 4324 4325 commit 489c44760ce983eced92ccf4e664e369d2e61696 4326 Author: Laurent Montel <montel@kde.org> 4327 Date: Fri Aug 3 20:22:24 2007 +0000 4328 4329 Add CMakeLists 4330 4331 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=696096 4332 4333 doc/CMakeLists.txt | 2 ++ 4334 1 file changed, 2 insertions(+) 4335 4336 commit f84b4572d3f21f3808901db2d8a2f0b79d273353 4337 Author: Tom Albers <toma@kde.org> 4338 Date: Wed Aug 1 21:04:00 2007 +0000 4339 4340 remove, nobody uses that. ;-) 4341 4342 svn path=/trunk/extragear/utils/rsibreak/; revision=695333 4343 4344 src/rsidock.cpp | 16 +--------------- 4345 src/rsidock.h | 1 - 4346 src/rsiwidget.h | 2 ++ 4347 3 files changed, 3 insertions(+), 16 deletions(-) 4348 4349 commit ecf466ef1354dfd3b225f7a738edf25733ef83b6 4350 Author: Tom Albers <toma@kde.org> 4351 Date: Wed Aug 1 20:31:23 2007 +0000 4352 4353 On left click open the stats dialog. 4354 4355 svn path=/trunk/extragear/utils/rsibreak/; revision=695317 4356 4357 src/rsidock.cpp | 39 +++++++++++++++++---------------------- 4358 src/rsidock.h | 1 + 4359 2 files changed, 18 insertions(+), 22 deletions(-) 4360 4361 commit 62bced7ec6d39b0e21419bc77e347fafc8f14d36 4362 Author: Tom Albers <toma@kde.org> 4363 Date: Tue Jul 31 21:14:25 2007 +0000 4364 4365 disadvantage of fast laptop is that it takes the screenshot after 4366 the widget is shown, resulting in a black screenie in this case. Fix 4367 that and use the new screenshot routine, so it actually works on 4368 this laptop. 4369 4370 svn path=/trunk/extragear/utils/rsibreak/; revision=694832 4371 4372 src/graywidget.cpp | 35 ++++++++++++++++++++++------------- 4373 src/graywidget.h | 2 ++ 4374 src/rsiwidget.cpp | 5 ----- 4375 3 files changed, 24 insertions(+), 18 deletions(-) 4376 4377 commit 1adb13686c069d74db41f69f126e135b470ad7b7 4378 Author: Frode M. Døving <frode@lnix.net> 4379 Date: Tue Jul 31 19:43:14 2007 +0000 4380 4381 D-Bus call to lock the screen. 4382 4383 svn path=/trunk/extragear/utils/rsibreak/; revision=694804 4384 4385 src/rsiwidget.cpp | 11 +++-------- 4386 1 file changed, 3 insertions(+), 8 deletions(-) 4387 4388 commit cd7c4396a83c363323208a9c03bf7173120e1132 4389 Author: Tom Albers <toma@kde.org> 4390 Date: Tue Jul 31 19:19:53 2007 +0000 4391 4392 Make a screenshot that works. Thanks to the code from fredrikh! Solves 4393 the distortions. 4394 4395 svn path=/trunk/extragear/utils/rsibreak/; revision=694797 4396 4397 src/rsitimer_dpms.cpp | 31 +++++++++++++++++++++++++++++++ 4398 src/rsitimer_dpms.h | 2 ++ 4399 src/rsiwidget.cpp | 8 ++++++-- 4400 3 files changed, 39 insertions(+), 2 deletions(-) 4401 4402 commit d5739d030a98be9cae0a5d2fc191ea6871bae9b6 4403 Author: Frode M. Døving <frode@lnix.net> 4404 Date: Tue Jul 31 18:20:11 2007 +0000 4405 4406 D-Bus call on second instance. 4407 4408 svn path=/trunk/extragear/utils/rsibreak/; revision=694787 4409 4410 src/main.cpp | 3 +++ 4411 1 file changed, 3 insertions(+) 4412 4413 commit 10e35e1310017c337a15c3f2ee6bc17b90cd76a1 4414 Author: Frode M. Døving <frode@lnix.net> 4415 Date: Tue Jul 31 17:10:34 2007 +0000 4416 4417 D-Bus things. 4418 4419 4420 svn path=/trunk/extragear/utils/rsibreak/; revision=694777 4421 4422 TODO | 18 ++++++++++++++++++ 4423 src/CMakeLists.txt | 6 ++++++ 4424 src/main.cpp | 1 + 4425 src/org.rsibreak.rsiwidget.xml | 7 +++++++ 4426 src/rsiwidget.cpp | 6 ++++++ 4427 src/rsiwidget.h | 6 +++++- 4428 6 files changed, 43 insertions(+), 1 deletion(-) 4429 4430 commit 114c953e73ebab896cbbcc5dfb7e10f0b129a601 4431 Author: Tom Albers <toma@kde.org> 4432 Date: Tue Jul 31 10:56:20 2007 +0000 4433 4434 Re-enable RSIBreak in toplevel folder, so we get some EBN checks 4435 and so on. Does not compile correctly, as it can't find the 4436 config.h.cmake. Need to check why. 4437 4438 svn path=/trunk/extragear/utils/rsibreak/; revision=694680 4439 4440 Messages.sh | 3 +++ 4441 1 file changed, 3 insertions(+) 4442 4443 commit f750fefa4ee8b47dd5a394a0e260511abd4b2150 4444 Author: Tom Albers <toma@kde.org> 4445 Date: Tue Jul 31 10:38:48 2007 +0000 4446 4447 Port that file. 4448 4449 svn path=/trunk/extragear/utils/rsibreak/; revision=694673 4450 4451 icons/CMakeLists.txt | 5 ++--- 4452 1 file changed, 2 insertions(+), 3 deletions(-) 4453 4454 commit 8d6d33a320999294257ca6a0b6dd783612e95f39 4455 Author: Tom Albers <toma@kde.org> 4456 Date: Mon Jul 30 22:18:35 2007 +0000 4457 4458 Make rsiwidget a object. ;-) Now we see an empty widget at the 4459 start. Need to remove that soon. 4460 4461 svn path=/trunk/extragear/utils/rsibreak/; revision=694511 4462 4463 src/rsiwidget.cpp | 25 +++++++++---------------- 4464 src/rsiwidget.h | 6 ++---- 4465 2 files changed, 11 insertions(+), 20 deletions(-) 4466 4467 commit 1d52f0f9ef2ffe82bede3f08289c659644acd24f 4468 Author: Tom Albers <toma@kde.org> 4469 Date: Mon Jul 30 22:09:54 2007 +0000 4470 4471 Moved the slideshow out of the rsiwidget as well. Now we have a good 4472 split in functionality. RSIBreak is getting into shape... 4473 4474 svn path=/trunk/extragear/utils/rsibreak/; revision=694508 4475 4476 src/CMakeLists.txt | 1 + 4477 src/rsiwidget.cpp | 376 4478 +++++------------------------------------------------ 4479 src/rsiwidget.h | 51 +------- 4480 src/slideshow.cpp | 226 ++++++++++++++++++++++++++++++++ 4481 src/slideshow.h | 88 +++++++++++++ 4482 5 files changed, 350 insertions(+), 392 deletions(-) 4483 4484 commit f6edee20f55fa7a32f5af41eac9cc19932b0e041 4485 Author: Tom Albers <toma@kde.org> 4486 Date: Mon Jul 30 21:09:24 2007 +0000 4487 4488 - Move the gray out sequence out of the mainwidget and into its 4489 own grayWidget. Next step is to move the slideshow to it's own 4490 widget. Maybe I can make mainwidget a QObject after that. 4491 - Remove the q3support, RSIBreak now compiles without warnings and 4492 does not need it anymore 4493 - Remove the configurable shortcut. Escape it is. 4494 4495 svn path=/trunk/extragear/utils/rsibreak/; revision=694486 4496 4497 CMakeLists.txt | 1 - 4498 src/CMakeLists.txt | 3 +- 4499 src/graywidget.cpp | 160 4500 +++++++++++++++++++++++++++++++++++++++++++++++++ 4501 src/graywidget.h | 81 +++++++++++++++++++++++++ 4502 src/rsiwidget.cpp | 75 +++++++---------------- 4503 src/rsiwidget.h | 4 +- 4504 src/setupmaximized.cpp | 35 +---------- 4505 src/setupmaximized.h | 2 - 4506 8 files changed, 270 insertions(+), 91 deletions(-) 4507 4508 commit a50e123348cd6c4f1045b77dcc866dfb70046e16 4509 Author: Tom Albers <toma@kde.org> 4510 Date: Mon Jul 30 16:47:55 2007 +0000 4511 4512 The gray down effect is back and up to speed now. Commit before I 4513 start moving it to it's own file. 4514 4515 svn path=/trunk/extragear/utils/rsibreak/; revision=694417 4516 4517 src/rsiwidget.cpp | 39 +++++++++++++++++---------------------- 4518 1 file changed, 17 insertions(+), 22 deletions(-) 4519 4520 commit 2aaefa76fa2995161e2fbaf01142a5d694d3230b 4521 Author: Tom Albers <toma@kde.org> 4522 Date: Sun Jul 29 23:27:34 2007 +0000 4523 4524 More porting work. Some code for graying out as we did in the 3 4525 series. It seems the kde logout screen does not use it any more, 4526 so we have to come up with something else. The implementation in 4527 this commit is pretty slow, so we need something cooler. 4528 4529 svn path=/trunk/extragear/utils/rsibreak/; revision=694068 4530 4531 src/rsiwidget.cpp | 138 4532 +++++++++++++++++++++++++++++------------------------- 4533 src/rsiwidget.h | 1 + 4534 2 files changed, 74 insertions(+), 65 deletions(-) 4535 4536 commit 4b6a2e62b22ee8bec3ee924fd74d3d741e6416f9 4537 Author: Tom Albers <toma@kde.org> 4538 Date: Sun Jul 29 20:28:35 2007 +0000 4539 4540 Random port bits. 4541 4542 svn path=/trunk/extragear/utils/rsibreak/; revision=694025 4543 4544 src/main.cpp | 3 +- 4545 src/rsistatitem.cpp | 2 +- 4546 src/rsistatitem.h | 2 +- 4547 src/rsistats.cpp | 83 4548 +++++++++++++++++++++++++++++------------------------ 4549 src/rsistats.h | 5 ---- 4550 src/rsitimer.cpp | 8 +++--- 4551 src/rsitimer.h | 4 +-- 4552 src/rsitooltip.cpp | 25 +++++++--------- 4553 src/rsiwidget.cpp | 15 ++++------ 4554 9 files changed, 71 insertions(+), 76 deletions(-) 4555 4556 commit 852f0a2d500b79376d818fff4db3bbc21904db0a 4557 Author: Laurent Montel <montel@kde.org> 4558 Date: Sun Jul 29 09:20:24 2007 +0000 4559 4560 fix link 4561 4562 svn path=/trunk/extragear/utils/rsibreak/; revision=693851 4563 4564 src/CMakeLists.txt | 2 +- 4565 1 file changed, 1 insertion(+), 1 deletion(-) 4566 4567 commit 2288682750a1a214d1df35fde073254281a59f06 4568 Author: Tom Albers <toma@kde.org> 4569 Date: Sat Jul 28 22:32:43 2007 +0000 4570 4571 Remove the q3mimesourcefactory, instead store the screenie in a file 4572 and point to that from the messageboxes. 4573 4574 svn path=/trunk/extragear/utils/rsibreak/; revision=693753 4575 4576 src/rsiwidget.cpp | 74 4577 +++++++++++++++++++++++++------------------------------ 4578 src/rsiwidget.h | 3 ++- 4579 2 files changed, 36 insertions(+), 41 deletions(-) 4580 4581 commit ce20eb0fe160694d1e3af93b82a274633a04c8ae 4582 Author: Tom Albers <toma@kde.org> 4583 Date: Sat Jul 28 17:56:35 2007 +0000 4584 4585 You see, blogging helps solving mysteries. Add a 4586 setQuitOnLastWindowClosed to prevent exit(0) when closing the 4587 configuration or any about window. 4588 4589 svn path=/trunk/extragear/utils/rsibreak/; revision=693694 4590 4591 src/main.cpp | 2 ++ 4592 1 file changed, 2 insertions(+) 4593 4594 commit 51a71353b39fd9312fb6ba04441011aaf6be6313 4595 Author: Tom Albers <toma@kde.org> 4596 Date: Sat Jul 28 15:38:24 2007 +0000 4597 4598 Port to the kde4 event system 4599 4600 svn path=/trunk/extragear/utils/rsibreak/; revision=693646 4601 4602 src/CMakeLists.txt | 2 + 4603 src/eventsrc | 172 4604 -------------------------------------------------- 4605 src/rsibreak.notifyrc | 170 4606 +++++++++++++++++++++++++++++++++++++++++++++++++ 4607 src/rsiglobals.cpp | 16 ++--- 4608 src/rsiglobals.h | 2 +- 4609 5 files changed, 180 insertions(+), 182 deletions(-) 4610 4611 commit b33d97a27c0c8e947e7075121647d14112f81902 4612 Author: Tom Albers <toma@kde.org> 4613 Date: Sat Jul 28 14:41:32 2007 +0000 4614 4615 Port rsistatwidget, too bad qgrid is gone, makes the ported code a 4616 bit ugly. 4617 4618 svn path=/trunk/extragear/utils/rsibreak/; revision=693616 4619 4620 src/rsistatwidget.cpp | 95 4621 +++++++++++++++++++++++---------------------------- 4622 src/rsistatwidget.h | 19 ++++------- 4623 2 files changed, 49 insertions(+), 65 deletions(-) 4624 4625 commit ce71b96c227afbe8d32afd98b7e3007b68869d6a 4626 Author: Tom Albers <toma@kde.org> 4627 Date: Sat Jul 28 13:30:36 2007 +0000 4628 4629 The stats are back. 4630 4631 svn path=/trunk/extragear/utils/rsibreak/; revision=693597 4632 4633 src/rsidock.cpp | 16 ++++++++-------- 4634 1 file changed, 8 insertions(+), 8 deletions(-) 4635 4636 commit f84adcf8d415db9ba6f9ca228dc804c1d6c900c9 4637 Author: Tom Albers <toma@kde.org> 4638 Date: Sat Jul 28 10:40:44 2007 +0000 4639 4640 Port setuptiming. And fix setup to save dialog sizes. This part is 4641 finished now. 4642 4643 svn path=/trunk/extragear/utils/rsibreak/; revision=693553 4644 4645 src/setup.cpp | 18 ++++++--- 4646 src/setup.h | 15 +++----- 4647 src/setupmaximized.cpp | 6 ++- 4648 src/setupmaximized.h | 1 - 4649 src/setuptiming.cpp | 101 4650 ++++++++++++++++++++++++------------------------- 4651 src/setuptiming.h | 7 +--- 4652 6 files changed, 73 insertions(+), 75 deletions(-) 4653 4654 commit 95b554e3f40b0ed5544b9494d627ee60d2857520 4655 Author: Tom Albers <toma@kde.org> 4656 Date: Fri Jul 27 20:33:08 2007 +0000 4657 4658 Port setupmaximized. 4659 4660 svn path=/trunk/extragear/utils/rsibreak/; revision=693379 4661 4662 src/setupgeneral.h | 4 +- 4663 src/setupmaximized.cpp | 221 4664 +++++++++++++++++++++++-------------------------- 4665 src/setupmaximized.h | 9 +- 4666 3 files changed, 108 insertions(+), 126 deletions(-) 4667 4668 commit b09e8348c590de052bda33282c3342c9fe15ead7 4669 Author: Tom Albers <toma@kde.org> 4670 Date: Fri Jul 27 17:48:57 2007 +0000 4671 4672 Port setupgeneral 4673 4674 svn path=/trunk/extragear/utils/rsibreak/; revision=693319 4675 4676 src/setupgeneral.cpp | 146 4677 ++++++++++++++++++++++----------------------------- 4678 src/setupgeneral.h | 3 -- 4679 2 files changed, 64 insertions(+), 85 deletions(-) 4680 4681 commit c41b47f0f5c6f481716dee8c8407060f86d2fef8 4682 Author: Tom Albers <toma@kde.org> 4683 Date: Thu Jul 26 21:56:39 2007 +0000 4684 4685 Start working on the widget, remove bitblt as qt now does 4686 double buffering. Now set the loaded images as background of the 4687 widget. Ported the QDir calls and ported the screenshot routine so 4688 we can show where rsibreak sits in the tray. 4689 4690 svn path=/trunk/extragear/utils/rsibreak/; revision=693043 4691 4692 src/rsiwidget.cpp | 89 4693 +++++++++++++++++++++++++++++++------------------------ 4694 src/rsiwidget.h | 4 +-- 4695 2 files changed, 53 insertions(+), 40 deletions(-) 4696 4697 commit 3f18ef4e4b6d55f199b3dfcfb041f392bcd37233 4698 Author: Tom Albers <toma@kde.org> 4699 Date: Thu Jul 26 19:39:15 2007 +0000 4700 4701 Port the dock. I'm still clueless how to intercept left clicks on 4702 the icon. It should not raise the parent but a stats dialog. Also 4703 when ever a action is used from the KHelpMenu: after the dialog 4704 close RSIBreak exits with 0 errorcode. No clue why. 4705 4706 svn path=/trunk/extragear/utils/rsibreak/; revision=693002 4707 4708 src/rsidock.cpp | 94 4709 ++++++++++++++++++++++++++++--------------------------- 4710 src/rsidock.h | 15 ++------- 4711 src/rsiwidget.cpp | 2 +- 4712 3 files changed, 52 insertions(+), 59 deletions(-) 4713 4714 commit 4a49e96663d4587333b102500f6ad1a8df5feba2 4715 Author: Tom Albers <toma@kde.org> 4716 Date: Wed Jul 25 22:09:00 2007 +0000 4717 4718 double s. yes, i know about history. 4719 4720 svn path=/trunk/extragear/utils/rsibreak/; revision=692574 4721 4722 src/pasivepopup.cpp | 172 4723 --------------------------------------------------- 4724 src/pasivepopup.h | 102 ------------------------------ 4725 src/passivepopup.cpp | 45 ++++++++++++++ 4726 src/passivepopup.h | 36 +++++++++++ 4727 4 files changed, 81 insertions(+), 274 deletions(-) 4728 4729 commit b151d9da459ce9320baff1555f4831d397ce3e32 4730 Author: Tom Albers <toma@kde.org> 4731 Date: Wed Jul 25 22:04:21 2007 +0000 4732 4733 Port the rsitooltip. Adjust the rsidock to emit a signal on hover. A 4734 bit hackish, but hey, i did not make ksystemtrayicon a !widget 4735 4736 svn path=/trunk/extragear/utils/rsibreak/; revision=692572 4737 4738 src/CMakeLists.txt | 1 + 4739 src/pasivepopup.cpp | 172 4740 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4741 src/pasivepopup.h | 102 ++++++++++++++++++++++++++++++ 4742 src/rsidock.cpp | 37 +++-------- 4743 src/rsidock.h | 26 ++------ 4744 src/rsirelaxpopup.cpp | 20 ------ 4745 src/rsirelaxpopup.h | 11 +--- 4746 src/rsitooltip.cpp | 27 ++++---- 4747 src/rsitooltip.h | 13 ++-- 4748 src/rsiwidget.cpp | 6 +- 4749 10 files changed, 314 insertions(+), 101 deletions(-) 4750 4751 commit 88d79842fc804e5d860c2301e4c365fc144b30c6 4752 Author: Tom Albers <toma@kde.org> 4753 Date: Wed Jul 25 19:52:14 2007 +0000 4754 4755 More work on the popup. 4756 4757 svn path=/trunk/extragear/utils/rsibreak/; revision=692536 4758 4759 src/rsiglobals.cpp | 10 +++---- 4760 src/rsirelaxpopup.cpp | 73 4761 +++++++++++++++++++++++++++------------------------ 4762 src/rsirelaxpopup.h | 22 ++++++++++------ 4763 src/rsitimer.cpp | 4 +-- 4764 src/rsiwidget.cpp | 3 ++- 4765 5 files changed, 61 insertions(+), 51 deletions(-) 4766 4767 commit 63adf12c9d77b6bfa01404523b095e0e0702b375 4768 Author: Tom Albers <toma@kde.org> 4769 Date: Wed Jul 25 17:00:34 2007 +0000 4770 4771 Port relaxpopup. 4772 4773 svn path=/trunk/extragear/utils/rsibreak/; revision=692469 4774 4775 src/rsirelaxpopup.cpp | 66 4776 +++++++++++++++++++++++++++------------------------ 4777 src/rsirelaxpopup.h | 3 +-- 4778 2 files changed, 36 insertions(+), 33 deletions(-) 4779 4780 commit 6995e19dd6ad57a2f0b3560e2d7eca4ce26d9632 4781 Author: Tom Albers <toma@kde.org> 4782 Date: Wed Jul 25 14:34:50 2007 +0000 4783 4784 It links. ship it. 4785 4786 svn path=/trunk/extragear/utils/rsibreak/; revision=692426 4787 4788 src/CMakeLists.txt | 2 +- 4789 1 file changed, 1 insertion(+), 1 deletion(-) 4790 4791 commit aec35bace866f3300fcadbc84a6cb775c2e7b43a 4792 Author: Tom Albers <toma@kde.org> 4793 Date: Wed Jul 25 13:48:59 2007 +0000 4794 4795 RSIBreak now compiles, just don't ship it untill it links as well. 4796 4797 svn path=/trunk/extragear/utils/rsibreak/; revision=692412 4798 4799 src/rsiglobals.cpp | 52 +++++++++-------------------- 4800 src/rsiglobals.h | 7 +--- 4801 src/rsirelaxpopup.cpp | 4 +-- 4802 src/rsistats.cpp | 9 ++++-- 4803 src/rsistatwidget.cpp | 4 +-- 4804 src/rsitimer.cpp | 8 ++--- 4805 src/rsitooltip.cpp | 2 +- 4806 src/rsiwidget.cpp | 88 4807 ++++++++++++++++++++++++++------------------------ 4808 src/rsiwidget.h | 3 +- 4809 src/setupmaximized.cpp | 15 +++------ 4810 10 files changed, 83 insertions(+), 109 deletions(-) 4811 4812 commit 32fa52fcdaf39344a371c09d004dcf5b2e701de9 4813 Author: Tom Albers <toma@kde.org> 4814 Date: Fri Jul 20 20:33:01 2007 +0000 4815 4816 SVN_SILENT: add section, cia bot test. 4817 4818 svn path=/trunk/extragear/utils/rsibreak/; revision=690367 4819 4820 TODO | 3 +++ 4821 1 file changed, 3 insertions(+) 4822 4823 commit 5537ef806855a2ee7e9b256b84db3ea0864446ed 4824 Author: Tom Albers <toma@kde.org> 4825 Date: Fri Jul 20 18:58:40 2007 +0000 4826 4827 Start porting RSIBreak. 4828 4829 svn path=/trunk/extragear/utils/rsibreak/; revision=690343 4830 4831 CMakeLists.txt | 21 ++++----- 4832 Makefile.am | 2 - 4833 configure.in.bot | 11 ----- 4834 configure.in.in | 21 --------- 4835 src/CMakeLists.txt | 21 ++------- 4836 src/Makefile.am | 44 ------------------ 4837 src/dcopiface.cpp | 66 -------------------------- 4838 src/dcopiface.h | 109 ------------------------------------------- 4839 src/main.cpp | 30 ++++++------ 4840 src/rsibreak.lsm | 12 ----- 4841 src/rsidock.cpp | 94 ++++++++++++++++++++----------------- 4842 src/rsidock.h | 18 ++++---- 4843 src/rsiglobals.cpp | 9 ++-- 4844 src/rsirelaxpopup.cpp | 36 ++++++++------- 4845 src/rsirelaxpopup.h | 7 ++- 4846 src/rsistatitem.h | 8 ++-- 4847 src/rsistats.cpp | 12 +++-- 4848 src/rsistats.h | 2 + 4849 src/rsistatwidget.cpp | 28 ++++++----- 4850 src/rsistatwidget.h | 12 +++-- 4851 src/rsitimer.cpp | 45 +++++++++--------- 4852 src/rsitimer.h | 3 ++ 4853 src/rsitooltip.cpp | 6 +-- 4854 src/rsitooltip.h | 3 ++ 4855 src/rsiwidget.cpp | 123 4856 ++++++++++++++++++++++++------------------------- 4857 src/rsiwidget.h | 8 ++-- 4858 src/setup.cpp | 47 ++++++++----------- 4859 src/setup.h | 5 +- 4860 src/setupgeneral.cpp | 79 +++++++++++++++---------------- 4861 src/setupmaximized.cpp | 116 4862 +++++++++++++++++++++++----------------------- 4863 src/setuptiming.cpp | 97 +++++++++++++++++++------------------- 4864 31 files changed, 422 insertions(+), 673 deletions(-) 4865 4866 commit d96b92af6fbb03e8a2ce12f4b1deac49d7635a10 4867 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 4868 Date: Wed Jul 18 20:53:11 2007 +0000 4869 4870 New DCOP call: request the amount of seconds since the last activity 4871 with your mouse/keyboard. 4872 4873 dcop rsibreak actions idleTime 4874 4875 4876 svn path=/branches/extragear/kde3/utils/rsibreak/; revision=689666 4877 4878 src/dcopiface.cpp | 7 +++++++ 4879 src/dcopiface.h | 6 ++++++ 4880 src/rsitimer.h | 14 +++++++------- 4881 src/rsiwidget.cpp | 5 +++++ 4882 src/rsiwidget.h | 2 ++ 4883 5 files changed, 27 insertions(+), 7 deletions(-) 4884 4885 commit 4c89e352dea2c657e4458cd77184830f510edc82 4886 Author: Script Kiddy <scripty@kde.org> 4887 Date: Thu Jun 14 19:31:08 2007 +0000 4888 4889 SVN_SILENT made messages (.desktop file) 4890 4891 svn path=/branches/extragear/kde3/utils/rsibreak/; revision=675712 4892 4893 src/eventsrc | 8 ++++++++ 4894 src/rsibreak.desktop | 1 + 4895 2 files changed, 9 insertions(+) 4896 4897 commit 13f492d55630142957cc842456988bb265894200 4898 Author: Tom Albers <toma@kde.org> 4899 Date: Sat Jun 2 22:28:45 2007 +0000 4900 4901 Fix this. 4902 4903 svn path=/branches/extragear/kde3/utils/rsibreak/; revision=670903 4904 4905 src/rsiwidget.cpp | 3 +-- 4906 1 file changed, 1 insertion(+), 2 deletions(-) 4907 4908 commit eeb222028416aa3b625cd1edc70df952c5e79317 4909 Author: Tom Albers <toma@kde.org> 4910 Date: Fri Jun 1 22:05:48 2007 +0000 4911 4912 Fix ""disable shortcut" setting does not work" 4913 launchpad bug 118315 4914 4915 svn path=/trunk/extragear/utils/rsibreak/; revision=670532 4916 4917 src/rsiwidget.cpp | 2 +- 4918 1 file changed, 1 insertion(+), 1 deletion(-) 4919 4920 commit 09ea14219a56f1f8b695f73ccd1ac27578bbf2a7 4921 Author: Script Kiddy <scripty@kde.org> 4922 Date: Fri Jun 1 06:46:05 2007 +0000 4923 4924 SVN_SILENT made messages (.desktop file) 4925 4926 svn path=/trunk/extragear/utils/rsibreak/; revision=670357 4927 4928 src/eventsrc | 1 + 4929 1 file changed, 1 insertion(+) 4930 4931 commit a65fcc3107b356c65b991182c4cde889ae363b84 4932 Author: Tom Albers <toma@kde.org> 4933 Date: Sun May 27 10:51:32 2007 +0000 4934 4935 Keep memory footprint low when idle. Patch by Richard Larkang. Thanks 4936 a lot! Feel free to optimise more if you can. 4937 BUG: 143784 4938 4939 svn path=/trunk/extragear/utils/rsibreak/; revision=668714 4940 4941 src/rsiwidget.cpp | 12 ++++++++++-- 4942 src/rsiwidget.h | 1 + 4943 2 files changed, 11 insertions(+), 2 deletions(-) 4944 4945 commit f3bdea4e7140e55ee402949d99d10c0f19ca6cb0 4946 Author: Tom Albers <toma@kde.org> 4947 Date: Sun May 27 10:38:03 2007 +0000 4948 4949 Fix compilation and add a Global sections to the eventsrc which is 4950 used in the 'configure notification' via the systemsettings. 4951 BUG:146005 4952 4953 svn path=/trunk/extragear/utils/rsibreak/; revision=668708 4954 4955 src/eventsrc | 4 ++++ 4956 src/rsiwidget.h | 6 +++--- 4957 2 files changed, 7 insertions(+), 3 deletions(-) 4958 4959 commit e9437385055ff3736e03bd8bf516ab5bb3183f41 4960 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 4961 Date: Mon May 14 17:30:19 2007 +0000 4962 4963 one more little krazy fix. now only i18n() issues which are for kde4 4964 i suppose, i don't understand them. 4965 4966 4967 svn path=/trunk/extragear/utils/rsibreak/; revision=664701 4968 4969 src/rsiwidget.cpp | 3 ++- 4970 1 file changed, 2 insertions(+), 1 deletion(-) 4971 4972 commit 39093f54844f5d5f09bb2d4c65305bf5ce0d9fca 4973 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 4974 Date: Sat May 12 16:10:23 2007 +0000 4975 4976 pass-by-ref (krazy) 4977 4978 4979 svn path=/trunk/extragear/utils/rsibreak/; revision=663903 4980 4981 src/rsistatitem.cpp | 4 ++-- 4982 src/rsistatitem.h | 4 ++-- 4983 src/rsistats.cpp | 4 ++-- 4984 src/rsistats.h | 4 ++-- 4985 4 files changed, 8 insertions(+), 8 deletions(-) 4986 4987 commit 1bbc55d3df2d50b5cbb8f63a060fed0c28c528de 4988 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 4989 Date: Sat May 12 16:03:30 2007 +0000 4990 4991 krazy: header fixes and cleanups 4992 4993 4994 svn path=/trunk/extragear/utils/rsibreak/; revision=663898 4995 4996 src/rsidock.cpp | 2 ++ 4997 src/rsidock.h | 5 ++--- 4998 src/rsiglobals.cpp | 3 ++- 4999 src/rsiglobals.h | 4 ++-- 5000 src/rsirelaxpopup.cpp | 4 ++-- 5001 src/rsistatitem.cpp | 4 ++-- 5002 src/rsistatitem.h | 3 ++- 5003 src/rsistats.cpp | 6 ++++-- 5004 src/rsistats.h | 3 ++- 5005 src/rsistatwidget.cpp | 8 ++++++-- 5006 src/rsistatwidget.h | 7 ++++--- 5007 src/rsitimer.cpp | 5 +++-- 5008 src/rsitimer.h | 4 +++- 5009 src/rsitooltip.cpp | 3 ++- 5010 src/rsitooltip.h | 3 --- 5011 src/rsiwidget.cpp | 2 +- 5012 src/setup.cpp | 7 +++---- 5013 src/setupgeneral.cpp | 8 ++++---- 5014 src/setupgeneral.h | 2 ++ 5015 src/setupmaximized.cpp | 12 ++++-------- 5016 src/setupmaximized.h | 2 ++ 5017 src/setuptiming.cpp | 11 ++++------- 5018 src/setuptiming.h | 2 ++ 5019 23 files changed, 60 insertions(+), 50 deletions(-) 5020 5021 commit 7ce52a9085450e7333b586528a748db7b2eedd4c 5022 Author: Script Kiddy <scripty@kde.org> 5023 Date: Fri Mar 9 10:47:31 2007 +0000 5024 5025 SVN_SILENT made messages (.desktop file) 5026 5027 svn path=/trunk/extragear/utils/rsibreak/; revision=640878 5028 5029 src/eventsrc | 123 5030 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5031 src/rsibreak.desktop | 16 +++++++ 5032 2 files changed, 139 insertions(+) 5033 5034 commit 77b36adbc35b6739b00368af8d07adaa6c0ac010 5035 Author: Script Kiddy <scripty@kde.org> 5036 Date: Fri Mar 9 08:15:36 2007 +0000 5037 5038 SVN_SILENT made messages (.desktop file) 5039 5040 svn path=/trunk/extragear/utils/rsibreak/; revision=640817 5041 5042 src/eventsrc | 8 ++++++++ 5043 src/rsibreak.desktop | 1 + 5044 2 files changed, 9 insertions(+) 5045 5046 commit 7c91685583425c279f7458759f23c3f5d4715df8 5047 Author: Script Kiddy <scripty@kde.org> 5048 Date: Thu Mar 8 12:13:28 2007 +0000 5049 5050 SVN_SILENT made messages (.desktop file) 5051 5052 svn path=/trunk/extragear/utils/rsibreak/; revision=640567 5053 5054 src/eventsrc | 131 5055 --------------------------------------------------- 5056 src/rsibreak.desktop | 17 ------- 5057 2 files changed, 148 deletions(-) 5058 5059 commit 64b91fc2c97a92eac32642d79762587121ba9518 5060 Author: Script Kiddy <scripty@kde.org> 5061 Date: Thu Mar 8 10:11:00 2007 +0000 5062 5063 SVN_SILENT made messages (.desktop file) 5064 5065 svn path=/trunk/extragear/utils/rsibreak/; revision=640518 5066 5067 src/eventsrc | 131 5068 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5069 src/rsibreak.desktop | 17 +++++++ 5070 2 files changed, 148 insertions(+) 5071 5072 commit 4557be46c62ff451797868686e712f8cf07dd0a4 5073 Author: Script Kiddy <scripty@kde.org> 5074 Date: Wed Mar 7 13:41:54 2007 +0000 5075 5076 SVN_SILENT made messages (.desktop file) 5077 5078 svn path=/trunk/extragear/utils/rsibreak/; revision=640259 5079 5080 src/eventsrc | 131 5081 --------------------------------------------------- 5082 src/rsibreak.desktop | 17 ------- 5083 2 files changed, 148 deletions(-) 5084 5085 commit 6f29da94c09b8bd602d35166279f037aeb842de3 5086 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5087 Date: Tue Feb 20 13:03:39 2007 +0000 5088 5089 ebn fixes 5090 5091 5092 svn path=/trunk/extragear/utils/rsibreak/; revision=635624 5093 5094 src/dcopiface.h | 2 +- 5095 src/rsiglobals.cpp | 2 +- 5096 src/rsiglobals.h | 2 +- 5097 src/rsirelaxpopup.cpp | 4 ++-- 5098 src/rsirelaxpopup.h | 2 +- 5099 src/rsistatitem.h | 4 ++-- 5100 src/rsistats.cpp | 2 +- 5101 src/rsistatwidget.h | 2 +- 5102 src/rsitimer.h | 4 ++-- 5103 src/rsitooltip.cpp | 8 ++++---- 5104 src/rsitooltip.h | 4 ++-- 5105 src/rsiwidget.cpp | 6 +++--- 5106 src/rsiwidget.h | 4 ++-- 5107 src/setup.h | 2 +- 5108 14 files changed, 24 insertions(+), 24 deletions(-) 5109 5110 commit bd406c4a48a0b8a70f4ab0a033dfe61ca82e7304 5111 Author: Script Kiddy <scripty@kde.org> 5112 Date: Sat Jan 20 10:43:51 2007 +0000 5113 5114 SVN_SILENT made messages (.desktop file) 5115 5116 svn path=/trunk/extragear/utils/rsibreak/; revision=625545 5117 5118 src/eventsrc | 8 ++++++++ 5119 1 file changed, 8 insertions(+) 5120 5121 commit 8d4613010a241cfda7b509d632baecabe32a7914 5122 Author: Script Kiddy <scripty@kde.org> 5123 Date: Wed Jan 10 14:02:36 2007 +0000 5124 5125 SVN_SILENT made messages (.desktop file) 5126 5127 svn path=/trunk/extragear/utils/rsibreak/; revision=622040 5128 5129 src/eventsrc | 8 ++++++++ 5130 1 file changed, 8 insertions(+) 5131 5132 commit 11d9c3700081cdb2bdf4dec93ffd5a5b9b7351f4 5133 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5134 Date: Mon Dec 18 17:46:18 2006 +0000 5135 5136 Update license. 5137 5138 5139 svn path=/trunk/extragear/utils/rsibreak/; revision=614700 5140 5141 COPYING | 25 ++++++++++++------------- 5142 1 file changed, 12 insertions(+), 13 deletions(-) 5143 5144 commit 608bbc74e00b93eef0f8d31d146dd7937a197e4b 5145 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5146 Date: Sat Dec 9 18:40:19 2006 +0000 5147 5148 Remove setuppopup.cpp target 5149 5150 5151 svn path=/trunk/extragear/utils/rsibreak/; revision=611852 5152 5153 src/CMakeLists.txt | 13 ++++++------- 5154 1 file changed, 6 insertions(+), 7 deletions(-) 5155 5156 commit 98c2ecf9bfffe596799208ee854dab702d0357d2 5157 Author: Script Kiddy <scripty@kde.org> 5158 Date: Thu Nov 2 13:21:06 2006 +0000 5159 5160 SVN_SILENT made messages (.desktop file) 5161 5162 svn path=/trunk/extragear/utils/rsibreak/; revision=601190 5163 5164 src/eventsrc | 8 ++++++++ 5165 src/rsibreak.desktop | 1 + 5166 2 files changed, 9 insertions(+) 5167 5168 commit ffb55b9a564efeba61bf0ef504bb61b5ef8e415f 5169 Author: Tom Albers <toma@kde.org> 5170 Date: Mon Oct 30 19:07:53 2006 +0000 5171 5172 SVN_SILENT: CIA test commit 5173 5174 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=600491 5175 5176 doc/index.docbook | 1 - 5177 1 file changed, 1 deletion(-) 5178 5179 commit b9eaf61fbc5558be3d5610038688fab1e8067ede 5180 Author: Nick Shaforostoff <shafff@ukr.net> 5181 Date: Wed Oct 25 18:44:51 2006 +0000 5182 5183 optimize images 5184 5185 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=599102 5186 5187 doc/dcop.png | Bin 19226 -> 10104 bytes 5188 doc/logo.png | Bin 15138 -> 5593 bytes 5189 doc/popup.png | Bin 5665 -> 5542 bytes 5190 doc/statistics.png | Bin 42986 -> 13568 bytes 5191 doc/suspend.png | Bin 4045 -> 3954 bytes 5192 5 files changed, 0 insertions(+), 0 deletions(-) 5193 5194 commit cc3d01352f50cfbebd6202fccbe1ad054662173f 5195 Author: Frank Osterfeld <frank.osterfeld@kdemail.net> 5196 Date: Sat Oct 14 11:51:28 2006 +0000 5197 5198 eh, wrong "Idle settings" 5199 5200 svn path=/trunk/extragear/utils/rsibreak/; revision=595466 5201 5202 src/setupgeneral.cpp | 4 ++-- 5203 1 file changed, 2 insertions(+), 2 deletions(-) 5204 5205 commit 9fd6915185416ee2d4eb5133107c516065f11ca7 5206 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5207 Date: Sat Oct 14 11:00:47 2006 +0000 5208 5209 SVN_SILENT: krazy update. but it seems the doc needs some more work 5210 5211 5212 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=595394 5213 5214 doc/index.docbook | 62 5215 +++++++++++++++++++++++++++---------------------------- 5216 1 file changed, 31 insertions(+), 31 deletions(-) 5217 5218 commit c7dc677f36874cc72fa7b64f013682de98a7a8de 5219 Author: Frank Osterfeld <frank.osterfeld@kdemail.net> 5220 Date: Fri Oct 13 22:28:55 2006 +0000 5221 5222 being anal about capitalization (hoping not breaking a string freeze 5223 or such) 5224 CCMAIL: tomalbers@kde.nl 5225 5226 svn path=/trunk/extragear/utils/rsibreak/; revision=595306 5227 5228 src/rsistatwidget.cpp | 4 ++-- 5229 src/setupgeneral.cpp | 4 ++-- 5230 src/setupmaximized.cpp | 2 +- 5231 3 files changed, 5 insertions(+), 5 deletions(-) 5232 5233 commit caf7de3dbbe9a8f6d4759827ed46ca3062adaabe 5234 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5235 Date: Fri Oct 13 12:56:42 2006 +0000 5236 5237 Is it October already?! 5238 5239 svn path=/trunk/extragear/utils/rsibreak/; revision=595164 5240 5241 src/rsibreak.lsm | 2 +- 5242 1 file changed, 1 insertion(+), 1 deletion(-) 5243 5244 commit c2b5e10a335be2d6897f7306299d9054fb70967a 5245 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5246 Date: Fri Oct 13 12:10:07 2006 +0000 5247 5248 Update for 0.8.0 5249 5250 svn path=/trunk/extragear/utils/rsibreak/; revision=595154 5251 5252 NEWS | 2 +- 5253 src/main.cpp | 2 +- 5254 src/rsibreak.lsm | 6 +++--- 5255 3 files changed, 5 insertions(+), 5 deletions(-) 5256 5257 commit b9d55df595dacea34e4a00561d3da2a15f3ca049 5258 Author: Tom Albers <toma@kde.org> 5259 Date: Thu Oct 12 21:47:13 2006 +0000 5260 5261 SVN_SILENT: Adjust release script 5262 5263 svn path=/trunk/extragear/utils/rsibreak/; revision=594954 5264 5265 release_rsibreak.rb | 8 ++++---- 5266 1 file changed, 4 insertions(+), 4 deletions(-) 5267 5268 commit d977f41e809fc50e6a9bd91cd9f9cf0f62578c61 5269 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5270 Date: Mon Oct 9 21:22:51 2006 +0000 5271 5272 Crap... 5273 5274 svn path=/trunk/extragear/utils/rsibreak/; revision=594029 5275 5276 ChangeLog | 2613 5277 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 5278 1 file changed, 2601 insertions(+), 12 deletions(-) 5279 5280 commit 886d4909dae96dab1176768ff62423f22ad2c3e3 5281 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5282 Date: Mon Oct 9 21:05:29 2006 +0000 5283 5284 Changelog update. 5285 5286 However, the Python script svn2log.py does not work on my accounts 5287 file, resulting in the SVN nicks in the Changelog instead of full 5288 names + email. 5289 5290 5291 svn path=/trunk/extragear/utils/rsibreak/; revision=594024 5292 5293 ChangeLog | 2435 5294 ++----------------------------------------------------------- 5295 1 file changed, 64 insertions(+), 2371 deletions(-) 5296 5297 commit 32a35f3d20d2492c8d43d99474256edebc77daf2 5298 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5299 Date: Mon Oct 9 20:05:24 2006 +0000 5300 5301 Hmm, that must be one of the reasons why the script didn't work 5302 for me. 5303 5304 svn path=/trunk/extragear/utils/rsibreak/; revision=594005 5305 5306 makechangelog | 4 ++-- 5307 1 file changed, 2 insertions(+), 2 deletions(-) 5308 5309 commit 1d8c33808ab53114a649dd9ac13ae6436654808a 5310 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5311 Date: Fri Oct 6 15:34:49 2006 +0000 5312 5313 News flash 5314 5315 5316 svn path=/trunk/extragear/utils/rsibreak/; revision=593031 5317 5318 NEWS | 9 ++++++++- 5319 1 file changed, 8 insertions(+), 1 deletion(-) 5320 5321 commit 05f6259d5467a9205d45dbda1936f9cfb6c9e986 5322 Author: Tom Albers <toma@kde.org> 5323 Date: Thu Oct 5 10:30:10 2006 +0000 5324 5325 New icon in config, to get the sizes consistent in the 5326 configuration. Thanks Lee for fixing and Diego for reporting! 5327 CCMAIL: elcuco@kde.org, clearbeast@gmail.com 5328 5329 svn path=/trunk/extragear/utils/rsibreak/; revision=592672 5330 5331 TODO | 1 - 5332 icons/hi32-action-duringbreaks.png | Bin 512 -> 666 bytes 5333 2 files changed, 1 deletion(-) 5334 5335 commit 39abfc1577ad7a885e4ec17efd6e60bc49baacfc 5336 Author: Tom Albers <toma@kde.org> 5337 Date: Thu Oct 5 10:24:52 2006 +0000 5338 5339 Small patch from Aurélien Gâteau, will test it on my xinerama 5340 setup to look for regressions. Thanks for now! 5341 CCMAIL: aurelien.gateau@free.fr 5342 5343 svn path=/trunk/extragear/utils/rsibreak/; revision=592671 5344 5345 src/rsiwidget.cpp | 5 +++-- 5346 1 file changed, 3 insertions(+), 2 deletions(-) 5347 5348 commit 40dc40ed00ca514b14141c80485607e7f25bdd1e 5349 Author: Tom Albers <toma@kde.org> 5350 Date: Thu Oct 5 10:19:49 2006 +0000 5351 5352 Add hi22 icons, thanks to Lee Olson. 5353 CCMAIL: clearbeast@gmail.com 5354 BUG: 135111 5355 5356 svn path=/trunk/extragear/utils/rsibreak/; revision=592669 5357 5358 icons/artwork-v4.tar.gz | Bin 0 -> 447825 bytes 5359 icons/hi22-action-rsibreak0.png | Bin 0 -> 1242 bytes 5360 icons/hi22-action-rsibreak1.png | Bin 0 -> 1268 bytes 5361 icons/hi22-action-rsibreak2.png | Bin 0 -> 1276 bytes 5362 icons/hi22-action-rsibreak3.png | Bin 0 -> 1290 bytes 5363 icons/hi22-action-rsibreak4.png | Bin 0 -> 1161 bytes 5364 icons/hi22-action-rsibreakx.png | Bin 0 -> 1423 bytes 5365 icons/hi22-app-rsibreak.png | Bin 0 -> 1265 bytes 5366 icons/rsibreak-svg-all.svgz | Bin 352611 -> 0 bytes 5367 release_rsibreak.rb | 2 +- 5368 10 files changed, 1 insertion(+), 1 deletion(-) 5369 5370 commit ddcb45e3f8a6fcf6a2598c023a9ad11dd61828c5 5371 Author: Tom Albers <toma@kde.org> 5372 Date: Thu Oct 5 10:12:05 2006 +0000 5373 5374 - Allright, after two days I've finally tracked down this bug. The 5375 loadconfig did not get the correct value for the slider interval. By 5376 re-setting the config group it magically works again. If any guru 5377 can tell me why this is needed, you get a beer. 5378 - Change default slider interval from 2 sec to 10 sec. Draining your 5379 system resources by default is not very friendly... 5380 5381 5382 svn path=/trunk/extragear/utils/rsibreak/; revision=592668 5383 5384 src/rsiwidget.cpp | 6 +++++- 5385 src/setuptiming.cpp | 2 +- 5386 2 files changed, 6 insertions(+), 2 deletions(-) 5387 5388 commit 3d1fafe7946697fcb5888ca9dea4b5fd2fd80229 5389 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5390 Date: Thu Oct 5 06:10:38 2006 +0000 5391 5392 Do not use hardcoded colors for the relax popup, use the KDE wide 5393 color scheme instead. 5394 5395 5396 svn path=/trunk/extragear/utils/rsibreak/; revision=592606 5397 5398 src/rsirelaxpopup.cpp | 5 +++-- 5399 1 file changed, 3 insertions(+), 2 deletions(-) 5400 5401 commit 72f4b08d2e45c6917d8a9e25331c5171dae04979 5402 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5403 Date: Sun Sep 24 11:54:04 2006 +0000 5404 5405 Do not use images smaller than 1/3 of the screen. Patch by Aurelien 5406 Gateau. 5407 5408 CCMAIL:aurelien.gateau@free.fr 5409 5410 5411 svn path=/trunk/extragear/utils/rsibreak/; revision=587890 5412 5413 src/rsiwidget.cpp | 64 5414 +++++++++++++++++++++++++++++++++++++++---------------- 5415 1 file changed, 46 insertions(+), 18 deletions(-) 5416 5417 commit c775db94c99e4a4d093987b74f5598e9e6cd30ab 5418 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5419 Date: Sat Sep 23 23:01:54 2006 +0000 5420 5421 Original icons in SVG 5422 5423 svn path=/trunk/extragear/utils/rsibreak/; revision=587763 5424 5425 icons/rsibreak-svg-all.svgz | Bin 0 -> 352611 bytes 5426 1 file changed, 0 insertions(+), 0 deletions(-) 5427 5428 commit a978b70256d6a82b87c486906fd12b53cf253400 5429 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5430 Date: Sat Sep 23 21:50:43 2006 +0000 5431 5432 Do not update the stat labels and it's colors when the statistics 5433 widget is hidden. 5434 5435 svn path=/trunk/extragear/utils/rsibreak/; revision=587742 5436 5437 src/rsistats.cpp | 18 +++++++++++++++--- 5438 src/rsistats.h | 10 ++++++++++ 5439 src/rsistatwidget.cpp | 10 ++++++++++ 5440 src/rsistatwidget.h | 2 ++ 5441 4 files changed, 37 insertions(+), 3 deletions(-) 5442 5443 commit e59a11733cd69944db43b774863803da5762c99f 5444 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5445 Date: Sat Sep 23 15:58:07 2006 +0000 5446 5447 Valgrinded RSIBreak: 5448 o One memory leak 5449 o Several uninitialized variables fixed 5450 5451 svn path=/trunk/extragear/utils/rsibreak/; revision=587668 5452 5453 src/rsiwidget.cpp | 12 +++++++----- 5454 src/setupmaximized.cpp | 5 +++-- 5455 src/setuptiming.cpp | 4 ++-- 5456 3 files changed, 12 insertions(+), 9 deletions(-) 5457 5458 commit ffc7126308ea9d2d6d42e790267afcc571b22b86 5459 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5460 Date: Sat Sep 16 10:43:39 2006 +0000 5461 5462 I find 15 seconds too short to finish the stuff I'm doing before 5463 going into a break. 5464 Yes, quite an egoistic commit. 5465 5466 5467 svn path=/trunk/extragear/utils/rsibreak/; revision=585104 5468 5469 src/rsitimer.cpp | 2 +- 5470 1 file changed, 1 insertion(+), 1 deletion(-) 5471 5472 commit ce7e437298c8b77df2b4286186a7d24fdfdd2389 5473 Author: Script Kiddy <scripty@kde.org> 5474 Date: Thu Sep 7 11:49:58 2006 +0000 5475 5476 SVN_SILENT made messages (.desktop file) 5477 5478 svn path=/trunk/extragear/utils/rsibreak/; revision=581739 5479 5480 src/eventsrc | 8 ++++++++ 5481 src/rsibreak.desktop | 1 + 5482 2 files changed, 9 insertions(+) 5483 5484 commit 2efee677c5bd2e140c9f2c6af9684e235a8b7f20 5485 Author: Script Kiddy <scripty@kde.org> 5486 Date: Mon Sep 4 11:39:34 2006 +0000 5487 5488 SVN_SILENT made messages (.desktop file) 5489 5490 svn path=/trunk/extragear/utils/rsibreak/; revision=580743 5491 5492 src/eventsrc | 8 ++++++++ 5493 src/rsibreak.desktop | 1 + 5494 2 files changed, 9 insertions(+) 5495 5496 commit dba060a2f8f4bfa1593814340b71565ed6e38302 5497 Author: Jörn Ahrens <joern.ahrens@kdemail.net> 5498 Date: Tue Aug 29 21:05:13 2006 +0000 5499 5500 use KGlobal::iconLoader() 5501 5502 svn path=/trunk/extragear/utils/rsibreak/; revision=578659 5503 5504 src/rsiwidget.cpp | 8 +++----- 5505 1 file changed, 3 insertions(+), 5 deletions(-) 5506 5507 commit 384c51a919be8bfafcf52f389bc0338e53714e01 5508 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5509 Date: Mon Aug 28 19:10:32 2006 +0000 5510 5511 Make sure mr. Cid (and many many others) have to translate one 5512 string less. 5513 5514 svn path=/trunk/extragear/utils/rsibreak/; revision=578244 5515 5516 src/rsidock.cpp | 2 +- 5517 1 file changed, 1 insertion(+), 1 deletion(-) 5518 5519 commit 60dc0d21c70084d5ea26b427d63385f74f09c703 5520 Author: Albert Astals Cid <tsdgeos@terra.es> 5521 Date: Mon Aug 28 18:22:55 2006 +0000 5522 5523 some less strings to translate :-) 5524 5525 svn path=/trunk/extragear/utils/rsibreak/; revision=578232 5526 5527 src/rsidock.cpp | 6 +++--- 5528 1 file changed, 3 insertions(+), 3 deletions(-) 5529 5530 commit 42058f976e12fae48aa30f2723c460fee31f9247 5531 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5532 Date: Mon Aug 28 17:40:12 2006 +0000 5533 5534 QString() 5535 5536 svn path=/trunk/extragear/utils/rsibreak/; revision=578219 5537 5538 src/rsistats.cpp | 2 +- 5539 1 file changed, 1 insertion(+), 1 deletion(-) 5540 5541 commit 248b746ff08c685823fda3b1d9b879562da54527 5542 Author: Script Kiddy <scripty@kde.org> 5543 Date: Mon Aug 28 11:27:59 2006 +0000 5544 5545 SVN_SILENT made messages (.desktop file) 5546 5547 svn path=/trunk/extragear/utils/rsibreak/; revision=578071 5548 5549 src/eventsrc | 8 ++++++++ 5550 src/rsibreak.desktop | 1 + 5551 2 files changed, 9 insertions(+) 5552 5553 commit 57a97f2b1a2b4e3a94ca8be95228df081aa7bbb1 5554 Author: Tom Albers <toma@kde.org> 5555 Date: Sat Aug 26 13:23:29 2006 +0000 5556 5557 Hmm.. fix accelarator clash ;-) 5558 5559 svn path=/trunk/extragear/utils/rsibreak/; revision=577371 5560 5561 src/rsidock.cpp | 2 +- 5562 1 file changed, 1 insertion(+), 1 deletion(-) 5563 5564 commit 9b48992a19d398db987cac5d3e250b23bb887473 5565 Author: Philip Rodrigues <phil@kde.org> 5566 Date: Mon Aug 21 20:50:05 2006 +0000 5567 5568 Reviewing by Robert Moore and me. 5569 5570 5571 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=575675 5572 5573 doc/index.docbook | 147 5574 +++++++++++++++++++++--------------------------------- 5575 1 file changed, 56 insertions(+), 91 deletions(-) 5576 5577 commit 3d1494b76e17f704817751336564bbb4018490e6 5578 Author: Tom Albers <toma@kde.org> 5579 Date: Mon Aug 21 16:04:43 2006 +0000 5580 5581 SVN_SILENT: update release script for COPYING-DOCS 5582 5583 svn path=/trunk/extragear/utils/rsibreak/; revision=575512 5584 5585 release_rsibreak.rb | 2 +- 5586 1 file changed, 1 insertion(+), 1 deletion(-) 5587 5588 commit b546c0e4c6f0d317fbe21b9a713553cb63c53af4 5589 Author: Jonathan Riddell <jr@jriddell.org> 5590 Date: Mon Aug 21 15:53:52 2006 +0000 5591 5592 Add FDL licence for documentation 5593 5594 svn path=/trunk/extragear/utils/rsibreak/; revision=575477 5595 5596 COPYING-DOCS | 397 5597 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5598 1 file changed, 397 insertions(+) 5599 5600 commit 7cef009853296a6904ba7f2f3ef9b872e2bf282c 5601 Author: Script Kiddy <scripty@kde.org> 5602 Date: Sun Aug 20 16:09:40 2006 +0000 5603 5604 SVN_SILENT made messages (.desktop file) 5605 5606 svn path=/trunk/extragear/utils/rsibreak/; revision=575009 5607 5608 src/eventsrc | 8 ++++++++ 5609 1 file changed, 8 insertions(+) 5610 5611 commit 42df8192c5c0176d218484a766f134c53a61ff5e 5612 Author: Tom Albers <toma@kde.org> 5613 Date: Sun Aug 20 09:59:38 2006 +0000 5614 5615 SVN_SILENT: Typo spotted by Philip Rodrigues 5616 5617 svn path=/trunk/extragear/utils/rsibreak/; revision=574805 5618 5619 src/rsiwidget.cpp | 2 +- 5620 1 file changed, 1 insertion(+), 1 deletion(-) 5621 5622 commit 0afdcb83a2ea4a227d1c400929b740f4112101b7 5623 Author: Script Kiddy <scripty@kde.org> 5624 Date: Sat Aug 19 15:57:10 2006 +0000 5625 5626 SVN_SILENT made messages (.desktop file) 5627 5628 svn path=/trunk/extragear/utils/rsibreak/; revision=574632 5629 5630 src/eventsrc | 8 ++++++++ 5631 src/rsibreak.desktop | 1 + 5632 2 files changed, 9 insertions(+) 5633 5634 commit 715047dc8d2dadfa5b49ce59b4ef32b9aeb88a5a 5635 Author: Tom Albers <toma@kde.org> 5636 Date: Mon Aug 14 13:59:26 2006 +0000 5637 5638 When using gray effect, use all the geometry that is available. Else 5639 use only the geometry of the active screen. 5640 BUG: 131094 5641 5642 svn path=/trunk/extragear/utils/rsibreak/; revision=572990 5643 5644 src/rsiwidget.cpp | 8 +++++++- 5645 1 file changed, 7 insertions(+), 1 deletion(-) 5646 5647 commit ce69243ca5befb4bdc58db9ca138cca825dd35af 5648 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5649 Date: Thu Aug 10 23:04:06 2006 +0000 5650 5651 freakin' krazy stuff 5652 5653 5654 svn path=/trunk/extragear/utils/rsibreak/; revision=571868 5655 5656 src/setupmaximized.cpp | 2 +- 5657 1 file changed, 1 insertion(+), 1 deletion(-) 5658 5659 commit 9a6b4eadbefbc5f3c044e62183337bef4d8addd0 5660 Author: Script Kiddy <scripty@kde.org> 5661 Date: Thu Aug 10 15:42:30 2006 +0000 5662 5663 SVN_SILENT made messages (.desktop file) 5664 5665 svn path=/trunk/extragear/utils/rsibreak/; revision=571750 5666 5667 src/eventsrc | 16 ++++++++++++++++ 5668 1 file changed, 16 insertions(+) 5669 5670 commit 9331dae66c54bd4e0f1abd6b6247c1370e5e987d 5671 Author: Script Kiddy <scripty@kde.org> 5672 Date: Tue Aug 8 15:28:34 2006 +0000 5673 5674 SVN_SILENT made messages (.desktop file) 5675 5676 svn path=/trunk/extragear/utils/rsibreak/; revision=571117 5677 5678 src/rsibreak.desktop | 1 + 5679 1 file changed, 1 insertion(+) 5680 5681 commit 63b25a7fb2b4487b83ed0ce048e296e005923e50 5682 Author: Script Kiddy <scripty@kde.org> 5683 Date: Thu Aug 3 15:31:35 2006 +0000 5684 5685 SVN_SILENT made messages (.desktop file) 5686 5687 svn path=/trunk/extragear/utils/rsibreak/; revision=569337 5688 5689 src/eventsrc | 8 ++++++++ 5690 src/rsibreak.desktop | 1 + 5691 2 files changed, 9 insertions(+) 5692 5693 commit 204967de5d32f6b689266c5e55c3bdaeb3267c7d 5694 Author: Tom Albers <toma@kde.org> 5695 Date: Sun Jul 30 23:23:03 2006 +0000 5696 5697 Add a skip button to the tooltip, patch from Stanislav Nikolov. 5698 CCMAIL: valsinats@gmail.com 5699 5700 svn path=/trunk/extragear/utils/rsibreak/; revision=568053 5701 5702 src/rsirelaxpopup.cpp | 10 ++++++++++ 5703 src/rsirelaxpopup.h | 7 +++++++ 5704 src/rsiwidget.cpp | 4 ++++ 5705 3 files changed, 21 insertions(+) 5706 5707 commit b986d02127ea30f70ca4e4afdde3f31927609aa6 5708 Author: Danny Allen <dannya@kde.org> 5709 Date: Sat Jul 29 12:15:37 2006 +0000 5710 5711 remove unused icon 5712 5713 svn path=/trunk/extragear/utils/rsibreak/; revision=567567 5714 5715 icons/hi32-action-dcop.png | Bin 2073 -> 0 bytes 5716 1 file changed, 0 insertions(+), 0 deletions(-) 5717 5718 commit 445fa6e27c1af30b60ffe8752acbcaa831db67d0 5719 Author: Danny Allen <dannya@kde.org> 5720 Date: Sat Jul 29 11:54:05 2006 +0000 5721 5722 use correct dcop icon (instead of 0 byte PNG file) 5723 5724 svn path=/trunk/extragear/utils/rsibreak/; revision=567560 5725 5726 icons/hi32-action-dcop.png | Bin 0 -> 2073 bytes 5727 1 file changed, 0 insertions(+), 0 deletions(-) 5728 5729 commit 755810346acf5e4728e911fce09fe922162b7d94 5730 Author: Script Kiddy <scripty@kde.org> 5731 Date: Wed Jul 26 15:09:32 2006 +0000 5732 5733 SVN_SILENT made messages (.desktop file) 5734 5735 svn path=/trunk/extragear/utils/rsibreak/; revision=566627 5736 5737 src/eventsrc | 3 +++ 5738 1 file changed, 3 insertions(+) 5739 5740 commit 012d9156ab897ec4c778e47693b020d3d3437ab4 5741 Author: Script Kiddy <scripty@kde.org> 5742 Date: Tue Jul 25 16:12:26 2006 +0000 5743 5744 SVN_SILENT made messages (.desktop file) 5745 5746 svn path=/trunk/extragear/utils/rsibreak/; revision=566248 5747 5748 src/eventsrc | 24 ++++++++++++++++++++++++ 5749 src/rsibreak.desktop | 2 ++ 5750 2 files changed, 26 insertions(+) 5751 5752 commit e8df91a301ccb0fbf35ae5af8a7968ae21fc1c2b 5753 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5754 Date: Mon Jul 24 20:35:45 2006 +0000 5755 5756 More complication, but this is even more consistent. 5757 5758 5759 svn path=/trunk/extragear/utils/rsibreak/; revision=565931 5760 5761 src/rsidock.cpp | 3 ++- 5762 1 file changed, 2 insertions(+), 1 deletion(-) 5763 5764 commit 8a2eeef2a50a628b9952eb80d9cfedabf7fba059 5765 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5766 Date: Mon Jul 24 20:15:47 2006 +0000 5767 5768 Be consistent: hide dialog on system tray click when dialog is 5769 already opened 5770 5771 5772 svn path=/trunk/extragear/utils/rsibreak/; revision=565928 5773 5774 src/rsidock.cpp | 15 +++++++++++---- 5775 1 file changed, 11 insertions(+), 4 deletions(-) 5776 5777 commit e6bbc5d0fb540be018069588f6edd9dbb9588a4d 5778 Author: Tom Albers <toma@kde.org> 5779 Date: Mon Jul 17 20:11:41 2006 +0000 5780 5781 It happens regularry, I see something weird happening and I want 5782 to see a dump of all timing variables continiously. So now there 5783 is a shortcut to activate it, just hit Win+shift+F12 to start the 5784 kdDebug() call........... 5785 5786 Moving the guard from rsitimer to rsiglobal, 5787 5788 svn path=/trunk/extragear/utils/rsibreak/; revision=563542 5789 5790 src/rsidock.cpp | 10 ++++++++++ 5791 src/rsidock.h | 9 ++++++++- 5792 src/rsiglobals.cpp | 9 +++++++++ 5793 src/rsitimer.cpp | 29 ++++++++++++----------------- 5794 src/rsitimer.h | 6 ++++++ 5795 src/rsiwidget.cpp | 1 + 5796 6 files changed, 46 insertions(+), 18 deletions(-) 5797 5798 commit c5328b39df9a860099d93f06d57eafc8a03227e0 5799 Author: Tom Albers <toma@kde.org> 5800 Date: Mon Jul 17 19:33:47 2006 +0000 5801 5802 Do not enter the loop of the ending of a small break when we are 5803 having a big break. 1% of bugs take 99% of your time, right? 5804 5805 svn path=/trunk/extragear/utils/rsibreak/; revision=563526 5806 5807 icons/hi32-action-dcop.png | Bin 2073 -> 0 bytes 5808 src/rsitimer.cpp | 4 ++-- 5809 2 files changed, 2 insertions(+), 2 deletions(-) 5810 5811 commit 2c6505c969a8c105160eb2158be9b318c7ffffdb 5812 Author: Script Kiddy <scripty@kde.org> 5813 Date: Mon Jul 17 14:49:29 2006 +0000 5814 5815 SVN_SILENT made messages (.desktop file) 5816 5817 svn path=/trunk/extragear/utils/rsibreak/; revision=563418 5818 5819 src/eventsrc | 16 ++++++++++++++++ 5820 1 file changed, 16 insertions(+) 5821 5822 commit f19f5a6dbe1526fb56e923c9d561e28408a6094c 5823 Author: Tom Albers <toma@kde.org> 5824 Date: Sat Jul 15 15:37:01 2006 +0000 5825 5826 Replace the DCOP system as introduces in the last version. Replace it 5827 with the KNotify system, which is used everywhere in KDE. Static DCOP 5828 calls are too limited (brings kopete online when you where offline 5829 for example) and the user is far better of with KNotify as there 5830 are more options (beep when break is oer for example) and there is 5831 the option to launch a script. In that script you can execute DCOP 5832 commands anyhow. I will make a new release soon, to prevent to much 5833 angry users who have to convert. 5834 BUG: 130023, 130759 5835 5836 svn path=/trunk/extragear/utils/rsibreak/; revision=562729 5837 5838 src/Makefile.am | 7 +- 5839 src/eventsrc | 28 ++++ 5840 src/rsidock.cpp | 10 ++ 5841 src/rsidock.h | 1 + 5842 src/rsiglobals.cpp | 71 ++-------- 5843 src/rsiglobals.h | 13 +- 5844 src/rsitimer.cpp | 20 +-- 5845 src/setup.cpp | 8 -- 5846 src/setup.h | 4 - 5847 src/setupdcop.cpp | 393 5848 ----------------------------------------------------- 5849 src/setupdcop.h | 95 ------------- 5850 11 files changed, 68 insertions(+), 582 deletions(-) 5851 5852 commit e2f341a12fde588cab426638ba32b56fb8052a4b 5853 Author: Tom Albers <toma@kde.org> 5854 Date: Sat Jul 15 13:53:45 2006 +0000 5855 5856 Typo's & co. 5857 5858 svn path=/trunk/extragear/utils/rsibreak/; revision=562632 5859 5860 doc/index.docbook | 2 +- 5861 src/rsidock.h | 4 ++-- 5862 src/rsistatitem.h | 2 +- 5863 src/rsistats.cpp | 2 +- 5864 src/rsiwidget.cpp | 6 +++--- 5865 src/rsiwidget.h | 4 ++-- 5866 src/setup.h | 2 +- 5867 7 files changed, 11 insertions(+), 11 deletions(-) 5868 5869 commit a6eea1b06c40fd2e3da306628d2bd727d5f4e5a2 5870 Author: Script Kiddy <scripty@kde.org> 5871 Date: Sun Jul 9 15:17:19 2006 +0000 5872 5873 SVN_SILENT made messages (.desktop file) 5874 5875 svn path=/trunk/extragear/utils/rsibreak/; revision=560220 5876 5877 src/rsibreak.desktop | 1 + 5878 1 file changed, 1 insertion(+) 5879 5880 commit f0afa26576fcbda450474d82f48f22e8c1735332 5881 Author: Script Kiddy <scripty@kde.org> 5882 Date: Fri Jul 7 15:17:48 2006 +0000 5883 5884 SVN_SILENT made messages (.desktop file) 5885 5886 svn path=/trunk/extragear/utils/rsibreak/; revision=559533 5887 5888 src/rsibreak.desktop | 1 + 5889 1 file changed, 1 insertion(+) 5890 5891 commit 94cbd0a7ce6a1872441a53e6abae84bebaa53f2b 5892 Author: Script Kiddy <scripty@kde.org> 5893 Date: Thu Jul 6 15:23:49 2006 +0000 5894 5895 SVN_SILENT made messages (.desktop file) 5896 5897 svn path=/trunk/extragear/utils/rsibreak/; revision=559100 5898 5899 src/rsibreak.desktop | 1 + 5900 1 file changed, 1 insertion(+) 5901 5902 commit cadff50f4c6dd32970b943987bf1b07d0a6a5119 5903 Author: Script Kiddy <scripty@kde.org> 5904 Date: Sat Jul 1 15:27:33 2006 +0000 5905 5906 SVN_SILENT made messages (.desktop file) 5907 5908 svn path=/trunk/extragear/utils/rsibreak/; revision=556832 5909 5910 src/rsibreak.desktop | 1 + 5911 1 file changed, 1 insertion(+) 5912 5913 commit b56d2e0c9eb607bf9b1e4fbb423389f15950ec8f 5914 Author: Script Kiddy <scripty@kde.org> 5915 Date: Wed Jun 28 15:27:38 2006 +0000 5916 5917 SVN_SILENT made messages (.desktop file) 5918 5919 svn path=/trunk/extragear/utils/rsibreak/; revision=555855 5920 5921 src/rsibreak.desktop | 2 ++ 5922 1 file changed, 2 insertions(+) 5923 5924 commit 9e20e45eac7868918a63ef949516fe41082c5830 5925 Author: Script Kiddy <scripty@kde.org> 5926 Date: Mon Jun 26 15:16:05 2006 +0000 5927 5928 SVN_SILENT made messages (.desktop file) 5929 5930 svn path=/trunk/extragear/utils/rsibreak/; revision=555170 5931 5932 src/rsibreak.desktop | 5 +---- 5933 1 file changed, 1 insertion(+), 4 deletions(-) 5934 5935 commit 968f19f790384d9f2482662fdee2de6461a0b291 5936 Author: Tom Albers <toma@kde.org> 5937 Date: Sun Jun 25 14:50:21 2006 +0000 5938 5939 Confused by all the tools we have, you simply forget the spellchecker 5940 SVN_SILENT 5941 5942 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=554847 5943 5944 doc/index.docbook | 16 ++++++++-------- 5945 1 file changed, 8 insertions(+), 8 deletions(-) 5946 5947 commit 0c00aa5b0da000a78b4ec7b1424085858535f6e1 5948 Author: Tom Albers <toma@kde.org> 5949 Date: Sun Jun 25 14:02:44 2006 +0000 5950 5951 EBN sanitizer 5952 5953 svn path=/trunk/extragear/utils/doc/rsibreak/; revision=554836 5954 5955 doc/index.docbook | 25 +++++++++++++------------ 5956 1 file changed, 13 insertions(+), 12 deletions(-) 5957 5958 commit 8268f36ab3961639e2d160cae0aed8bb56f60e39 5959 Author: Tom Albers <toma@kde.org> 5960 Date: Sun Jun 25 13:17:16 2006 +0000 5961 5962 bye bye review, hi extragear 5963 5964 svn path=/trunk/kdereview/doc/rsibreak/; revision=554826 5965 5966 NEWS | 2 + 5967 TODO | 1 - 5968 src/rsiglobals.cpp | 18 ++++++++ 5969 src/rsiglobals.h | 6 +++ 5970 src/rsitimer.cpp | 5 ++- 5971 src/rsitimer.h | 1 + 5972 src/rsiwidget.cpp | 3 ++ 5973 src/setupgeneral.cpp | 113 5974 ++++++++++++++++++++++++++++++++++++--------------- 5975 8 files changed, 113 insertions(+), 36 deletions(-) 5976 5977 commit 23906a01b4572c80b9d3e5591244748fed50211b 5978 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 5979 Date: Sun Jun 25 11:13:55 2006 +0000 5980 5981 SVN_SILENT: Bug report from StAnLeY^ 5982 5983 5984 svn path=/trunk/kdereview/rsibreak/; revision=554788 5985 5986 TODO | 1 + 5987 1 file changed, 1 insertion(+) 5988 5989 commit e21a382ca1b149963ba93731a438bdb56127eb57 5990 Author: Tom Albers <toma@kde.org> 5991 Date: Sat Jun 24 22:20:30 2006 +0000 5992 5993 - Reworked the items in the menu, changed the order and added a 5994 docbook entry. 5995 - Now based on khelpmenu, hence a couple of slots were obsolete. 5996 - Manual added 5997 5998 5999 svn path=/trunk/kdereview/rsibreak/; revision=554711 6000 6001 NEWS | 4 + 6002 doc/Makefile.am | 2 + 6003 doc/dcop.png | Bin 0 -> 19226 bytes 6004 doc/index.docbook | 288 6005 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 6006 doc/logo.png | Bin 0 -> 15138 bytes 6007 doc/popup.png | Bin 0 -> 5665 bytes 6008 doc/statistics.png | Bin 0 -> 42986 bytes 6009 doc/suspend.png | Bin 0 -> 4045 bytes 6010 release_rsibreak.rb | 4 +- 6011 src/rsidock.cpp | 61 ++++------- 6012 src/rsidock.h | 5 +- 6013 11 files changed, 319 insertions(+), 45 deletions(-) 6014 6015 commit 80df7c902c9781d7f5eb6a9739789f889a31decb 6016 Author: Tom Albers <toma@kde.org> 6017 Date: Fri Jun 23 22:07:46 2006 +0000 6018 6019 When RSIBreak is started a second time, execute a DCOP command which 6020 shows where RSIBreak sits in the tray. Request by Achim Bohnet. 6021 6022 svn path=/trunk/kdereview/rsibreak/; revision=554382 6023 6024 TODO | 1 - 6025 src/dcopiface.cpp | 5 +++ 6026 src/dcopiface.h | 9 +++++ 6027 src/main.cpp | 27 ++++++++------ 6028 src/rsiwidget.cpp | 107 6029 +++++++++++++++++++++++++++++++----------------------- 6030 src/rsiwidget.h | 2 + 6031 6 files changed, 92 insertions(+), 59 deletions(-) 6032 6033 commit 5236e72ad66d95464ee5fed6309c4c16b848e72a 6034 Author: Tom Albers <toma@kde.org> 6035 Date: Thu Jun 22 21:53:38 2006 +0000 6036 6037 Tried to fix the minimum size of the config screen, which does not 6038 seem to work. Fix two other issues though: disable session management 6039 since we use the autostart construction and fix the bouncing when 6040 started for the second time. Request by Allee! 6041 6042 svn path=/trunk/kdereview/rsibreak/; revision=554019 6043 6044 TODO | 5 +++-- 6045 src/main.cpp | 6 +++++- 6046 2 files changed, 8 insertions(+), 3 deletions(-) 6047 6048 commit 3b4af6f88a1e1e48853f32d340c47b56a86bdc95 6049 Author: Script Kiddy <scripty@kde.org> 6050 Date: Wed Jun 21 15:21:47 2006 +0000 6051 6052 SVN_SILENT made messages (.desktop file) 6053 6054 svn path=/trunk/kdereview/rsibreak/; revision=553636 6055 6056 src/rsibreak.desktop | 5 +++++ 6057 1 file changed, 5 insertions(+) 6058 6059 commit 4ac8ee61ef7defc59a73b553384ca553fabda053 6060 Author: Tom Albers <toma@kde.org> 6061 Date: Tue Jun 20 17:27:42 2006 +0000 6062 6063 SVN_SILENT: releasing activates people to report things. 6064 6065 svn path=/trunk/kdereview/rsibreak/; revision=553311 6066 6067 TODO | 13 ++++++++++++- 6068 1 file changed, 12 insertions(+), 1 deletion(-) 6069 6070 commit a72608c7e3b3ccbe82ae8cd5e5b90aeec1b02634 6071 Author: Script Kiddy <scripty@kde.org> 6072 Date: Tue Jun 20 15:07:18 2006 +0000 6073 6074 SVN_SILENT made messages (.desktop file) 6075 6076 svn path=/trunk/kdereview/rsibreak/; revision=553261 6077 6078 src/rsibreak.desktop | 21 --------------------- 6079 1 file changed, 21 deletions(-) 6080 6081 commit 01fdb438e3f073df464af4987cc9aeed54e7d40c 6082 Author: Tom Albers <toma@kde.org> 6083 Date: Mon Jun 19 20:33:03 2006 +0000 6084 6085 SVN_SILENT: Fix messages again now 0.7.1 is released. 6086 6087 svn path=/trunk/kdereview/rsibreak/; revision=553050 6088 6089 src/rsistats.cpp | 8 ++++---- 6090 src/setupdcop.cpp | 2 +- 6091 2 files changed, 5 insertions(+), 5 deletions(-) 6092 6093 commit f90bc2f45a896a6ff06d1e4e8fa0899f336757c8 6094 Author: Tom Albers <toma@kde.org> 6095 Date: Mon Jun 19 20:16:54 2006 +0000 6096 6097 Ok, prep new release: 6098 - bump version 6099 - fix scripts to kdereview 6100 - revert brams post release fix 6101 6102 6103 6104 svn path=/trunk/kdereview/rsibreak/; revision=553046 6105 6106 ChangeLog | 23 +++++++++++++++++++++++ 6107 NEWS | 4 ++++ 6108 makechangelog | 2 +- 6109 release_rsibreak.rb | 13 ++++++++----- 6110 src/main.cpp | 2 +- 6111 src/rsibreak.lsm | 2 +- 6112 src/rsistats.cpp | 8 ++++---- 6113 src/setupdcop.cpp | 2 +- 6114 8 files changed, 43 insertions(+), 13 deletions(-) 6115 6116 commit 37dc3ed56c674be77fe4dda57924468350b28d00 6117 Author: Tom Albers <toma@kde.org> 6118 Date: Mon Jun 19 20:07:28 2006 +0000 6119 6120 Fix crash on startup and fix one of the icons. 6121 6122 6123 svn path=/trunk/kdereview/rsibreak/; revision=553043 6124 6125 icons/hi32-app-rsibreak.png | Bin 1954 -> 2138 bytes 6126 src/rsiwidget.cpp | 3 ++- 6127 2 files changed, 2 insertions(+), 1 deletion(-) 6128 6129 commit b9c3e05ca8268aa3a11c78cae20dfaca0fb8c4c1 6130 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6131 Date: Mon Jun 19 19:26:47 2006 +0000 6132 6133 SVN_SILENT: add this header as well 6134 6135 6136 svn path=/trunk/kdereview/rsibreak/; revision=553036 6137 6138 src/main.cpp | 1 + 6139 1 file changed, 1 insertion(+) 6140 6141 commit 8f35e6dc72851ae81b172db802d4d3f70b350d8c 6142 Author: Tom Albers <toma@kde.org> 6143 Date: Mon Jun 19 19:06:59 2006 +0000 6144 6145 Fix compilation in kdereview. 6146 6147 svn path=/trunk/kdereview/rsibreak/; revision=553034 6148 6149 src/main.cpp | 2 +- 6150 1 file changed, 1 insertion(+), 1 deletion(-) 6151 6152 commit 0980134df1db307f04a5920447400c2fca00cfc4 6153 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6154 Date: Mon Jun 19 18:41:47 2006 +0000 6155 6156 SVN_SILENT: post release fixes 6157 6158 6159 svn path=/trunk/playground/utils/rsibreak/; revision=553030 6160 6161 src/rsistats.cpp | 8 ++++---- 6162 src/setupdcop.cpp | 2 +- 6163 2 files changed, 5 insertions(+), 5 deletions(-) 6164 6165 commit e2aae518db91502aad480f97b951df384b399aa4 6166 Author: Tom Albers <toma@kde.org> 6167 Date: Mon Jun 19 17:42:24 2006 +0000 6168 6169 Closing 0.7.0. tarball in a minute. 6170 6171 svn path=/trunk/playground/utils/rsibreak/; revision=553015 6172 6173 ChangeLog | 76 6174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6175 NEWS | 8 +++--- 6176 src/rsibreak.lsm | 4 +-- 6177 3 files changed, 83 insertions(+), 5 deletions(-) 6178 6179 commit 80eeb19a86c987e3bbee40dd42a8754586148b19 6180 Author: Tom Albers <toma@kde.org> 6181 Date: Sun Jun 18 18:48:59 2006 +0000 6182 6183 New versions. Made by Lee Olson. 6184 6185 svn path=/trunk/playground/utils/rsibreak/; revision=552669 6186 6187 icons/artwork-v3.tar.gz | Bin 344512 -> 392134 bytes 6188 icons/hi16-action-rsibreak0.png | Bin 826 -> 847 bytes 6189 icons/hi16-action-rsibreak1.png | Bin 832 -> 844 bytes 6190 icons/hi16-action-rsibreak2.png | Bin 825 -> 833 bytes 6191 icons/hi16-action-rsibreak3.png | Bin 840 -> 861 bytes 6192 icons/hi16-action-rsibreak4.png | Bin 780 -> 793 bytes 6193 icons/hi16-action-rsibreakx.png | Bin 887 -> 901 bytes 6194 icons/hi32-action-rsibreak0.png | Bin 2037 -> 2066 bytes 6195 icons/hi32-action-rsibreak1.png | Bin 2062 -> 2084 bytes 6196 icons/hi32-action-rsibreak2.png | Bin 2091 -> 2134 bytes 6197 icons/hi32-action-rsibreak3.png | Bin 2168 -> 2191 bytes 6198 icons/hi32-action-rsibreak4.png | Bin 1931 -> 1914 bytes 6199 icons/hi32-action-rsibreakx.png | Bin 2511 -> 2526 bytes 6200 13 files changed, 0 insertions(+), 0 deletions(-) 6201 6202 commit 686a360eb74edaa61b3ac728f6a0c02fe5e1e6c1 6203 Author: Tom Albers <toma@kde.org> 6204 Date: Sun Jun 18 14:11:42 2006 +0000 6205 6206 Fix enable state of the items. 6207 6208 svn path=/trunk/playground/utils/rsibreak/; revision=552610 6209 6210 src/setupgeneral.cpp | 5 +++-- 6211 1 file changed, 3 insertions(+), 2 deletions(-) 6212 6213 commit 6de1d2ce5070ac329341cdf52e8f2d045f1612a0 6214 Author: Tom Albers <toma@kde.org> 6215 Date: Sun Jun 18 12:19:17 2006 +0000 6216 6217 New icons. Changed the installation path of the icons to an app 6218 specific one, instead of globally. Not sure how that behaves on 6219 upgrades though. 6220 6221 svn path=/trunk/playground/utils/rsibreak/; revision=552587 6222 6223 icons/Makefile.am | 4 +++- 6224 icons/artwork-v3.tar.gz | Bin 0 -> 344512 bytes 6225 icons/hi128-action-rsibreak3.png | Bin 14467 -> 0 bytes 6226 icons/hi128-app-rsibreak.png | Bin 0 -> 15138 bytes 6227 icons/hi16-action-rsibreak0.png | Bin 763 -> 826 bytes 6228 icons/hi16-action-rsibreak1.png | Bin 774 -> 832 bytes 6229 icons/hi16-action-rsibreak2.png | Bin 791 -> 825 bytes 6230 icons/hi16-action-rsibreak3.png | Bin 795 -> 840 bytes 6231 icons/hi16-action-rsibreak4.png | Bin 780 -> 780 bytes 6232 icons/hi16-action-rsibreakx.png | Bin 803 -> 887 bytes 6233 icons/hi16-app-rsibreak.png | Bin 795 -> 847 bytes 6234 icons/hi32-action-dcop.png | Bin 0 -> 2073 bytes 6235 icons/hi32-action-duringbreaks.png | Bin 0 -> 512 bytes 6236 icons/hi32-action-rsibreak0.png | Bin 1881 -> 2037 bytes 6237 icons/hi32-action-rsibreak1.png | Bin 1889 -> 2062 bytes 6238 icons/hi32-action-rsibreak2.png | Bin 2034 -> 2091 bytes 6239 icons/hi32-action-rsibreak3.png | Bin 1954 -> 2168 bytes 6240 icons/hi32-action-rsibreak4.png | Bin 1998 -> 1931 bytes 6241 icons/hi32-action-rsibreakx.png | Bin 1983 -> 2511 bytes 6242 icons/hi32-action-timings.png | Bin 0 -> 2138 bytes 6243 icons/hi64-action-rsibreak3.png | Bin 5636 -> 0 bytes 6244 release_rsibreak.rb | 5 +++-- 6245 src/setup.cpp | 6 +++--- 6246 23 files changed, 9 insertions(+), 6 deletions(-) 6247 6248 commit a86e622998936ab63a2ceee86015ac5b2424d053 6249 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6250 Date: Sat Jun 17 23:03:21 2006 +0000 6251 6252 SVN_SILENT: Remove some bugs and add allee's suggestion to have a 6253 look at mrtg or ganglia for plotter widgets. 6254 6255 6256 svn path=/trunk/playground/utils/rsibreak/; revision=552487 6257 6258 TODO | 8 +++----- 6259 1 file changed, 3 insertions(+), 5 deletions(-) 6260 6261 commit a1d53db2abd85ee468458c0f042502e163a624dc 6262 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6263 Date: Sat Jun 17 12:13:41 2006 +0000 6264 6265 Reset bit array items properly. 6266 6267 6268 svn path=/trunk/playground/utils/rsibreak/; revision=552309 6269 6270 src/rsistatitem.cpp | 1 + 6271 1 file changed, 1 insertion(+) 6272 6273 commit 49291571ae9a662d9b1a3c793365e5f28b8a79c3 6274 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6275 Date: Thu Jun 15 21:40:37 2006 +0000 6276 6277 SVN_SILENT 6278 6279 6280 svn path=/trunk/playground/utils/rsibreak/; revision=551886 6281 6282 src/setupdcop.cpp | 1 + 6283 src/setupdcop.h | 7 +++++++ 6284 2 files changed, 8 insertions(+) 6285 6286 commit 71d94ff26a43a0bd37fc03976e3059088bea3a57 6287 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6288 Date: Thu Jun 15 21:17:37 2006 +0000 6289 6290 Clear contents before you drop something on the command fields. 6291 6292 6293 svn path=/trunk/playground/utils/rsibreak/; revision=551878 6294 6295 src/setupdcop.cpp | 20 +++++++++++++++----- 6296 src/setupdcop.h | 13 +++++++++++++ 6297 2 files changed, 28 insertions(+), 5 deletions(-) 6298 6299 commit 913bd0be7177ac6ebbe529271e185f5ba31e69a4 6300 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6301 Date: Thu Jun 15 21:01:51 2006 +0000 6302 6303 o Button added which starts KDCOP (useful for Drag 'n Dropping 6304 DCOP calls) 6305 o Don't construct popup menu with every right click (it leaked memory 6306 as well) 6307 o Add icons to popup 6308 6309 6310 svn path=/trunk/playground/utils/rsibreak/; revision=551872 6311 6312 src/setupdcop.cpp | 91 6313 ++++++++++++++++++++++++++++++++++--------------------- 6314 src/setupdcop.h | 2 ++ 6315 2 files changed, 59 insertions(+), 34 deletions(-) 6316 6317 commit 918c6677db2a13f10d9652c3a53bb4eb82069f47 6318 Author: Tom Albers <toma@kde.org> 6319 Date: Thu Jun 15 20:44:41 2006 +0000 6320 6321 SVN_SILENT: Boring stuff 6322 6323 svn path=/trunk/playground/utils/rsibreak/; revision=551868 6324 6325 ChangeLog | 587 6326 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6327 NEWS | 3 + 6328 makechangelog | 2 +- 6329 3 files changed, 591 insertions(+), 1 deletion(-) 6330 6331 commit 7476834cc76fb9e2e426a6262e8419035a10885a 6332 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6333 Date: Thu Jun 15 20:31:50 2006 +0000 6334 6335 Update NEWS 6336 6337 6338 svn path=/trunk/playground/utils/rsibreak/; revision=551866 6339 6340 NEWS | 6 ++++-- 6341 1 file changed, 4 insertions(+), 2 deletions(-) 6342 6343 commit 23fccca803f40a1dbe3a5399e1967ac825c2c377 6344 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6345 Date: Thu Jun 15 16:13:50 2006 +0000 6346 6347 o Allow the user to type "dcop " at the start of the command, like 6348 she's used to in the command line. 6349 o Don't allow the user to call functions on rsibreak itself. 6350 6351 6352 svn path=/trunk/playground/utils/rsibreak/; revision=551800 6353 6354 src/rsiglobals.cpp | 26 +++++++++++++++++--------- 6355 1 file changed, 17 insertions(+), 9 deletions(-) 6356 6357 commit 08e5d1e4bb46226e8eaed926e67072a723687bd5 6358 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6359 Date: Thu Jun 15 15:51:52 2006 +0000 6360 6361 Looking through my usability glasses (maybe I need a new opticien, 6362 who knows), I concluded to move the idle less option somewhat 6363 upwards. The other options are affected by it (disabled/enabled), 6364 so it makes more sense to show them after the idle less option. 6365 6366 6367 svn path=/trunk/playground/utils/rsibreak/; revision=551789 6368 6369 src/setupgeneral.cpp | 16 ++++++++-------- 6370 1 file changed, 8 insertions(+), 8 deletions(-) 6371 6372 commit ade339a8ae56bcc6270920a7fd70fd499a3053ab 6373 Author: Tom Albers <toma@kde.org> 6374 Date: Tue Jun 13 17:02:29 2006 +0000 6375 6376 Two little bugfixes, first is that formatTime() should not be called 6377 with true for isDuration, because it is not. And the calculation 6378 of the width in the stats was done without taking the seconds into 6379 account, thereby off by three characters. 6380 6381 svn path=/trunk/playground/utils/rsibreak/; revision=551093 6382 6383 src/rsistats.cpp | 2 +- 6384 src/rsistatwidget.cpp | 2 +- 6385 2 files changed, 2 insertions(+), 2 deletions(-) 6386 6387 commit f94b3cd5989566439f848e7afff1ec25108b3875 6388 Author: Tom Albers <toma@kde.org> 6389 Date: Tue Jun 13 16:41:50 2006 +0000 6390 6391 Little bug in the new timer, did not increase stats for breaks which 6392 the user did not skip. Does that happen? 6393 6394 svn path=/trunk/playground/utils/rsibreak/; revision=551089 6395 6396 src/rsitimer.cpp | 4 +++- 6397 1 file changed, 3 insertions(+), 1 deletion(-) 6398 6399 commit f14f58a44d593d4fec444818facb28abc6628616 6400 Author: Tom Albers <toma@kde.org> 6401 Date: Tue Jun 13 09:37:11 2006 +0000 6402 6403 Move the clearing of the background of the widget from minimize() 6404 to maximize(). This prevents that when you skip the break the next 6405 break reuses the previous screenshot, so it will eventually become 6406 totally black after a few escaped breaks. 6407 6408 svn path=/trunk/playground/utils/rsibreak/; revision=550959 6409 6410 src/rsiwidget.cpp | 2 +- 6411 1 file changed, 1 insertion(+), 1 deletion(-) 6412 6413 commit a95fa3f6e49289351e26194f1b2a906c047bec4d 6414 Author: Tom Albers <toma@kde.org> 6415 Date: Tue Jun 13 08:24:27 2006 +0000 6416 6417 Xinerama fix, only show countdown / gray out the active screen, 6418 otherwise the counter will end up in the middle. 6419 6420 svn path=/trunk/playground/utils/rsibreak/; revision=550938 6421 6422 src/rsiwidget.cpp | 2 +- 6423 src/setupdcop.cpp | 2 +- 6424 2 files changed, 2 insertions(+), 2 deletions(-) 6425 6426 commit ac837dc38642c9ca8379b138beb10291fef001f4 6427 Author: Tom Albers <toma@kde.org> 6428 Date: Mon Jun 12 20:43:35 2006 +0000 6429 6430 SVN_SILENT: dont popup, greying it causes artifects. 6431 6432 svn path=/trunk/playground/utils/rsibreak/; revision=550806 6433 6434 src/rsitimer.cpp | 2 -- 6435 1 file changed, 2 deletions(-) 6436 6437 commit 61cd12cf3910ff25839f63398ebf1cbe4aa16b72 6438 Author: Tom Albers <toma@kde.org> 6439 Date: Mon Jun 12 19:09:02 2006 +0000 6440 6441 More work on the noIdleTimer: 6442 - Set docker icon properly 6443 - implement m_tinyBreakRequested && m_bigBreakRequested 6444 - fix the artifect on the lower right corner during gray out 6445 - issue the right dcop commands (hang in m_nextrbreak instead of 6446 the static currentbreak) 6447 Thats it for now. 6448 6449 6450 6451 svn path=/trunk/playground/utils/rsibreak/; revision=550788 6452 6453 src/rsitimer.cpp | 46 ++++++++++++++++++++++++++++++++++------------ 6454 1 file changed, 34 insertions(+), 12 deletions(-) 6455 6456 commit b29266919b9069ca446238ee1f825c496f8f4664 6457 Author: Tom Albers <toma@kde.org> 6458 Date: Mon Jun 12 16:54:48 2006 +0000 6459 6460 Fixes a crash in the shortcut to minimize a break and setup the 6461 right timer properly. 6462 6463 svn path=/trunk/playground/utils/rsibreak/; revision=550759 6464 6465 src/rsiwidget.cpp | 47 ++++++++++++++++++++++++++++------------------- 6466 1 file changed, 28 insertions(+), 19 deletions(-) 6467 6468 commit 66720688cbbc21cce1041ea9ecaab8a32018e905 6469 Author: Tom Albers <toma@kde.org> 6470 Date: Sun Jun 11 22:20:43 2006 +0000 6471 6472 svn_silent:stats 6473 6474 svn path=/trunk/playground/utils/rsibreak/; revision=550480 6475 6476 src/rsitimer.cpp | 2 ++ 6477 1 file changed, 2 insertions(+) 6478 6479 commit 9cc0e4a87b74eccda3dfa2aa97e4740c59b92f2e 6480 Author: Tom Albers <toma@kde.org> 6481 Date: Sun Jun 11 22:02:21 2006 +0000 6482 6483 Make the noIdle timer work, add some stats and add execution of dcop 6484 commands. Seems to work quite well. 6485 BUG: 122954 6486 6487 svn path=/trunk/playground/utils/rsibreak/; revision=550476 6488 6489 src/rsitimer.cpp | 27 ++++++++++++++++++++++++++- 6490 1 file changed, 26 insertions(+), 1 deletion(-) 6491 6492 commit c3d236d24c47f985996190231406797b5b888aff 6493 Author: Tom Albers <toma@kde.org> 6494 Date: Sun Jun 11 21:05:07 2006 +0000 6495 6496 Add the config option for the noIdleTimer. 6497 6498 svn path=/trunk/playground/utils/rsibreak/; revision=550468 6499 6500 src/rsitimer.cpp | 3 ++ 6501 src/rsiwidget.cpp | 87 6502 ++++++++++++++++++++++++++++++++++------------------ 6503 src/rsiwidget.h | 1 + 6504 src/setupgeneral.cpp | 18 +++++++++++ 6505 src/setupgeneral.h | 1 + 6506 5 files changed, 81 insertions(+), 29 deletions(-) 6507 6508 commit 44cc495138fb8bcaa9c74d036103c25f59fa7672 6509 Author: Tom Albers <toma@kde.org> 6510 Date: Sun Jun 11 00:08:44 2006 +0000 6511 6512 add Tina as contributor, bump version, fix warning, update TODO 6513 6514 svn path=/trunk/playground/utils/rsibreak/; revision=550092 6515 6516 AUTHORS | 1 + 6517 TODO | 5 +---- 6518 src/main.cpp | 7 +++++-- 6519 src/rsiwidget.cpp | 3 +-- 6520 src/setup.cpp | 2 +- 6521 5 files changed, 9 insertions(+), 9 deletions(-) 6522 6523 commit f2a5b18189c5c267968974f3215382882240da0f 6524 Author: Tom Albers <toma@kde.org> 6525 Date: Sat Jun 10 23:51:33 2006 +0000 6526 6527 - Remove debugging as far as I dont need it 6528 - Changed the 'Use images' checkbox to a checkbox in the groupbox 6529 and moved the recursive setting beack below the path. 6530 6531 CCBUG: 128780 6532 (transparant counter is also fixed now, there is a little glitch 6533 just when the show starts, but we have to live with that) 6534 6535 6536 svn path=/trunk/playground/utils/rsibreak/; revision=550088 6537 6538 src/rsiglobals.cpp | 1 - 6539 src/rsistatitem.cpp | 6 ------ 6540 src/rsistats.cpp | 24 ---------------------- 6541 src/rsistatwidget.cpp | 4 ---- 6542 src/rsitimer.cpp | 55 6543 +++++++++++--------------------------------------- 6544 src/rsitooltip.cpp | 2 -- 6545 src/rsiwidget.cpp | 18 ----------------- 6546 src/setup.cpp | 3 --- 6547 src/setupdcop.cpp | 1 + 6548 src/setupgeneral.cpp | 5 ----- 6549 src/setupmaximized.cpp | 55 6550 +++++++++++++++++--------------------------------- 6551 src/setuptiming.cpp | 5 ----- 6552 12 files changed, 32 insertions(+), 147 deletions(-) 6553 6554 commit 7a51ecbeb0d6b60def8e119a74b139e2ee144b07 6555 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6556 Date: Sat Jun 10 23:15:41 2006 +0000 6557 6558 SVN_SILENT: Boring stuff 6559 6560 6561 svn path=/trunk/playground/utils/rsibreak/; revision=550085 6562 6563 src/rsiwidget.cpp | 1 + 6564 src/rsiwidget.h | 12 ++++++++++++ 6565 2 files changed, 13 insertions(+) 6566 6567 commit 31c5fe4f750407e97d8e8d95abe2b29080db0084 6568 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6569 Date: Sat Jun 10 23:12:24 2006 +0000 6570 6571 Improvements for transparent label 6572 6573 6574 svn path=/trunk/playground/utils/rsibreak/; revision=550084 6575 6576 src/rsiwidget.cpp | 9 ++++++++- 6577 1 file changed, 8 insertions(+), 1 deletion(-) 6578 6579 commit e87de69388b72425a4334d305ba99e605d6d401c 6580 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6581 Date: Sat Jun 10 22:17:44 2006 +0000 6582 6583 SVN_SILENT: fix compile && fix connect() 6584 6585 6586 svn path=/trunk/playground/utils/rsibreak/; revision=550073 6587 6588 src/rsitimer.cpp | 2 +- 6589 src/rsiwidget.cpp | 2 +- 6590 2 files changed, 2 insertions(+), 2 deletions(-) 6591 6592 commit 37091bda64d99fc569f2e747b854537918e6f497 6593 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6594 Date: Sat Jun 10 21:40:48 2006 +0000 6595 6596 o Warn in relax popup when the next break will be a big break (big 6597 breaks always came quite suddenly for me) 6598 o Attempt to make a transparent label in the full screen widget. Works 6599 only with the grey out effect, not with image mode. 6600 6601 6602 svn path=/trunk/playground/utils/rsibreak/; revision=550065 6603 6604 src/rsidock.cpp | 2 +- 6605 src/rsidock.h | 2 +- 6606 src/rsirelaxpopup.cpp | 13 ++++++++---- 6607 src/rsirelaxpopup.h | 5 ++++- 6608 src/rsitimer.cpp | 58 6609 +++++++++++++++++++++++++++------------------------ 6610 src/rsitimer.h | 6 +++++- 6611 src/rsiwidget.cpp | 48 +++++++++++++++++++++++++++++++++++++----- 6612 src/rsiwidget.h | 20 ++++++++++++++++-- 6613 8 files changed, 112 insertions(+), 42 deletions(-) 6614 6615 commit eda5a4b2867c8d8dbfc29d7353c2db1d6e4e4e2f 6616 Author: Tom Albers <toma@kde.org> 6617 Date: Sat Jun 10 20:54:18 2006 +0000 6618 6619 Only enable what's needed 6620 6621 svn path=/trunk/playground/utils/rsibreak/; revision=550057 6622 6623 src/setupdcop.cpp | 76 6624 +++++++++++++++++++++++++++++++++++-------------------- 6625 1 file changed, 49 insertions(+), 27 deletions(-) 6626 6627 commit 22b0c8eab4efec13c6e3171f111e48c869db1391 6628 Author: Tom Albers <toma@kde.org> 6629 Date: Sat Jun 10 14:30:27 2006 +0000 6630 6631 svn_silent: Clean up the dock 6632 6633 svn path=/trunk/playground/utils/rsibreak/; revision=549976 6634 6635 src/rsidock.cpp | 22 ---------------------- 6636 1 file changed, 22 deletions(-) 6637 6638 commit 418bc74cb741376395865f0a22fd37559040e181 6639 Author: Tom Albers <toma@kde.org> 6640 Date: Sat Jun 10 14:22:38 2006 +0000 6641 6642 Make the execution of dcop commands depend on the type of the break 6643 - adjust config 6644 - adjust execution routines 6645 - adjust callers 6646 6647 Removed the dcop commands columns from the listview 6648 Removed some kddebug, it is time to remove all of them where possible 6649 Dont suspend rsibreak when about dialog is shown 6650 6651 6652 svn path=/trunk/playground/utils/rsibreak/; revision=549973 6653 6654 src/rsidock.cpp | 9 ++---- 6655 src/rsiglobals.cpp | 33 +++++++++++--------- 6656 src/rsiglobals.h | 9 ++++-- 6657 src/rsitimer.cpp | 14 ++++----- 6658 src/rsiwidget.cpp | 3 -- 6659 src/setupdcop.cpp | 90 6660 +++++++++++++++++++++++++++++------------------------- 6661 src/setupdcop.h | 1 + 6662 7 files changed, 84 insertions(+), 75 deletions(-) 6663 6664 commit eb02e1be667473eed3ac407845b0a2506e610d12 6665 Author: Tom Albers <toma@kde.org> 6666 Date: Fri Jun 9 22:37:30 2006 +0000 6667 6668 Make the gray out configurable. Make it the default 6669 setting. Counterbox will be fixed later. 6670 BUG: 128780 6671 6672 svn path=/trunk/playground/utils/rsibreak/; revision=549814 6673 6674 src/rsiwidget.cpp | 21 ++++++++++++++------- 6675 src/rsiwidget.h | 1 + 6676 src/setupmaximized.cpp | 36 ++++++++++++++++++++++++++++-------- 6677 src/setupmaximized.h | 1 + 6678 4 files changed, 44 insertions(+), 15 deletions(-) 6679 6680 commit 7a7e0ee07eb242855ffaeac363f4e612db9c000f 6681 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6682 Date: Fri Jun 9 22:15:30 2006 +0000 6683 6684 Two new statistics: percentage of activity during the last hour and 6685 the last 6 hours. 6686 6687 6688 svn path=/trunk/playground/utils/rsibreak/; revision=549805 6689 6690 src/rsiglobals.h | 4 +++- 6691 src/rsistats.cpp | 19 ++++++++++++++++++- 6692 src/rsistatwidget.cpp | 2 ++ 6693 3 files changed, 23 insertions(+), 2 deletions(-) 6694 6695 commit 5c07fb351482bfbab00b6580cee79f1caeae06b4 6696 Author: Tom Albers <toma@kde.org> 6697 Date: Fri Jun 9 22:01:08 2006 +0000 6698 6699 reorganise the resizing. 6700 6701 svn path=/trunk/playground/utils/rsibreak/; revision=549801 6702 6703 src/rsiwidget.cpp | 16 +++++----------- 6704 1 file changed, 5 insertions(+), 11 deletions(-) 6705 6706 commit c0ac7ef74cd054a3c527f498a5ed66164b617f61 6707 Author: Tom Albers <toma@kde.org> 6708 Date: Fri Jun 9 12:11:04 2006 +0000 6709 6710 Remove not working karm dcop calls and rearrange maximize() in 6711 rsiwidget so it steals focus again. 6712 CCBUG: 128780 6713 6714 svn path=/trunk/playground/utils/rsibreak/; revision=549642 6715 6716 src/rsiwidget.cpp | 36 +++++++++++++++++++----------------- 6717 src/setupdcop.cpp | 14 ++++---------- 6718 2 files changed, 23 insertions(+), 27 deletions(-) 6719 6720 commit 4504b3fbdda32a30bf27d220a2a0a98350a165c5 6721 Author: Tom Albers <toma@kde.org> 6722 Date: Thu Jun 8 22:26:04 2006 +0000 6723 6724 Make sure that the second break has the fade effect as well, dont 6725 load another image when there is only one image and dont rename 6726 slots just before commits, thats asking for it. 6727 6728 svn path=/trunk/playground/utils/rsibreak/; revision=549518 6729 6730 src/rsiwidget.cpp | 8 ++++++-- 6731 1 file changed, 6 insertions(+), 2 deletions(-) 6732 6733 commit f56d78da773a71f5d9808d76c71b5323745c2058 6734 Author: Tom Albers <toma@kde.org> 6735 Date: Thu Jun 8 22:10:26 2006 +0000 6736 6737 Ok, this commit will change rsiwidget in a few ways. When there is 6738 no image found in the folder, it will gray out as in the kde logout 6739 sequence. Next to that, some artifacts seem to have been solved by 6740 these changes.... 6741 6742 Todo: 6743 - place the counter in a box, maybe use the rsipopup for it 6744 - make this behaviour configurable, next to the images. 6745 - make this behaviour the default setting. 6746 6747 Please check for regressions and other issues. 6748 6749 CCBUG: 128780 6750 I can not support transparant images as part of your image collection, 6751 but the aim is the title of the bugreport ;-) 6752 6753 6754 svn path=/trunk/playground/utils/rsibreak/; revision=549515 6755 6756 src/rsiwidget.cpp | 73 6757 ++++++++++++++++++++++++++++++++++++++++--------------- 6758 src/rsiwidget.h | 5 ++-- 6759 2 files changed, 57 insertions(+), 21 deletions(-) 6760 6761 commit db09642802138f71299698f2fded01fbc6a7516a 6762 Author: Tom Albers <toma@kde.org> 6763 Date: Tue Jun 6 19:33:06 2006 +0000 6764 6765 Fix jumping of the passivepopup and resizing when the label changes. 6766 6767 svn path=/trunk/playground/utils/rsibreak/; revision=548887 6768 6769 src/rsirelaxpopup.cpp | 21 ++++++++++++--------- 6770 1 file changed, 12 insertions(+), 9 deletions(-) 6771 6772 commit 4f52cfbf9a6a0fec20c85525ca8f4bf51e9a6690 6773 Author: Tom Albers <toma@kde.org> 6774 Date: Tue Jun 6 17:55:07 2006 +0000 6775 6776 Libxss is required for compiling. I don't see a reason to check it 6777 at runtime. 6778 6779 svn path=/trunk/playground/utils/rsibreak/; revision=548870 6780 6781 src/rsitimer.cpp | 9 --------- 6782 src/rsitimer.h | 1 - 6783 2 files changed, 10 deletions(-) 6784 6785 commit 5bdcf350bdaa67e90866f743f222e955a93f60f6 6786 Author: Tom Albers <toma@kde.org> 6787 Date: Tue Jun 6 17:43:30 2006 +0000 6788 6789 - Dont query the dpms settings in the constructor, but after 6 minutes 6790 idle time, improves startup speed (yes, it is not impressive), and if 6791 the user changes the setting during the session, it will be picked up. 6792 - Remove the have_libxss from the rsitimer_dpms, the functionality 6793 does not depend on that lib. If it is not needed it will not be 6794 queried. So this is cleaner. 6795 6796 svn path=/trunk/playground/utils/rsibreak/; revision=548869 6797 6798 src/rsitimer.cpp | 31 ++++++++++++++----------------- 6799 src/rsitimer_dpms.cpp | 12 ++---------- 6800 2 files changed, 16 insertions(+), 27 deletions(-) 6801 6802 commit d87e581d47689db142eb384f1fa559d19649b7c9 6803 Author: Tom Albers <toma@kde.org> 6804 Date: Tue Jun 6 15:27:47 2006 +0000 6805 6806 Maximum idle time was again limited (my lunch break was definitly 6807 greater than 20 minutes). This time it seems the 'standby' state of 6808 DPMS was the maximum. Fixed this by expanding the workaround to also 6809 ignore the standby and suspend interval second. 6810 6811 Why o why does X emit activity when blanking the screen.... 6812 6813 6814 svn path=/trunk/playground/utils/rsibreak/; revision=548826 6815 6816 src/rsitimer.cpp | 20 ++++++++++++++------ 6817 src/rsitimer.h | 2 ++ 6818 src/rsitimer_dpms.cpp | 13 ++++++++++--- 6819 src/rsitimer_dpms.h | 2 +- 6820 4 files changed, 27 insertions(+), 10 deletions(-) 6821 6822 commit 1f76a08e2c6af9c9813e59b237690bade83d3ca7 6823 Author: Tom Albers <toma@kde.org> 6824 Date: Mon Jun 5 15:24:55 2006 +0000 6825 6826 Since smootscale is time consuming, limit the loading of images to 6827 a bare minimum. Before this commit a new image was loaded when the 6828 config was entered (minimize() to make sure there was no active break) 6829 and when leaving the dialog another image was loaded (minimize() 6830 to reset timers). After this commit, only an image is loaded when 6831 needed. Hence the dialogs appear faster and when dialog is closed, 6832 rsibreak is immediatly picking up its task. 6833 6834 svn path=/trunk/playground/utils/rsibreak/; revision=548441 6835 6836 src/rsitimer.cpp | 27 +++++++++++++++++++-------- 6837 src/rsitimer.h | 23 +++++++++++++++++++---- 6838 src/rsiwidget.cpp | 11 ++++++----- 6839 src/rsiwidget.h | 2 +- 6840 4 files changed, 45 insertions(+), 18 deletions(-) 6841 6842 commit 5abcdd9feb6d9b123f0e181aa661efd5d7d2ce24 6843 Author: Tom Albers <toma@kde.org> 6844 Date: Mon Jun 5 14:44:26 2006 +0000 6845 6846 Playing with callgrind, i don't really understand it, but smoothscale 6847 seems to delay startup enormously. 6848 6849 svn path=/trunk/playground/utils/rsibreak/; revision=548426 6850 6851 src/rsiwidget.cpp | 4 +++- 6852 1 file changed, 3 insertions(+), 1 deletion(-) 6853 6854 commit 974bd2f179adfdd6ad9647a9e7763709805651fc 6855 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6856 Date: Sat Jun 3 13:41:34 2006 +0000 6857 6858 SVN_SILENT: startsWith doesn't like characters. 6859 6860 6861 svn path=/trunk/playground/utils/rsibreak/; revision=547810 6862 6863 src/setupmaximized.cpp | 2 +- 6864 1 file changed, 1 insertion(+), 1 deletion(-) 6865 6866 commit 6e382aef002b4f0fc95c55ab885994e40b616b31 6867 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6868 Date: Fri Jun 2 10:44:27 2006 +0000 6869 6870 SVN_SILENT: krazy complained 6871 6872 6873 svn path=/trunk/playground/utils/rsibreak/; revision=547489 6874 6875 src/setupmaximized.cpp | 2 +- 6876 1 file changed, 1 insertion(+), 1 deletion(-) 6877 6878 commit 16e030005d3bd598b5d2f5e823e3d021e85d0554 6879 Author: Tom Albers <toma@kde.org> 6880 Date: Wed May 31 22:14:49 2006 +0000 6881 6882 More work on usability report: 6883 - merge popup tab with maximized tab 6884 - reorganise all options in setupmaximized 6885 - renamed maximize tab to 'During Break' 6886 - remove popup tab 6887 6888 Completes Issue 2.2 usability review. 6889 6890 CCMAIL: t.trillitzsch@gmx.de, clearbeast@gmail.com 6891 6892 6893 svn path=/trunk/playground/utils/rsibreak/; revision=547133 6894 6895 src/Makefile.am | 4 +- 6896 src/setup.cpp | 11 ++-- 6897 src/setupmaximized.cpp | 124 6898 +++++++++++++++++++++++++++++++++++---------- 6899 src/setupmaximized.h | 1 + 6900 src/setuppopup.cpp | 133 6901 ------------------------------------------------- 6902 src/setuppopup.h | 66 ------------------------ 6903 6 files changed, 103 insertions(+), 236 deletions(-) 6904 6905 commit 5216bbe91c090e5e44694d7828408c95bc2532fa 6906 Author: Tom Albers <toma@kde.org> 6907 Date: Wed May 31 21:19:44 2006 +0000 6908 6909 Usability work on the setuppopup page. 6910 - brought the checkbox closer to the label 6911 - reduced the text of the label 6912 - a bit more space between the options 6913 6914 Finished issue 2.1 from the report. 6915 CCMAIL: t.trillitzsch@gmx.de 6916 6917 svn path=/trunk/playground/utils/rsibreak/; revision=547115 6918 6919 src/setuppopup.cpp | 17 ++++++----------- 6920 1 file changed, 6 insertions(+), 11 deletions(-) 6921 6922 commit c15f66223e912c15c07ac544e92f7743e21c9074 6923 Author: Tom Albers <toma@kde.org> 6924 Date: Wed May 31 20:52:08 2006 +0000 6925 6926 SVN_SILENT done 6927 6928 svn path=/trunk/playground/utils/rsibreak/; revision=547104 6929 6930 TODO | 2 -- 6931 1 file changed, 2 deletions(-) 6932 6933 commit 8e400c7ab6b54013582ce7512d2f3396a4ee0515 6934 Author: Tom Albers <toma@kde.org> 6935 Date: Mon May 29 18:47:08 2006 +0000 6936 6937 Point 1.1 usability report. 6938 6939 timing: 6940 - resize kintnuminput to minimum possible 6941 - align the associated labels to the right 6942 6943 dcop: 6944 - make label break automatically according to the width, this was 6945 causing the wide display. 6946 6947 popup: 6948 - make label break automatically according to the width, this was 6949 causing the small text in the wide display. 6950 6951 CCMAIL: t.trillitzsch@gmx.de 6952 6953 6954 svn path=/trunk/playground/utils/rsibreak/; revision=546323 6955 6956 src/setupdcop.cpp | 3 ++- 6957 src/setuppopup.cpp | 18 ++++++++++-------- 6958 src/setuptiming.cpp | 21 ++++++++++++++++----- 6959 3 files changed, 28 insertions(+), 14 deletions(-) 6960 6961 commit 4f5f6def26be6c20215fb81dd63cd08065b305f0 6962 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6963 Date: Mon May 22 19:31:28 2006 +0000 6964 6965 Actually call the DCOP commands in the timer (on the right places 6966 I hope). 6967 Executed both on tiny breaks and big breaks (for now) 6968 6969 6970 svn path=/trunk/playground/utils/rsibreak/; revision=543783 6971 6972 src/rsitimer.cpp | 7 ++++--- 6973 src/setupdcop.cpp | 1 - 6974 2 files changed, 4 insertions(+), 4 deletions(-) 6975 6976 commit 0939042e32780e89d2f6eafe24abb41b23306d03 6977 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 6978 Date: Mon May 22 18:23:42 2006 +0000 6979 6980 SVN_SILENT: Put some marks in the code where to execute DCOP commands. 6981 6982 6983 svn path=/trunk/playground/utils/rsibreak/; revision=543761 6984 6985 src/rsitimer.cpp | 13 ++++++++++--- 6986 1 file changed, 10 insertions(+), 3 deletions(-) 6987 6988 commit 289889753c3911fcd9017ef71a4746cadcfdcbe3 6989 Author: Tom Albers <toma@kde.org> 6990 Date: Sun May 21 20:15:31 2006 +0000 6991 6992 Ok, missing pieces: start using it && implement add and delete. We 6993 can now start to test it. 6994 6995 svn path=/trunk/playground/utils/rsibreak/; revision=543355 6996 6997 src/rsiglobals.cpp | 31 +++++++++++++++++++ 6998 src/rsiglobals.h | 10 ++++++ 6999 src/rsiwidget.cpp | 4 ++- 7000 src/setup.cpp | 2 +- 7001 src/setupdcop.cpp | 89 7002 ++++++++++++++++++++++++++++++++++++++++++++---------- 7003 src/setupdcop.h | 5 ++- 7004 6 files changed, 122 insertions(+), 19 deletions(-) 7005 7006 commit b4a6771b8644e1bb3db8d99b0a7c65c3e044bbc3 7007 Author: Tom Albers <toma@kde.org> 7008 Date: Sun May 21 13:53:22 2006 +0000 7009 7010 continued work on dcop calls. Implemented load and save 7011 functions. Only load example data when list is empty. Move execution 7012 to rsiglobals to share it with rsitimer later on. Todo: add new rule, 7013 delete new rule and make adjust rsitimer to make it work. 7014 7015 svn path=/trunk/playground/utils/rsibreak/; revision=543170 7016 7017 src/rsiglobals.cpp | 23 +++++++++++++ 7018 src/rsiglobals.h | 6 ++++ 7019 src/setup.cpp | 1 + 7020 src/setupdcop.cpp | 99 7021 +++++++++++++++++++++++++++++++++--------------------- 7022 4 files changed, 90 insertions(+), 39 deletions(-) 7023 7024 commit 9d0dc1fdb5b7f442e2904fa9c5c93c759dc425fd 7025 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7026 Date: Sat May 20 16:11:20 2006 +0000 7027 7028 Mind the "()" when you're not passing data. 7029 7030 7031 svn path=/trunk/playground/utils/rsibreak/; revision=542919 7032 7033 src/setupdcop.cpp | 22 ++++++++++++++++------ 7034 1 file changed, 16 insertions(+), 6 deletions(-) 7035 7036 commit d787a76e12cfea80a11efd6ad09ee21a1879785d 7037 Author: Tom Albers <toma@kde.org> 7038 Date: Sat May 20 15:14:07 2006 +0000 7039 7040 Another step towards executing dcop calls at start and ending of a 7041 break. Still wip... 7042 Bram, any can you look at slotTestStart(), i've no clue what i'm 7043 doing wrong there. 7044 7045 svn path=/trunk/playground/utils/rsibreak/; revision=542910 7046 7047 src/setupdcop.cpp | 115 7048 ++++++++++++++++++++++++++++++++++++++++++++---------- 7049 src/setupdcop.h | 6 +++ 7050 2 files changed, 101 insertions(+), 20 deletions(-) 7051 7052 commit f31074ff28927e32dffc736f2367ff512c1a8787 7053 Author: Tom Albers <toma@kde.org> 7054 Date: Fri May 19 23:22:59 2006 +0000 7055 7056 First steps to be able to execute dcop commands on start and ending 7057 of a break. Work in progress... 7058 7059 7060 svn path=/trunk/playground/utils/rsibreak/; revision=542678 7061 7062 src/Makefile.am | 4 +- 7063 src/setup.cpp | 8 ++- 7064 src/setupdcop.cpp | 171 7065 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7066 src/setupdcop.h | 63 ++++++++++++++++++++ 7067 4 files changed, 243 insertions(+), 3 deletions(-) 7068 7069 commit 9a035bb8bfbed5260eb2434b66f4d03b9cc43a98 7070 Author: Tom Albers <toma@kde.org> 7071 Date: Fri May 19 14:18:54 2006 +0000 7072 7073 Usability recomendation from Tina. Show where the icon sits in the 7074 tray. Shameless copy from various places. 7075 CCMAIL: t.trillitzsch@gmx.de 7076 7077 svn path=/trunk/playground/utils/rsibreak/; revision=542517 7078 7079 src/rsiwidget.cpp | 61 7080 +++++++++++++++++++++++++++++++++++++++++++++++++------ 7081 1 file changed, 55 insertions(+), 6 deletions(-) 7082 7083 commit 003b02728bc053074b0cd0cb571aae324c058865 7084 Author: Tom Albers <toma@kde.org> 7085 Date: Sat May 13 17:29:48 2006 +0000 7086 7087 Small typo. Patch from the FreeBSD people via Alex Dupre. 7088 7089 svn path=/trunk/playground/utils/rsibreak/; revision=540509 7090 7091 configure.in.bot | 2 +- 7092 1 file changed, 1 insertion(+), 1 deletion(-) 7093 7094 commit 03eb07d710c7feb3a043fb27b1e19cd98b7ee6cd 7095 Author: Tom Albers <toma@kde.org> 7096 Date: Sat May 13 17:20:47 2006 +0000 7097 7098 Compiling with -jN with N>1 was broken. Gentoo bug 132875. 7099 Patch from Diego 'Flameeyes' Pettenò <flameeyes@gentoo.org>. 7100 7101 svn path=/trunk/playground/utils/rsibreak/; revision=540507 7102 7103 src/Makefile.am | 2 +- 7104 1 file changed, 1 insertion(+), 1 deletion(-) 7105 7106 commit 29b8d41d87271b44d5d32de65b35cab43b604c9a 7107 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7108 Date: Fri May 5 21:45:59 2006 +0000 7109 7110 Always create timeout timer for tooltip, not only when entering 7111 the docker icon. Sometimes the timer seems to be uninitialized when 7112 pressing the mouse button on it. 7113 Should fix Tom's crash report. 7114 7115 7116 svn path=/trunk/playground/utils/rsibreak/; revision=537810 7117 7118 src/rsidock.cpp | 11 ++++------- 7119 1 file changed, 4 insertions(+), 7 deletions(-) 7120 7121 commit e6f36965e898d5cf57ef3d7852bdbad9489d6be6 7122 Author: Tom Albers <toma@kde.org> 7123 Date: Fri May 5 10:39:13 2006 +0000 7124 7125 At least keep 20 sec popup free when starting. 7126 7127 7128 svn path=/trunk/playground/utils/rsibreak/; revision=537617 7129 7130 src/rsitimer.cpp | 6 ++++-- 7131 1 file changed, 4 insertions(+), 2 deletions(-) 7132 7133 commit 6f68262af025ee0b2538652d01cab5819cd6c32b 7134 Author: Tom Albers <toma@kde.org> 7135 Date: Fri May 5 10:30:48 2006 +0000 7136 7137 But m_tiny_left is not resetted, so is 0, so enters loop. Revert 7138 last fix and try another approach. 7139 7140 svn path=/trunk/playground/utils/rsibreak/; revision=537612 7141 7142 src/rsitimer.cpp | 6 ++++-- 7143 1 file changed, 4 insertions(+), 2 deletions(-) 7144 7145 commit fa74c1fe35390ecb12e35955d99e706aac3d104c 7146 Author: Tom Albers <toma@kde.org> 7147 Date: Fri May 5 08:38:52 2006 +0000 7148 7149 Finally fixed this bug ( I hope ). Right after a break of 10 seconds, 7150 it can happen that m_patience is still > 0, because that is set 7151 to 15 seconds. That causes the break to not be resetted and a full 7152 screen widget appears. Ideally the m_patience should be reset to 0, 7153 but as the order in the code does this later on, so now prevent 7154 entering the loop. 7155 7156 svn path=/trunk/playground/utils/rsibreak/; revision=537586 7157 7158 src/rsitimer.cpp | 3 ++- 7159 1 file changed, 2 insertions(+), 1 deletion(-) 7160 7161 commit 012f85390ea754f984ed47bb0cd0acd877affb02 7162 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7163 Date: Sat Apr 29 21:45:50 2006 +0000 7164 7165 Reset timers properly after a forced (DCOP invoked) big break, 7166 while the next break was actually a tiny break. 7167 7168 7169 svn path=/trunk/playground/utils/rsibreak/; revision=535617 7170 7171 src/rsitimer.cpp | 2 ++ 7172 1 file changed, 2 insertions(+) 7173 7174 commit 0c0ba4addd5190f0b1c272debc996f5be1f2be37 7175 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7176 Date: Fri Apr 28 14:57:19 2006 +0000 7177 7178 Revert attaching the timer to the "Reset when idle" option. 7179 7180 7181 svn path=/trunk/playground/utils/rsibreak/; revision=535101 7182 7183 src/rsiwidget.cpp | 78 7184 +++++++++++++++++++++++++++---------------------------- 7185 1 file changed, 38 insertions(+), 40 deletions(-) 7186 7187 commit c80f7231e70f663d955f99224f448ae471d150c2 7188 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7189 Date: Fri Apr 28 09:31:26 2006 +0000 7190 7191 o New timer accessible now, under the option "Reset timers when idle" 7192 in the setup dialog. This is only evaluated when starting RSIBreak, 7193 which means you have to restart RSIBreak to load the new timer code 7194 if you change the idle detection setting. Will be improved sometime. 7195 o mDcopIface -> m_dcopIface 7196 7197 7198 svn path=/trunk/playground/utils/rsibreak/; revision=534971 7199 7200 src/rsiwidget.cpp | 90 7201 ++++++++++++++++++++++++++++--------------------------- 7202 src/rsiwidget.h | 4 +-- 7203 2 files changed, 48 insertions(+), 46 deletions(-) 7204 7205 commit d92e14cf0dce52cdf87461dbc9eaaea00782a1f8 7206 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7207 Date: Tue Apr 25 19:09:32 2006 +0000 7208 7209 SVN_SILENT: Fix typo in copyright 7210 7211 This will increase the krazyness, but will be fixed on a short term 7212 on the krazy side. 7213 7214 7215 svn path=/trunk/playground/utils/rsibreak/; revision=533870 7216 7217 src/setup.cpp | 2 +- 7218 src/setup.h | 2 +- 7219 src/setupgeneral.cpp | 2 +- 7220 src/setupgeneral.h | 2 +- 7221 src/setupmaximized.cpp | 2 +- 7222 src/setupmaximized.h | 2 +- 7223 src/setuppopup.cpp | 2 +- 7224 src/setuppopup.h | 2 +- 7225 8 files changed, 8 insertions(+), 8 deletions(-) 7226 7227 commit 82e4cef01f08dbe3c7855e216ff771e49066bc3c 7228 Author: Tom Albers <toma@kde.org> 7229 Date: Mon Apr 24 17:59:26 2006 +0000 7230 7231 New icons from Lee Olson 7232 - put into a separate icons folder 7233 - removed old ones 7234 - adjusted buildsystems 7235 - moved tarballs with the raw material 7236 - adjusted release script 7237 - updated NEWS. 7238 7239 7240 svn path=/trunk/playground/utils/rsibreak/; revision=533401 7241 7242 CMakeLists.txt | 1 + 7243 Makefile.am | 2 +- 7244 NEWS | 2 ++ 7245 icons/CMakeLists.txt | 3 +++ 7246 icons/Makefile.am | 1 + 7247 icons/artwork-v1.tar.gz | Bin 0 -> 58053 bytes 7248 icons/artwork-v2.tar.gz | Bin 0 -> 192730 bytes 7249 icons/hi128-action-rsibreak3.png | Bin 0 -> 14467 bytes 7250 icons/hi16-action-rsibreak0.png | Bin 0 -> 763 bytes 7251 icons/hi16-action-rsibreak1.png | Bin 0 -> 774 bytes 7252 icons/hi16-action-rsibreak2.png | Bin 0 -> 791 bytes 7253 icons/hi16-action-rsibreak3.png | Bin 0 -> 795 bytes 7254 icons/hi16-action-rsibreak4.png | Bin 0 -> 780 bytes 7255 icons/hi16-action-rsibreakx.png | Bin 0 -> 803 bytes 7256 icons/hi16-app-rsibreak.png | Bin 0 -> 795 bytes 7257 icons/hi32-action-rsibreak0.png | Bin 0 -> 1881 bytes 7258 icons/hi32-action-rsibreak1.png | Bin 0 -> 1889 bytes 7259 icons/hi32-action-rsibreak2.png | Bin 0 -> 2034 bytes 7260 icons/hi32-action-rsibreak3.png | Bin 0 -> 1954 bytes 7261 icons/hi32-action-rsibreak4.png | Bin 0 -> 1998 bytes 7262 icons/hi32-action-rsibreakx.png | Bin 0 -> 1983 bytes 7263 icons/hi32-app-rsibreak.png | Bin 0 -> 1954 bytes 7264 icons/hi64-action-rsibreak3.png | Bin 0 -> 5636 bytes 7265 release_rsibreak.rb | 2 +- 7266 src/CMakeLists.txt | 1 - 7267 src/Makefile.am | 2 -- 7268 src/hi16-action-rsibreak0.png | Bin 788 -> 0 bytes 7269 src/hi16-action-rsibreak1.png | Bin 824 -> 0 bytes 7270 src/hi16-action-rsibreak2.png | Bin 805 -> 0 bytes 7271 src/hi16-action-rsibreak3.png | Bin 826 -> 0 bytes 7272 src/hi16-action-rsibreak4.png | Bin 842 -> 0 bytes 7273 src/hi16-action-rsibreakx.png | Bin 967 -> 0 bytes 7274 src/hi16-app-rsibreak.png | Bin 826 -> 0 bytes 7275 src/hi32-action-rsibreak0.png | Bin 2095 -> 0 bytes 7276 src/hi32-action-rsibreak1.png | Bin 2189 -> 0 bytes 7277 src/hi32-action-rsibreak2.png | Bin 2179 -> 0 bytes 7278 src/hi32-action-rsibreak3.png | Bin 2204 -> 0 bytes 7279 src/hi32-action-rsibreak4.png | Bin 2346 -> 0 bytes 7280 src/hi32-action-rsibreakx.png | Bin 2721 -> 0 bytes 7281 src/hi32-app-rsibreak.png | Bin 2204 -> 0 bytes 7282 src/original_artwork.tar.gz | Bin 58053 -> 0 bytes 7283 41 files changed, 9 insertions(+), 5 deletions(-) 7284 7285 commit 9444f78721ade4b80186e99f6b65e0ea90ce712b 7286 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7287 Date: Mon Apr 24 16:42:39 2006 +0000 7288 7289 SVN_SILENT: More unobfuscation. 7290 7291 7292 svn path=/trunk/playground/utils/rsibreak/; revision=533380 7293 7294 src/setup.h | 2 +- 7295 src/setupgeneral.h | 6 +++--- 7296 src/setupmaximized.h | 2 +- 7297 src/setuppopup.h | 2 +- 7298 src/setuptiming.h | 2 +- 7299 5 files changed, 7 insertions(+), 7 deletions(-) 7300 7301 commit d8b1475acd053eafb23b7aeb7a1c2903a78bce77 7302 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7303 Date: Sun Apr 23 21:31:34 2006 +0000 7304 7305 First attempt for a timer without idle detection (wish 122954). 7306 It's not finished, nor accessible and thus completely untested, but at 7307 least it compiles. It relies for a great part on the existing timer $ 7308 Will work on this later on. 7309 7310 CCBUG:122954 7311 7312 7313 svn path=/trunk/playground/utils/rsibreak/; revision=533164 7314 7315 src/rsitimer.cpp | 70 7316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7317 src/rsitimer.h | 20 ++++++++++++++-- 7318 2 files changed, 88 insertions(+), 2 deletions(-) 7319 7320 commit 00630d6b208f67e1c2e78c2e3f0b275fa73ff06e 7321 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7322 Date: Sun Apr 23 18:11:38 2006 +0000 7323 7324 SVN_SILENT: Update NEWS 7325 7326 7327 svn path=/trunk/playground/utils/rsibreak/; revision=533120 7328 7329 NEWS | 1 + 7330 1 file changed, 1 insertion(+) 7331 7332 commit f49f091ee871a5c13edca87f733074c94a71180f 7333 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7334 Date: Sun Apr 23 18:10:39 2006 +0000 7335 7336 What's this for my new statistic. 7337 7338 7339 svn path=/trunk/playground/utils/rsibreak/; revision=533119 7340 7341 src/rsistats.cpp | 4 +++- 7342 1 file changed, 3 insertions(+), 1 deletion(-) 7343 7344 commit 1cdad62ca98c53609ee506010a4d5b4895bf4144 7345 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7346 Date: Sun Apr 23 17:58:56 2006 +0000 7347 7348 o New class of RSIStatItems introduced: items which keeps track 7349 of the user's usage. A global array keeps track of every second of 7350 usage or idleness in the last 24h. The new class is able to record 7351 parts of this array to calculate the percentage of usage in the last 7352 minute, hour or day (whatever interval <24h). At the moment only 7353 the activity of the last minute is added, as proof of concept. It 7354 should be possible to query more kinds of intervals. 7355 o The statistic mapping uses pointers instead of direct instances 7356 of statistic items. 7357 o One more krazy report fixed. 7358 7359 FEATURE 7360 7361 7362 svn path=/trunk/playground/utils/rsibreak/; revision=533116 7363 7364 src/rsiglobals.cpp | 6 ++ 7365 src/rsiglobals.h | 18 +++++ 7366 src/rsistatitem.cpp | 65 ++++++++++++++++++ 7367 src/rsistatitem.h | 65 +++++++++++++++++- 7368 src/rsistats.cpp | 185 7369 +++++++++++++++++++++++++++----------------------- 7370 src/rsistats.h | 2 +- 7371 src/rsistatwidget.cpp | 1 + 7372 7 files changed, 255 insertions(+), 87 deletions(-) 7373 7374 commit 7e41abb298eeb20d5fca1c42bb0e11ddee08e21f 7375 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7376 Date: Sun Apr 23 09:33:31 2006 +0000 7377 7378 More krazy reports fixed: changed the copyright headers. 7379 7380 7381 svn path=/trunk/playground/utils/rsibreak/; revision=532908 7382 7383 src/setup.cpp | 4 ++-- 7384 src/setup.h | 12 ++++++------ 7385 src/setupgeneral.cpp | 20 ++++++++++---------- 7386 src/setupmaximized.cpp | 2 +- 7387 src/setupmaximized.h | 4 ++-- 7388 src/setuppopup.cpp | 4 ++-- 7389 src/setuppopup.h | 2 +- 7390 src/setuptiming.cpp | 2 +- 7391 src/setuptiming.h | 4 ++-- 7392 9 files changed, 27 insertions(+), 27 deletions(-) 7393 7394 commit 2889be1657ba3574e2b5407ff9a2e787852f573a 7395 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7396 Date: Sat Apr 22 22:47:19 2006 +0000 7397 7398 Make krazy shut up a bit. 7399 7400 7401 svn path=/trunk/playground/utils/rsibreak/; revision=532835 7402 7403 src/rsiwidget.cpp | 2 +- 7404 src/setupmaximized.cpp | 6 +++--- 7405 src/setuptiming.cpp | 46 7406 +++++++++++++++++++++++----------------------- 7407 3 files changed, 27 insertions(+), 27 deletions(-) 7408 7409 commit df9586139449ac7d35be257ed3199dcaf70a6f7d 7410 Author: Tom Albers <toma@kde.org> 7411 Date: Fri Apr 21 17:50:48 2006 +0000 7412 7413 syntax error before "mins" 7414 7415 svn path=/trunk/playground/utils/rsibreak/; revision=532336 7416 7417 src/rsiglobals.cpp | 4 ++-- 7418 1 file changed, 2 insertions(+), 2 deletions(-) 7419 7420 commit 92eb7a2f3eade1def4685760a58b7e63fc52d5fd 7421 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7422 Date: Fri Apr 21 09:00:19 2006 +0000 7423 7424 SVN_SILENT: Update news 7425 7426 7427 svn path=/trunk/playground/utils/rsibreak/; revision=532117 7428 7429 NEWS | 8 +++++--- 7430 1 file changed, 5 insertions(+), 3 deletions(-) 7431 7432 commit 2b0939be9f6f9d9736a5160caa5286854a9b8b3b 7433 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7434 Date: Fri Apr 21 08:49:10 2006 +0000 7435 7436 SVN_SILENT: Add copyrighty 7437 7438 7439 svn path=/trunk/playground/utils/rsibreak/; revision=532116 7440 7441 src/dcopiface.cpp | 1 + 7442 src/dcopiface.h | 1 + 7443 2 files changed, 2 insertions(+) 7444 7445 commit 4fcff4c0eb57d9a31918777ae45d0e928ec54578 7446 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7447 Date: Thu Apr 20 22:12:43 2006 +0000 7448 7449 Two new DCOP calls: 7450 o Force tiny break 7451 o Force big break 7452 7453 7454 svn path=/trunk/playground/utils/rsibreak/; revision=532048 7455 7456 src/dcopiface.cpp | 18 ++++++++++++++---- 7457 src/dcopiface.h | 30 +++++++++++++++++++++++------- 7458 src/rsitimer.cpp | 47 ++++++++++++++++++++++++++++++++++++++++++----- 7459 src/rsitimer.h | 8 ++++++++ 7460 src/rsiwidget.cpp | 4 ++++ 7461 5 files changed, 91 insertions(+), 16 deletions(-) 7462 7463 commit 50dfb4481f4c4e2786ad96710d4e0208aeef27f7 7464 Author: Tom Albers <toma@kde.org> 7465 Date: Thu Apr 20 19:32:12 2006 +0000 7466 7467 ambiguous overload for `bool & ? const QString & : const char[4]' 7468 7469 svn path=/trunk/playground/utils/rsibreak/; revision=531995 7470 7471 src/rsitimer.cpp | 2 +- 7472 1 file changed, 1 insertion(+), 1 deletion(-) 7473 7474 commit 924ce4f76c48e3249cd24b733bcc02c250e0bf4d 7475 Author: Script Kiddy <scripty@kde.org> 7476 Date: Tue Apr 18 14:57:26 2006 +0000 7477 7478 SVN_SILENT made messages (.desktop file) 7479 7480 svn path=/trunk/playground/utils/rsibreak/; revision=531151 7481 7482 src/rsibreak.desktop | 1 + 7483 1 file changed, 1 insertion(+) 7484 7485 commit 4010c97ceb01d771184bcb5f247c23dc0048952e 7486 Author: Script Kiddy <scripty@kde.org> 7487 Date: Mon Apr 17 15:01:24 2006 +0000 7488 7489 SVN_SILENT made messages (.desktop file) 7490 7491 svn path=/trunk/playground/utils/rsibreak/; revision=530766 7492 7493 src/rsibreak.desktop | 1 + 7494 1 file changed, 1 insertion(+) 7495 7496 commit 3038f90eb2d278b286bfae2178eaff53ff52ed73 7497 Author: Tom Albers <toma@kde.org> 7498 Date: Wed Apr 12 19:02:28 2006 +0000 7499 7500 SVN_SILENT compile 7501 7502 svn path=/trunk/playground/utils/rsibreak/; revision=529212 7503 7504 src/CMakeLists.txt | 4 +++- 7505 1 file changed, 3 insertions(+), 1 deletion(-) 7506 7507 commit 44aebad7beeaeefdef454e65c542312a6f3905e1 7508 Author: Tom Albers <toma@kde.org> 7509 Date: Wed Apr 12 18:32:43 2006 +0000 7510 7511 Finally found the correct way 7512 7513 svn path=/trunk/playground/utils/rsibreak/; revision=529202 7514 7515 src/CMakeLists.txt | 4 ++-- 7516 1 file changed, 2 insertions(+), 2 deletions(-) 7517 7518 commit 612e478a95d52f5e53add7091419bc28a7d8b225 7519 Author: Tom Albers <toma@kde.org> 7520 Date: Tue Apr 11 19:12:07 2006 +0000 7521 7522 CMake build files, has some errors, will polish them as I learn 7523 CMake better. 7524 7525 svn path=/trunk/playground/utils/rsibreak/; revision=528781 7526 7527 CMakeLists.txt | 14 +++++++++++ 7528 config.h.cmake | 6 +++++ 7529 src/CMakeLists.txt | 69 7530 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7531 3 files changed, 89 insertions(+) 7532 7533 commit b51c5716658d0ec64a3e3c16eb5b3d98b69f30e8 7534 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7535 Date: Tue Apr 11 18:47:36 2006 +0000 7536 7537 Extended the what's this explanations a bit. 7538 7539 7540 svn path=/trunk/playground/utils/rsibreak/; revision=528761 7541 7542 src/rsistats.cpp | 14 ++++++++++---- 7543 1 file changed, 10 insertions(+), 4 deletions(-) 7544 7545 commit 43860c3b089daa38ea157940d0a9ac9c3642a506 7546 Author: Tom Albers <toma@kde.org> 7547 Date: Mon Apr 10 18:53:22 2006 +0000 7548 7549 prep 0.6.0 7550 7551 svn path=/trunk/playground/utils/rsibreak/; revision=528324 7552 7553 ChangeLog | 92 7554 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 7555 NEWS | 7 +--- 7556 TODO | 1 + 7557 release_rsibreak.rb | 2 +- 7558 src/main.cpp | 2 +- 7559 5 files changed, 96 insertions(+), 8 deletions(-) 7560 7561 commit 0ae86a97bc4979c32dd004c3b52e0eb0421e031a 7562 Author: Tom Albers <toma@kde.org> 7563 Date: Sun Apr 9 21:58:14 2006 +0000 7564 7565 Fix corner case. User locks and unlocks during one break, the buttons 7566 dont work anymore, because the eventfilter is not used because those 7567 have been released because the lock() dcop call does not work in 7568 that case. *sigh* 7569 7570 svn path=/trunk/playground/utils/rsibreak/; revision=528030 7571 7572 src/rsiwidget.cpp | 6 ++++++ 7573 1 file changed, 6 insertions(+) 7574 7575 commit a0ca8fa6911baac5ccfbb998a476055352a4b766 7576 Author: Tom Albers <toma@kde.org> 7577 Date: Sun Apr 9 21:38:26 2006 +0000 7578 7579 When no image is found, the background is black during a break. Change 7580 the font color to white in that case. 7581 7582 svn path=/trunk/playground/utils/rsibreak/; revision=528013 7583 7584 src/rsiwidget.cpp | 6 ++++++ 7585 1 file changed, 6 insertions(+) 7586 7587 commit 471dbc0e8c90f02e53cbf1a1b332827334da7de6 7588 Author: Tom Albers <toma@kde.org> 7589 Date: Sun Apr 9 21:27:31 2006 +0000 7590 7591 slotLock did not seem to work when the mouse and keyboard are 7592 grabbed. Release them! Thanks to 7593 Nicola Ruggero for reporting. 7594 CCMAIL: nixprog.adsl@tiscali.it 7595 7596 svn path=/trunk/playground/utils/rsibreak/; revision=528008 7597 7598 src/rsitimer.cpp | 2 +- 7599 src/rsiwidget.cpp | 4 ++++ 7600 2 files changed, 5 insertions(+), 1 deletion(-) 7601 7602 commit 97127de9b5d963c57736d48c19b9b33009cc9e5a 7603 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7604 Date: Sun Apr 9 14:04:16 2006 +0000 7605 7606 New (better?) calculation for Pause score. 7607 7608 7609 svn path=/trunk/playground/utils/rsibreak/; revision=527831 7610 7611 src/rsistats.cpp | 13 ++++++------- 7612 1 file changed, 6 insertions(+), 7 deletions(-) 7613 7614 commit a2685156e9080d42e732568b17179dff1b8f273e 7615 Author: Tom Albers <toma@kde.org> 7616 Date: Sat Apr 8 23:54:50 2006 +0000 7617 7618 SVN_SILENT without libxss int off is not declared, move debug to 7619 the right place 7620 7621 svn path=/trunk/playground/utils/rsibreak/; revision=527641 7622 7623 src/rsitimer.cpp | 3 ++- 7624 1 file changed, 2 insertions(+), 1 deletion(-) 7625 7626 commit dcb1f773061f95939bd25d03d5a726744b6af81c 7627 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7628 Date: Fri Apr 7 21:39:11 2006 +0000 7629 7630 Possible compile fix 7631 7632 7633 svn path=/trunk/playground/utils/rsibreak/; revision=527367 7634 7635 src/rsiwidget.cpp | 6 +++--- 7636 1 file changed, 3 insertions(+), 3 deletions(-) 7637 7638 commit 6c34f219f9639dac2299282d73245a6dff9a4a5d 7639 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7640 Date: Fri Apr 7 21:33:05 2006 +0000 7641 7642 SVN_SILENT 7643 7644 7645 svn path=/trunk/playground/utils/rsibreak/; revision=527363 7646 7647 TODO | 3 ++- 7648 1 file changed, 2 insertions(+), 1 deletion(-) 7649 7650 commit 731dc544c2374d709fb310fc34ab9d32bd224992 7651 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7652 Date: Fri Apr 7 09:40:53 2006 +0000 7653 7654 Not meant to be committed. 7655 7656 7657 svn path=/trunk/playground/utils/rsibreak/; revision=527204 7658 7659 src/rsirelaxpopup.cpp | 21 ++++++++------------- 7660 1 file changed, 8 insertions(+), 13 deletions(-) 7661 7662 commit 669e8d9c78cd6cc4e8ec7242e6bdc4ea8633fc66 7663 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7664 Date: Fri Apr 7 09:40:24 2006 +0000 7665 7666 Show empty strings instead of 00:00:00 in statistics. 7667 7668 7669 svn path=/trunk/playground/utils/rsibreak/; revision=527203 7670 7671 src/rsirelaxpopup.cpp | 21 +++++++++++++-------- 7672 src/rsistats.cpp | 5 +++-- 7673 2 files changed, 16 insertions(+), 10 deletions(-) 7674 7675 commit 49eeeea81cb2fddda3283bb1468cbb4646ede5cb 7676 Author: Tom Albers <toma@kde.org> 7677 Date: Fri Apr 7 08:28:58 2006 +0000 7678 7679 Fix bug where the left mouse click on rsibreak would only show the 7680 stats the first time. 7681 7682 svn path=/trunk/playground/utils/rsibreak/; revision=527187 7683 7684 src/rsidock.cpp | 11 +++++------ 7685 1 file changed, 5 insertions(+), 6 deletions(-) 7686 7687 commit 4a8d267898584a483d65ced30fdb0b40b39144d1 7688 Author: Tom Albers <toma@kde.org> 7689 Date: Fri Apr 7 08:13:09 2006 +0000 7690 7691 Ha, figured this bug out when I was under the shower. When the break 7692 is ESCaped during the first second of the break the grab functions are 7693 called after the widget is minimized, leaving RSIBreak unresponsive 7694 for left en right mouse clicks! Hopefully this was the bug Achim 7695 and Bram reported. 7696 7697 svn path=/trunk/playground/utils/rsibreak/; revision=527183 7698 7699 src/rsiwidget.cpp | 11 ++++++++++- 7700 src/rsiwidget.h | 1 + 7701 2 files changed, 11 insertions(+), 1 deletion(-) 7702 7703 commit 5632fc06714a8bc06f96881f373fda18cb528d1d 7704 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7705 Date: Thu Apr 6 20:26:01 2006 +0000 7706 7707 Reset stats properly. 7708 7709 7710 svn path=/trunk/playground/utils/rsibreak/; revision=527092 7711 7712 src/rsistatitem.cpp | 10 ++++++++-- 7713 src/rsistatitem.h | 11 ++++++++++- 7714 src/rsistats.cpp | 11 +++-------- 7715 3 files changed, 21 insertions(+), 11 deletions(-) 7716 7717 commit 76e6a8b0fc097c7b2107d0f4f4dce2c58b2f365f 7718 Author: Tom Albers <toma@kde.org> 7719 Date: Wed Apr 5 21:27:47 2006 +0000 7720 7721 switch to the right dektop 7722 7723 svn path=/trunk/playground/utils/rsibreak/; revision=526897 7724 7725 src/rsidock.cpp | 4 ++++ 7726 1 file changed, 4 insertions(+) 7727 7728 commit 7c3a0d6109d6812be11e7426fdbc5ec67da01dd4 7729 Author: Tom Albers <toma@kde.org> 7730 Date: Wed Apr 5 20:55:32 2006 +0000 7731 7732 Left click on tray item show statistics. Advice from Achim Bohnet. 7733 7734 svn path=/trunk/playground/utils/rsibreak/; revision=526886 7735 7736 src/rsidock.cpp | 6 ++++++ 7737 1 file changed, 6 insertions(+) 7738 7739 commit e63272f4003c603066549c7b1bb114d05e90007e 7740 Author: Tom Albers <toma@kde.org> 7741 Date: Wed Apr 5 20:00:47 2006 +0000 7742 7743 Dont pester the user with the reset of the timers by the popup by 7744 default. Advice from Achim Bohnet 7745 7746 svn path=/trunk/playground/utils/rsibreak/; revision=526865 7747 7748 src/rsiwidget.cpp | 2 +- 7749 src/setupgeneral.cpp | 2 +- 7750 2 files changed, 2 insertions(+), 2 deletions(-) 7751 7752 commit daa793281e59d9fe229da2893a68394fee6370e6 7753 Author: Tom Albers <toma@kde.org> 7754 Date: Wed Apr 5 18:05:57 2006 +0000 7755 7756 - link the convenience library statically 7757 - update the files for a rc2, which is packed after this commit. 7758 7759 7760 svn path=/trunk/playground/utils/rsibreak/; revision=526831 7761 7762 ChangeLog | 55 7763 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 7764 NEWS | 5 +++++ 7765 release_rsibreak.rb | 2 +- 7766 src/Makefile.am | 2 +- 7767 src/main.cpp | 2 +- 7768 5 files changed, 63 insertions(+), 3 deletions(-) 7769 7770 commit 386846e105122a148edc3fed7642ad7a8ec9ee08 7771 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7772 Date: Tue Apr 4 21:49:40 2006 +0000 7773 7774 Oh, it didn't compile. How could I've missed that. 7775 7776 7777 svn path=/trunk/playground/utils/rsibreak/; revision=526550 7778 7779 src/rsitooltip.cpp | 1 + 7780 1 file changed, 1 insertion(+) 7781 7782 commit 65c55d53de08bdd0ff172b9b600039d585a94c8e 7783 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7784 Date: Tue Apr 4 16:45:30 2006 +0000 7785 7786 o A color is now easily assignable to every stat with 7787 RSIStats::setColor() 7788 o Sync colors last big/tiny break with colors in tooltip 7789 o Cleanups thanks to the new method. Hackish enums like 7790 LAST_BIG_BREAK_COLOR are not required anymore 7791 7792 7793 svn path=/trunk/playground/utils/rsibreak/; revision=526439 7794 7795 src/rsiglobals.h | 2 -- 7796 src/rsistats.cpp | 44 +++++++++----------------------------------- 7797 src/rsistats.h | 7 +++++++ 7798 src/rsitooltip.cpp | 11 +++++++---- 7799 4 files changed, 23 insertions(+), 41 deletions(-) 7800 7801 commit 16d16233adce9027135dddf82c2eb4aba3686cb6 7802 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7803 Date: Tue Apr 4 16:10:19 2006 +0000 7804 7805 SVN_SILENT 7806 7807 7808 svn path=/trunk/playground/utils/rsibreak/; revision=526428 7809 7810 TODO | 4 +++- 7811 1 file changed, 3 insertions(+), 1 deletion(-) 7812 7813 commit c71bac590d5bb2654d7cc244468037f27eace365 7814 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7815 Date: Tue Apr 4 16:05:58 2006 +0000 7816 7817 Call hide() immediately when suspending. There's no need to evaluate 7818 the bool coming along with suspend(), just always hide when emitted. 7819 7820 7821 svn path=/trunk/playground/utils/rsibreak/; revision=526424 7822 7823 src/rsiwidget.cpp | 2 +- 7824 1 file changed, 1 insertion(+), 1 deletion(-) 7825 7826 commit 8000afba93ba279b9e2885698b1ccd73be793c2e 7827 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7828 Date: Tue Apr 4 14:31:06 2006 +0000 7829 7830 In commit #523619 I made the idle detection guards too strong. Moved 7831 the guards one level deeper. This fixes the issue that the timers 7832 were not reset when a break has passed (with popup). A symptom was 7833 that the docker icon was still filled after a relax moment. 7834 7835 7836 svn path=/trunk/playground/utils/rsibreak/; revision=526397 7837 7838 src/rsitimer.cpp | 23 ++++++++++++++--------- 7839 1 file changed, 14 insertions(+), 9 deletions(-) 7840 7841 commit a0de10c515493950036d78e7044472dce7f753e8 7842 Author: Tom Albers <toma@kde.org> 7843 Date: Mon Apr 3 19:31:07 2006 +0000 7844 7845 Because --enable-final is broken (int32 clash in qglobal), Ruurd 7846 suggested to put it in a seperate library. 7847 7848 svn path=/trunk/playground/utils/rsibreak/; revision=526075 7849 7850 NEWS | 2 +- 7851 src/Makefile.am | 9 +++++++-- 7852 src/rsitimer.cpp | 30 +++++++++++------------------- 7853 src/rsitimer_dpms.cpp | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 7854 src/rsitimer_dpms.h | 25 +++++++++++++++++++++++++ 7855 5 files changed, 90 insertions(+), 22 deletions(-) 7856 7857 commit 812aa666eb28cebffa4f9f787a53f7a5a99790e0 7858 Author: Malcolm Hunter <malcolm.hunter@gmx.co.uk> 7859 Date: Sun Apr 2 20:46:23 2006 +0000 7860 7861 Typographical corrections and changes 7862 7863 svn path=/trunk/playground/utils/rsibreak/; revision=525786 7864 7865 src/rsistats.cpp | 48 7866 ++++++++++++++++++++++++------------------------ 7867 src/rsistatwidget.cpp | 4 ++-- 7868 src/rsitooltip.cpp | 4 ++-- 7869 src/rsiwidget.cpp | 11 ++++++----- 7870 src/setupgeneral.cpp | 4 ++-- 7871 src/setuptiming.cpp | 16 ++++++++-------- 7872 6 files changed, 44 insertions(+), 43 deletions(-) 7873 7874 commit 85cc76ebf27eb87d90b316872a0fa440e255b76d 7875 Author: Script Kiddy <scripty@kde.org> 7876 Date: Sun Apr 2 14:39:39 2006 +0000 7877 7878 SVN_SILENT made messages (.desktop file) 7879 7880 svn path=/trunk/playground/utils/rsibreak/; revision=525649 7881 7882 src/rsibreak.desktop | 1 + 7883 1 file changed, 1 insertion(+) 7884 7885 commit b286211af638e91b4ccbecef3260fafc811ff5c5 7886 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7887 Date: Sat Apr 1 20:23:08 2006 +0000 7888 7889 Forgot this one. 7890 7891 7892 svn path=/trunk/playground/utils/rsibreak/; revision=525376 7893 7894 src/rsiwidget.cpp | 1 - 7895 1 file changed, 1 deletion(-) 7896 7897 commit ff0ce81f3b2b4f6cb33d43917c002cf8264c6a30 7898 Author: Tom Albers <toma@kde.org> 7899 Date: Sat Apr 1 17:47:28 2006 +0000 7900 7901 SVN_SILENT last_change 7902 7903 svn path=/trunk/playground/utils/rsibreak/; revision=525338 7904 7905 ChangeLog | 19 +++++++++++++++++++ 7906 release_rsibreak.rb | 2 +- 7907 2 files changed, 20 insertions(+), 1 deletion(-) 7908 7909 commit 71eed9c3cb7f5b178319032157146cbc200faa9e 7910 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7911 Date: Sat Apr 1 17:45:33 2006 +0000 7912 7913 Stupid copypaste mistake. 7914 7915 7916 svn path=/trunk/playground/utils/rsibreak/; revision=525337 7917 7918 src/rsiglobals.cpp | 2 +- 7919 1 file changed, 1 insertion(+), 1 deletion(-) 7920 7921 commit b8c1735e18f93adedfbc85edbee374c581bef92b 7922 Author: Tom Albers <toma@kde.org> 7923 Date: Sat Apr 1 17:42:00 2006 +0000 7924 7925 - Version++ 7926 - renamed stat to "current idle period" 7927 - fixed two whatsthis 7928 - updated NEWS, CHANGELOG, mainpage.dox 7929 - removed comment 7930 - added comment to documentation about derived stats w/setStat() 7931 7932 - Will tag rc1 now 7933 7934 7935 svn path=/trunk/playground/utils/rsibreak/; revision=525336 7936 7937 ChangeLog | 554 7938 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7939 NEWS | 18 +- 7940 src/main.cpp | 2 +- 7941 src/mainpage.dox | 18 +- 7942 src/rsistats.cpp | 6 +- 7943 src/rsistats.h | 3 +- 7944 src/rsitimer.cpp | 1 - 7945 7 files changed, 583 insertions(+), 19 deletions(-) 7946 7947 commit 0eab1cebcf090ae207d12201823dc63b9a74792b 7948 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7949 Date: Sat Apr 1 17:17:46 2006 +0000 7950 7951 Something went wrong yesterday with moving timer data to 7952 RSIGlobals. New timer data is properly read after configuring. 7953 7954 7955 svn path=/trunk/playground/utils/rsibreak/; revision=525332 7956 7957 src/rsidock.cpp | 12 +++++------- 7958 src/rsidock.h | 5 ++++- 7959 src/rsitimer.cpp | 24 ++++++++++++++++-------- 7960 src/rsitimer.h | 6 +++++- 7961 src/rsiwidget.cpp | 8 ++++---- 7962 5 files changed, 34 insertions(+), 21 deletions(-) 7963 7964 commit 42d0f8eee38b91ca7656f15d7b374559bcd04b53 7965 Author: Tom Albers <toma@kde.org> 7966 Date: Sat Apr 1 16:46:36 2006 +0000 7967 7968 I could not find the energy settings in my KDE, but they exists and 7969 the DPMSModeOff is responsible for the idle reset to 0. This patch 7970 removes the assumed hard coded value and queries DPMS for the value 7971 and eats the activity caused by this. Thanks to Dirk for the hint 7972 in the right direction. 7973 7974 svn path=/trunk/playground/utils/rsibreak/; revision=525326 7975 7976 src/rsitimer.cpp | 33 ++++++++++++++++++++++++--------- 7977 src/rsitimer.h | 1 + 7978 2 files changed, 25 insertions(+), 9 deletions(-) 7979 7980 commit d403f2e8250d2024fc9e90f6f70456d05a3dea7a 7981 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7982 Date: Sat Apr 1 13:25:49 2006 +0000 7983 7984 Revert. 7985 7986 7987 svn path=/trunk/playground/utils/rsibreak/; revision=525261 7988 7989 src/rsitimer.cpp | 3 +-- 7990 1 file changed, 1 insertion(+), 2 deletions(-) 7991 7992 commit 326c4759068c339e2f7c281fdbf742bb18cf0b5f 7993 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 7994 Date: Sat Apr 1 13:16:20 2006 +0000 7995 7996 Don't restart timer when suspended (especially the case when OK'ing 7997 configure dialog while suspended). 7998 7999 8000 svn path=/trunk/playground/utils/rsibreak/; revision=525258 8001 8002 src/rsitimer.cpp | 3 ++- 8003 1 file changed, 2 insertions(+), 1 deletion(-) 8004 8005 commit 9babd60f50bd0da8ff263524788f8d3437a27c0b 8006 Author: Tom Albers <toma@kde.org> 8007 Date: Sat Apr 1 13:10:44 2006 +0000 8008 8009 SVN_SILENT APIDOX Fixes. 8010 8011 svn path=/trunk/playground/utils/rsibreak/; revision=525255 8012 8013 src/dcopiface.h | 4 ++-- 8014 src/rsistats.h | 4 ++-- 8015 2 files changed, 4 insertions(+), 4 deletions(-) 8016 8017 commit ac90262b4f1e552ad5c106653244834eba822b9f 8018 Author: Tom Albers <toma@kde.org> 8019 Date: Sat Apr 1 13:02:44 2006 +0000 8020 8021 Partially revert the commit of Bram, 525047, which converts to the 8022 QTime back to a QDateTime. Partially reverted, because we need to 8023 use a QDateTime internally, but to present it to the user a QTime 8024 is sufficient. So changed the display and the calculation of the 8025 width of the display. 8026 8027 svn path=/trunk/playground/utils/rsibreak/; revision=525253 8028 8029 src/rsistats.cpp | 4 ++-- 8030 src/rsistatwidget.cpp | 4 ++-- 8031 2 files changed, 4 insertions(+), 4 deletions(-) 8032 8033 commit 2eec4233d58315fdebdc856def4e86b3e25019b3 8034 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8035 Date: Sat Apr 1 12:32:42 2006 +0000 8036 8037 o Call slotReadConfig in RSIGlobals before RSITimers reads settings. 8038 o Clear focus on buttons in full screen break widget. Prevents 8039 cancelling the screen when you're still typing. 8040 8041 8042 svn path=/trunk/playground/utils/rsibreak/; revision=525247 8043 8044 src/rsiglobals.cpp | 2 ++ 8045 src/rsiwidget.cpp | 7 ++++++- 8046 2 files changed, 8 insertions(+), 1 deletion(-) 8047 8048 commit 0a157a007d7abb846aad505d4e9ce1826dfb8570 8049 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8050 Date: Fri Mar 31 22:00:43 2006 +0000 8051 8052 Show colors on startup, when there's nothing known about the 8053 previous big/tiny break. But it can happen that colors in tooltip 8054 and statistics dialog are out of sync, though. 8055 8056 8057 svn path=/trunk/playground/utils/rsibreak/; revision=525134 8058 8059 src/rsiglobals.cpp | 30 +++++++++++++----------------- 8060 src/rsiglobals.h | 4 ++-- 8061 src/rsistats.cpp | 18 +++++++++++++----- 8062 src/rsitooltip.cpp | 6 ++++-- 8063 4 files changed, 32 insertions(+), 26 deletions(-) 8064 8065 commit bccbe05756293555dc50a3f86880cd71e9466813 8066 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8067 Date: Fri Mar 31 21:26:55 2006 +0000 8068 8069 More APIDOX fun. 8070 8071 8072 svn path=/trunk/playground/utils/rsibreak/; revision=525128 8073 8074 src/rsiglobals.h | 30 ++++++++++++++++++++++++++++++ 8075 src/rsistatitem.h | 31 +++++++++++++++++++++++++++++++ 8076 src/rsistats.h | 40 ++++++++++++++++++++-------------------- 8077 3 files changed, 81 insertions(+), 20 deletions(-) 8078 8079 commit 97e17a6462702f755384a55130273c5275b74e46 8080 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8081 Date: Fri Mar 31 21:00:33 2006 +0000 8082 8083 The promised APIDOX. 8084 8085 8086 svn path=/trunk/playground/utils/rsibreak/; revision=525123 8087 8088 src/rsistats.h | 48 +++++++++++++++++++++++++++++++++++++++++++----- 8089 1 file changed, 43 insertions(+), 5 deletions(-) 8090 8091 commit 0a6a1e6fbd8b3c44eca2f9716d808ac499ce21d4 8092 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8093 Date: Fri Mar 31 20:33:21 2006 +0000 8094 8095 Increase statistic "Last tiny/big break" everytime it detects that 8096 the idleness takes longer than a break. 8097 8098 8099 svn path=/trunk/playground/utils/rsibreak/; revision=525108 8100 8101 src/rsitimer.cpp | 16 ++++++++++++++++ 8102 1 file changed, 16 insertions(+) 8103 8104 commit 72e93b52831cb4597708cbd040ad11fe59e97134 8105 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8106 Date: Fri Mar 31 20:12:52 2006 +0000 8107 8108 While toma is still offline, I can safely postpone the feature 8109 freeze. :) 8110 8111 o Only update last tiny/big break when activity occurs 8112 o New stat: show time currently idle. I thought I needed it for the 8113 change above, but didn't seem so. So I upgraded it to a new statistic. 8114 8115 8116 svn path=/trunk/playground/utils/rsibreak/; revision=525102 8117 8118 src/rsiglobals.h | 1 + 8119 src/rsistats.cpp | 9 +++++++-- 8120 src/rsistatwidget.cpp | 1 + 8121 src/rsitimer.cpp | 6 ++++++ 8122 4 files changed, 15 insertions(+), 2 deletions(-) 8123 8124 commit 5c67dd2f31dcecc4a07c971e0b43eabe15ed8022 8125 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8126 Date: Fri Mar 31 19:39:12 2006 +0000 8127 8128 ... which I obviousely forgot. 8129 8130 8131 svn path=/trunk/playground/utils/rsibreak/; revision=525092 8132 8133 src/rsistatitem.cpp | 35 +++++++++++++++++++++++++++++++++++ 8134 src/rsistatitem.h | 51 8135 +++++++++++++++++++++++++++++++++++++++++++++++++++ 8136 2 files changed, 86 insertions(+) 8137 8138 commit 4bf3764fbb294b4f69da9140a7c1ccdf028a68d0 8139 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8140 Date: Fri Mar 31 19:30:20 2006 +0000 8141 8142 o Statistics are under RSIGlobals::stats() now instead of 8143 RSIStats::instance() 8144 o New files for RSIStatItem. 8145 8146 8147 svn path=/trunk/playground/utils/rsibreak/; revision=525084 8148 8149 src/Makefile.am | 4 ++-- 8150 src/rsidock.cpp | 3 ++- 8151 src/rsiglobals.cpp | 10 ++++++++-- 8152 src/rsiglobals.h | 24 ++++++++++++++++++++++++ 8153 src/rsistats.cpp | 40 +--------------------------------------- 8154 src/rsistats.h | 23 +---------------------- 8155 src/rsistatwidget.cpp | 5 +++-- 8156 src/rsistatwidget.h | 2 +- 8157 src/rsitimer.cpp | 32 ++++++++++++++++---------------- 8158 src/rsiwidget.cpp | 1 - 8159 10 files changed, 58 insertions(+), 86 deletions(-) 8160 8161 commit a0627455ad8841c4642ab96f59cb5898dff3bd49 8162 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8163 Date: Fri Mar 31 17:13:07 2006 +0000 8164 8165 o Changed QTime back to QDateTime, sorry about that. It was required 8166 for... 8167 o Colored labels for the last tiny/big break. Green means: just got 8168 a break, red means: you really need a break now 8169 o Tooltip shows similar colors now. 8170 o Increased width for the last tiny/big break label in the widget. 8171 8172 For me, RSIBreak is feature complete for the 0.6.0 release. Shall 8173 we make this a start of a feature freeze? 8174 8175 8176 svn path=/trunk/playground/utils/rsibreak/; revision=525047 8177 8178 src/rsiglobals.cpp | 28 ++++++++++++++++++++++++++++ 8179 src/rsiglobals.h | 3 +++ 8180 src/rsistats.cpp | 49 8181 ++++++++++++++++++++++++++++++++++--------------- 8182 src/rsistats.h | 4 ++++ 8183 src/rsistatwidget.cpp | 6 +++--- 8184 src/rsitooltip.cpp | 7 +++++++ 8185 6 files changed, 79 insertions(+), 18 deletions(-) 8186 8187 commit 28e1d103317344c40f4987e64c44f1f84591f000 8188 Author: Tom Albers <toma@kde.org> 8189 Date: Thu Mar 30 21:46:58 2006 +0000 8190 8191 The last bug I found is squashed by this fix. Maybe Bram wants to fix 8192 this The Right Way, but an extra safeguard in case of weird situation 8193 can not do any harm. Summary: timers stop running when user does not 8194 want idle-detection durng normal operation and they receive a break... 8195 8196 8197 svn path=/trunk/playground/utils/rsibreak/; revision=524665 8198 8199 src/rsitimer.cpp | 11 +++++++++++ 8200 1 file changed, 11 insertions(+) 8201 8202 commit ba971aaab3139422d0bfc94f8ae93ee3d41b8ccf 8203 Author: Tom Albers <toma@kde.org> 8204 Date: Thu Mar 30 21:38:10 2006 +0000 8205 8206 Slot not found, due to c instead of C. Fixed 8207 8208 svn path=/trunk/playground/utils/rsibreak/; revision=524661 8209 8210 src/rsiwidget.cpp | 2 +- 8211 1 file changed, 1 insertion(+), 1 deletion(-) 8212 8213 commit 65d6826c0b5de1285ffce41189ba9936443022d1 8214 Author: Tom Albers <toma@kde.org> 8215 Date: Thu Mar 30 21:35:25 2006 +0000 8216 8217 Ok, tested the whole evening. X tells us there has been a movement at 8218 1199 (when the monitor is turned off). As I can not distinguish this 8219 from normal movement, i'll eat all activity in that timeslot. Chances 8220 that people actually start using the computer after 20 minutes 8221 idlesness in that slot are pretty slim anyways. I just hope that 8222 the 20 minute is not configurable somewhere. 8223 8224 svn path=/trunk/playground/utils/rsibreak/; revision=524660 8225 8226 src/rsistats.cpp | 6 ++++-- 8227 src/rsitimer.cpp | 10 ++++++---- 8228 2 files changed, 10 insertions(+), 6 deletions(-) 8229 8230 commit 3cb61f541b8911c8ef82515fc4fd3d51819f562a 8231 Author: Tom Albers <toma@kde.org> 8232 Date: Thu Mar 30 18:03:37 2006 +0000 8233 8234 Test to see if this works around a bug where idle time never gets 8235 bigger than 1199 seconds. 8236 8237 svn path=/trunk/playground/utils/rsibreak/; revision=524592 8238 8239 src/rsitimer.cpp | 9 +++++++++ 8240 src/rsitimer.h | 1 + 8241 2 files changed, 10 insertions(+) 8242 8243 commit ba45b6bfe38f0b37cb1489e764af0464076ef91a 8244 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8245 Date: Tue Mar 28 16:22:38 2006 +0000 8246 8247 Don't execute idle detect code when a relax popup has 8248 finished. Prevents unnecessaryly incrementing some statistics. 8249 8250 8251 svn path=/trunk/playground/utils/rsibreak/; revision=523619 8252 8253 src/rsitimer.cpp | 5 +++-- 8254 1 file changed, 3 insertions(+), 2 deletions(-) 8255 8256 commit 98d583659838eada6305ccefb5ff0338346dd454 8257 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8258 Date: Tue Mar 28 15:21:46 2006 +0000 8259 8260 Don't calculate derived statistics upon reset. 8261 8262 Fixes ACTIVITY + IDLENESS > TOTAL_TIME after a reset. 8263 8264 8265 svn path=/trunk/playground/utils/rsibreak/; revision=523582 8266 8267 src/rsistats.cpp | 7 ++++--- 8268 src/rsistats.h | 8 +++++++- 8269 2 files changed, 11 insertions(+), 4 deletions(-) 8270 8271 commit 64702dfcd03cf2a08926118093c2d5678a3d6e94 8272 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8273 Date: Tue Mar 28 14:19:31 2006 +0000 8274 8275 o Turned RSIGlobals in a class again 8276 o RSIGlobals contains interval information now. The timer reads it 8277 from RSIGlobals. 8278 o Fix memory leak: an RSIStats instance cannot delete itself. Delete 8279 it from RSIWidget. 8280 8281 8282 svn path=/trunk/playground/utils/rsibreak/; revision=523561 8283 8284 src/rsiglobals.cpp | 45 +++++++++++++++++++++++++++++++++++++++++++++ 8285 src/rsiglobals.h | 22 +++++++++++++++++++--- 8286 src/rsistats.cpp | 5 +---- 8287 src/rsitimer.cpp | 33 ++++++++++++--------------------- 8288 src/rsitimer.h | 8 ++++---- 8289 src/rsitooltip.cpp | 4 ++-- 8290 src/rsiwidget.cpp | 6 ++++++ 8291 7 files changed, 89 insertions(+), 34 deletions(-) 8292 8293 commit 0ef2c956d654f30c188382a35bc73702a9dae533 8294 Author: Tom Albers <toma@kde.org> 8295 Date: Mon Mar 27 19:37:04 2006 +0000 8296 8297 SVN_SILENT dont confuse our users. 8298 8299 svn path=/trunk/playground/utils/rsibreak/; revision=523289 8300 8301 src/rsistatwidget.cpp | 6 +++++- 8302 1 file changed, 5 insertions(+), 1 deletion(-) 8303 8304 commit bd3d9fd22bf8c1e6bbc7b499b2f3d555b2f845a1 8305 Author: Tom Albers <toma@kde.org> 8306 Date: Mon Mar 27 19:00:23 2006 +0000 8307 8308 Fix 18n calls in setuptimings. Results in the errors that %n should 8309 be in the result, but I dont want that ;-) 8310 8311 svn path=/trunk/playground/utils/rsibreak/; revision=523275 8312 8313 src/setuptiming.cpp | 61 8314 +++++++++++++++++++++++++++++++++++++++++------------ 8315 src/setuptiming.h | 5 ++++- 8316 2 files changed, 52 insertions(+), 14 deletions(-) 8317 8318 commit c829a90019667122bed73e878eb7de64c29ba421 8319 Author: Tom Albers <toma@kde.org> 8320 Date: Mon Mar 27 18:37:04 2006 +0000 8321 8322 Fix bug where counters stopped working when tiny maximized > big 8323 maximized. We depend on that to determine that the counters can be 8324 reset after a bigbreak. 8325 8326 8327 svn path=/trunk/playground/utils/rsibreak/; revision=523267 8328 8329 src/rsitimer.cpp | 11 +++++++++-- 8330 1 file changed, 9 insertions(+), 2 deletions(-) 8331 8332 commit 936829dedd6a10b7f4b89691900fd589870001bd 8333 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8334 Date: Sun Mar 26 18:26:23 2006 +0000 8335 8336 As requested: move activity % one groupbox down. 8337 8338 8339 svn path=/trunk/playground/utils/rsibreak/; revision=522805 8340 8341 src/rsistatwidget.cpp | 2 +- 8342 1 file changed, 1 insertion(+), 1 deletion(-) 8343 8344 commit 4fe79c7dd5d7ecf47a64ebc577d5326297c3a5d4 8345 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8346 Date: Sun Mar 26 18:23:38 2006 +0000 8347 8348 Adapt what's this to my changes from an hour ago or so. 8349 8350 8351 svn path=/trunk/playground/utils/rsibreak/; revision=522802 8352 8353 src/rsistats.cpp | 4 ++-- 8354 1 file changed, 2 insertions(+), 2 deletions(-) 8355 8356 commit c9e54293966f5d4005d42b255b896c8551f9a203 8357 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8358 Date: Sun Mar 26 18:19:18 2006 +0000 8359 8360 Move Tom's what's this text to a separate function. Attach whatsthis 8361 to descriptions as well. 8362 8363 svn path=/trunk/playground/utils/rsibreak/; revision=522799 8364 8365 src/rsistats.cpp | 78 8366 +++++++++++++++++++++++++++++--------------------------- 8367 src/rsistats.h | 2 ++ 8368 2 files changed, 43 insertions(+), 37 deletions(-) 8369 8370 commit 2de63ff2da2c32c4364da3d44b709bde95b71d1d 8371 Author: Tom Albers <toma@kde.org> 8372 Date: Sun Mar 26 17:44:58 2006 +0000 8373 8374 whatsthis + some buddies 8375 8376 svn path=/trunk/playground/utils/rsibreak/; revision=522776 8377 8378 src/rsistats.cpp | 50 8379 ++++++++++++++++++++++++++++++++++++++++++++------ 8380 src/setuptiming.cpp | 27 +++++++++++++++++++++------ 8381 2 files changed, 65 insertions(+), 12 deletions(-) 8382 8383 commit 94f1c7dbe1280e7b7253f4667bb09f4efd06e169 8384 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8385 Date: Sun Mar 26 17:39:44 2006 +0000 8386 8387 o New layout in statistics dialog (4 groupboxes) 8388 o Show only time for "Last foo break" 8389 o Hide separator line in stats dialog 8390 o Cleanup 8391 8392 8393 svn path=/trunk/playground/utils/rsibreak/; revision=522774 8394 8395 src/rsidock.cpp | 24 +++++++------- 8396 src/rsistats.cpp | 39 +++++++++------------- 8397 src/rsistatwidget.cpp | 89 8398 +++++++++++++++++++++++++++++++++++++++------------ 8399 src/rsistatwidget.h | 3 +- 8400 4 files changed, 98 insertions(+), 57 deletions(-) 8401 8402 commit b1f482a944b70b9b07f03893fea33e3e17db751e 8403 Author: Tom Albers <toma@kde.org> 8404 Date: Sun Mar 26 13:55:55 2006 +0000 8405 8406 Add a button to reset the statistics. 8407 8408 svn path=/trunk/playground/utils/rsibreak/; revision=522703 8409 8410 src/rsidock.cpp | 29 +++++++++++++++++++++++++++-- 8411 src/rsidock.h | 1 + 8412 src/rsistats.cpp | 10 +++++++++- 8413 3 files changed, 37 insertions(+), 3 deletions(-) 8414 8415 commit 16d2d3d7780190fb4c6c05b4d3d77e68dfa411a8 8416 Author: Tom Albers <toma@kde.org> 8417 Date: Sun Mar 26 02:32:26 2006 +0000 8418 8419 Hooked in the setting for the idle-detection && gave it a slightly 8420 other meaning. I think we need a different setting to completely 8421 ignore idleness, so the popup popups at fixed times. This will do 8422 for 0.6.0 I think. 8423 8424 svn path=/trunk/playground/utils/rsibreak/; revision=522573 8425 8426 src/rsitimer.cpp | 9 ++++++--- 8427 src/rsitimer.h | 1 + 8428 src/setup.cpp | 2 +- 8429 src/setupgeneral.cpp | 8 +++++--- 8430 4 files changed, 13 insertions(+), 7 deletions(-) 8431 8432 commit e063c63c646fbed19c0e2f849b9a7cfb8a78cdbe 8433 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8434 Date: Sun Mar 26 01:48:47 2006 +0000 8435 8436 o Store QLabels instead of QStrings in a RSIStatItem. Needed for... 8437 o Coloring certain labels ranging from red to green (a 100% pause 8438 score will color the label green ) 8439 8440 8441 svn path=/trunk/playground/utils/rsibreak/; revision=522570 8442 8443 src/rsistats.cpp | 69 8444 ++++++++++++++++++++++++++++++++++----------------- 8445 src/rsistats.h | 2 +- 8446 src/rsistatwidget.cpp | 12 +++++---- 8447 3 files changed, 54 insertions(+), 29 deletions(-) 8448 8449 commit a17377c7b1d88dae9c80991c6de5ca3048840df8 8450 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8451 Date: Sat Mar 25 23:12:37 2006 +0000 8452 8453 SVN_SILENT: Cleanup 8454 8455 8456 svn path=/trunk/playground/utils/rsibreak/; revision=522551 8457 8458 src/rsitimer.cpp | 3 --- 8459 1 file changed, 3 deletions(-) 8460 8461 commit a6c9850357e2707b363f3ab4a43bf531ba8a19e8 8462 Author: Tom Albers <toma@kde.org> 8463 Date: Sat Mar 25 23:01:06 2006 +0000 8464 8465 Qvariant supports qdatetime, rtfm tom. Support for qdatetime in 8466 other places too. 8467 8468 8469 svn path=/trunk/playground/utils/rsibreak/; revision=522545 8470 8471 NEWS | 11 +++++++---- 8472 src/rsistats.cpp | 29 +++++++++++++---------------- 8473 2 files changed, 20 insertions(+), 20 deletions(-) 8474 8475 commit c2e4e95f15439bbb509da64b8191450e5b6258d2 8476 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8477 Date: Sat Mar 25 22:57:24 2006 +0000 8478 8479 o Take breaks due to idleness into account when calculating the 8480 pause score. 8481 o Show activity % with 1 decimal. 8482 8483 8484 svn path=/trunk/playground/utils/rsibreak/; revision=522544 8485 8486 src/rsistats.cpp | 25 ++++++++++++++++--------- 8487 src/rsitimer.cpp | 2 ++ 8488 2 files changed, 18 insertions(+), 9 deletions(-) 8489 8490 commit 7a52b593f4a539093c121705526854577bd24bbc 8491 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8492 Date: Sat Mar 25 22:49:46 2006 +0000 8493 8494 Do not block RSIBreak when statistics dialog is shown. 8495 8496 8497 svn path=/trunk/playground/utils/rsibreak/; revision=522540 8498 8499 src/rsidock.cpp | 20 +++++++++----------- 8500 src/rsidock.h | 5 ++++- 8501 2 files changed, 13 insertions(+), 12 deletions(-) 8502 8503 commit 05c61ec72b6a297644ba37e90132d3c837c8a5bc 8504 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8505 Date: Sat Mar 25 21:44:33 2006 +0000 8506 8507 New stat: percentage of activity. Also some unnecessary includes 8508 removed. 8509 8510 8511 svn path=/trunk/playground/utils/rsibreak/; revision=522524 8512 8513 src/rsistats.cpp | 68 8514 ++++++++++++++++++++++++++++++++++----------------- 8515 src/rsistats.h | 5 ++-- 8516 src/rsistatwidget.cpp | 19 +++++++------- 8517 src/rsitimer.cpp | 11 +++++++-- 8518 4 files changed, 67 insertions(+), 36 deletions(-) 8519 8520 commit 170a113831b65355e2be0514dd4890fdfa859508 8521 Author: Tom Albers <toma@kde.org> 8522 Date: Sat Mar 25 20:43:44 2006 +0000 8523 8524 Two new stats: tiny break / big break skipped due to 8525 idleness. Shuffled the order a tiny bit. 8526 8527 svn path=/trunk/playground/utils/rsibreak/; revision=522507 8528 8529 src/rsistats.cpp | 24 ++++++++++++++++++------ 8530 src/rsistats.h | 2 ++ 8531 src/rsistatwidget.cpp | 12 +++++++----- 8532 src/rsitimer.cpp | 2 ++ 8533 4 files changed, 29 insertions(+), 11 deletions(-) 8534 8535 commit c9f3029d9a221278e43feb4c96b83e5b04970b3b 8536 Author: Tom Albers <toma@kde.org> 8537 Date: Sat Mar 25 20:26:24 2006 +0000 8538 8539 Two new stats: last big break / last tiny break, choose to store 8540 them in secs from epoch, since thats an int and Fits The System (tm) 8541 8542 svn path=/trunk/playground/utils/rsibreak/; revision=522503 8543 8544 src/rsistats.cpp | 82 8545 ++++++++++++++++++++++++++++++++++++++------------- 8546 src/rsistats.h | 6 ++-- 8547 src/rsistatwidget.cpp | 13 ++++---- 8548 3 files changed, 73 insertions(+), 28 deletions(-) 8549 8550 commit 13730e497c4ac50cdbd3cdd939f373fa8f6dc06a 8551 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8552 Date: Sat Mar 25 18:25:12 2006 +0000 8553 8554 compile 8555 8556 8557 svn path=/trunk/playground/utils/rsibreak/; revision=522481 8558 8559 src/rsidock.cpp | 2 +- 8560 src/rsistatwidget.cpp | 4 ++-- 8561 src/rsistatwidget.h | 4 ++-- 8562 src/rsiwidget.cpp | 1 - 8563 4 files changed, 5 insertions(+), 6 deletions(-) 8564 8565 commit b7d695a719d73322ac0578ab1258ec2b84f63dd1 8566 Author: Tom Albers <toma@kde.org> 8567 Date: Sat Mar 25 17:54:02 2006 +0000 8568 8569 New stat: max period of idleness 8570 8571 Some general cleanups: 8572 - break > 80 chars 8573 - whitespace 8574 - ident 8575 - removed member from setup, which where not used as memeber 8576 - removed some unneeded includes in dialog 8577 8578 8579 svn path=/trunk/playground/utils/rsibreak/; revision=522473 8580 8581 src/rsibreak.lsm | 2 +- 8582 src/rsiglobals.cpp | 12 ++++++------ 8583 src/rsiglobals.h | 2 +- 8584 src/rsistats.cpp | 50 8585 +++++++++++++++++++++++++++++++++++++------------- 8586 src/rsistats.h | 5 ++++- 8587 src/rsitimer.cpp | 6 ++++-- 8588 src/rsitooltip.cpp | 2 +- 8589 src/rsiwidget.cpp | 1 + 8590 src/setup.cpp | 20 ++++++++------------ 8591 9 files changed, 63 insertions(+), 37 deletions(-) 8592 8593 commit 320273f5fc7c97b67f113cefc07ceea43bf3fa23 8594 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8595 Date: Sat Mar 25 16:43:09 2006 +0000 8596 8597 Move rsistatdialog.* rsistatwidget.* 8598 8599 8600 svn path=/trunk/playground/utils/rsibreak/; revision=522454 8601 8602 src/Makefile.am | 4 ++-- 8603 src/rsistatdialog.cpp | 55 8604 --------------------------------------------------- 8605 src/rsistatdialog.h | 41 -------------------------------------- 8606 src/rsistatwidget.cpp | 55 8607 +++++++++++++++++++++++++++++++++++++++++++++++++++ 8608 src/rsistatwidget.h | 41 ++++++++++++++++++++++++++++++++++++++ 8609 5 files changed, 98 insertions(+), 98 deletions(-) 8610 8611 commit c844ffb1c9df0940984c0ff8927e731d5adb0d0d 8612 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8613 Date: Sat Mar 25 16:41:47 2006 +0000 8614 8615 Set spacing. 8616 8617 8618 svn path=/trunk/playground/utils/rsibreak/; revision=522453 8619 8620 src/rsistatdialog.cpp | 1 + 8621 1 file changed, 1 insertion(+) 8622 8623 commit aa0e14c17f6fac5f431c5fd02abf2b17321c1244 8624 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8625 Date: Sat Mar 25 16:39:13 2006 +0000 8626 8627 Forgot suspended check with configure dialog. 8628 8629 8630 svn path=/trunk/playground/utils/rsibreak/; revision=522451 8631 8632 src/rsidock.cpp | 3 ++- 8633 1 file changed, 2 insertions(+), 1 deletion(-) 8634 8635 commit 4900e45812ea26b8e907760add63eab685d64c49 8636 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8637 Date: Sat Mar 25 16:29:49 2006 +0000 8638 8639 SVN_SILENT: Administrative 8640 8641 8642 svn path=/trunk/playground/utils/rsibreak/; revision=522449 8643 8644 TODO | 9 ++++----- 8645 1 file changed, 4 insertions(+), 5 deletions(-) 8646 8647 commit e1bc236848bf663dec4e8c362918464b64a87b5e 8648 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8649 Date: Sat Mar 25 16:29:01 2006 +0000 8650 8651 o More work on statistics. Almost all old stats code is replaced 8652 by now. 8653 o Don't continue timer when closing dialogs "Report Bug", "About KDE" 8654 and "About RSIBreak" when RSIBreak is suspended. 8655 8656 TODO: 8657 o Rename rsistatdialog.* to rsistatwidget.* 8658 o RSIBreak tends to crash when playing with the docker. Couldn't 8659 find the cause yet. 8660 o APIDOX all over the stats code. 8661 8662 8663 svn path=/trunk/playground/utils/rsibreak/; revision=522448 8664 8665 src/rsidock.cpp | 31 +++++-- 8666 src/rsidock.h | 5 +- 8667 src/rsiglobals.cpp | 20 ++--- 8668 src/rsistatdialog.cpp | 36 ++++---- 8669 src/rsistatdialog.h | 18 ++-- 8670 src/rsistats.cpp | 228 8671 ++++++++++++++++++++++++++++++++++++++------------ 8672 src/rsistats.h | 74 +++++++++------- 8673 src/rsitimer.cpp | 34 ++++---- 8674 src/rsiwidget.cpp | 14 ++-- 8675 9 files changed, 308 insertions(+), 152 deletions(-) 8676 8677 commit 8b350cde0171eeed40ccb9fb87bf5f64c2f26f8a 8678 Author: Tom Albers <toma@kde.org> 8679 Date: Thu Mar 23 18:38:26 2006 +0000 8680 8681 Moved all private members to a private class. 8682 8683 svn path=/trunk/playground/utils/rsibreak/; revision=521870 8684 8685 src/setup.cpp | 40 +++++++++---- 8686 src/setup.h | 14 +---- 8687 src/setupgeneral.cpp | 76 ++++++++++++++----------- 8688 src/setupgeneral.h | 6 +- 8689 src/setupmaximized.cpp | 152 8690 ++++++++++++++++++++++++++++--------------------- 8691 src/setupmaximized.h | 23 +------- 8692 src/setuppopup.cpp | 45 +++++++++------ 8693 src/setuppopup.h | 9 +-- 8694 src/setuptiming.cpp | 148 8695 +++++++++++++++++++++++++---------------------- 8696 src/setuptiming.h | 12 +--- 8697 10 files changed, 279 insertions(+), 246 deletions(-) 8698 8699 commit 2cc1a127bee66759ee918e0da55a3eb15b73e986 8700 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8701 Date: Thu Mar 23 17:08:06 2006 +0000 8702 8703 A namespace suffices 8704 8705 8706 svn path=/trunk/playground/utils/rsibreak/; revision=521829 8707 8708 src/rsiglobals.h | 7 +++---- 8709 1 file changed, 3 insertions(+), 4 deletions(-) 8710 8711 commit d1f9f38aaee571c53496ce77f02f6deb7f1b1ebb 8712 Author: Tom Albers <toma@kde.org> 8713 Date: Wed Mar 22 23:47:24 2006 +0000 8714 8715 - Place a timer to update the dialog once a second, but no idea 8716 howto actually update it. 8717 - RSIGlobals:formatSeconds() now returns "0 seconds" instead of 8718 null(), adjusted rsitooltip for that. Means prettier stats if 0 8719 occurs there. 8720 8721 8722 svn path=/trunk/playground/utils/rsibreak/; revision=521607 8723 8724 src/rsiglobals.cpp | 4 ++-- 8725 src/rsiglobals.h | 2 +- 8726 src/rsistatdialog.cpp | 9 ++++++++- 8727 src/rsistatdialog.h | 2 ++ 8728 src/rsitooltip.cpp | 7 +++---- 8729 5 files changed, 16 insertions(+), 8 deletions(-) 8730 8731 commit e9c6be088177732c43bf62ff29e911672be1a31d 8732 Author: Tom Albers <toma@kde.org> 8733 Date: Wed Mar 22 23:21:01 2006 +0000 8734 8735 Only display time for time values in the stats. Adjust globals to 8736 return hours as well... 8737 TODO: 8738 - add stats 8739 - for skipped breaks due to idleness. 8740 - max time idle 8741 - update stats every second 8742 8743 8744 8745 svn path=/trunk/playground/utils/rsibreak/; revision=521601 8746 8747 src/rsiglobals.cpp | 53 8748 +++++++++++++++++++++++++++++++++++------------------ 8749 src/rsiglobals.h | 4 +++- 8750 src/rsistats.cpp | 9 ++++++++- 8751 3 files changed, 46 insertions(+), 20 deletions(-) 8752 8753 commit 03c5ad0e92152ce1f12756fec9c8ad7fc3932af4 8754 Author: Tom Albers <toma@kde.org> 8755 Date: Tue Mar 21 17:21:53 2006 +0000 8756 8757 SVN_SILENT change the 'or' to "||", hacking php and c++ is a bit 8758 confusing. GCC 2.9x was complaining. 8759 8760 svn path=/trunk/playground/utils/rsibreak/; revision=521139 8761 8762 src/rsiwidget.cpp | 2 +- 8763 1 file changed, 1 insertion(+), 1 deletion(-) 8764 8765 commit 977fb9a0bdb12352a08704a81744a84ebeeacedf 8766 Author: Tom Albers <toma@kde.org> 8767 Date: Tue Mar 21 15:44:47 2006 +0000 8768 8769 Compile for 2.9x (FreeBSD 4.X) 8770 8771 svn path=/trunk/playground/utils/rsibreak/; revision=521117 8772 8773 src/rsiwidget.cpp | 1 + 8774 1 file changed, 1 insertion(+) 8775 8776 commit 8ed7117c018ba2199caf6df36cfb478de6f482b3 8777 Author: Tom Albers <toma@kde.org> 8778 Date: Mon Mar 20 22:41:13 2006 +0000 8779 8780 Rename to rsiblobals 8781 8782 svn path=/trunk/playground/utils/rsibreak/; revision=520830 8783 8784 src/Makefile.am | 4 ++-- 8785 src/rsiglobals.cpp | 53 8786 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 8787 src/rsiglobals.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 8788 src/rsilib.cpp | 53 8789 ----------------------------------------------------- 8790 src/rsilib.h | 48 ------------------------------------------------ 8791 src/rsistats.cpp | 4 ++-- 8792 src/rsitooltip.cpp | 6 +++--- 8793 7 files changed, 108 insertions(+), 108 deletions(-) 8794 8795 commit fb2e783a15ddf01df29becc51515045838f8d88e 8796 Author: Tom Albers <toma@kde.org> 8797 Date: Mon Mar 20 20:03:02 2006 +0000 8798 8799 Fix memory leak, reported and the patch by Lev Iserovich 8800 Thanks a lot! 8801 BUG: 124000 8802 8803 svn path=/trunk/playground/utils/rsibreak/; revision=520778 8804 8805 src/rsitimer.cpp | 3 ++- 8806 1 file changed, 2 insertions(+), 1 deletion(-) 8807 8808 commit d014c1c3ec7bd10e4c6a0cbd3303fbc76dc65660 8809 Author: Tom Albers <toma@kde.org> 8810 Date: Mon Mar 20 19:30:41 2006 +0000 8811 8812 My first try to add a library, which can contain some static 8813 functions. I moved the formatting of time to the lib and hooked it 8814 to the rsistats and rsitooltip. Bram will hopefully review. 8815 8816 svn path=/trunk/playground/utils/rsibreak/; revision=520772 8817 8818 src/Makefile.am | 4 ++-- 8819 src/rsilib.cpp | 53 8820 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 8821 src/rsilib.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 8822 src/rsistats.cpp | 6 ++---- 8823 src/rsitooltip.cpp | 51 8824 ++++++++------------------------------------------- 8825 5 files changed, 113 insertions(+), 49 deletions(-) 8826 8827 commit 1d3b2826c824d30f834e44107792261bfd1f8e02 8828 Author: Tom Albers <toma@kde.org> 8829 Date: Mon Mar 20 18:18:21 2006 +0000 8830 8831 Make it compile under kde 3.3 8832 8833 svn path=/trunk/playground/utils/rsibreak/; revision=520757 8834 8835 src/setupgeneral.cpp | 1 - 8836 src/setupmaximized.cpp | 11 +++++++++++ 8837 src/setuppopup.cpp | 1 - 8838 3 files changed, 11 insertions(+), 2 deletions(-) 8839 8840 commit c738c9d1c5618281d1a8cd99ad831bbaeda4cd5b 8841 Author: Tom Albers <toma@kde.org> 8842 Date: Thu Mar 16 18:46:48 2006 +0000 8843 8844 Yes, idle popups can get annoying, make them optional. 8845 8846 8847 svn path=/trunk/playground/utils/rsibreak/; revision=519276 8848 8849 NEWS | 1 + 8850 TODO | 1 - 8851 src/dcopiface.h | 4 ++-- 8852 src/rsiwidget.cpp | 12 +++++++++++- 8853 src/rsiwidget.h | 1 + 8854 src/setupgeneral.cpp | 21 ++++++++++++++++++++- 8855 src/setupgeneral.h | 4 ++++ 8856 7 files changed, 39 insertions(+), 5 deletions(-) 8857 8858 commit 827e361bbc7d49ee7a6350916d8006496097f3a7 8859 Author: Tom Albers <toma@kde.org> 8860 Date: Wed Mar 15 09:42:31 2006 +0000 8861 8862 - Fix "Total amount of tiny breaks" was not shown in stats 8863 - debug-- 8864 8865 8866 svn path=/trunk/playground/utils/rsibreak/; revision=518799 8867 8868 src/rsistats.cpp | 2 +- 8869 src/rsitimer.cpp | 6 +++++- 8870 2 files changed, 6 insertions(+), 2 deletions(-) 8871 8872 commit 2ca01935b3570cbf0338810d8dbe31f2bc6be42d 8873 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8874 Date: Tue Mar 14 19:49:59 2006 +0000 8875 8876 SVN_SILENT: Boring administration 8877 8878 8879 svn path=/trunk/playground/utils/rsibreak/; revision=518649 8880 8881 NEWS | 2 ++ 8882 TODO | 1 + 8883 2 files changed, 3 insertions(+) 8884 8885 commit de2aca562dea8247e20af6bbeffe132120e49f95 8886 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8887 Date: Tue Mar 14 19:45:06 2006 +0000 8888 8889 o Statistics. This is still work-in-progress, but the foundation 8890 is there. 8891 o Restore timers if RSIBreak is restarted in a short amount of time 8892 (it will continue counting where it was if you reboot for example) 8893 o Show big icon in idle popups 8894 o For those people without idle detection, make breaks at least 8895 working. 8896 o Removed newline from idle popup, because the layout screwed up. But 8897 I'm afraid the bug is on a lower level. :( 8898 8899 8900 svn path=/trunk/playground/utils/rsibreak/; revision=518646 8901 8902 src/Makefile.am | 5 +-- 8903 src/rsidock.cpp | 16 +++++++-- 8904 src/rsidock.h | 1 + 8905 src/rsistatdialog.cpp | 7 ++-- 8906 src/rsistatdialog.h | 2 ++ 8907 src/rsistats.cpp | 98 8908 ++++++++++++++++++++++++++++++++++----------------- 8909 src/rsistats.h | 17 +++++++-- 8910 src/rsitimer.cpp | 91 8911 ++++++++++++++++++++++++++++++++++++++++++----- 8912 src/rsitimer.h | 20 ++++++++--- 8913 src/rsiwidget.cpp | 8 +++-- 8914 10 files changed, 208 insertions(+), 57 deletions(-) 8915 8916 commit 73bfa28452c5d156445e1722e6f3fc688a22821f 8917 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8918 Date: Tue Mar 14 16:40:53 2006 +0000 8919 8920 Only for your reading pleasure: new files I started for the 8921 statistics. 8922 I didn't update the other files yet because it's work in progress. But 8923 at least it gives you an indication what I'm doing at the moment. 8924 8925 8926 svn path=/trunk/playground/utils/rsibreak/; revision=518604 8927 8928 src/rsistatdialog.cpp | 42 ++++++++++++++++++++++++++ 8929 src/rsistatdialog.h | 39 ++++++++++++++++++++++++ 8930 src/rsistats.cpp | 84 8931 +++++++++++++++++++++++++++++++++++++++++++++++++++ 8932 src/rsistats.h | 61 +++++++++++++++++++++++++++++++++++++ 8933 4 files changed, 226 insertions(+) 8934 8935 commit e88fe40c284784f5bb7f6e48977bc348f9cb2be3 8936 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8937 Date: Mon Mar 6 18:48:08 2006 +0000 8938 8939 SVN_SILENT: Nice little bugs plus plus 8940 8941 8942 svn path=/trunk/playground/utils/rsibreak/; revision=516337 8943 8944 TODO | 2 ++ 8945 1 file changed, 2 insertions(+) 8946 8947 commit 736c1ad6401a72146e1ad5999cc544abb9508fce 8948 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 8949 Date: Sun Mar 5 17:57:24 2006 +0000 8950 8951 SVN_SILENT: There's still so much to do... 8952 8953 8954 svn path=/trunk/playground/utils/rsibreak/; revision=516019 8955 8956 TODO | 6 ++++-- 8957 1 file changed, 4 insertions(+), 2 deletions(-) 8958 8959 commit 4354f09baa1a66b76523bff32bdc9fbc56d148ce 8960 Author: Tom Albers <toma@kde.org> 8961 Date: Sat Mar 4 02:15:44 2006 +0000 8962 8963 Update errors repoted at ebn/icefox, one at ebn stays as ive no idea 8964 how to solve. 8965 8966 svn path=/trunk/playground/utils/rsibreak/; revision=515527 8967 8968 src/rsidock.cpp | 2 +- 8969 src/rsidock.h | 2 +- 8970 src/rsirelaxpopup.cpp | 1 + 8971 src/rsitimer.h | 2 +- 8972 src/setupgeneral.cpp | 2 +- 8973 src/setupgeneral.h | 2 +- 8974 src/setupmaximized.cpp | 2 +- 8975 7 files changed, 7 insertions(+), 6 deletions(-) 8976 8977 commit 27371402c5499f45defcd441eaf5cc285ca89107 8978 Author: Tom Albers <toma@kde.org> 8979 Date: Sat Mar 4 00:29:04 2006 +0000 8980 8981 SVN_SILENT update 8982 8983 svn path=/trunk/playground/utils/rsibreak/; revision=515515 8984 8985 TODO | 8 ++++++-- 8986 1 file changed, 6 insertions(+), 2 deletions(-) 8987 8988 commit 86b4df2dba176840b81a90e0870214334ef1c77a 8989 Author: Tom Albers <toma@kde.org> 8990 Date: Fri Mar 3 23:58:41 2006 +0000 8991 8992 - Minutes and seconds in english are not reproducable, so removing 8993 that from the list 8994 - The two quit buttons are solved by this commit, took the approach 8995 from ksystemtray implementation, now i know why that was done this 8996 way in the original. 8997 8998 8999 svn path=/trunk/playground/utils/rsibreak/; revision=515514 9000 9001 TODO | 2 -- 9002 src/rsidock.cpp | 18 ++++++++++++------ 9003 src/rsidock.h | 5 +++++ 9004 3 files changed, 17 insertions(+), 8 deletions(-) 9005 9006 commit 966c442e3c818481408bb3299b2bf17fbe9a57c7 9007 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9008 Date: Fri Mar 3 19:59:30 2006 +0000 9009 9010 Don't capitalize "One" in the middle of a sentence. 9011 9012 9013 svn path=/trunk/playground/utils/rsibreak/; revision=515454 9014 9015 src/rsitooltip.cpp | 16 +++++++++------- 9016 1 file changed, 9 insertions(+), 7 deletions(-) 9017 9018 commit db79b6feff0029d6e286a2228f2cc8f929053686 9019 Author: Tom Albers <toma@kde.org> 9020 Date: Fri Mar 3 13:33:28 2006 +0000 9021 9022 (Big brown bag commit) make it work 9023 9024 svn path=/trunk/playground/utils/rsibreak/; revision=515326 9025 9026 src/rsitimer.cpp | 2 +- 9027 1 file changed, 1 insertion(+), 1 deletion(-) 9028 9029 commit df0e50dd0ad384b3f763841fb8433482f200669c 9030 Author: Tom Albers <toma@kde.org> 9031 Date: Thu Mar 2 08:39:59 2006 +0000 9032 9033 - Version++ 9034 - Add 'use idle detection' to general settings, Bram will implement 9035 it further. 9036 - Fix regression where the messagebox would say: 'look at the tray' 9037 and the tray is not showing anything. 9038 9039 9040 svn path=/trunk/playground/utils/rsibreak/; revision=514978 9041 9042 TODO | 1 - 9043 src/main.cpp | 2 +- 9044 src/rsiwidget.cpp | 9 ++++++--- 9045 src/setupgeneral.cpp | 8 ++++++++ 9046 src/setupgeneral.h | 1 + 9047 5 files changed, 16 insertions(+), 5 deletions(-) 9048 9049 commit 02fc01af8047092a5c5f69d359f879d16f624fbe 9050 Author: Tom Albers <toma@kde.org> 9051 Date: Wed Mar 1 23:32:51 2006 +0000 9052 9053 libxss-dev is now needed, rsibreak without idle detection is worthless 9054 and we do not want to put hacks in rsitimer to make it work again. 9055 9056 svn path=/trunk/playground/utils/rsibreak/; revision=514933 9057 9058 NEWS | 1 + 9059 configure.in.bot | 15 ++++++--------- 9060 configure.in.in | 2 ++ 9061 3 files changed, 9 insertions(+), 9 deletions(-) 9062 9063 commit dffd80b2a1bde1246499a95b1f8d4034187db33d 9064 Author: Tom Albers <toma@kde.org> 9065 Date: Wed Mar 1 23:07:04 2006 +0000 9066 9067 SVN_SILENT copyrights 9068 9069 svn path=/trunk/playground/utils/rsibreak/; revision=514924 9070 9071 src/rsitimer.cpp | 2 +- 9072 src/rsitimer.h | 2 +- 9073 src/rsitooltip.h | 1 + 9074 3 files changed, 3 insertions(+), 2 deletions(-) 9075 9076 commit 53f301b4c92a9c96941b54bd2a10d089bd733310 9077 Author: Tom Albers <toma@kde.org> 9078 Date: Wed Mar 1 23:05:19 2006 +0000 9079 9080 When a break is skipped due to idleness, show a popup that the break 9081 is skipped and remove that popup when idle=0. 9082 9083 9084 svn path=/trunk/playground/utils/rsibreak/; revision=514923 9085 9086 NEWS | 3 +++ 9087 TODO | 1 - 9088 src/main.cpp | 2 +- 9089 src/rsitimer.cpp | 14 ++++++++++++-- 9090 src/rsitimer.h | 17 +++++++++++++++++ 9091 src/rsitooltip.cpp | 11 +++++++---- 9092 src/rsitooltip.h | 4 +++- 9093 src/rsiwidget.cpp | 37 +++++++++++++++++++++++++++++++++++++ 9094 src/rsiwidget.h | 4 ++++ 9095 9 files changed, 84 insertions(+), 9 deletions(-) 9096 9097 commit fe353020f206f67940728394df3553b9688de2f9 9098 Author: Tom Albers <toma@kde.org> 9099 Date: Thu Feb 23 14:40:41 2006 +0000 9100 9101 Results of a gNome test 9102 9103 svn path=/trunk/playground/utils/rsibreak/; revision=512748 9104 9105 TODO | 7 +++++++ 9106 1 file changed, 7 insertions(+) 9107 9108 commit ccfc9bc5ecf9a7b976621004da371ea3a9dce170 9109 Author: Tom Albers <toma@kde.org> 9110 Date: Tue Feb 21 17:09:00 2006 +0000 9111 9112 Update Changelog before release 9113 9114 svn path=/trunk/playground/utils/rsibreak/; revision=512043 9115 9116 ChangeLog | 29 +++++++++++++++++++++++++++++ 9117 1 file changed, 29 insertions(+) 9118 9119 commit 41c5aee627397f80f8e1fb829efbff2a88e855ec 9120 Author: Tom Albers <toma@kde.org> 9121 Date: Tue Feb 21 15:03:29 2006 +0000 9122 9123 Update TODO and remove excessive debug output for the release. 9124 9125 svn path=/trunk/playground/utils/rsibreak/; revision=512009 9126 9127 TODO | 8 ++++---- 9128 src/rsidock.cpp | 6 ------ 9129 src/rsirelaxpopup.cpp | 11 ----------- 9130 src/rsitooltip.cpp | 2 -- 9131 src/rsiwidget.cpp | 21 +-------------------- 9132 5 files changed, 5 insertions(+), 43 deletions(-) 9133 9134 commit 349b0c11b1f1671a40b99de0431a74b0657ad20b 9135 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9136 Date: Sun Feb 19 21:04:45 2006 +0000 9137 9138 Small cleanup. I got rid of the currentIsBigBreak() method, it's 9139 kinda hackish. 9140 9141 9142 svn path=/trunk/playground/utils/rsibreak/; revision=511430 9143 9144 src/rsitimer.cpp | 13 +++---------- 9145 src/rsitimer.h | 11 +++-------- 9146 src/rsiwidget.cpp | 24 ++++++++---------------- 9147 src/rsiwidget.h | 5 ++--- 9148 4 files changed, 16 insertions(+), 37 deletions(-) 9149 9150 commit cd37b6f5ed31f4c2a131a422f52f2dcaeeeb2ebc 9151 Author: Tom Albers <toma@kde.org> 9152 Date: Sun Feb 19 19:01:56 2006 +0000 9153 9154 typo 9155 SVN_SILENT 9156 9157 svn path=/trunk/playground/utils/rsibreak/; revision=511398 9158 9159 src/rsibreak.lsm | 6 +++--- 9160 src/setupmaximized.cpp | 5 ++--- 9161 2 files changed, 5 insertions(+), 6 deletions(-) 9162 9163 commit d29ef64855bb308878c3b3084e0979a1c101dab4 9164 Author: Tom Albers <toma@kde.org> 9165 Date: Sat Feb 18 15:37:01 2006 +0000 9166 9167 Updates, prep for rc 9168 9169 svn path=/trunk/playground/utils/rsibreak/; revision=511023 9170 9171 ChangeLog | 216 9172 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 9173 NEWS | 13 +++- 9174 release_rsibreak.rb | 2 +- 9175 3 files changed, 229 insertions(+), 2 deletions(-) 9176 9177 commit 31c3e7aaaf146531225132b10d6677f4012a5f87 9178 Author: Tom Albers <toma@kde.org> 9179 Date: Sat Feb 18 13:19:52 2006 +0000 9180 9181 New welcome messagebox for 0.5. 9182 9183 svn path=/trunk/playground/utils/rsibreak/; revision=510910 9184 9185 src/rsiwidget.cpp | 23 ++++++++++++++++++++--- 9186 1 file changed, 20 insertions(+), 3 deletions(-) 9187 9188 commit 81cc2dc779915e2ac789ac5282a4217b12b96e7c 9189 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9190 Date: Sat Feb 18 11:16:39 2006 +0000 9191 9192 SVN_SILENT: Forgot to remove some bogus debug output. 9193 9194 9195 svn path=/trunk/playground/utils/rsibreak/; revision=510862 9196 9197 src/rsiwidget.cpp | 2 -- 9198 1 file changed, 2 deletions(-) 9199 9200 commit 85c19f91733e2d6a8ec576b134e90826d0bdfcbb 9201 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9202 Date: Sat Feb 18 11:09:55 2006 +0000 9203 9204 Skipping a big break was handled as a tiny break. Fixed. 9205 9206 9207 svn path=/trunk/playground/utils/rsibreak/; revision=510855 9208 9209 src/rsitimer.cpp | 7 +++++++ 9210 src/rsitimer.h | 10 ++++++++-- 9211 src/rsiwidget.cpp | 6 +++++- 9212 3 files changed, 20 insertions(+), 3 deletions(-) 9213 9214 commit 81b8abfa9661f8a19fef2fef80e84ae127492a72 9215 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9216 Date: Sat Feb 18 02:43:04 2006 +0000 9217 9218 o Removed obsoleted boolean var in the timer code 9219 o Little bug fixed when a tiny break has passed and the upcoming 9220 break is a big one. Now it behaves as desired. 9221 o Hide tooltip in relax state 9222 o Vertical spacing in tooltip increased 9223 o Renamed a member variable 9224 9225 9226 svn path=/trunk/playground/utils/rsibreak/; revision=510787 9227 9228 src/rsidock.cpp | 35 ++++++++++++++++++++++++++--------- 9229 src/rsidock.h | 11 ++++++++++- 9230 src/rsitimer.cpp | 42 +++++++++++++++++++----------------------- 9231 src/rsitimer.h | 9 +-------- 9232 src/rsitooltip.cpp | 13 +++++++------ 9233 src/rsiwidget.cpp | 23 ++++++++++++----------- 9234 6 files changed, 75 insertions(+), 58 deletions(-) 9235 9236 commit 354218621490cea17c1e22c59553df5463313129 9237 Author: Tom Albers <toma@kde.org> 9238 Date: Sat Feb 18 00:47:45 2006 +0000 9239 9240 - fixed identing. 9241 - fixed bug: when a big break is going on, and you are idle for the 9242 time of a tiny break, the break was aborted ;-) 9243 - when the short break is scheduled at the same time as the big break, 9244 the delete the tiny break info in the tooltip 9245 - remove the lines of the tooltip, when the time_left is 0 for that 9246 line (else during a break it would state that there is one second 9247 left to that break) 9248 - fixed bug: DEBUG=true did not devide the max_interval by 60, 9249 hence giving a strange 1800 seconds when expecting 20 seconds. 9250 9251 Remaining bugs: 9252 - do not show the tooltip when the relaxpopup is active, dont know 9253 if that is possible... 9254 9255 9256 svn path=/trunk/playground/utils/rsibreak/; revision=510769 9257 9258 src/rsidock.cpp | 80 ++++++++++---------- 9259 src/rsirelaxpopup.cpp | 2 +- 9260 src/rsitimer.cpp | 202 9261 +++++++++++++++++++++++++++----------------------- 9262 src/rsitimer.h | 7 ++ 9263 src/rsitooltip.cpp | 73 +++++++++--------- 9264 5 files changed, 194 insertions(+), 170 deletions(-) 9265 9266 commit 85c363f3ff256a5499e71e93c99b063aed4ad3a4 9267 Author: Tom Albers <toma@kde.org> 9268 Date: Fri Feb 17 22:18:26 2006 +0000 9269 9270 Added dcop interface. 9271 9272 9273 svn path=/trunk/playground/utils/rsibreak/; revision=510744 9274 9275 AUTHORS | 7 ++--- 9276 src/Makefile.am | 2 +- 9277 src/dcopiface.cpp | 43 +++++++++++++++++++++++++++++++ 9278 src/dcopiface.h | 77 9279 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 9280 src/rsiwidget.cpp | 8 ++++++ 9281 src/rsiwidget.h | 8 ++++-- 9282 6 files changed, 139 insertions(+), 6 deletions(-) 9283 9284 commit 7c7867bd22ee59a17bf4ab3e78379959c55a9194 9285 Author: Tom Albers <toma@kde.org> 9286 Date: Fri Feb 17 21:07:01 2006 +0000 9287 9288 Administrative: 9289 o version++; 9290 o copyrights 9291 o credits 9292 9293 9294 svn path=/trunk/playground/utils/rsibreak/; revision=510721 9295 9296 src/main.cpp | 9 ++++----- 9297 src/mainpage.dox | 4 +--- 9298 src/rsitimer.cpp | 3 ++- 9299 src/rsitimer.h | 3 ++- 9300 src/rsitooltip.cpp | 2 +- 9301 src/rsiwidget.cpp | 2 +- 9302 src/rsiwidget.h | 2 +- 9303 src/setuptiming.cpp | 5 +++-- 9304 src/setuptiming.h | 2 +- 9305 9 files changed, 16 insertions(+), 16 deletions(-) 9306 9307 commit 93b47551531083e645bfbc36d84e5182ee3ee7f1 9308 Author: Tom Albers <toma@kde.org> 9309 Date: Fri Feb 17 20:44:10 2006 +0000 9310 9311 Dont let the big break be smaller than the tiny one 9312 9313 svn path=/trunk/playground/utils/rsibreak/; revision=510714 9314 9315 src/setuptiming.cpp | 14 +++++++++++--- 9316 src/setuptiming.h | 2 ++ 9317 2 files changed, 13 insertions(+), 3 deletions(-) 9318 9319 commit 2b2fbca943487d0449a0dc4569f143807bb986cb 9320 Author: Tom Albers <toma@kde.org> 9321 Date: Fri Feb 17 20:21:26 2006 +0000 9322 9323 Completed the work to better support multihead setups. 9324 9325 svn path=/trunk/playground/utils/rsibreak/; revision=510699 9326 9327 src/rsiwidget.cpp | 66 9328 ++++++++++++++++++++++++++++++++++--------------------- 9329 src/rsiwidget.h | 10 +++++---- 9330 2 files changed, 47 insertions(+), 29 deletions(-) 9331 9332 commit 7e7358fe32c22afb9d0ce958cc2e5a2304efee00 9333 Author: Tom Albers <toma@kde.org> 9334 Date: Fri Feb 17 17:51:38 2006 +0000 9335 9336 Ok, I officially give up on proper xinerama support. A different 9337 way: we grab mouse and keyboard, this is the first commit in that 9338 direction. Not finished. I'm not sure how to handle the case above 9339 the two qpushbuttons. This is not the way, but will look into it 9340 this weekend. 9341 9342 svn path=/trunk/playground/utils/rsibreak/; revision=510658 9343 9344 src/rsiwidget.cpp | 34 +++++++++++++++++++++++++--------- 9345 src/rsiwidget.h | 1 + 9346 2 files changed, 26 insertions(+), 9 deletions(-) 9347 9348 commit 41afc3e33e92f45b971a370865473af98e841db5 9349 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9350 Date: Fri Feb 17 08:16:51 2006 +0000 9351 9352 o Switch to fullscreen break if user shows still activity during a 9353 relax moment 9354 (only after the 15 sec. interval, waiting for the user to start 9355 a break). 9356 In the old RSIBreak, this meant the break was restarted. Now you 9357 just have to 9358 wait for the remaining seconds. 9359 9360 o APIDOX 9361 9362 9363 svn path=/trunk/playground/utils/rsibreak/; revision=510407 9364 9365 src/rsitimer.cpp | 11 +++++++- 9366 src/rsitimer.h | 80 9367 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 9368 2 files changed, 87 insertions(+), 4 deletions(-) 9369 9370 commit c14bb1086f40c5947ac3e4b9528bcd8750173796 9371 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9372 Date: Thu Feb 16 21:32:47 2006 +0000 9373 9374 o Update tooltip after a break 9375 o Do not reset counters when user unsuspends 9376 9377 9378 svn path=/trunk/playground/utils/rsibreak/; revision=510315 9379 9380 src/rsitimer.cpp | 13 ++++--------- 9381 1 file changed, 4 insertions(+), 9 deletions(-) 9382 9383 commit 7b8b41ae30c568a9d66238c629e6c2afe36e1d9b 9384 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9385 Date: Thu Feb 16 11:05:31 2006 +0000 9386 9387 Little glitch in the relax popup removed. It jumped only for one 9388 second to the maximized time and it flashed, even if you didn't 9389 touch anything at all. 9390 9391 9392 svn path=/trunk/playground/utils/rsibreak/; revision=510087 9393 9394 src/rsitimer.cpp | 5 +++-- 9395 1 file changed, 3 insertions(+), 2 deletions(-) 9396 9397 commit 855976f325874490074d85a395ee7f0a56724ef1 9398 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9399 Date: Wed Feb 15 23:22:44 2006 +0000 9400 9401 o Completely new timer code, based on discussions between Tom and me. 9402 o Break every x seconds of active usage 9403 o Big breaks are not expressed in x tiny breaks, but 9404 also get activated after x seconds of active usage 9405 o Detect idleness (so don't break unneccesarily, 9406 it's an annoying bug in the current version) 9407 o The docker icon shows an indication when the next 9408 tiny break will occur (#118701) 9409 o Cleanups 9410 9411 o Renamed the Minimize button to Skip 9412 9413 Still to do: 9414 o APIDOX 9415 o Testing 9416 9417 FEATURE:118701 9418 9419 9420 svn path=/trunk/playground/utils/rsibreak/; revision=509975 9421 9422 src/rsitimer.cpp | 309 9423 +++++++++++++++++++++++++------------------------ 9424 src/rsitimer.h | 59 +++++++--- 9425 src/rsitooltip.cpp | 64 ++++++---- 9426 src/rsitooltip.h | 6 +- 9427 src/rsiwidget.cpp | 36 +++--- 9428 src/rsiwidget.h | 2 +- 9429 src/setupmaximized.cpp | 8 +- 9430 src/setuptiming.cpp | 9 +- 9431 8 files changed, 267 insertions(+), 226 deletions(-) 9432 9433 commit 8d452947985d8fd586df4a211b5e54f0a0424bc3 9434 Author: Tom Albers <toma@kde.org> 9435 Date: Mon Feb 13 20:48:49 2006 +0000 9436 9437 Small first step for xinerama support. 9438 9439 svn path=/trunk/playground/utils/rsibreak/; revision=509165 9440 9441 src/rsiwidget.cpp | 17 ++++++++++++++++- 9442 src/rsiwidget.h | 1 + 9443 2 files changed, 17 insertions(+), 1 deletion(-) 9444 9445 commit bff7bef6445ed3043337bf9407dff82361557b29 9446 Author: Tom Albers <toma@kde.org> 9447 Date: Sun Feb 12 21:11:24 2006 +0000 9448 9449 - Delete readme when packaging 9450 - EOL fix for AUTHORS file 9451 - Dont follow symlinks while looking for images. 9452 9453 9454 svn path=/trunk/playground/utils/rsibreak/; revision=508843 9455 9456 AUTHORS | 3 ++- 9457 release_rsibreak.rb | 2 +- 9458 src/rsiwidget.cpp | 11 ++++++----- 9459 3 files changed, 9 insertions(+), 7 deletions(-) 9460 9461 commit 73fb976827d046b98e20ab4243abe722fc470788 9462 Author: Script Kiddy <scripty@kde.org> 9463 Date: Thu Feb 9 15:21:11 2006 +0000 9464 9465 SVN_SILENT made messages (.desktop file) 9466 9467 svn path=/trunk/playground/utils/rsibreak/; revision=507576 9468 9469 src/rsibreak.desktop | 1 + 9470 1 file changed, 1 insertion(+) 9471 9472 commit 5eacbcbb3b093177c9371e468670f8493c3119ca 9473 Author: Script Kiddy <scripty@kde.org> 9474 Date: Sun Jan 29 13:43:53 2006 +0000 9475 9476 SVN_SILENT made messages (.desktop file) 9477 9478 svn path=/trunk/playground/utils/rsibreak/; revision=503517 9479 9480 src/rsibreak.desktop | 1 + 9481 1 file changed, 1 insertion(+) 9482 9483 commit 46604e69a57f274778f8803948261857c1fc4dcf 9484 Author: Script Kiddy <scripty@kde.org> 9485 Date: Wed Jan 25 13:32:01 2006 +0000 9486 9487 SVN_SILENT made messages (.desktop file) 9488 9489 svn path=/trunk/playground/utils/rsibreak/; revision=502251 9490 9491 src/rsibreak.desktop | 2 ++ 9492 1 file changed, 2 insertions(+) 9493 9494 commit a1aaa9103e3bbbdfc868aac761ebb7f7e5aef76d 9495 Author: Script Kiddy <scripty@kde.org> 9496 Date: Sat Jan 14 13:35:42 2006 +0000 9497 9498 SVN_SILENT made messages (.desktop file) 9499 9500 svn path=/trunk/playground/utils/rsibreak/; revision=497984 9501 9502 src/rsibreak.desktop | 1 + 9503 1 file changed, 1 insertion(+) 9504 9505 commit 32ee8729489504f4d2986f67308ad17f58028be9 9506 Author: Script Kiddy <scripty@kde.org> 9507 Date: Fri Jan 13 13:29:41 2006 +0000 9508 9509 SVN_SILENT made messages (.desktop file) 9510 9511 svn path=/trunk/playground/utils/rsibreak/; revision=497649 9512 9513 src/rsibreak.desktop | 1 + 9514 1 file changed, 1 insertion(+) 9515 9516 commit d9391272e1c98153b839cd7400d515a7998b08cc 9517 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9518 Date: Mon Dec 26 18:24:43 2005 +0000 9519 9520 o Make tooltip beware of suspended / unsuspended 9521 o Make tooltip behave like a QToolTip 9522 9523 9524 svn path=/trunk/playground/utils/rsibreak/; revision=491598 9525 9526 src/rsidock.cpp | 5 +++-- 9527 src/rsidock.h | 7 +------ 9528 src/rsirelaxpopup.cpp | 6 ++++++ 9529 src/rsirelaxpopup.h | 3 +++ 9530 src/rsitimer.cpp | 13 ++++--------- 9531 src/rsitimer.h | 7 +++++-- 9532 src/rsitooltip.cpp | 14 ++++++++++++-- 9533 src/rsitooltip.h | 5 +++++ 9534 src/rsiwidget.cpp | 10 ++++++---- 9535 9 files changed, 45 insertions(+), 25 deletions(-) 9536 9537 commit cdf1337b6a1123727d8e08cc962f3fe3e397a78d 9538 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9539 Date: Mon Dec 26 17:31:03 2005 +0000 9540 9541 Hide tooltip when relax popup shows up. 9542 9543 9544 svn path=/trunk/playground/utils/rsibreak/; revision=491586 9545 9546 src/rsiwidget.cpp | 1 + 9547 1 file changed, 1 insertion(+) 9548 9549 commit 21223b114614e1ff8581956359f508819be0ba4a 9550 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9551 Date: Mon Dec 26 17:26:01 2005 +0000 9552 9553 o Actually 'emit' it (i'm sooo n00b) 9554 o Emit the hide signal before showing the popup. 9555 9556 9557 svn path=/trunk/playground/utils/rsibreak/; revision=491585 9558 9559 src/rsidock.cpp | 4 ++-- 9560 1 file changed, 2 insertions(+), 2 deletions(-) 9561 9562 commit fdd7e46a350d629f146a5ca80497e3b31e02ac5a 9563 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9564 Date: Mon Dec 26 17:16:38 2005 +0000 9565 9566 Hide tooltip whenever the user clicks on docker icon. 9567 9568 9569 svn path=/trunk/playground/utils/rsibreak/; revision=491583 9570 9571 src/rsidock.cpp | 2 ++ 9572 1 file changed, 2 insertions(+) 9573 9574 commit 117cd10aecec69036ca4c532fc4e44f2d5d7b8d7 9575 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9576 Date: Sat Dec 24 13:24:31 2005 +0000 9577 9578 This probably fixed the only regression I could find so far in the 9579 new timer code. 9580 In some cases, the main widget was not minimized when the break 9581 was over. 9582 9583 9584 svn path=/trunk/playground/utils/rsibreak/; revision=491064 9585 9586 src/rsitimer.cpp | 4 ++-- 9587 1 file changed, 2 insertions(+), 2 deletions(-) 9588 9589 commit e5bcb4df9d39ec3685a2c18e74ca8a76c801717c 9590 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9591 Date: Fri Dec 23 21:07:19 2005 +0000 9592 9593 And add these files too, of course. 9594 9595 9596 svn path=/trunk/playground/utils/rsibreak/; revision=490952 9597 9598 src/rsitooltip.cpp | 101 9599 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 9600 src/rsitooltip.h | 51 +++++++++++++++++++++++++++ 9601 2 files changed, 152 insertions(+) 9602 9603 commit 8ac5ddf618cbd590443ff6434654e2a6eed133ae 9604 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9605 Date: Fri Dec 23 20:47:09 2005 +0000 9606 9607 o Renamed RSIPopup to RSIRelaxPopup to avoid confusion with... 9608 o A new tooltip for the docker icon. It's bigger and it's live. You 9609 can actually see the time decreasing, which is (nearly) impossible 9610 with a vanilla QToolTip. 9611 9612 9613 svn path=/trunk/playground/utils/rsibreak/; revision=490950 9614 9615 src/Makefile.am | 7 +-- 9616 src/rsidock.cpp | 52 +++++++++++------- 9617 src/rsidock.h | 22 +++++++- 9618 src/rsipopup.cpp | 140 9619 ----------------------------------------------- 9620 src/rsipopup.h | 88 ------------------------------ 9621 src/rsirelaxpopup.cpp | 146 9622 ++++++++++++++++++++++++++++++++++++++++++++++++++ 9623 src/rsirelaxpopup.h | 81 ++++++++++++++++++++++++++++ 9624 src/rsiwidget.cpp | 78 +++++++++++++-------------- 9625 src/rsiwidget.h | 9 +++- 9626 9 files changed, 330 insertions(+), 293 deletions(-) 9627 9628 commit 9e0653d54325be00312ecaa36ed49347ae53a1b3 9629 Author: Tom Albers <toma@kde.org> 9630 Date: Sun Dec 18 23:23:39 2005 +0000 9631 9632 SVN_SILENT clash with amarok 9633 9634 svn path=/trunk/playground/utils/rsibreak/; revision=489512 9635 9636 src/rsidock.cpp | 2 +- 9637 1 file changed, 1 insertion(+), 1 deletion(-) 9638 9639 commit 16bdcfbbc3bd8c31687c805b79613db882b0f1b6 9640 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9641 Date: Sun Dec 18 00:45:52 2005 +0000 9642 9643 Detect breaks when the user is passive for the configured amount 9644 of time. 9645 Won't work properly if the amount of time for the big break is less 9646 than for the tiny break. But that's not a common case. 9647 9648 9649 svn path=/trunk/playground/utils/rsibreak/; revision=489310 9650 9651 src/rsitimer.cpp | 64 9652 +++++++++++++++++++++++++------------------------------- 9653 1 file changed, 28 insertions(+), 36 deletions(-) 9654 9655 commit b644edcc1a201d08c8e5d73c8e2b988805fe819a 9656 Author: Script Kiddy <scripty@kde.org> 9657 Date: Sat Dec 17 12:03:01 2005 +0000 9658 9659 SVN_SILENT made messages (.desktop file) 9660 9661 svn path=/trunk/playground/utils/rsibreak/; revision=489136 9662 9663 src/rsibreak.desktop | 1 + 9664 1 file changed, 1 insertion(+) 9665 9666 commit 3973f5bb7da95bf2cb6b5314221510852f96d187 9667 Author: Tom Albers <toma@kde.org> 9668 Date: Fri Dec 16 18:57:29 2005 +0000 9669 9670 Update 9671 9672 svn path=/trunk/playground/utils/rsibreak/; revision=489005 9673 9674 ChangeLog | 73 9675 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 9676 1 file changed, 73 insertions(+) 9677 9678 commit 8e66dc10aea8dfce5dae9a2838c0b376d8bb8922 9679 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9680 Date: Fri Dec 16 09:04:31 2005 +0000 9681 9682 However I don't understand the condition in the if statement, I'd 9683 better revert this code and set m_currentInterval to 1, as told. 9684 9685 9686 svn path=/trunk/playground/utils/rsibreak/; revision=488877 9687 9688 src/rsitimer.cpp | 5 ++++- 9689 1 file changed, 4 insertions(+), 1 deletion(-) 9690 9691 commit 54e68e4c8973dd009c16d4b7bb738e5c4f22d2c3 9692 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9693 Date: Wed Dec 14 09:20:24 2005 +0000 9694 9695 o Better fix for the -1 issue. Don't set to 0 but to 9696 m_intervals["big_interval"] instead. 9697 o Reverting some LOC regarding passing const int with the setCounters 9698 signal. const is not really crucial, so I removed it locally, but 9699 I accidently committed a part of this. 9700 9701 9702 svn path=/trunk/playground/utils/rsibreak/; revision=488390 9703 9704 src/rsitimer.cpp | 5 +---- 9705 src/rsiwidget.cpp | 6 +++--- 9706 2 files changed, 4 insertions(+), 7 deletions(-) 9707 9708 commit c0b82e8993d82d9f3667fbf401dae2a6da45e36d 9709 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9710 Date: Tue Dec 13 23:17:25 2005 +0000 9711 9712 I will probably get RSI if I have to wait for 4294967295 tiny breaks 9713 before the big break comes in. 9714 9715 Why is the -1 there when setting the tooltip for the amount of big 9716 breaks left? It causes the symptom described above. Try it yourself: 9717 enter the configuration dialog, cancel it and watch the tooltip. 9718 Reason: RSITimer sets m_currentInterval to 0, and RSIWidget 9719 subtracts this with 1. Result: -1. And i18n() with plurals can't 9720 handle -1. Simple. 9721 9722 Summarized: Is that -1 really neccessary? 9723 9724 9725 svn path=/trunk/playground/utils/rsibreak/; revision=488309 9726 9727 src/rsiwidget.cpp | 24 ++++++++++++------------ 9728 1 file changed, 12 insertions(+), 12 deletions(-) 9729 9730 commit a0f74ea3998d2cafd6a71f98ed627e7b7cba4334 9731 Author: Tom Albers <toma@kde.org> 9732 Date: Mon Dec 12 18:11:37 2005 +0000 9733 9734 I honestly promise not to break the freeze anymore. I honestly 9735 promise not to break the freeze anymore. (yy,1000P) 9736 Changes after proofread by Malcolm. 9737 9738 svn path=/trunk/playground/utils/rsibreak/; revision=487968 9739 9740 src/setupmaximized.cpp | 2 +- 9741 src/setuptiming.cpp | 4 ++-- 9742 2 files changed, 3 insertions(+), 3 deletions(-) 9743 9744 commit a16f1bc7d7fedfb16692d6d65b236b463e12390a 9745 Author: Tom Albers <toma@kde.org> 9746 Date: Sun Dec 11 23:42:07 2005 +0000 9747 9748 Format the strings of the tooltip and the countdown, and add info 9749 over what break is upcomming 9750 9751 9752 svn path=/trunk/playground/utils/rsibreak/; revision=487789 9753 9754 TODO | 5 ++--- 9755 src/rsitimer.cpp | 4 ++-- 9756 src/rsitimer.h | 2 +- 9757 src/rsiwidget.cpp | 52 9758 +++++++++++++++++++++++++++++++++++++++++++++++----- 9759 src/rsiwidget.h | 2 +- 9760 5 files changed, 53 insertions(+), 12 deletions(-) 9761 9762 commit 1337b1348b1ec9bdbd4a3e89838063265ac3a1b9 9763 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9764 Date: Sun Dec 11 23:11:13 2005 +0000 9765 9766 Set activity gauge to zero when we reset the counter. 9767 9768 9769 svn path=/trunk/playground/utils/rsibreak/; revision=487784 9770 9771 src/rsitimer.cpp | 19 ++++++++++--------- 9772 src/rsitimer.h | 3 +++ 9773 2 files changed, 13 insertions(+), 9 deletions(-) 9774 9775 commit f2f41688a89690f56d909ee882761de8c7f376ad 9776 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9777 Date: Sun Dec 11 22:26:40 2005 +0000 9778 9779 Cast the requested time to a double to make the division work. The 9780 dynamic timer works now for periods > 100 seconds. 9781 9782 9783 svn path=/trunk/playground/utils/rsibreak/; revision=487778 9784 9785 src/rsitimer.cpp | 2 +- 9786 1 file changed, 1 insertion(+), 1 deletion(-) 9787 9788 commit 5ebd92e4bbb301b81f3804c9a62ba6485b7549b1 9789 Author: Tom Albers <toma@kde.org> 9790 Date: Sun Dec 11 21:44:32 2005 +0000 9791 9792 Administrative things: 9793 - bump version 9794 - fix typo (RSIbreak -> RSIBreak) 9795 - remove that depressing message on `make install`, just because 9796 it is playground it can still compile, especially when you run make 9797 install ;-) 9798 - update changelog and news 9799 - change icon of popup-page in settings 9800 9801 9802 9803 svn path=/trunk/playground/utils/rsibreak/; revision=487768 9804 9805 ChangeLog | 357 9806 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 9807 NEWS | 13 +- 9808 release_rsibreak.rb | 13 +- 9809 src/main.cpp | 2 +- 9810 src/rsidock.h | 4 +- 9811 src/rsiwidget.cpp | 2 +- 9812 src/setup.cpp | 2 +- 9813 7 files changed, 381 insertions(+), 12 deletions(-) 9814 9815 commit 81fa66f974f86ad27edb73ad7d30c71bda176946 9816 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9817 Date: Sun Dec 11 02:13:15 2005 +0000 9818 9819 Oops. 9820 9821 9822 svn path=/trunk/playground/utils/rsibreak/; revision=487572 9823 9824 src/rsitimer.cpp | 2 +- 9825 1 file changed, 1 insertion(+), 1 deletion(-) 9826 9827 commit 12fe79e0bef4f1f8396f203a79ad07909375b5f7 9828 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9829 Date: Sun Dec 11 01:46:56 2005 +0000 9830 9831 Better behaviour of the activity gauge in the docker. 9832 Goal for the victim: keep that gauge at zero as much as possible. Not 9833 really productive, but health++. 9834 9835 9836 svn path=/trunk/playground/utils/rsibreak/; revision=487571 9837 9838 src/rsitimer.cpp | 24 ++++++++++++++++++------ 9839 src/rsitimer.h | 2 +- 9840 src/rsiwidget.cpp | 8 +++++--- 9841 src/rsiwidget.h | 2 +- 9842 4 files changed, 25 insertions(+), 11 deletions(-) 9843 9844 commit ea6863e46c641af787bec8200142b1200af801f3 9845 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9846 Date: Sun Dec 11 00:46:19 2005 +0000 9847 9848 Show idle status in docker. 9849 9850 9851 svn path=/trunk/playground/utils/rsibreak/; revision=487562 9852 9853 src/rsitimer.cpp | 23 +++++++++++------------ 9854 src/rsitimer.h | 2 +- 9855 src/rsiwidget.cpp | 16 ++++++++-------- 9856 3 files changed, 20 insertions(+), 21 deletions(-) 9857 9858 commit 27f25c0e818158f4b4c2895cd5280190023dea9e 9859 Author: Tom Albers <toma@kde.org> 9860 Date: Sat Dec 10 23:04:22 2005 +0000 9861 9862 - Change solution. Do not always set the suspended state to false, 9863 but keep the state while you are in the config. That means two 9864 seperate slots to suspend. 9865 - Also, gives the possibility to set the targettime to the current 9866 time, so the tooltip will show that rsibreak is suspended instead 9867 of counting to 0 and then show that message. 9868 9869 - Also, prevent that the avarage calculation continious in suspended 9870 state, because that will change the tray icon ;-) 9871 9872 9873 svn path=/trunk/playground/utils/rsibreak/; revision=487537 9874 9875 src/rsitimer.cpp | 39 +++++++++++++++++++++++++++++++-------- 9876 src/rsitimer.h | 2 ++ 9877 src/rsiwidget.cpp | 4 ++-- 9878 3 files changed, 35 insertions(+), 10 deletions(-) 9879 9880 commit c3efb2792a12334716506af24cf99fdb570bbb3b 9881 Author: Tom Albers <toma@kde.org> 9882 Date: Sat Dec 10 22:19:46 2005 +0000 9883 9884 Bug fix: after entering the config (m_suspended gets set to true) 9885 and leaving, m_suspended did not got set to false. Also an extra 9886 safeguard to bail out of maximize when suspended is true. 9887 9888 svn path=/trunk/playground/utils/rsibreak/; revision=487524 9889 9890 src/rsitimer.cpp | 5 +++++ 9891 1 file changed, 5 insertions(+) 9892 9893 commit a9d05e8304516b970e82c4a49e75b7ce6ea2ea90 9894 Author: Tom Albers <toma@kde.org> 9895 Date: Sat Dec 10 22:04:23 2005 +0000 9896 9897 Base the resize of the image on the screen size, not on the desktop 9898 size, which will give odd results on xinerama/multihead. 9899 9900 svn path=/trunk/playground/utils/rsibreak/; revision=487520 9901 9902 src/rsiwidget.cpp | 11 +++++++---- 9903 1 file changed, 7 insertions(+), 4 deletions(-) 9904 9905 commit 761330d3fd1a3709e4d6acd978f4649f7196be74 9906 Author: Tom Albers <toma@kde.org> 9907 Date: Fri Dec 9 18:55:33 2005 +0000 9908 9909 SVN_SILENT: missing i18n(); 9910 9911 svn path=/trunk/playground/utils/rsibreak/; revision=487207 9912 9913 src/rsiwidget.cpp | 2 +- 9914 1 file changed, 1 insertion(+), 1 deletion(-) 9915 9916 commit fd0d56124ceed4e7350e9d6496ceb6376a93fc84 9917 Author: Tom Albers <toma@kde.org> 9918 Date: Thu Dec 8 22:31:16 2005 +0000 9919 9920 SVN_SILENT almost translated it wrong myself 9921 9922 svn path=/trunk/playground/utils/rsibreak/; revision=486826 9923 9924 src/rsidock.cpp | 3 ++- 9925 1 file changed, 2 insertions(+), 1 deletion(-) 9926 9927 commit cc5e5b2080aabf17fea7ea67047d3113fcb181ee 9928 Author: Tom Albers <toma@kde.org> 9929 Date: Wed Dec 7 23:26:57 2005 +0000 9930 9931 Reimplemented because original implementation adds a minize item to 9932 the contextmenu, which we do not need. Sigh. 9933 9934 svn path=/trunk/playground/utils/rsibreak/; revision=486488 9935 9936 src/rsidock.cpp | 11 ++++++++++- 9937 src/rsidock.h | 8 ++++++++ 9938 2 files changed, 18 insertions(+), 1 deletion(-) 9939 9940 commit 183d2eb6417959f4e71f6159fe2d9e38b5a9ea8e 9941 Author: Tom Albers <toma@kde.org> 9942 Date: Wed Dec 7 21:45:07 2005 +0000 9943 9944 Implement the two settings: use popup and use flash 9945 9946 svn path=/trunk/playground/utils/rsibreak/; revision=486453 9947 9948 src/rsipopup.cpp | 30 +++++++++++++++++++++++++++--- 9949 src/rsipopup.h | 11 ++++++++++- 9950 src/rsiwidget.cpp | 5 ++--- 9951 3 files changed, 39 insertions(+), 7 deletions(-) 9952 9953 commit c440880e8d0f9f58ee5ec4b98ed2f4b8347d5d60 9954 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9955 Date: Mon Dec 5 22:25:34 2005 +0000 9956 9957 Make sure that the widget does not remain on the heap once we exit 9958 RSIBreak. 9959 9960 9961 svn path=/trunk/playground/utils/rsibreak/; revision=485845 9962 9963 src/main.cpp | 14 +++++++------- 9964 1 file changed, 7 insertions(+), 7 deletions(-) 9965 9966 commit eb89810eaec4da353445edd27efe64d2bc614a7a 9967 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 9968 Date: Sun Dec 4 22:58:14 2005 +0000 9969 9970 o Set buddies 9971 o Fix typo 9972 9973 Why two different What's this messages for the label and it's 9974 corresponding widget? Looks like double work for translators. 9975 9976 9977 svn path=/trunk/playground/utils/rsibreak/; revision=485569 9978 9979 src/setuppopup.cpp | 16 +++++++++------- 9980 1 file changed, 9 insertions(+), 7 deletions(-) 9981 9982 commit 25e9e5ac90606b02ea00d2dfa6413d4c8209d723 9983 Author: Tom Albers <toma@kde.org> 9984 Date: Sun Dec 4 22:20:27 2005 +0000 9985 9986 Fill the setuppopup page, need to implement the settings in the app... 9987 9988 svn path=/trunk/playground/utils/rsibreak/; revision=485563 9989 9990 src/setuppopup.cpp | 61 9991 +++++++++++++++++++++++++++++++++++++++++++++++------- 9992 src/setuppopup.h | 8 ++++++- 9993 2 files changed, 61 insertions(+), 8 deletions(-) 9994 9995 commit ff02f1ba7ef8fa8b79c3a75bc9174b83a59e99a3 9996 Author: Tom Albers <toma@kde.org> 9997 Date: Sun Dec 4 21:44:17 2005 +0000 9998 9999 When RSIBreak was started a second time, the widget get shown, 10000 which is not what RSIBreaks needs. Reimplemented KUniqueApplication 10001 to prevent that. Not completely sure this is the right way to do it. 10002 10003 svn path=/trunk/playground/utils/rsibreak/; revision=485554 10004 10005 src/main.cpp | 29 ++++++++++++++++++++++++++++- 10006 1 file changed, 28 insertions(+), 1 deletion(-) 10007 10008 commit ce3a3ec6afada6e321b32279ea92022515616c3e 10009 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10010 Date: Sat Dec 3 11:20:39 2005 +0000 10011 10012 Cleanups in the RSITimer. I'm willing to revert if I broke anything, 10013 but some tests showed me everything still works fine. 10014 10015 10016 svn path=/trunk/playground/utils/rsibreak/; revision=485201 10017 10018 src/rsitimer.cpp | 66 10019 +++++++++++++++++++++++++++----------------------------- 10020 src/rsitimer.h | 11 +++------- 10021 2 files changed, 35 insertions(+), 42 deletions(-) 10022 10023 commit c24e4e5c57e86af5a93c4ff4390fd8cdda1bc282 10024 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10025 Date: Sat Dec 3 11:13:30 2005 +0000 10026 10027 Use the same default values as in RSITimer::readConfig() 10028 10029 10030 svn path=/trunk/playground/utils/rsibreak/; revision=485199 10031 10032 src/setuptiming.cpp | 2 +- 10033 1 file changed, 1 insertion(+), 1 deletion(-) 10034 10035 commit bea38ab575ec92ae9da402bfb096cd0825ab9d09 10036 Author: Tom Albers <toma@kde.org> 10037 Date: Fri Dec 2 23:43:00 2005 +0000 10038 10039 - general cleanup (identing (hi bram)) 10040 - split general config into general && maximized 10041 - added dummy page for the popup 10042 - want config for: flash yes/no, use the popup in general yes/no, 10043 maybe flash color 10044 - upgraded Bram to author, thanks for your work! 10045 10046 10047 svn path=/trunk/playground/utils/rsibreak/; revision=485131 10048 10049 src/Makefile.am | 5 +- 10050 src/main.cpp | 9 +- 10051 src/rsidock.cpp | 30 ++++--- 10052 src/rsipopup.cpp | 118 ++++++++++++------------ 10053 src/setup.cpp | 12 +++ 10054 src/setup.h | 6 ++ 10055 src/setupgeneral.cpp | 173 ++--------------------------------- 10056 src/setupgeneral.h | 31 +------ 10057 src/setupmaximized.cpp | 238 10058 +++++++++++++++++++++++++++++++++++++++++++++++++ 10059 src/setupmaximized.h | 93 +++++++++++++++++++ 10060 src/setuppopup.cpp | 77 ++++++++++++++++ 10061 src/setuppopup.h | 65 ++++++++++++++ 10062 src/setuptiming.cpp | 1 + 10063 13 files changed, 583 insertions(+), 275 deletions(-) 10064 10065 commit 8ad626666223801737f335cb4bfa1c7de237287e 10066 Author: Tom Albers <toma@kde.org> 10067 Date: Fri Dec 2 22:27:27 2005 +0000 10068 10069 Eat everything in the systemtray except the right click, show menu 10070 on right click. Let me know if this is not the right way. I tried 10071 a e->ignore(), but that does not seem to do what i thought it 10072 would do... 10073 10074 svn path=/trunk/playground/utils/rsibreak/; revision=485115 10075 10076 src/rsidock.cpp | 8 +++++++- 10077 src/rsidock.h | 3 +++ 10078 2 files changed, 10 insertions(+), 1 deletion(-) 10079 10080 commit bd9eb27fa6f5f413a48971065ecde5da8d47631b 10081 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10082 Date: Fri Dec 2 00:04:51 2005 +0000 10083 10084 Add a little button to popup window to lock desktop. 10085 10086 10087 svn path=/trunk/playground/utils/rsibreak/; revision=484810 10088 10089 src/rsipopup.cpp | 18 +++++++++++++----- 10090 src/rsipopup.h | 6 ++++++ 10091 src/rsiwidget.cpp | 1 + 10092 3 files changed, 20 insertions(+), 5 deletions(-) 10093 10094 commit d524dc1805ca561a4c15f5449e44bd6293011a36 10095 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10096 Date: Thu Dec 1 23:32:54 2005 +0000 10097 10098 Button added to lock your desktop. In case you walk away during 10099 a break. 10100 10101 10102 svn path=/trunk/playground/utils/rsibreak/; revision=484802 10103 10104 NEWS | 1 + 10105 src/rsiwidget.cpp | 4 ++++ 10106 2 files changed, 5 insertions(+) 10107 10108 commit f40ae5ac6450ce0a97d9951902717950a918febe 10109 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10110 Date: Thu Dec 1 23:20:46 2005 +0000 10111 10112 Administration cruft 10113 10114 10115 svn path=/trunk/playground/utils/rsibreak/; revision=484801 10116 10117 NEWS | 2 ++ 10118 1 file changed, 2 insertions(+) 10119 10120 commit ceece3104d16c89cc5ff6a3d432761056412b7dc 10121 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10122 Date: Thu Dec 1 23:20:16 2005 +0000 10123 10124 Feature added: Suspend RSIBreak with the docker's popup menu. Handy 10125 if you're playing a game for example. 10126 10127 CCMAIL:341212@bugs.debian.org 10128 10129 10130 svn path=/trunk/playground/utils/rsibreak/; revision=484800 10131 10132 src/hi16-action-rsibreakx.png | Bin 0 -> 967 bytes 10133 src/hi32-action-rsibreakx.png | Bin 0 -> 2721 bytes 10134 src/rsidock.cpp | 25 ++++++++++++++++++++++++- 10135 src/rsidock.h | 18 ++++++++++++++++-- 10136 src/rsitimer.cpp | 4 +++- 10137 src/rsitimer.h | 3 +++ 10138 src/rsiwidget.cpp | 8 ++++++++ 10139 7 files changed, 54 insertions(+), 4 deletions(-) 10140 10141 commit 2982764b6523da3efe703cbf4f38a161710d1672 10142 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10143 Date: Thu Dec 1 21:24:58 2005 +0000 10144 10145 Eat mouse release events, so the user can't click away the popups. 10146 10147 10148 svn path=/trunk/playground/utils/rsibreak/; revision=484770 10149 10150 src/rsipopup.cpp | 7 +++++++ 10151 src/rsipopup.h | 2 ++ 10152 2 files changed, 9 insertions(+) 10153 10154 commit cb0db792e7a546a6432d5331944111d7472f291a 10155 Author: Stephan Binner <binner@kde.org> 10156 Date: Sun Nov 20 17:46:27 2005 +0000 10157 10158 i18n style guide fixes 10159 10160 svn path=/trunk/playground/utils/rsibreak/; revision=481815 10161 10162 src/rsidock.cpp | 4 ++-- 10163 src/setupgeneral.cpp | 2 +- 10164 src/setuptiming.cpp | 4 ++-- 10165 3 files changed, 5 insertions(+), 5 deletions(-) 10166 10167 commit e0371f9ffabb4998fca117a90cea3532aee5cba3 10168 Author: Script Kiddy <scripty@kde.org> 10169 Date: Sun Nov 20 04:34:20 2005 +0000 10170 10171 SVN_SILENT made messages (.desktop file) 10172 10173 svn path=/trunk/playground/utils/rsibreak/; revision=481707 10174 10175 src/rsibreak.desktop | 1 + 10176 1 file changed, 1 insertion(+) 10177 10178 commit 4a92c1e5aad24fb9998522a25963e3ef76cf8daa 10179 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10180 Date: Sun Nov 13 11:06:23 2005 +0000 10181 10182 And the popup files of course. 10183 10184 10185 svn path=/trunk/playground/utils/rsibreak/; revision=480107 10186 10187 src/rsipopup.cpp | 101 10188 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 10189 src/rsipopup.h | 71 ++++++++++++++++++++++++++++++++++++++ 10190 2 files changed, 172 insertions(+) 10191 10192 commit 0b0d75fae8320f03e0dc60592986147325f9970f 10193 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10194 Date: Sun Nov 13 11:02:19 2005 +0000 10195 10196 A bunch of changes for RSIbreak: 10197 10198 o Moved the passive popup to a new class: RSIPopup 10199 o Show progress bar in passive popup 10200 o Flash progress bar when the user keeps working during a 10201 request-for-relax 10202 o Added my name to main.cpp 10203 o mainpage.dox updated 10204 o Some issue in the Makefile.am fixed regarding the split-off 10205 of RSITimer 10206 10207 10208 svn path=/trunk/playground/utils/rsibreak/; revision=480106 10209 10210 src/Makefile.am | 7 ++++--- 10211 src/main.cpp | 3 +++ 10212 src/mainpage.dox | 20 ++++++++++++-------- 10213 src/rsiwidget.cpp | 25 ++++--------------------- 10214 src/rsiwidget.h | 5 ++--- 10215 5 files changed, 25 insertions(+), 35 deletions(-) 10216 10217 commit 1da9cb58202a5128800bc623cbc3c3f07dc2ad5f 10218 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10219 Date: Sun Nov 13 10:59:20 2005 +0000 10220 10221 o Added me to authors 10222 o NEWS file updated with my to-be-committed changes 10223 10224 10225 svn path=/trunk/playground/utils/rsibreak/; revision=480105 10226 10227 AUTHORS | 3 ++- 10228 NEWS | 3 +++ 10229 2 files changed, 5 insertions(+), 1 deletion(-) 10230 10231 commit 546eeeb6e033a4b33553904efed6505e08d2be66 10232 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10233 Date: Sun Nov 13 00:09:44 2005 +0000 10234 10235 We don't need that query function in RSITimer I introduced last 10236 night. Just pass the object along the signal. 10237 10238 10239 svn path=/trunk/playground/utils/rsibreak/; revision=480066 10240 10241 src/rsitimer.cpp | 4 ++-- 10242 src/rsitimer.h | 4 +--- 10243 src/rsiwidget.cpp | 6 +++--- 10244 src/rsiwidget.h | 2 +- 10245 4 files changed, 7 insertions(+), 9 deletions(-) 10246 10247 commit 0fd744a52d7a6089f191e266d420d32c187d5642 10248 Author: Tom Albers <toma@kde.org> 10249 Date: Sat Nov 12 20:28:44 2005 +0000 10250 10251 - further cleanup, think that the separation is now completed 10252 - renamed mainpage.cpp to .dox 10253 - fixed apidox... 10254 10255 10256 svn path=/trunk/playground/utils/rsibreak/; revision=480017 10257 10258 src/mainpage.cpp | 30 ------------------------------ 10259 src/mainpage.dox | 30 ++++++++++++++++++++++++++++++ 10260 src/rsitimer.cpp | 13 +++++-------- 10261 src/rsitimer.h | 8 -------- 10262 src/rsiwidget.cpp | 19 ++++++------------- 10263 src/rsiwidget.h | 15 ++++----------- 10264 6 files changed, 45 insertions(+), 70 deletions(-) 10265 10266 commit fb6f57f4093fd7e99567d894fdb3a25308496589 10267 Author: Ruurd Pels <ruurd@tiscali.nl> 10268 Date: Sat Nov 12 19:34:53 2005 +0000 10269 10270 Fix preprocessing issue due to inclusion of X headers 10271 10272 svn path=/trunk/playground/utils/rsibreak/; revision=480015 10273 10274 src/rsitimer.cpp | 17 +++++++++-------- 10275 1 file changed, 9 insertions(+), 8 deletions(-) 10276 10277 commit 0ff5a9bfcdb37365b59cc2b5c63efed4bf750600 10278 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10279 Date: Sat Nov 12 01:47:47 2005 +0000 10280 10281 SVN_SILENT: Cleanups 10282 10283 10284 svn path=/trunk/playground/utils/rsibreak/; revision=479877 10285 10286 src/rsiwidget.cpp | 2 -- 10287 src/setuptiming.cpp | 3 --- 10288 src/setuptiming.h | 16 ++-------------- 10289 3 files changed, 2 insertions(+), 19 deletions(-) 10290 10291 commit fc3f85c6610398299873bffdc6c9b65d6028357e 10292 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10293 Date: Sat Nov 12 01:36:43 2005 +0000 10294 10295 SVN_SILENT: Cleanups 10296 10297 svn path=/trunk/playground/utils/rsibreak/; revision=479876 10298 10299 src/rsitimer.cpp | 20 -------------------- 10300 src/rsitimer.h | 16 +--------------- 10301 src/rsiwidget.cpp | 1 - 10302 src/rsiwidget.h | 2 -- 10303 src/setupgeneral.cpp | 3 --- 10304 src/setupgeneral.h | 16 ++++------------ 10305 6 files changed, 5 insertions(+), 53 deletions(-) 10306 10307 commit d511da4936068e89f00ec7955cfd733ddd4852fa 10308 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10309 Date: Sat Nov 12 00:56:07 2005 +0000 10310 10311 o RSIWidget is the main widget for the application 10312 o RSITimer is a QObject now instead of a QWidget 10313 10314 It looks like everything is still functioning after these changes. 10315 Please report them if there's something wrong. 10316 10317 10318 svn path=/trunk/playground/utils/rsibreak/; revision=479871 10319 10320 src/main.cpp | 4 +-- 10321 src/rsitimer.cpp | 88 10322 +++++++++---------------------------------------------- 10323 src/rsitimer.h | 24 +++++++-------- 10324 src/rsiwidget.cpp | 87 10325 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 10326 src/rsiwidget.h | 20 +++++++++++-- 10327 5 files changed, 131 insertions(+), 92 deletions(-) 10328 10329 commit 1f898be41a85aba188dd772bce14323ca7fd67c3 10330 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10331 Date: Fri Nov 11 11:20:44 2005 +0000 10332 10333 Cleanups 10334 10335 10336 svn path=/trunk/playground/utils/rsibreak/; revision=479676 10337 10338 src/rsitimer.cpp | 5 ----- 10339 src/rsitimer.h | 1 - 10340 src/rsiwidget.cpp | 4 +--- 10341 src/rsiwidget.h | 2 -- 10342 4 files changed, 1 insertion(+), 11 deletions(-) 10343 10344 commit 39166751455b259bec730b559657cf6ec8b29f58 10345 Author: Tom Albers <toma@kde.org> 10346 Date: Thu Nov 10 23:27:13 2005 +0000 10347 10348 Seperated the timer to a seperate class. Need to test regressions 10349 and fix api. 10350 10351 10352 svn path=/trunk/playground/utils/rsibreak/; revision=479591 10353 10354 src/Makefile.am | 2 +- 10355 src/main.cpp | 4 +- 10356 src/rsitimer.cpp | 369 10357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 10358 src/rsitimer.h | 114 +++++++++++++++++ 10359 src/rsiwidget.cpp | 361 10360 +++++++--------------------------------------------- 10361 src/rsiwidget.h | 40 ++---- 10362 6 files changed, 542 insertions(+), 348 deletions(-) 10363 10364 commit ba9efa4f043dd6b45cb934d45d1a3fea577af735 10365 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10366 Date: Wed Nov 9 23:03:34 2005 +0000 10367 10368 o Don't exit that thing when you press the topright X 10369 o Move my method somewhere else in the file 10370 10371 10372 svn path=/trunk/playground/utils/rsibreak/; revision=479299 10373 10374 src/rsiwidget.cpp | 26 +++++++++++++++----------- 10375 src/rsiwidget.h | 5 +++-- 10376 2 files changed, 18 insertions(+), 13 deletions(-) 10377 10378 commit c0dcfc32fd63a55728bde51917c46aeccb76f485 10379 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10380 Date: Wed Nov 9 22:27:34 2005 +0000 10381 10382 Unbreak rsibreak 10383 10384 10385 svn path=/trunk/playground/utils/rsibreak/; revision=479285 10386 10387 src/rsiwidget.cpp | 3 ++- 10388 1 file changed, 2 insertions(+), 1 deletion(-) 10389 10390 commit 73d5fd0ac29724d80133c39259b75070b48b0b12 10391 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10392 Date: Wed Nov 9 22:04:37 2005 +0000 10393 10394 Some cleanups which keep bothering me on my local copy. Also some 10395 code to lock the desktop, but there's no button yet. 10396 10397 10398 svn path=/trunk/playground/utils/rsibreak/; revision=479277 10399 10400 src/rsiwidget.cpp | 22 ++++++++++++++-------- 10401 src/rsiwidget.h | 2 ++ 10402 2 files changed, 16 insertions(+), 8 deletions(-) 10403 10404 commit 3885478ddb05705dc59dee05d64071c055670dc2 10405 Author: Tom Albers <toma@kde.org> 10406 Date: Wed Nov 9 20:02:27 2005 +0000 10407 10408 Experimental: the icon in the tray now indicates the level of 10409 activity! Now I have to tune which level of activity shows which 10410 icon. Also need to think about the logic of the breaks into 10411 this. Ideas are welcome. Bram? 10412 10413 svn path=/trunk/playground/utils/rsibreak/; revision=479259 10414 10415 src/rsidock.cpp | 13 +++++++++++++ 10416 src/rsidock.h | 7 +++++++ 10417 src/rsiwidget.cpp | 22 +++++++++++++++++++++- 10418 src/rsiwidget.h | 3 +++ 10419 4 files changed, 44 insertions(+), 1 deletion(-) 10420 10421 commit b61384a1ed847cc4b680c02fe857823014f660b9 10422 Author: Tom Albers <toma@kde.org> 10423 Date: Wed Nov 9 18:59:53 2005 +0000 10424 10425 Possibility to start RSIBreak when KDE starts. 10426 10427 svn path=/trunk/playground/utils/rsibreak/; revision=479241 10428 10429 NEWS | 2 ++ 10430 src/Makefile.am | 2 ++ 10431 src/rsibreak.desktop | 3 +++ 10432 src/setupgeneral.cpp | 12 +++++++++++- 10433 src/setupgeneral.h | 1 + 10434 src/setuptiming.cpp | 1 + 10435 6 files changed, 20 insertions(+), 1 deletion(-) 10436 10437 commit 54eb620e95810aa59fa5b2be381b8026add4b9d0 10438 Author: Tom Albers <toma@kde.org> 10439 Date: Tue Nov 8 20:17:54 2005 +0000 10440 10441 Replaced the xclock icon with a new icon made by Lee Olson. There 10442 are also actions numbered 0-4 so we can have 5 different stages. 10443 That needs to be implemented. Added Lee as contributer and removed 10444 Thorsten who can not contribute due to lack of time. 10445 10446 10447 svn path=/trunk/playground/utils/rsibreak/; revision=479002 10448 10449 AUTHORS | 4 ++-- 10450 src/Makefile.am | 2 +- 10451 src/hi16-action-rsibreak0.png | Bin 0 -> 788 bytes 10452 src/hi16-action-rsibreak1.png | Bin 0 -> 824 bytes 10453 src/hi16-action-rsibreak2.png | Bin 0 -> 805 bytes 10454 src/hi16-action-rsibreak3.png | Bin 0 -> 826 bytes 10455 src/hi16-action-rsibreak4.png | Bin 0 -> 842 bytes 10456 src/hi16-app-rsibreak.png | Bin 992 -> 826 bytes 10457 src/hi32-action-rsibreak0.png | Bin 0 -> 2095 bytes 10458 src/hi32-action-rsibreak1.png | Bin 0 -> 2189 bytes 10459 src/hi32-action-rsibreak2.png | Bin 0 -> 2179 bytes 10460 src/hi32-action-rsibreak3.png | Bin 0 -> 2204 bytes 10461 src/hi32-action-rsibreak4.png | Bin 0 -> 2346 bytes 10462 src/hi32-app-rsibreak.png | Bin 2735 -> 2204 bytes 10463 src/main.cpp | 4 ++++ 10464 src/original_artwork.tar.gz | Bin 0 -> 58053 bytes 10465 src/rsibreak.desktop | 2 +- 10466 src/rsidock.cpp | 2 +- 10467 src/setup.cpp | 2 +- 10468 19 files changed, 10 insertions(+), 6 deletions(-) 10469 10470 commit ee7cb28c4203604bff97904ccedc0ab211f892c6 10471 Author: Script Kiddy <scripty@kde.org> 10472 Date: Sun Nov 6 07:22:36 2005 +0000 10473 10474 SVN_SILENT made messages (.desktop file) 10475 10476 svn path=/trunk/playground/utils/rsibreak/; revision=478216 10477 10478 src/rsibreak.desktop | 2 ++ 10479 1 file changed, 2 insertions(+) 10480 10481 commit ca65366361780562317261c6e0def23e597f6259 10482 Author: Script Kiddy <scripty@kde.org> 10483 Date: Thu Nov 3 07:21:33 2005 +0000 10484 10485 SVN_SILENT made messages (.desktop file) 10486 10487 svn path=/trunk/playground/utils/rsibreak/; revision=477145 10488 10489 src/rsibreak.desktop | 2 ++ 10490 1 file changed, 2 insertions(+) 10491 10492 commit d4a666506b6727308b9f1ca59606df2fe117b424 10493 Author: Script Kiddy <scripty@kde.org> 10494 Date: Tue Nov 1 07:50:51 2005 +0000 10495 10496 SVN_SILENT made messages (.desktop file) 10497 10498 svn path=/trunk/playground/utils/rsibreak/; revision=476433 10499 10500 src/rsibreak.desktop | 1 + 10501 1 file changed, 1 insertion(+) 10502 10503 commit 0d47de104752740cd2af94c9081ca0076dbd97c5 10504 Author: Tom Albers <toma@kde.org> 10505 Date: Sun Oct 30 02:04:54 2005 +0000 10506 10507 Fix the app in case libxss is missing. 10508 Initial support for a key which activates a break. Currently win+b, 10509 need to make that configurable. 10510 10511 10512 svn path=/trunk/playground/utils/rsibreak/; revision=475651 10513 10514 src/rsidock.cpp | 15 ++++++++++++++- 10515 src/rsidock.h | 11 +++++++++++ 10516 src/rsiwidget.cpp | 19 +++++++++++++++---- 10517 src/rsiwidget.h | 1 + 10518 src/setupgeneral.cpp | 1 - 10519 5 files changed, 41 insertions(+), 6 deletions(-) 10520 10521 commit ad1f4b9b82072c5b0fa39344e24bf1842d34eae4 10522 Author: Tom Albers <toma@kde.org> 10523 Date: Sat Oct 29 23:25:18 2005 +0000 10524 10525 New feature: During the break the images get renewed, this way the 10526 break gets less boring. Looks like a slideshow. The image loading 10527 has been rewriten by using a paintEvent with a bitBlt(). 10528 10529 10530 svn path=/trunk/playground/utils/rsibreak/; revision=475641 10531 10532 NEWS | 5 +- 10533 src/rsiwidget.cpp | 220 10534 ++++++++++++++++++++++++++++++++-------------------- 10535 src/rsiwidget.h | 6 ++ 10536 src/setuptiming.cpp | 13 ++++ 10537 src/setuptiming.h | 2 + 10538 5 files changed, 159 insertions(+), 87 deletions(-) 10539 10540 commit 97f421da78a1b767aa52de1a55bb90a1e6da0e9a 10541 Author: Tom Albers <toma@kde.org> 10542 Date: Sat Oct 29 15:13:26 2005 +0000 10543 10544 - update version number, new release today. 10545 - make DEBUG=true work in settings as well 10546 - added apidox mainpage 10547 - install .desktop file to correct location 10548 - updated NEWS and CHANGELOG 10549 10550 10551 svn path=/trunk/playground/utils/rsibreak/; revision=475502 10552 10553 ChangeLog | 136 10554 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 10555 NEWS | 16 +++++-- 10556 release_rsibreak.rb | 2 +- 10557 src/Makefile.am | 7 +-- 10558 src/main.cpp | 2 +- 10559 src/mainpage.cpp | 30 ++++++++++++ 10560 src/rsibreak.lsm | 4 +- 10561 src/setuptiming.cpp | 6 +++ 10562 8 files changed, 189 insertions(+), 14 deletions(-) 10563 10564 commit d6d6ad5d62a9b10f580358f44cb2caf2a98c5d98 10565 Author: Tom Albers <toma@kde.org> 10566 Date: Mon Oct 24 19:27:00 2005 +0000 10567 10568 Add a passive popup to indicate rsibreak is waiting for a 10569 break. Unexpectedly this works quite nicely. 10570 10571 svn path=/trunk/playground/utils/rsibreak/; revision=473858 10572 10573 src/rsiwidget.cpp | 14 +++++++++++++- 10574 src/rsiwidget.h | 4 ++++ 10575 2 files changed, 17 insertions(+), 1 deletion(-) 10576 10577 commit 2867406eec5db6d351bfa516ce1a154ad527df1d 10578 Author: Tom Albers <toma@kde.org> 10579 Date: Sun Oct 23 18:38:35 2005 +0000 10580 10581 Changed lineedit to kintnuminput, reading from conf is now done 10582 via readnumentry, You can put a DEBUG=true in the settings so the 10583 minutes filled in the settings become seconds. 10584 10585 10586 svn path=/trunk/playground/utils/rsibreak/; revision=473462 10587 10588 TODO | 1 - 10589 src/rsiwidget.cpp | 16 ++++++++++++---- 10590 src/setupgeneral.cpp | 11 ++++------- 10591 src/setuptiming.cpp | 40 +++++++++++++++++++++------------------- 10592 src/setuptiming.h | 8 ++++---- 10593 5 files changed, 41 insertions(+), 35 deletions(-) 10594 10595 commit ad224f4af352fd13e03f0acd8dc53b14586c6555 10596 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 10597 Date: Fri Oct 21 20:51:21 2005 +0000 10598 10599 Make it compile. 10600 10601 10602 svn path=/trunk/playground/utils/rsibreak/; revision=472741 10603 10604 src/setupgeneral.cpp | 8 ++++---- 10605 1 file changed, 4 insertions(+), 4 deletions(-) 10606 10607 commit 1461a2760d27808d27aea103bd9de3d65c08e8b3 10608 Author: Tom Albers <toma@kde.org> 10609 Date: Fri Oct 21 17:43:26 2005 +0000 10610 10611 Finally managed to make the hardcoded ESC key to minimize the window 10612 configurable. 10613 10614 svn path=/trunk/playground/utils/rsibreak/; revision=472713 10615 10616 NEWS | 1 + 10617 TODO | 1 - 10618 src/rsidock.cpp | 12 ------------ 10619 src/rsidock.h | 1 - 10620 src/rsiwidget.cpp | 20 ++++++++++---------- 10621 src/setupgeneral.cpp | 37 +++++++++++++++++++++++++++++++++++-- 10622 src/setupgeneral.h | 23 ++++++++++++++--------- 10623 7 files changed, 60 insertions(+), 35 deletions(-) 10624 10625 commit ba1b34abf35cb4356b046833f69c8cb6f4bd2698 10626 Author: Tom Albers <toma@kde.org> 10627 Date: Fri Oct 21 14:50:36 2005 +0000 10628 10629 Since some of the intelligence is also handled elsewhere, I can 10630 remove some of the code, without functionality loss, but maybe with 10631 some regressions ;-) 10632 10633 Also fixed a whatsthis error, showing random numbers and fixed the 10634 counter, which should count down correctly now. I'm not sure that 10635 (int)ceil() is the best way to do it though (i want the difference 10636 in time, rounded up). 10637 10638 10639 svn path=/trunk/playground/utils/rsibreak/; revision=472663 10640 10641 src/rsiwidget.cpp | 43 ++++++++++++++++++++++--------------------- 10642 1 file changed, 22 insertions(+), 21 deletions(-) 10643 10644 commit a78c02274b2b59e1004702ee68460dd6cab4abf5 10645 Author: Tom Albers <toma@kde.org> 10646 Date: Fri Oct 21 10:30:37 2005 +0000 10647 10648 Cleaned up a bit too much yesterday. After a bigBreak counter was 10649 not resetted, so the next break is again a BigBreak. 10650 10651 svn path=/trunk/playground/utils/rsibreak/; revision=472589 10652 10653 src/rsiwidget.cpp | 2 ++ 10654 1 file changed, 2 insertions(+) 10655 10656 commit ca3e15859c8d5b5793b4d90899afb5fd5665adea 10657 Author: Tom Albers <toma@kde.org> 10658 Date: Thu Oct 20 18:35:33 2005 +0000 10659 10660 Again changes in the logic to have a break: 10661 - when it is time to have a break, and the user is busy, wait for 10662 5 seconds inactivity within a maximum of 30 seconds 10663 - as long as the user stays idle, there will be no break 10664 - when the user stays idle for the duration of the planned break, 10665 the break is skipped. 10666 - when the user starts working again, the break will be activated.... 10667 idea from Bram. 10668 10669 10670 svn path=/trunk/playground/utils/rsibreak/; revision=472432 10671 10672 src/rsiwidget.cpp | 80 10673 ++++++++++++++++++++++++++++++------------------------- 10674 src/rsiwidget.h | 4 ++- 10675 2 files changed, 47 insertions(+), 37 deletions(-) 10676 10677 commit 998acd565412d40fe3530528e63c18020f654967 10678 Author: Tom Albers <toma@kde.org> 10679 Date: Thu Oct 20 16:31:48 2005 +0000 10680 10681 Remove warning for a fresh install and fixed a problem with the 10682 loading of images, right after you change the path in the settings: 10683 the image was only loaded _after_ the first brake. 10684 10685 svn path=/trunk/playground/utils/rsibreak/; revision=472396 10686 10687 src/rsiwidget.cpp | 23 +++++++++++++++-------- 10688 src/rsiwidget.h | 2 +- 10689 2 files changed, 16 insertions(+), 9 deletions(-) 10690 10691 commit 36e7d5b4e4906e9e5d4cebb0982ec5574c4d24f2 10692 Author: Tom Albers <toma@kde.org> 10693 Date: Wed Oct 19 19:19:57 2005 +0000 10694 10695 Not initialised variable, resulting in sometimes a break at 10696 start. Reported by Bram. 10697 10698 svn path=/trunk/playground/utils/rsibreak/; revision=472072 10699 10700 src/rsiwidget.cpp | 3 ++- 10701 1 file changed, 2 insertions(+), 1 deletion(-) 10702 10703 commit b0afa6b0ef258cae2018fa5508ef806170fd93a4 10704 Author: Tom Albers <toma@kde.org> 10705 Date: Wed Oct 19 17:26:15 2005 +0000 10706 10707 Fixed the logic a bit more and made the code more readible. Should 10708 be ok now. 10709 10710 svn path=/trunk/playground/utils/rsibreak/; revision=472053 10711 10712 src/rsiwidget.cpp | 18 ++++++++++++------ 10713 1 file changed, 12 insertions(+), 6 deletions(-) 10714 10715 commit c15375d0abb87e132c3dd5d1f58e3d0cf26f8d40 10716 Author: Tom Albers <toma@kde.org> 10717 Date: Tue Oct 18 20:02:13 2005 +0000 10718 10719 Worked on the idle detection. I used this scheme: 10720 - When it is time to break, wait for 5 seconds inactivity to not 10721 completely interrupt the workflow (<- this part is new) 10722 - When it is time to break and the user is already idle for the 10723 duration of that break: delay the break 10724 - when it is time to break and the user is already idle since the 10725 last break: delay this break and the next one. 10726 (keep-it-out-of-my-face-right-after-lunch-feature) 10727 testing needed 10728 10729 svn path=/trunk/playground/utils/rsibreak/; revision=471799 10730 10731 src/rsiwidget.cpp | 100 10732 +++++++++++++++++++++++++++++++++++++++--------------- 10733 src/rsiwidget.h | 4 +++ 10734 2 files changed, 76 insertions(+), 28 deletions(-) 10735 10736 commit ea2ed66144a1814ca2d0af8cd6fc3e44fb9159d5 10737 Author: Script Kiddy <scripty@kde.org> 10738 Date: Tue Oct 18 06:38:18 2005 +0000 10739 10740 SVN_SILENT made messages (.desktop file) 10741 10742 svn path=/trunk/playground/utils/rsibreak/; revision=471580 10743 10744 src/rsibreak.desktop | 1 + 10745 1 file changed, 1 insertion(+) 10746 10747 commit 7466d65032d81b98520c6b7fc70d2c99575df6cd 10748 Author: Tom Albers <toma@kde.org> 10749 Date: Mon Oct 17 21:44:45 2005 +0000 10750 10751 - save dialog size for settings dialog 10752 - expanded tooltips 10753 - use app font instead of Verdana 10754 10755 10756 svn path=/trunk/playground/utils/rsibreak/; revision=471523 10757 10758 release_rsibreak.rb | 3 ++- 10759 src/rsiwidget.cpp | 2 +- 10760 src/setup.cpp | 4 +++- 10761 src/setupgeneral.cpp | 16 +++++++++++----- 10762 4 files changed, 17 insertions(+), 8 deletions(-) 10763 10764 commit 3422eb67d340be333fc66b5aa140b326ce57e9d8 10765 Author: Tom Albers <toma@kde.org> 10766 Date: Mon Oct 17 21:12:50 2005 +0000 10767 10768 SVN_SILENT Administrative issues 10769 10770 svn path=/trunk/playground/utils/rsibreak/; revision=471510 10771 10772 ChangeLog.Summary | 10 ---------- 10773 NEWS | 14 ++++++++++++++ 10774 release_rsibreak.rb | 2 ++ 10775 3 files changed, 16 insertions(+), 10 deletions(-) 10776 10777 commit d1f535ff1a70806c3751d6d7362fbd171564b1d3 10778 Author: Tom Albers <toma@kde.org> 10779 Date: Mon Oct 17 20:24:35 2005 +0000 10780 10781 Fix the application icon. Deleted non-binary icons and added the 10782 xclock icon as long as there is no alternative... 10783 10784 svn path=/trunk/playground/utils/rsibreak/; revision=471491 10785 10786 TODO | 1 - 10787 src/Makefile.am | 2 +- 10788 src/hi16-app-rsi.png | 8 -------- 10789 src/hi16-app-rsibreak.png | Bin 0 -> 992 bytes 10790 src/hi32-app-rsi.png | 26 -------------------------- 10791 src/hi32-app-rsibreak.png | Bin 0 -> 2735 bytes 10792 6 files changed, 1 insertion(+), 36 deletions(-) 10793 10794 commit 8b207849837b89837cc2a6f1e0d349efd65dfa00 10795 Author: Tom Albers <toma@kde.org> 10796 Date: Mon Oct 17 18:00:25 2005 +0000 10797 10798 There is no need for multiple RSIBreaks... 10799 10800 svn path=/trunk/playground/utils/rsibreak/; revision=471428 10801 10802 TODO | 1 - 10803 src/main.cpp | 11 +++++++++-- 10804 src/rsibreak.desktop | 1 + 10805 3 files changed, 10 insertions(+), 3 deletions(-) 10806 10807 commit 6c6dea27ab5779492f82e40eeae10f26800cf5ac 10808 Author: Tom Albers <toma@kde.org> 10809 Date: Wed Oct 12 18:51:47 2005 +0000 10810 10811 Added a configure.in.bot to tell the user if idle detection will 10812 be possible. Added a Changelog with some secret script found in 10813 kde-common, a summary file and bumped the version so I can make a 10814 new tarball. 10815 10816 svn path=/trunk/playground/utils/rsibreak/; revision=469972 10817 10818 ChangeLog | 185 10819 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 10820 ChangeLog.Summary | 10 +++ 10821 configure.in.bot | 14 ++++ 10822 makechangelog | 4 ++ 10823 release_rsibreak.rb | 5 +- 10824 src/main.cpp | 2 +- 10825 src/rsibreak.lsm | 6 +- 10826 7 files changed, 220 insertions(+), 6 deletions(-) 10827 10828 commit 74ed89fe605b5e003ed773f2dedd047f50b2bfdf 10829 Author: Tom Albers <toma@kde.org> 10830 Date: Wed Oct 12 16:35:29 2005 +0000 10831 10832 This prevents a break immediatly after you return to your desk after 10833 been in a meeting or lunch for example. When you have been away a 10834 while, RSIBreak remembers that and will skip the next break... 10835 10836 10837 svn path=/trunk/playground/utils/rsibreak/; revision=469944 10838 10839 src/rsiwidget.cpp | 27 +++++++++++++++++++++++---- 10840 src/rsiwidget.h | 1 + 10841 2 files changed, 24 insertions(+), 4 deletions(-) 10842 10843 commit bcda76f2302aa978bce2c8459954dd9273d3d362 10844 Author: Tom Albers <toma@kde.org> 10845 Date: Tue Oct 11 21:46:29 2005 +0000 10846 10847 administrative, should be able to generate Dox now, but it does not 10848 work. Ideas are welcome, I give up. 10849 10850 svn path=/trunk/playground/utils/rsibreak/; revision=469662 10851 10852 TODO | 3 +++ 10853 1 file changed, 3 insertions(+) 10854 10855 commit ffc6ff72d2bf6db396cb953af4af639947c37e65 10856 Author: Tom Albers <toma@kde.org> 10857 Date: Tue Oct 11 19:16:38 2005 +0000 10858 10859 RSIBreak meets idle detection! If you have not touched your mouse 10860 or keyboard after the preivous break, there is no need to break 10861 again. If you haven't done it for twice that time, you even gain a 10862 break (so the big break gets postponed one break). This was one of 10863 the most wanted features! 10864 10865 svn path=/trunk/playground/utils/rsibreak/; revision=469634 10866 10867 TODO | 2 +- 10868 configure.in.in | 13 ++++++++++ 10869 src/Makefile.am | 10 ++++---- 10870 src/rsiwidget.cpp | 74 10871 ++++++++++++++++++++++++++++++++++++++++++++++++------- 10872 src/rsiwidget.h | 1 + 10873 5 files changed, 85 insertions(+), 15 deletions(-) 10874 10875 commit d232edb3f9dceb75dfe8654aff83660041d81ed5 10876 Author: Tom Albers <toma@kde.org> 10877 Date: Sun Oct 9 00:53:32 2005 +0000 10878 10879 Add some additional debugging when image loading fails. 10880 10881 svn path=/trunk/playground/utils/rsibreak/; revision=468689 10882 10883 src/rsiwidget.cpp | 18 ++++++++++++++++++ 10884 1 file changed, 18 insertions(+) 10885 10886 commit ca78f9a3c3ca3195360dc9e2bc8109c615c39e31 10887 Author: Tom Albers <toma@kde.org> 10888 Date: Sat Oct 8 23:39:07 2005 +0000 10889 10890 add some debug 10891 10892 svn path=/trunk/playground/utils/rsibreak/; revision=468674 10893 10894 TODO | 1 + 10895 src/rsiwidget.cpp | 3 +++ 10896 2 files changed, 4 insertions(+) 10897 10898 commit abaf597746d593f95364a2527c5c6e5020782cc4 10899 Author: Thorsten Staerk <dev@staerk.de> 10900 Date: Fri Oct 7 11:01:44 2005 +0000 10901 10902 having tried rsipath on a fresh installation - without image path 10903 10904 svn path=/trunk/playground/utils/rsibreak/; revision=468168 10905 10906 TODO | 2 ++ 10907 1 file changed, 2 insertions(+) 10908 10909 commit acd7a89ac548b702f4f474c64caaf9515a934b68 10910 Author: Script Kiddy <scripty@kde.org> 10911 Date: Fri Oct 7 06:19:32 2005 +0000 10912 10913 SVN_SILENT made messages (.desktop file) 10914 10915 svn path=/trunk/playground/utils/rsibreak/; revision=468107 10916 10917 src/rsibreak.desktop | 1 + 10918 1 file changed, 1 insertion(+) 10919 10920 commit fc1a5d5f7c32f575cebc860e0e6a0e35d7078a2e 10921 Author: Tom Albers <toma@kde.org> 10922 Date: Thu Oct 6 22:29:15 2005 +0000 10923 10924 Make the counter transparent again. + some cleanup. 10925 10926 svn path=/trunk/playground/utils/rsibreak/; revision=467961 10927 10928 src/rsiwidget.cpp | 36 +++++++++++------------------------- 10929 src/rsiwidget.h | 1 - 10930 2 files changed, 11 insertions(+), 26 deletions(-) 10931 10932 commit 6719ccd4c65a37904838fb85607dc3adfb7033d9 10933 Author: Thorsten Staerk <dev@staerk.de> 10934 Date: Thu Oct 6 21:48:55 2005 +0000 10935 10936 after having PMS (pimp-my-source) 10937 10938 svn path=/trunk/playground/utils/rsibreak/; revision=467941 10939 10940 src/rsidock.cpp | 8 ++++++++ 10941 src/rsiwidget.cpp | 8 +++++++- 10942 src/setup.cpp | 4 ++++ 10943 src/setupgeneral.cpp | 9 +++++++++ 10944 src/setuptiming.cpp | 3 +++ 10945 5 files changed, 31 insertions(+), 1 deletion(-) 10946 10947 commit 38df321147091499e39c5fc179c510cec2aa3b21 10948 Author: Tom Albers <toma@kde.org> 10949 Date: Thu Oct 6 21:33:46 2005 +0000 10950 10951 Small change but seems to solve the taskbar flashing bug 10952 10953 svn path=/trunk/playground/utils/rsibreak/; revision=467937 10954 10955 TODO | 1 - 10956 src/rsiwidget.cpp | 3 +-- 10957 2 files changed, 1 insertion(+), 3 deletions(-) 10958 10959 commit 85c27c9e96d2b3ed40a67dc8845a1f7509e58875 10960 Author: Thorsten Staerk <dev@staerk.de> 10961 Date: Thu Oct 6 21:27:10 2005 +0000 10962 10963 finally my first useful commit ;-) 10964 10965 10966 svn path=/trunk/playground/utils/rsibreak/; revision=467935 10967 10968 src/rsiwidget.cpp | 3 +++ 10969 1 file changed, 3 insertions(+) 10970 10971 commit 0502fc09d59adebe27ea6151477e31c11fb9cd43 10972 Author: Tom Albers <toma@kde.org> 10973 Date: Thu Oct 6 21:07:50 2005 +0000 10974 10975 With some help of thorsten, finally got the rescaling right. 10976 10977 svn path=/trunk/playground/utils/rsibreak/; revision=467931 10978 10979 src/rsiwidget.cpp | 38 ++++---------------------------------- 10980 1 file changed, 4 insertions(+), 34 deletions(-) 10981 10982 commit d4aeceac023902fde9f66b135476716c374f91ae 10983 Author: Tom Albers <toma@kde.org> 10984 Date: Thu Oct 6 20:05:58 2005 +0000 10985 10986 SVN_SILENT Administrative 10987 10988 svn path=/trunk/playground/utils/rsibreak/; revision=467913 10989 10990 AUTHORS | 7 +++++-- 10991 TODO | 5 ++--- 10992 2 files changed, 7 insertions(+), 5 deletions(-) 10993 10994 commit df0380cc2b0a623bb54e8ca9f388f127d9169f2c 10995 Author: Thorsten Staerk <dev@staerk.de> 10996 Date: Thu Oct 6 19:59:21 2005 +0000 10997 10998 does this work ? 10999 11000 11001 svn path=/trunk/playground/utils/rsibreak/; revision=467912 11002 11003 AUTHORS | 1 + 11004 1 file changed, 1 insertion(+) 11005 11006 commit f378f3fd88138e72421a95f212ddc8aade199323 11007 Author: Tom Albers <toma@kde.org> 11008 Date: Thu Oct 6 18:17:03 2005 +0000 11009 11010 - Added posibility to abort the break with the ESC key, this is not 11011 configurable right now, as I don't understand how to do that. 11012 - Some cleanup (identing, whatsthis and as result of the test scripts) 11013 11014 11015 svn path=/trunk/playground/utils/rsibreak/; revision=467889 11016 11017 src/rsibreak.desktop | 2 -- 11018 src/rsidock.cpp | 12 ++++++++++++ 11019 src/rsidock.h | 1 + 11020 src/rsiwidget.cpp | 14 ++++++++++---- 11021 src/rsiwidget.h | 40 +++++++++++++++++++++------------------- 11022 src/setupgeneral.cpp | 27 ++++++++++++++++++--------- 11023 src/setupgeneral.h | 13 +++++++------ 11024 7 files changed, 69 insertions(+), 40 deletions(-) 11025 11026 commit 8f2190fd1a6fbc53401dbb66b13f2e143299eb80 11027 Author: Script Kiddy <scripty@kde.org> 11028 Date: Sun Oct 2 06:02:42 2005 +0000 11029 11030 SVN_SILENT made messages (.desktop file) 11031 11032 svn path=/trunk/playground/utils/rsibreak/; revision=466275 11033 11034 src/rsibreak.desktop | 3 +++ 11035 1 file changed, 3 insertions(+) 11036 11037 commit a9c592b55a174ee4d1c8075118dcbf696e849312 11038 Author: Tom Albers <toma@kde.org> 11039 Date: Sat Oct 1 22:24:48 2005 +0000 11040 11041 Add todo list, feel free to add things to it. Added a link to KDE's 11042 bugreport system and show a welcome message when you start RSIBreak, 11043 so people actually know it has started. 11044 11045 svn path=/trunk/playground/utils/rsibreak/; revision=466207 11046 11047 TODO | 11 +++++++++++ 11048 release_rsibreak.rb | 2 +- 11049 src/rsidock.cpp | 17 ++++++++++++++++- 11050 src/rsidock.h | 1 + 11051 src/rsiwidget.cpp | 11 +++++++++++ 11052 5 files changed, 40 insertions(+), 2 deletions(-) 11053 11054 commit 516d9a9ffb765f93fd2f6277ec81ddffee9d3854 11055 Author: Tom Albers <toma@kde.org> 11056 Date: Sat Oct 1 16:38:14 2005 +0000 11057 11058 Make it compile again, sorry for the traffic, I'll stop for a while. 11059 11060 svn path=/trunk/playground/utils/rsibreak/; revision=466128 11061 11062 src/setup.h | 4 ++-- 11063 src/setupgeneral.cpp | 16 ++++++++-------- 11064 2 files changed, 10 insertions(+), 10 deletions(-) 11065 11066 commit fd7fc14967798fae01b819aa3c29eaef9449ae4a 11067 Author: Tom Albers <toma@kde.org> 11068 Date: Sat Oct 1 16:31:34 2005 +0000 11069 11070 Added some ignores 11071 Added Dox, make apidox does not work yet though 11072 Renamed a class 11073 11074 svn path=/trunk/playground/utils/rsibreak/; revision=466125 11075 11076 Makefile.am | 1 + 11077 src/Makefile.am | 1 + 11078 src/rsibreak.lsm | 2 +- 11079 src/rsidock.h | 33 +++++++++++++++++++++++++++++++++ 11080 src/rsiwidget.h | 11 +++++++++++ 11081 src/setup.cpp | 6 +++--- 11082 src/setup.h | 30 +++++++++++++++++++++--------- 11083 src/setupgeneral.h | 35 ++++++++++++++++++++++++++++------- 11084 src/setuptiming.h | 22 +++++++++++++++++++++- 11085 9 files changed, 120 insertions(+), 21 deletions(-) 11086 11087 commit 5ef14d49ff43f3afead833ea41e7f8b27aa38d83 11088 Author: Tom Albers <toma@kde.org> 11089 Date: Sat Oct 1 14:53:11 2005 +0000 11090 11091 SVN_SILENT administrative 11092 11093 svn path=/trunk/playground/utils/rsibreak/; revision=466098 11094 11095 release_rsibreak.rb | 187 11096 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 11097 src/rsibreak.lsm | 12 ++-- 11098 2 files changed, 191 insertions(+), 8 deletions(-) 11099 11100 commit 6e8b94426a1dc562058ddb5564646b1710e9dab0 11101 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 11102 Date: Sat Oct 1 12:05:18 2005 +0000 11103 11104 SVN_SILENT: Delete 11105 11106 11107 svn path=/trunk/playground/utils/rsibreak/; revision=466040 11108 11109 Doxyfile | 275 11110 --------------------------------------------------------------- 11111 1 file changed, 275 deletions(-) 11112 11113 commit fe37efdaabb667048552415bf579eb530cc0e9c4 11114 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 11115 Date: Sat Oct 1 12:04:20 2005 +0000 11116 11117 rsibreak builds now, let the fun begin. 11118 11119 11120 svn path=/trunk/playground/utils/rsibreak/; revision=466038 11121 11122 Makefile.am | 24 +----------------------- 11123 src/Makefile.am | 4 ++-- 11124 2 files changed, 3 insertions(+), 25 deletions(-) 11125 11126 commit 52dab5b9ade4c23a6ebad9ad2c732d8be40273ce 11127 Author: Bram Schoenmakers <bramschoenmakers@kde.nl> 11128 Date: Sat Oct 1 08:10:22 2005 +0000 11129 11130 Some redundant cruft which made configure fail. 11131 11132 11133 svn path=/trunk/playground/utils/rsibreak/; revision=465909 11134 11135 Makefile.cvs | 10 ----- 11136 configure.in | 120 11137 ----------------------------------------------------------- 11138 2 files changed, 130 deletions(-) 11139 11140 commit f2dbcdab60b2dbb05b9124d6cb425a95fc69ff0e 11141 Author: Tom Albers <toma@kde.org> 11142 Date: Fri Sep 30 21:19:23 2005 +0000 11143 11144 fix adress and one more ignore 11145 11146 svn path=/trunk/playground/utils/rsibreak/; revision=465798 11147 11148 src/rsidock.h | 5 ----- 11149 1 file changed, 5 deletions(-) 11150 11151 commit bff5735b1f5aaf2356033819b8f8938edbb864d5 11152 Author: Tom Albers <toma@kde.org> 11153 Date: Fri Sep 30 21:05:25 2005 +0000 11154 11155 Initial import of rsibreak. Its goal is to interrupt yout work behind 11156 the computer at a certain interval, so you have to take 11157 a break. This util can help to prevent rsi, repititive strain injury, 11158 when configured correctly and not pressing the 'minimize' button 11159 continously. ;-) 11160 The interval times and duration are configurable, just like the 11161 images you can see during the break. Also you can 11162 disable/enable the counter and minimize button. 11163 11164 11165 svn path=/trunk/playground/utils/rsibreak/; revision=465791 11166 11167 AUTHORS | 1 + 11168 COPYING | 340 11169 +++++++++++++++++++++++++++++++++++++++++++++++++++ 11170 Doxyfile | 275 +++++++++++++++++++++++++++++++++++++++++ 11171 INSTALL | 167 +++++++++++++++++++++++++ 11172 Makefile.am | 23 ++++ 11173 Makefile.cvs | 10 ++ 11174 configure.in | 120 ++++++++++++++++++ 11175 configure.in.in | 6 + 11176 src/Makefile.am | 36 ++++++ 11177 src/hi16-app-rsi.png | 8 ++ 11178 src/hi32-app-rsi.png | 26 ++++ 11179 src/main.cpp | 44 +++++++ 11180 src/rsibreak.desktop | 11 ++ 11181 src/rsibreak.lsm | 16 +++ 11182 src/rsibreakui.rc | 8 ++ 11183 src/rsidock.cpp | 79 ++++++++++++ 11184 src/rsidock.h | 56 +++++++++ 11185 src/rsiwidget.cpp | 312 ++++++++++++++++++++++++++++++++++++++++++++++ 11186 src/rsiwidget.h | 77 ++++++++++++ 11187 src/setup.cpp | 67 ++++++++++ 11188 src/setup.h | 60 +++++++++ 11189 src/setupgeneral.cpp | 188 ++++++++++++++++++++++++++++ 11190 src/setupgeneral.h | 74 +++++++++++ 11191 src/setuptiming.cpp | 121 ++++++++++++++++++ 11192 src/setuptiming.h | 64 ++++++++++ 11193 25 files changed, 2189 insertions(+)