1
Fri Jul 30 22:33:25 1999 Carsten Pfeiffer <pfeiffer@kde.org>
3
* kfwin.cpp, kfwin.h: The listview items show a mini-pixmap, like those
4
in kfiledialog. For now, they're static icons (only folder and document
5
icons), maybe we can show the correct icons for the mimetypes, later.
7
Also introduced drag-support, you can drag files from the list.
9
* kftabdlg.cpp: accept Key_Enter to start the search, too.
11
1999-06-13 Harri Porten <porten@kde.org>
13
* kftabdlg.cpp: introduced flexible geometry managment. Patch provided
14
by Dima Rogozin <dima@mercury.co.il>.
16
1999-04-30 Harri Porten <porten@kde.org>
18
* kftabdlg.cpp: Default to '*' when no filenames are specified and
19
allow case insensitive text search. Patch provided by Dima Rogozin
22
1999-04-06 Harri Porten <porten@kde.org>
24
* kfind.cpp: replaced simple delete and free() with delete [] iBuffer
26
1998-12-07 Mario Weilguni <mweilguni@kde.org>
28
* made it work with Qt 2.0
30
1998-12-07 Alex Zepeda <garbanzo@hooked.net>
32
* kfindtop.cpp: Commented out _height, as it's not used.
34
1998-11-30 Miroslav Fl�dr <flidr@kky.zcu.cz>
36
* Dissabled multiple selection in view because it was not fully
38
* Fixed problem in nameBox, dirBox combos which caused improper
39
find query generation (it is still neccesary to fix multiplication of
42
1998-10-23 Alex Zepeda <garbanzo@hooked.net>
44
* LICENSE: remove it, it's redundant.
46
* kfind/README: Tidy up, and mention inclusion in kdebase.
48
ver. 0.4.1: Mario Weilguni <mweilguni@kde.org>
49
* temporary files are no longer needed
50
* found files are now shown while searching
51
* KDE compliant "Help" menu
52
* max-/min-size box is now disabled per default
53
* GUI is disabled while searching, makes it easier to see
55
* kfind compiles now without warnings with -Wall
56
* result list is now scrollable without having the focus (only page
58
* moc files are now #included in moc.cpp instead of compiling
59
separate files. Speeds up compilation and makes binary smaller
60
* file patterns are remembered between sessions
61
* introduced new filetypes for searching: files, folders,
62
symlinks, special files, executables, suid executables
63
* better keyboard support
65
ver. 0.4: Mario Weilguni <mweilguni@kde.org>
66
* introduced this ChangeLog
67
* kfind now uses KShellProcess instead of KProcess, makes
68
regular expression search possible with egrep/xargs
69
* kftabdlg.cpp: tab-dialog isn't closed anymore if Escape key
71
* kfind can now search for contained text (with egrep)
72
* "Select All" and "Invert Selection" work now as expected
73
* "Copy" copies the currently selected items to the X11 selection
74
* "Unselect All" added for completeness
78
o removed some resizing problems
79
o kfinds icons now uses only 16 color
80
o mimetype browser removed from preferences
81
(something like that should be in kcc)
82
o kfind sets icon for kwmII
87
o supports other languages then english (at this time german and czech)
91
o uses KTopLevelWidget and KToolBar
95
o new documentation contributed by Mark Roberts
98
o entry Open in File menu or doubleclick on file executes default binding
99
o removed bug causing segfaults
103
o you can specify searched directory as kfind argument
104
o added Icon entry in all provided filetypes (some were
105
missing this entry and kfm didn't liked it)
108
o kfind is now KDE AWARE application!!
109
o uses libkde0.7 (=> kmsgbox and ktabctl removed from kfind distribution)
110
o uses filetypes introduced by Torben Weis for kfm (kfind installs
112
o it is possible to store files in archives
113
o preferences dialog added
114
- it is possible to determine filename for results saving
115
- it is possible to browse available filetypes details
116
- it is possible to browse available archivers details
117
(in next version you will be able to change the details)
118
o calls kfm for properties dialog
119
o menu entry "remove" removed (kfm properties dialog does the job)
123
o reflects changes made by Martin Hartig (known as version 0.2.1)
126
o implemented dir selection box (it is actually a littlebit changed
127
and striped down version of QFileDialog)
128
o delete, rename, properties functions are implemented
129
o function "Open containing folder" implemented (it calls KFM)
130
o search results are now saved in file ~/.kfind-results.html
131
(I finally recognized this is better choice than plain text file)
132
o removed nasty bug causing segfaults when compiler optimization were
137
o all in kfind available options work now ;-))
138
o better calling of find. It's now separate process => interface isn't
139
blocked anymore during searching
141
ver. 0.1: first official release