[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: kdelibs/kdeui
From:       Scott Wheeler <wheeler () kde ! org>
Date:       2004-04-01 0:09:00
Message-ID: 200404010209.05305.wheeler () kde ! org
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 01 April 2004 2:05, Scott Wheeler wrote:
> CVS commit by wheeler: 
> 
> Add a 200 milisecond delay before starting the search.  This prevents doing
> multiple searches for each letter in a word when typing quickly.
> 
> I think I prefer it this way, but I'd appreciate feedback on this.
>
>  M +25 -2     klistviewsearchline.cpp   1.3

I'm attaching a quick hack to make KMail use the version from HEAD rather than 
their copy for those running HEAD KMail and kdelibs that are interested in 
testing.

- -Scott

- -- 
New Orleans food is as delicious as the less criminal forms of sin.
 --Mark Twain
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAa12fQu0ByfY5QTkRAl0NAJ4pwTkujBFbqf17iOvNB7wsVZi5eACdFe1j
lFEvjSEm+PN03/zvyL9DcIM=
=ghYV
-----END PGP SIGNATURE-----

["kmail-klvsearch-head.patch" (text/x-diff)]

Index: headerlistquicksearch.h
===================================================================
RCS file: /home/kde/kdepim/kmail/headerlistquicksearch.h,v
retrieving revision 1.1
diff -u -3 -p -r1.1 headerlistquicksearch.h
--- headerlistquicksearch.h	18 Mar 2004 17:37:30 -0000	1.1
+++ headerlistquicksearch.h	1 Apr 2004 00:06:27 -0000
@@ -32,7 +32,16 @@
 #define KMAILHEADERLISTQUICKSEARCH_H
 
 #include "kmmsgbase.h" // for KMMsgStatus
+
+#include <kdeversion.h>
+
+#if KDE_IS_VERSION(3, 2, 90)
+#include <klistviewsearchline.h>
+namespace KPIM { typedef ::KListViewSearchLine KListViewSearchLine; }
+#else
 #include <klistviewsearchline_pimcopy.h>
+#endif
+
 class QComboBox;
 class QLabel;
 class KListView;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic