ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
(Generate patch)

Comparing CV/Changes (file contents):
Revision 1.22 by root, Tue Feb 8 05:24:25 2005 UTC vs.
Revision 1.184 by root, Tue Sep 25 17:27:41 2012 UTC

1TODO: mkv
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: remove event does not recalculate schanuzer content size
4TODO: with manual placement, initial contents aren't displayed
5TODO: update a file that has been removed etc.
1 6
2 - better window resize/move logic. 7TODO: mädhcne utf-8 bug move to ERROR is a directory
8 - no longer pass a-z from viewer to schnauzer.
9 - properly serialise jobs by priority, instead of executing
10 jobs in parallel on the same path *sometimes*.
11 - escape select-by-prefix menu item labels.
12 - work around more perl unicode bugs.
13 - slightly improved filetype detection.
14 - add "cp" job for external plugins.
15 - work around even more perl unicode bugs that the perl5-porters
16 don't want to fix because of backwards compatibility.
17 - do not stupidly load big video files into memory just
18 to make a thumbnail.
19 - don't modify global $_ in aio callbacks.
20 - make drag-rectangle more visible.
21 - do not enter the last directory on the commandline, if more
22 than one argument is specified.
23 - started using AnyEvent.
24 - space by default activates first file, or first directory, if no files
25 (as opposed to first file or last directory in previous versions).
26 - fix race condition where the schnauzer might stay non-sensitive
27 on fast directory changes.
28
291.56 Thu Oct 28 14:13:36 CEST 2010
30 - try an ugly workaround against Gtk's CONTINUED brokenness
31 with regards to non-ascii filenames :(.
32 - REALLY hide paths that are in the process of being removed
33 from the Schnauzer.
34 - when selecting entries, stat them all and fine their total
35 size(s) + filesystem overhead after a delay.
36 - take advantage of the Guard module.
37 - work around mplayer grabbing the focus.
38 - improve mplayer window size bug workaround. *sigh*.
39 - try not to keep a handle to a guard file to avoid
40 running into rename races with nfs.
41 - work around perl bug #77798 in some parts.
42 - slight namecluster speed improvement.
43 - work around newer libmagic versions adding mime attributes.
44
451.55 Tue Jan 26 03:18:45 CET 2010
46 - schnauzer did usually not give the correct number for
47 "# entries selected".
48 - added new "renamer" plugin that is useful for mass renames
49 of very similar filenames.
50 - apply a heavy dose of common::sense.
51 - enable assert's (which perl disables...).
52 - take advantage of IO::AIO::aio_readdirx.
53 - speed up file move duplicate detection.
54
551.54 Mon Apr 27 04:23:33 CEST 2009
56 - implement automatic reloading on SIGUSR1, as per suggestions
57 by Trevor Cordes.
58 - remove -\d\d\d file ending first on move collision.
59 - ctrl-shift-d now deletes despite CV_TRASHCAN.
60 - very hacky video thumbnailing via mplayer.
61 - ctrl-d errornously worked like ctrl-shift-d (cost 50gb of data).
62 - work around glib/gtk's filename corruption bugs when saving thumbnails
63 by writing the file ourselves.
64 - work around some other glib/gtk string corruption bugs.
65 - really only warn about pipe close failures :/.
66 - add hide attribute to jobs that will remove the file and do not
67 show those files in the schnauzer (but in-progress jobs
68 will still be shown, unfortunately).
69 - work around some more unicode issues in perl.
70 - correctly parse .rm as file extension in the schnauzer.
71 - always pre-fork the maximum number of worker slaves,
72 as forking later can consume way too much memory.
73 - update glade to work around annoying warnings in newer gtk.
74 - work around changes in newer glade. *sigh*.
75 - document that we need libgtk2.0-dev, too.
76 - avoid endless loops in mv.
77
781.53 Tue Jul 8 14:03:12 CEST 2008
79 - only warn about pipe close failures in printdialog, do not die.
80 - do not try to handle filenames in unicode, instead, only
81 convert at display time.
82 - kill any media players on destroy and not in the finaliser,
83 as gtk+'s lazy finalisation and mplayers stubbornness to
84 continue running without control socket and output window
85 can be annoying.
86 - add recursive delete (lamely implemented using rm -rf).
87 - update progressbar after a timeout in addition to after
88 enough work has done to ensure it is being displayed
89 quickly for long jobs.
90
911.51 Sun Jan 27 17:48:14 CET 2008
92 - run more stats in parallel in schnauzer scanning.
93 - do not deselect cursor on scroll if a range is selected.
94
951.5 Sun Nov 25 15:15:27 CET 2007
96 - rudimentary support for audio.
97 - fix Gtk2::Ex::PodViewer rename (patch by Randy J. Ray).
98
991.4 Sat Mar 17 14:11:48 CET 2007
100 - upgraded to IO::AIO 2.1 features.
101 - errors in IO::AIO callback execution will be logged and will
102 not freeze AIO operations anymore.
103 - jpeg2000 support by running jasper externally (imageviewer only).
104 - directory scanning now asynchronous.
105 - increased progress update frequency and reduced delay.
106 - add/enable icons for mp2/mp3/ogm.
107 - better ogm support.
108 - use mplayer for just about anything as opposed to just for video/*.
109 - fix auto rotation in older perls.
110
1111.3 Wed Sep 27 23:59:27 CEST 2006
112 - simplify redraw, avoid unnecessary schnauzer redraws.
113 - add rotate entries to the schnauzer menu, adapted
114 from a patch by Corris Randall.
115 - use new experimental (but much faster) clustering feature vector
116 based on moments and not on a histogram.
117 - reimplement file movement to use IO::AIO natively, thus much faster
118 and lower on resources.
119
1201.2 Fri Mar 31 12:55:15 CEST 2006
121 - fix unnecessarily redraws on partial exposes (scrolling etc).
122 - fixed CV_TRASHCAN support.
123 - "a" calls exiftran to rotate the image on-disk.
124 - don't run jobs on the same file in parallel.
125 - filenames were sometiems encoded twice when loading xvpics.
126 - do not sort filenames given on the commandline.
127 - set dithering to 'max', as contrary to documentation 'normal'
128 doesn't dither on (my) 8-bit-displays.
129 - enable dithering for xvpics.
130 - use libmagic for filetype detection.
131 - set window roles.
132 - changed xor color from 0x8080 PC to 0x8000, as the former yields
133 useless results on gtk 2.8.
134 - fix p7 thumbnail reading.
135
1361.1 Fri Oct 28 15:47:53 CEST 2005
137 - jobs for files currently shown in a schnauzer get prioritised.
138 - directories visited in a session are shown darker.
139 - unvisited directory with .xvpics in them are shown differently.
140 - add Remove Thumbnails menu entry.
141 - allow restricting image size to something less than the screen
142 (ctrl-shift-m).
143 - fix a bug where background processes stopped processing jobs.
144 - primary selection support for schnauzer selections.
145 - documented and implemented scorlling behaviour while drag-selecting.
146 - implemented Select=>By Prefix.
147 - background loading of .xvpics (and checking for symlinks-to-dirs).
148 - use overlays to differentiate between directories that
149 are empty, have .xvpics or are symlinks-to-directories.
150 - better/slower expose handling (we need double-refreshes due to
151 probable bugs in gtk+ or X11).
152 - implement a dirstack (statestack) and make use of it.
153 - don't forget cursor position on ctrl-g and similar commands.
154 - implemented keep_only_thumbnailed and remove_thumbnailed.
155 - implemented multiple-image-window support in cv.
156 - do some extra random resizes on the mplayer window to get it
157 to notice the damned window size.
158 - reap fork'ed job processes to avoid ressource leaks.
159 - fixed GNU R clustering.
160
1611.0 Wed Sep 7 18:41:38 CEST 2005
162 - fix alpha handling: we now compose with a checkerboard,
163 but exposing hidden pixel data is also supported in the code.
164 - use jpg instead of P7 format for thumbnails and remove p7
165 write support: better quality, smaller filesize.
166 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
167 - better mplayer integration (resize handling, aspect handling).
168 - fix some bugs when a Schnauzer window was resized and got
169 the wrong offset.
170 - don't crash when trying to crop to a size of less than a pixel.
171 - schnauzer now has two modes: directors view or single-file view.
172 this changes it's behaviour on rescan and other occasions.
173 - reduce the amount of random dithering.
174 - load jpeg files ~20% faster, create jpeg thumbnails an order
175 of magnitude faster.
176 - improved bin/cv documentation.
177 - improve scanning performance further by usign the directory
178 link count and by stat'ing possible directories early.
179 - do file data prefetch after space or backspace and 0.3s.
180 - better and faster casefolding.
181 - use pango's ellipsise functionality and cut at the end.
182 - moved the R clustering algo to a separate plugin (and fix it).
183 - moved the filename clustering algo to a separate plugin.
184 - try very hard to get the window size correct befre first map.
185 - only load the default title image when necessary (saves mem & cpu).
186 - change drag xor colour to #808080, uglier, but visible on all
187 images.
188 - added icon for .tif files.
189 - updated icons for some file-extensions.
190 - created a job system and create thumbnails in parallel and
191 in the background.
192 - more careful handling of filename encodings.
193 - use gdk_pixbuf_rotate_simple instead of our own functions.
194 - played with resizing logic once more.
195
1960.5 Mon Jul 11 05:48:13 CEST 2005
197 - image window resizing now works again.
198 - much improved resize/move handling (still not up to xv's level).
199 - every schnauzer now has an associated label/info field.
3 - better ^D performance. 200 - better ^D performance.
4 - can now play videos if mplayer is in the path (and probably is 201 - can now play videos if mplayer is in the path (and probably is
5 identical to my versions and your config file is empty etc. etc. 202 identical to my versions and your config file is empty etc. etc.
6 the usual caveats about embedding mplayer...) 203 the usual caveats about embedding mplayer...)
7 - much improved resize handling (still not up to xv's level). 204 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes
205 the resize problems).
8 - remove gtk20-compatibility cruft. 206 - remove gtk20-compatibility cruft.
207 - added progress window for lengthy operations.
208 - removed <parent> entry, use popup=>Up.
209 - change of contact address.
210 - updated icons for some file-extensions.
211 - make cv's info label wrap as not to change horizontal window width
212 (doesn't work, but that's general gtk2 brokenness).
213 - use set_absolute_size for the schnauzer font. doesn't result in an
214 absolute size, but at least results in the same height everywhere.
215 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
216 eg/plugin-skeleton).
217 - removed bin/cvc's clusteriser.
218 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
219 - set _X_CWD to current dir in bin/cv (a rather special feature...).
220 - further directory scanning speed improvements.
221 - IO::AIO use for some speedups and more concurrency.
9 222
100.3 Sun Aug 1 21:59:49 CEST 2004 2230.3 Sun Aug 1 21:59:49 CEST 2004
11 - cv * now correctly loads && selects the first image again. 224 - cv * now correctly loads && selects the first image again.
12 - changed selection behaviour to select ranges not rectangles 225 - changed selection behaviour to select ranges not rectangles
13 (could be configurable at runtime). 226 (could be configurable at runtime).
14 - many small bugfixes. 227 - many small bugfixes.
15 - better display behaviour when viewing many images quickly. 228 - better display behaviour when viewing many images quickly.
16 - changed sort order to sth... strange (case insensitive, 229 - changed sort order to sth... strange (case insensitive,
17 numbers < 5 digits sorted in numerical order). 230 numbers < 5 digits sorted in numerical order).
18 231
190.2 Thu Nov 20 07:49:55 CET 2003 2320.2 Thu Nov 20 07:49:55 CET 2003
20 - add DSC comments (except for %%page). 233 - add DSC comments (except for %%page).
21 - implemented binary encoding for postscript printing. 234 - implemented binary encoding for postscript printing.
22 - ctrl-s == rescan. 235 - ctrl-s == rescan.
23 - less-latency resizes. 236 - less-latency resizes.
24 - after implementing filename_to_unicode maybe it is time to use it... 237 - after implementing filename_to_unicode maybe it is time to use it...
25 238
260.15 Wed Nov 12 21:33:32 CET 2003 2390.15 Wed Nov 12 21:33:32 CET 2003
27 - add nifty print dialog, using glade and GladeXML. GladeXML needs 240 - add nifty print dialog, using glade and GladeXML. GladeXML needs
28 some convinience functions, but is ok to use. 241 some convinience functions, but is ok to use.
29 - improved schnauzer scrolling and geometry hints. 242 - improved schnauzer scrolling and geometry hints.
30 - bugfixes, as usual. 243 - bugfixes, as usual.
31 - implemented ctrl-u. 244 - implemented ctrl-u.
32 - implemented maxpect-always mode. 245 - implemented maxpect-always mode.
33 246
340.14 Mon Nov 10 20:11:15 CET 2003 2470.14 Mon Nov 10 20:11:15 CET 2003
35 - use subpixbufs for cropping. 248 - use subpixbufs for cropping.
36 - don't force redraws anymore, hopefully the result is the same. 249 - don't force redraws anymore, hopefully the result is the same.
37 - primitive printing with automaxpect (always to /tmp/x, watch out!). 250 - primitive printing with automaxpect (always to /tmp/x, watch out!).
38 - off-by-one error in flip code fixed. 251 - off-by-one error in flip code fixed.
39 - replaced nearest interpolation to tiles for thumbnail generation. 252 - replaced nearest interpolation to tiles for thumbnail generation.
40 - much improved thumbnail dithering. 253 - much improved thumbnail dithering.
41 - applied drag_rect patch by muppet, together with some infrastructure 254 - applied drag_rect patch by muppet, together with some infrastructure
42 improvements. 255 improvements.
43 - faster and less accurate text "autoscaling". 256 - faster and less accurate text "autoscaling".
44 257
450.13 Sat Nov 8 14:13:24 CET 2003 2580.13 Sat Nov 8 14:13:24 CET 2003
46 - Applied patch by muppet to backport it to gtk2.0, 259 - Applied patch by muppet to backport it to gtk2.0,
47 plus portabiity fixes. 260 plus portabiity fixes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines