Commit graph

22 commits

Author SHA1 Message Date
Darío Andrés Rodríguez 2d4d97ad72 Properly stop the query and close the dialog when closing the dialog's "Close" button
BUG: 187309

svn path=/trunk/KDE/kdebase/apps/; revision=947937
2009-04-01 18:33:07 +00:00
Darío Andrés Rodríguez 8bd2f963c9 Fix krazy2 reported issues
svn path=/trunk/KDE/kdebase/apps/; revision=947602
2009-03-31 21:06:56 +00:00
Darío Andrés Rodríguez b38f69b859 Rename Kfwin -> KFindTreeView
svn path=/trunk/KDE/kdebase/apps/; revision=947590
2009-03-31 20:23:05 +00:00
Darío Andrés Rodríguez b9ab9acde7 Implement a proper KFindItemModel (based on a QAbstractItemModel instead of QStandardItemModel )
Fix redraw CPU usage bug disabling the "ResizeToContents" hint in the QHeaderView
Some small fixes


svn path=/trunk/KDE/kdebase/apps/; revision=947577
2009-03-31 19:58:52 +00:00
Tobias Koenig f668b5a456 Making KFileItemList value based.
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-10-01 08:00:48 +00:00
Max Blazejak a30ce8ff31 EBN fixes (includes, typos etc.
svn path=/trunk/KDE/kdebase/apps/; revision=669964
2007-05-30 22:06:49 +00:00
Robert Knight 8a3b776236 Various EBN fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=668337
2007-05-26 01:57:37 +00:00
Urs Wolfer 59e4afe8ca * Work on layout. It looks now like the KDE3 one.
* cleanups: remove unused and outdated files, source-cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=572747
2006-08-13 20:14:25 +00:00
Tobias Koenig 42fec54d36 Ported to new KDialog/KPageWidget/KPageDialog
svn path=/trunk/KDE/kdebase/konqueror/; revision=551107
2006-06-13 17:41:00 +00:00
Laurent Montel 6df072e199 KURL -> KUrl
svn path=/trunk/KDE/kdebase/konqueror/; revision=501890
2006-01-24 08:32:09 +00:00
Laurent Montel 64fda17ca2 Some KURL*->KUrl*
svn path=/trunk/KDE/kdebase/konqueror/; revision=501545
2006-01-23 11:01:30 +00:00
Laurent Montel 83b60776c5 Use QT macro for signal/slots
svn path=/trunk/KDE/kdebase/nsplugins/; revision=500480
2006-01-20 11:09:06 +00:00
Frerich Raabe 7ca3b41702 - Create About dialog on demand (in KfindDlg::about()), not in the ctor.
Speeds up startup.

svn path=/trunk/kdebase/kfind/; revision=294708
2004-03-09 16:02:43 +00:00
Waldo Bastian cfbf3afec3 Ask KDirWatch which method is used.
svn path=/trunk/kdebase/kfind/; revision=277074
2004-01-05 20:46:00 +00:00
Eric Coquelle a251069870 Fixed bug #69449: without libfam, the update of kfind's search results is too slow (may take several seconds before the search begins if there's a large number of subdirectories in the search dir.)
svn path=/trunk/kdebase/kfind/; revision=272286
2003-12-10 11:48:22 +00:00
Eric Coquelle 9942874153 Removed unused objects & variables
svn path=/trunk/kdebase/kfind/; revision=243424
2003-08-18 16:25:16 +00:00
Eric Coquelle 42614659b4 Better behavior for watching file creation and deleted files
svn path=/trunk/kdebase/kfind/; revision=243310
2003-08-17 16:50:46 +00:00
Eric Coquelle 9220db79b9 Cleaned a bit the code. Had to limit the number of subdirectories to be watched by kdirlister, otherwise, it's slow... Anyone, an idea ?
svn path=/trunk/kdebase/kfind/; revision=239749
2003-07-28 20:06:57 +00:00
Eric Coquelle a0503d2b36 Fixed kfind's DirLister functions. Currently, it is very slow when searching in a directory containing a lot of subdirectories...
svn path=/trunk/kdebase/kfind/; revision=239676
2003-07-28 15:17:58 +00:00
Eric Coquelle 1c2dbccae5 When a file is removed from konqueror, or moved from kfind, the search result is updated (Bug 28960 fixed)
When a file is added within the search directory, kfind updates the search results

svn path=/trunk/kdebase/kfind/; revision=238952
2003-07-24 17:20:12 +00:00
Eric Coquelle 9ca4b7ef95 Fixed findpart for use with "matchingLine"
Added line number in matchingLine (class KQuery)

svn path=/trunk/kdebase/kfind/; revision=120688
2001-11-04 11:38:26 +00:00
David Faure b334157c71 New version of kfind, committing on behalf of "Eric Coquelle" <eric.coquelle@unice.fr>.
The kfind binary now uses the kfindpart at its core, thus removing code
duplication. This makes it necessary to have all of kfind in kdebase though,
since kfindpart links to libkonq and kfind links to kfindpart.

svn path=/trunk/kdebase/kfind/; revision=118426
2001-10-18 09:14:25 +00:00