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

Comparing CV/Changes (file contents):
Revision 1.85 by root, Tue Oct 4 04:19:41 2005 UTC vs.
Revision 1.176 by root, Sat Aug 6 20:53:17 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines