head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.8 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.4 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.2 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.1.0.4 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.2 pkgsrc-2010Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2012.03.19.19.44.02; author markd; state dead; branches; next 1.2; 1.2 date 2010.10.25.20.55.28; author markd; state Exp; branches; next 1.1; 1.1 date 2010.04.10.02.45.04; author markd; state Exp; branches; next ; desc @@ 1.3 log @Update to KDE SC 4.8.0 add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4 @ text @$NetBSD: patch-cb,v 1.2 2010/10/25 20:55:28 markd Exp $ --- libs/ksysguard/processcore/processes.cpp.orig 2010-06-16 12:02:57.000000000 +0000 +++ libs/ksysguard/processcore/processes.cpp @@@@ -206,6 +206,7 @@@@ bool Processes::updateProcessInfo(Proces } #endif if(d->mUpdateFlags.testFlag(Processes::IOStatistics)) { +#ifndef Q_OS_NETBSD if( d->mHavePreviousIoValues ) { ps->setIoCharactersReadRate((ps->ioCharactersRead - oldIoCharactersRead) * 1000.0 / elapsedTime); ps->setIoCharactersWrittenRate((ps->ioCharactersWritten - oldIoCharactersWritten) * 1000.0 / elapsedTime); @@@@ -215,6 +216,7 @@@@ bool Processes::updateProcessInfo(Proces ps->setIoCharactersActuallyWrittenRate((ps->ioCharactersActuallyWritten - oldIoCharactersActuallyWritten) * 1000.0 / elapsedTime); } else d->mHavePreviousIoValues = true; +#endif } else if(d->mHavePreviousIoValues) { d->mHavePreviousIoValues = false; ps->setIoCharactersReadRate(0); @ 1.2 log @Update to KDE SC 4.5.2 4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release. @ text @d1 1 a1 1 $NetBSD: patch-cb,v 1.1 2010/04/10 02:45:04 markd Exp $ @ 1.1 log @Update KDE to 4.4.2 For 4.4.0 major new technologies have been introduced, including social networking and online collaboration features, a new netbook-oriented interface and infrastructural innovations such as the KAuth authentication framework. According to KDE's bug-tracking system, 7293 bugs have been fixed and 1433 new feature requests were implemented. KDE SC 4.4.1 has a number of improvements: A performance problem in KMail when sending emails has been fixed Various fixes in Plasma widgets and other addons, such as the analog clock and the picture frame A number of fixes in Konsole, KDE's powerful terminal application KDE SC 4.4.2 has a number of improvements: Possible crashes in Plasma, Dolphin and Okular have been fixed The Microblog applet now shows the correct time in the timeline The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI anymore @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- libs/ksysguard/processcore/processes.cpp.orig 2010-02-26 18:32:17.000000000 +0000 d5 1 a5 2 @@@@ -277,6 +277,7 @@@@ bool Processes::updateProcessInfo(Proces } d7 1 d13 1 a13 1 @@@@ -286,6 +287,7 @@@@ bool Processes::updateProcessInfo(Proces @