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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines