dolphin/kfind
Stephan Kulow ec6d8296bc Coolo: added pics for kfind-0.3.2
svn path=/trunk/kdebase/kfind/; revision=662
1997-08-04 15:56:27 +00:00
..
pics Coolo: added pics for kfind-0.3.2 1997-08-04 15:56:27 +00:00
kfarch.cpp Source imported 1997-04-13 14:49:01 +00:00
kfarch.h Source imported 1997-04-13 14:49:01 +00:00
kfdird.cpp Source imported 1997-04-13 14:49:01 +00:00
kfdird.h Source imported 1997-04-13 14:49:01 +00:00
kfind.cpp Coolo: added version.h 1997-07-27 11:59:36 +00:00
kfind.h Source imported 1997-04-13 14:49:01 +00:00
kfind.kdelnk Source imported 1997-04-13 14:49:01 +00:00
kfind.xpm Source imported 1997-04-13 14:49:01 +00:00
kfindrc Source imported 1997-04-13 14:49:01 +00:00
kfmenu.cpp Coolo: added include <kapp.h>, my mistake 1997-07-11 07:56:56 +00:00
kfmenu.h Source imported 1997-04-13 14:49:01 +00:00
kfoptions.cpp Coolo: updated kfind (new docs and some fixes from Mark Roberts) 1997-07-10 16:18:50 +00:00
kfoptions.h Source imported 1997-04-13 14:49:01 +00:00
kfsave.cpp Source imported 1997-04-13 14:49:01 +00:00
kfsave.h Source imported 1997-04-13 14:49:01 +00:00
kftabdlg.cpp Coolo: I fixed a little bug and deleted some warnings. 1997-05-18 12:34:09 +00:00
kftabdlg.h Source imported 1997-04-13 14:49:01 +00:00
kftypes.cpp Coolo: updated kfind (new docs and some fixes from Mark Roberts) 1997-07-10 16:18:50 +00:00
kftypes.h Coolo: I fixed a little bug and deleted some warnings. 1997-05-18 12:34:09 +00:00
kfwin.cpp Coolo: I fixed a little bug and deleted some warnings. 1997-05-18 12:34:09 +00:00
kfwin.h Source imported 1997-04-13 14:49:01 +00:00
LICENCE Source imported 1997-04-13 14:49:01 +00:00
main.cpp Coolo: found a better way to fix the bug 1997-05-18 12:38:49 +00:00
Makefile.am Coolo: automake for kfind 1997-07-27 12:00:00 +00:00
Makefile.in.orig Coolo: automake for kfind 1997-07-27 12:00:00 +00:00
README More changes from Kalle for 0.8 1997-04-15 20:34:30 +00:00
version.h Coolo: added version.h 1997-07-27 11:59:36 +00:00

Alpha Version 0.3

KFind
=====

Kfind is frontend for utility find inspired by find utility from NT. 

At this time it is fully functional. All in kfind available options
are working. You can save the results, delete, change properties of
found files/dirs, store them to archive and ask kfm for opening dir
containing this file or execute default binding.

From previous version kfind uses libkdeui so widgets kmgsbox and ktabctl
were removed from kfind distribution.

Compilation 
----------- 

It is necessary to set the QTDIR and KDEDIR enviroment variables.
Then you have to install libkde(>=0.7) and kfm(>=0.5.8)!!! (unless you
installed them already). It is also necessary to patch ktabctl widget
in libkde (otherwise there could be sometimes problems by resizing!).
Appropriate patch is available in file ktabctl.patch.  Finally you can
simply do ./configure, make and make install. Copy
$KDEDIR/lib/kfind/config/kfindrc to file ~/.kfindrc (this will enable
you to store files to tar archives).

[Maintainer's note: the aforementioned patch has been included in
kdelibs-0.8, so you do not need it any longer. -kalle] 

TODO
----

 o enable changing filetypes and archivers details in preferences dialog
 o write better widget for viewing results which would enable multiple
   selection
 o and more ...

BUGS
----
Probably many :-(( So if you find then it would be helpful
to send me message.

THANKS 
------ 

I want to thank Alexander Sanda <alex@darkstar.ping.at> for making
KTabCtl and KMsgBox widgets which are used in Kfind and Torben Weis
<weis@stud.uni-frankfurt.de> for his wonderful filemanager kfm.


I hope you will find this program somehow useful and I would
appreciate any suggestions and comments.

	Miroslav Flídr
        <flidr@kky.zcu.cz>

CHANGES
-------
ver. 0.3:
 o entry Open in File menu or doubleclick on file executes default binding
 o removed bug causing segfaults

ver. 0.2.9:
 o uses of autoconf
 o you can specify searched directory as kfind argument
 o added Icon entry in all provided filetypes (some were 
   missing this entry and kfm didn't liked it)

ver. 0.2.8:
 o kfind is now KDE AWARE application!!
 o uses libkde0.7 (=> kmsgbox and ktabctl removed from kfind distribution)
 o uses filetypes introduced by Torben Weis for kfm (kfind installs
   some more filetypes)
 o it is possible to store files in archives
 o preferences dialog added
	- it is possible to determine filename for results saving
	- it is possible to browse available filetypes details
	- it is possible to browse available archivers details
	(in next version you will be able to change the details)
 o calls kfm for properties dialog 
 o menu entry "remove" removed (kfm properties dialog does the job)
 o removed some bugs

ver. 0.2.6:
 o reflects changes made by Martin Hartig (known as version 0.2.1)

ver. 0.2.5:
 o implemented dir selection box (it is actually a littlebit changed
   and striped down version of QFileDialog)
 o delete, rename, properties functions are implemented
 o function "Open containing folder" implemented (it calls KFM)
 o search results are now saved in file ~/.kfind-results.html
   (I finally recognized this is better choice than plain text file) 
 o removed nasty bug causing segfaults when compiler optimization were
   used
 o improved Makefile

ver. 0.2:
 o all in kfind available options work now ;-))
 o better calling of find. It's now separate process => interface isn't 
   blocked anymore during searching 

ver. 0.1: first official release