File: ChangeLog

package info (click to toggle)
catfish 0.3.2-1%2Bdeb6u2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 296 kB
  • ctags: 53
  • sloc: python: 740; sh: 117; makefile: 88
file content (179 lines) | stat: -rwxr-xr-x 4,646 bytes parent folder | download | duplicates (2)
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
v0.3.2:
 + Use completely new logo
 + Correct erroneous spin button page size
 + Partly localize Desktop file comment
 + Install icon to $prefix/share/icons/hicolor
 + Improve uninstall make rule
 + Install docs to a $prefix/share/docs/catfish
 ? new translations: cs, fi, zh_CN

v0.3.1:
 + use a broader default test for wrapper and filemanager
 + give more helpful output if a file can't be opened
 + fix search from folders with spaces breaking find

v0.3:
 + stable release
 + fix filetype button style to force icons only
 - remove settings dialog again for now

v0.3c:
 + use proper stock item constants
 + add settings dialog
 + allow for a relative path in cli option 'path'
 + support mailbox uris
 + warn when specified method is unavailable
 + ask before overwriting file
 + fix errors in on_menu_save code
 + show message dialog when file couldn't be saved
 + show message dialog when file couldn't be opened
 ? new translations: es

v0.3b:
 + optimized treeview click handler
 + allow to open the popup menu with hotkeys
 + add cli option 'file-action'
 + allow to cancel searching with "Esc"
 - removed cli option 'nostat'
 + better module check
 + add cli option 'debug'
 + update method 'pinot' for Pinot v0.71
 ? new translations: ca, fr, pl, ru

v0.3a:
 + option to build debian package
 + include docs in install
 + open folder on middle click
 + add dbus-support
 + add method 'strigi'(dbus)
 + check file icon and filter in one go
 + add method 'pinot'(dbus)
 + modularize backend interface
 + add cli option 'nostat'

v0.2.5:
 ? new translations: es

v0.2.4:
 ? new translations: ca, fr, pl, ru

v0.2.3:
 + fix search daemon not run

v0.2.2:
 + fix cli option 'fulltext'
 + fix visible internal link
 + fix popup menu (workaround glade bug)
 + fix size in thumbnail and large icon mode
 ? new translations: da

v0.2.1:
 + fix makefile to build translations

v0.2:
 + stable release
 ? new translations: fr, pl

v0.2d:
 + fix unknown widget-style bug
 - removed meta search mode
 + add fulltext search
 + respect folder for any method
 + display tooltips for file types
 + default to 'save' in save-dialog
 + fix format of iso-time
 + optimized file type filter
 ? new translations: fr, sv

v0.2c:
 + simplified glade file check
 + localization support
 + add 'Save to file' to popup menu
 + fix error if xdg.Mime unavailable
 + always include hidden files in hidden folders
 + fix popup menu right-click
 + add program icon
 + changed build process
 + fix pango markup warning
 + optional meta search mode
 + fix open missing file exception
 ? new translations: de, it

v0.2b:
 + cleaner build process
 + improved search code
 + swap time and path columns
 + ellipsize path column
 + use icon for status/ error
 + complain about unsupported wildcards
 + provide way to launch search daemon
 + fix 'opening' of status messages
 + show popup menu only for files
 + merge 'icon' and 'name' columns in default mode
 + fix combobox icon size
 + use compatible icons

v0.2a:
 + add method 'doodle'
 + use HPaned to make findbar resizable
 + new search method ComboBox
 + add cli option for search method
 + add cli option for 'exact match'
 + add cli option for 'include hidden files'
 + more flexible find method handling
 + exact search for any method
 + search for files by type
 + better dependency handling
 + add keywords autocompletion
 + show keywords in statusbar
 + add 'Copy' to popup menu

v0.1:
 + stable release

v0.1e:
 + improve 'find' support
 + make search method entry read-only
 + fix sorting by size
 + allow wildcards in keywords
 + fix confusing errors for 'find'

v0.1d:
 + check dependencies in build.py
 + fix opening of files in large-icons/thumbnails mode
 + match filename only
 + fix freeze when opening file manager
 + fix '1 file found' for no results
 + add option for custom file opener

v0.1c:
 + fix enter key to start search
 + fix opening of files in gnome
 + reset the column width for every search
 + make list sortable
 + provide desktop file
 + optional display thumbnails of images
 + limit search results
 + replace Combo with ComboBoxEntry
 + auto-disable unavailable options
 + guess location of glade-file
 + provide make file
 + make columns resizable
 + fix error with unknown DESKTOP_SESSION

v0.1b:
 + add method 'slocate'
 + add method 'beagle'
 + show number of results in statusbar
 + add filechooser-dialog
 + use local date
 + use small icons by default
 + several command line options
 + several minor improvements
 + fix 'include hidden files'
 + show results in realtime
 + improved support for desktops besides xfce
 + provide 'cancel' button

v0.1a:
 + initial release