summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 8ee97d8fd1180c9b7996dd9b481e7ed57043a731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
kio-locate (0.4.5)  2006-02-05 -- Armin Straub

  * Search hits with non-ascii characters in the file name always showed up
  with invalid size/owner/group information (fixed by Johan Billing).
  * kio-locate should now compile with gcc-4.1_beta (fixed by Jan Jitse
  Venselaar).
  * Updated to bksys 1.5.1.


kio-locate (0.4.4)  2005-10-19 -- Armin Straub

  + Warn if locate (or whatever is selected) is not installed (suggested
  by Axel K. Braun).
  * Use slocate and rlocate as default when available (suggested by Nicolas
  Degand).
  * Closed a bug preventing the display of items having the same prefix
  (reported by Takis).


kio-locate (0.4.3)  2005-09-15 -- Armin Straub

  * Made the config dialogs more verbose.
  * Replaced the previous screenshot (105K) with a similar one (27K)
  significantly reducing the package size.
  + Added a (crude?) German translation.


kio-locate (0.4.2tvo0.2)  2005-08-21 -- Tobi Vollebregt

  * Hit counting is now recursive.
  * Fixed a packaging bug which caused the helpfiles to be inaccessable
  if installed using the .deb file.
  * Updated to the newest version of bksys.


kio-locate (0.4.2tvo0.1)  2005-07-14 -- Tobi Vollebregt

  + Directory collapsing if pattern matches the directory part of a path.
  + Entries for searching within directories and entries for plain
  browsing of the directories.
  + Added full wildcard support in all patterns (after discussion this seemed
  to be more appropriate than full regexp support for `locate:').
  + Added full regexp support in the filtering patterns with the `rlocate:'
  protocol.
  + A case sensitivity setting in the config page.
  + A `config succesfully updated' or `config unchanged' message is
  displayed after closing the config dialog.
  + Different icons for normal and collapsed directories.
  + Configurable RegExp filtering, using a white list and a black list.
  * Fixed searches within a directory other than root (/).
  * Reduced flickering when listing results.
  * Number of hits displayed in front of a directory, is now exactly
  the number of entries you'll see after you click that entry.
  * `locater:help' now actually works.
  * Updated to the newest version of bksys.


kio-locate (0.4.2)  2005-05-22 -- Armin Straub

  * Removed stupid bug inverting case sensitivity.


kio-locate (0.4.1)  2005-05-21 -- Armin Straub

  + Added a config page for settings related to locate (the real
  one :-)). You can e.g. choose slocate or other replacements now.
  * For compatibility -i is used instead of --ignore-case when calling
  locate.
  * Case Sensitivity is now chosen for every part of the search
  pattern on its own.


kio-locate (0.4.0)  2005-04-10 -- Armin Straub

  + Using scons and bksys instead of autotools and the like. This
  saves both - a lot of space (around 500kb) and lots of time
  when developing (thanks to Nagy Thomas for his help).
  Read INSTALL for a quick guide.
  + Added the possibility to configure some aspects of kio-locate
  by envoking locater:config. (More to come...)
  * Use the locater protocol which uses standard Urls for more
  complex tasks and keep the locate protocol for simple queries.
  * Don't use ilocate and clocate anymore. (Check the settings for
  configuring kio-locate's case sensitivity.)
  * Some minor enhancements and some new bugs :-)


kio-locate (0.3.4)  2005-01-22 -- Armin Straub

  * Removed yet another bug preventing kio-locate from compiling when using
  KDE 3.2 (thanks to Sergio Cambra).


kio-locate (0.3.3)  2005-01-21 -- Armin Straub

  * Removed small bug preventing kio-locate from compiling on some systems
  (thanks to Francesco di Cugno who also provided a package for Slackware).


kio-locate (0.3.2)  2005-01-17 -- Armin Straub

  + Several hits in one directory are now grouped together. For code and
  ideas lots of thanks to Fred Schaettgen.
  * The search process should be a bit faster as only those files are
  checked for existence that are displayed (thanks to Fred Schaettgen).


kio-locate (0.3.1)  2004-12-10 -- Armin Straub

  * The locate protocol no more does only case sensitive searches, but
  searches case insensitive by default and switches to case sensitivity if
  the search string contains upper case characters.
  + Added the protocol clocate for case sensitive searches.
  + Added a locate search to konquerors list of web shortcuts. This enables
  you to select locate as the default search engine in konqueror. (Whenever
  you enter a nonsense url then, konqueror will use locate to search for
  this "nonsense".)


kio-locate (0.3.0)  2004-11-01 -- Armin Straub

  * Filtering by regular expressions is now possible:
  You can use "locate:pattern [!]regexp ..." now. pattern uses standard locate
  syntax followed by regexps that may be preceded by ! meaning that they
  shouldn't match.


kio-locate (0.2.4)  2004-10-26 -- Armin Straub

  * Removed bugs in kio-locate.spec used to generate rpm's (thanks to Sami
  Vento).


kio-locate (0.2.3)  2004-10-25 -- Armin Straub

  * Taking current locale into account, so kio-locate won't change non-latin1
  encoded file names (thanks to Jakub Stachowski).
  + Added kio-locate.spec so that you can build rpms by just typing
  rpmbuild -ta --target=i686 kio-locate_$VERSION.tar.gz (thanks to Sami
  Vento).


kio-locate (0.2.2)  2004-10-24 -- Armin Straub

  + Added the protocol ilocate for case insensitive searches.
  + Interpret ~/ and ~user/ in a search (expand just as the shell normally
  does).
  + Detection of konquerors autocompletion.


kio-locate (0.2.1)  2004-10-22 -- Armin Straub

  + Added french translation (thanks to Laurent Rathle).
  * Included stdlib.h correctly (previously preventing kio-locate to compile on
  some machines).


kio-locate (0.2.0)  2004-10-15 -- Armin Straub

  * Complete rewrite.
  * Works with KDE 3.3.
  + Displays detailed information in Konqueror (not just filenames).
  + Enabled patterns like the ones used for locate.


kio-locate (0.1.1-1) -- Michael Schuerig

  * Corrected URL prefix ("file:" instead of "file:/").
  * Update admin dir.


kio-locate (0.1-2) -- Michael Schuerig

  * Rebuild for KDE 3.1.


kio-locate (0.1-1) -- Michael Schuerig

  * Initial Release.