Commit graph

42 commits

Author SHA1 Message Date
Laurent Montel c9d5a44138 Fix mem leak
svn path=/trunk/kdebase/kfind/; revision=218280
2003-04-04 13:11:40 +00:00
Eric Coquelle e839b87397 Removed a silly debug message...
svn path=/trunk/kdebase/kfind/; revision=213607
2003-03-13 14:18:03 +00:00
Eric Coquelle 7790b5bf18 Added KDirLister support, so Kfind's result list is updated when result files are deleted
svn path=/trunk/kdebase/kfind/; revision=211315
2003-03-04 15:56:22 +00:00
Alex Zepeda f6d3cd7ace New e-mail address.
svn path=/trunk/kdebase/kfind/; revision=176800
2002-09-10 01:39:30 +00:00
Stephan Binner d7c78be045 Icons on Buttons
svn path=/trunk/kdebase/kfind/; revision=174149
2002-08-27 20:18:46 +00:00
Stephan Binner f1811999f6 - mSave = new QPushButton( i18n("Save..."), mButtonBox );
+  mSave = new QPushButton( i18n("Save As..."), mButtonBox );

svn path=/trunk/kdebase/kfind/; revision=173604
2002-08-24 16:31:29 +00:00
Klas Kalass cee9ada264 fixed bug #35843; a search will now be started on pressing enter in the Named field for the kpart as well
svn path=/trunk/kdebase/kfind/; revision=167606
2002-07-19 23:32:40 +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
Matthias Hoelzer-Kluepfel efa89120cf Moved kfind to kdeutils.
svn path=/trunk/kdebase/kfind/; revision=45495
2000-04-03 06:58:06 +00:00
David Faure 764bdd37fb Unicode fixes (got rid of char *)
Fixed honouring the path given on command line (it was appended to the combo
and not set current, I made it prepended to the combo which sets it current)
(Or should it be appended + made current ?)

svn path=/trunk/kdebase/kfind/; revision=43109
2000-03-10 23:44:53 +00:00
Charles Samuels 15bec2cf8e Now allows you to stop the search with the Escape key.
svn path=/trunk/kdebase/kfind/; revision=41777
2000-02-25 21:47:54 +00:00
Hans Petter Bieker d304a9f0f1 use KLocale::formatNumber() on the counter on the status bar. Nice if you
want to display >= 10000 files. :-)

svn path=/trunk/kdebase/kfind/; revision=39997
2000-02-05 17:07:33 +00:00
Dima Rogozin 39ce15723f Use SIGINT instead of SIGTERM. It will better interupt the shell.
svn path=/trunk/kdebase/kfind/; revision=37232
1999-12-24 00:32:41 +00:00
Dima Rogozin 2ce60384b4 Clean up of "Can't stop kfind" bug.
svn path=/trunk/kdebase/kfind/; revision=37105
1999-12-21 23:18:05 +00:00
Dima Rogozin 33beb72ccf Fix "Can't stop kfind" bug.
We need to use /bin/sh as a shell and find process could be stopped.

svn path=/trunk/kdebase/kfind/; revision=37102
1999-12-21 23:05:02 +00:00
Dima Rogozin 2ea38a75ab Small cleanup.
svn path=/trunk/kdebase/kfind/; revision=37096
1999-12-21 22:17:36 +00:00
Preston Brown 5a2fb8af29 some cleanups of some text. Set focus on file name editor when started up
and after searches (makes kfind much more keyboard friendly).  Implemented
support for using locate/slocate if they are available on simple searches.

svn path=/trunk/kdebase/kfind/; revision=35988
1999-12-06 22:24:24 +00:00
Dima Rogozin 1ff2e2eda5 Fix startup layout (the caase when file table in not visible).
svn path=/trunk/kdebase/kfind/; revision=33705
1999-11-13 18:05:51 +00:00
Matthias Ettrich 959e8d67c1 reverted some layout changed
svn path=/trunk/kdebase/kfind/; revision=33650
1999-11-13 04:12:27 +00:00
Matthias Ettrich af36d5715b some layout issues
svn path=/trunk/kdebase/kfind/; revision=33629
1999-11-13 00:30:28 +00:00
Preston Brown 2115502baf removal of KMsgBox. Most of these files simply #included kmsgbox.h and
then never even used it.

svn path=/trunk/kdebase/kfind/; revision=25486
1999-07-14 02:30:35 +00:00
Dima Rogozin de43a37aec Remove timers. No need for timers since we know exactly when data is changed and
this happening on much slower rate than timer is called.

svn path=/trunk/kdebase/kfind/; revision=24865
1999-07-03 13:34:35 +00:00
Dima Rogozin 7f85319d8a QListView widget is introduced.
svn path=/trunk/kdebase/kfind/; revision=24840
1999-07-02 20:20:51 +00:00
Dima Rogozin 539261249e More cleanups. Select/Unselect menus now work.
svn path=/trunk/kdebase/kfind/; revision=24454
1999-06-25 23:36:48 +00:00
Dima Rogozin 95b4643688 Start magor clean up of kfind.
- use layout mechanism whereevr possible
   - port to KTMainWindow instead of TopLevelwidget
   - port to QTabWidget instead of QTabDialog
   - pressing enter now starts search

Work is in progress...

svn path=/trunk/kdebase/kfind/; revision=23975
1999-06-19 16:16:55 +00:00
Harri Porten 9098d88ab5 compiles with --enable-final now
svn path=/trunk/kdebase/kfind/; revision=22989
1999-06-07 22:37:27 +00:00
Harri Porten 3c7c4d99f0 use delete [] after new []
svn path=/trunk/kdebase/kfind/; revision=19244
1999-04-06 08:54:18 +00:00
Mario Weilguni 2d528d42c4 Mario: made it work for Qt 2.0
svn path=/trunk/kdebase/kfind/; revision=18100
1999-03-14 10:06:32 +00:00
Stephan Kulow b7111a9bcf CVS_SILENT ported to Qt 2.0
svn path=/trunk/kdebase/kfind/; revision=17396
1999-03-01 23:45:56 +00:00
Sven Radej cad9f024a0 Some damned too changes for KFindtop. Now works with all positions
of *Bars.

svn path=/trunk/kdebase/kfind/; revision=8228
1998-06-14 15:22:29 +00:00
Mario Weilguni eaa944921a Mario: a LOT of changes
svn path=/trunk/kdebase/kfind/; revision=6919
1998-04-21 19:59:46 +00:00
Mario Weilguni 4fa440e789 Mario: improved kfind (key support, reg.exp.search, X11 selection...)
svn path=/trunk/kdebase/kfind/; revision=6893
1998-04-20 19:54:45 +00:00
Miroslav Flidr 11353a6630 non-gnu find support; some bugfixes
svn path=/trunk/kdebase/kfind/; revision=3458
1997-12-15 10:23:52 +00:00
Stephan Kulow b27175bc09 some more porting issues. Mainly default arguments and variable binding
in for loops

svn path=/trunk/kdebase/kfind/; revision=2589
1997-11-07 18:45:25 +00:00
Miroslav Flidr 63927427f6 kfind uses QTabDilalog now (from Qt1.3)=> working keybinding in main dialog
svn path=/trunk/kdebase/kfind/; revision=1710
1997-10-06 07:22:05 +00:00
Stephan Kulow c867d3abd1 kfind-0.3.4 by Miroslav
svn path=/trunk/kdebase/kfind/; revision=1565
1997-09-30 09:53:10 +00:00
Stephan Kulow 28ebbf087c Coolo: added po and kfind-0.3.3
svn path=/trunk/kdebase/kfind/; revision=821
1997-08-18 14:19:36 +00:00
Stephan Kulow d43f8726e6 Coolo: updated kfind to 0.3.2
svn path=/trunk/kdebase/kfind/; revision=663
1997-08-04 16:35:33 +00:00
Stephan Kulow e015fe6a8e Coolo: added version.h
svn path=/trunk/kdebase/kfind/; revision=552
1997-07-27 11:59:36 +00:00
Kalle Dalheimer 7f6de92153 Kalle: FALSE -> false
TRUE -> true

(should now compile on OSF/1)

svn path=/trunk/kdebase/kfind/; revision=517
1997-07-25 18:33:41 +00:00
Stephan Kulow 9ed230fa15 Coolo: updated kghostview to 0.4
svn path=/trunk/kdebase/kfind/; revision=115
1997-04-30 22:52:53 +00:00
Stephan Kulow bed9fbb5e1 Source imported
svn path=/trunk/kdebase/kfind/; revision=3
1997-04-13 14:49:01 +00:00