head 1.4; access; symbols pkgsrc-2014Q3:1.3.0.34 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.32 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.30 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.28 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.26 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.24 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.22 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.18 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.16 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.14 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.10 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.8 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.6 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.4 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2014.11.13.19.19.08; author markd; state dead; branches; next 1.3; commitid BLxxtdelNTXOF3Yx; 1.3 date 2010.08.31.12.17.44; author markd; state Exp; branches; next 1.2; 1.2 date 2009.10.11.08.13.39; author markd; state dead; branches; next 1.1; 1.1 date 2009.10.02.21.24.29; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.21.24.29; author markd; state Exp; branches; next ; desc @@ 1.4 log @Update to KDE SC 4.14.3 @ text @$NetBSD: patch-ae,v 1.3 2010/08/31 12:17:44 markd Exp $ fix build with boost-libs 1.44 --- kleopatra/crypto/gui/newresultpage.cpp.orig 2010-08-31 11:37:56.000000000 +0000 +++ kleopatra/crypto/gui/newresultpage.cpp @@@@ -52,6 +52,8 @@@@ #include #include +#include + #include static const int ProgressBarHideDelay = 2000; // 2 secs @ 1.3 log @fix build with boost-libs 1.44.0 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update KDE4 to 4.3.2 KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2009/10/02 21:24:29 markd Exp $ d3 1 a3 1 KDE svn 1019115 d5 5 a9 3 --- libkdepim/addresseelineedit.cpp.orig 2009-08-27 20:18:28.000000000 +1200 +++ libkdepim/addresseelineedit.cpp @@@@ -800,7 +800,7 @@@@ void AddresseeLineEdit::startLoadingLDAP d11 3 a13 6 void AddresseeLineEdit::slotLDAPSearchData( const KPIM::LdapResultList &adrs ) { - if ( s_LDAPLineEdit != this ) { + if ( adrs.isEmpty() || s_LDAPLineEdit != this ) { return; } d15 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@