dolphin/kfind
Stephan Kulow bed9fbb5e1 Source imported
svn path=/trunk/kdebase/kfind/; revision=3
1997-04-13 14:49:01 +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 Source imported 1997-04-13 14:49:01 +00:00
kfind.h Source imported 1997-04-13 14:49:01 +00:00
kfind.html 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 Source imported 1997-04-13 14:49:01 +00:00
kfmenu.h Source imported 1997-04-13 14:49:01 +00:00
kfoptions.cpp Source imported 1997-04-13 14:49:01 +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 Source imported 1997-04-13 14:49:01 +00:00
kftabdlg.h Source imported 1997-04-13 14:49:01 +00:00
kftypes.cpp Source imported 1997-04-13 14:49:01 +00:00
kftypes.h Source imported 1997-04-13 14:49:01 +00:00
kfwin.cpp Source imported 1997-04-13 14:49:01 +00:00
kfwin.h Source imported 1997-04-13 14:49:01 +00:00
ktabctl.patch Source imported 1997-04-13 14:49:01 +00:00
LICENCE Source imported 1997-04-13 14:49:01 +00:00
main.cpp Source imported 1997-04-13 14:49:01 +00:00
Makefile.in Source imported 1997-04-13 14:49:01 +00:00
README Source imported 1997-04-13 14:49:01 +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).

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