head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2012.03.20.11.08.58; author markd; state dead; branches; next 1.1; 1.1 date 2011.02.17.09.59.58; author markd; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.11 v0.11 2011-01-14 - Fix endless loop when using some particular settings - Included an option to postpone a break v0.11-beta1 2010-10-03 - Fix detection of additional screens - Make popup time configurable - Require Qt 4.6.0 and KDE 4.4.0 - Fix timers when lock button is pressed - Add the possibility to remove the lock button - Remove buggy screenshot to show RSIBreak in the systray at startup and when launching a second time - Add notification settings to the config - Don't restart timers when leaving config and timers has not been changed - Slideshoweffect: make the visibility of small images optional. ( Juan Luis Baptiste ) - Make popup visibly more attractive ( Juan Luis Baptiste) - Make timers work for Qt=>4.4 ( Chani Armitage ) - Fix plasma category ( Balcaen John ) - Use KIdle library from kdelibs, instead of directly asking X. @ text @$NetBSD: patch-src_rsitimer.cpp,v 1.1 2011/02/17 09:59:58 markd Exp $ Fix build with gcc4.5 --- src/rsitimer.cpp.orig 2009-07-19 13:35:42.000000000 +0000 +++ src/rsitimer.cpp @@@@ -490,7 +490,7 @@@@ void RSITimer::readConfig() m_ignoreIdleForTinyBreaks = config.readEntry( "IgnoreIdleForTinyBreaks", false ); config = KGlobal::config()->group( "General" ); - m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime::QDateTime() ); + m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime() ); m_lastrunTiny = config.readEntry( "LastRunTinyLeft", 0 ); m_lastrunBig = config.readEntry( "LastRunBigLeft", 0 ); } @ 1.1 log @Fix build with gcc4.5 @ text @d1 1 a1 1 $NetBSD$ @