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

Comparing CV/Changes (file contents):
Revision 1.21 by root, Mon Feb 7 12:59:34 2005 UTC vs.
Revision 1.120 by root, Thu Dec 7 17:09:08 2006 UTC

1TODO/FIXME: .ogm support is a must
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: rename, mass-rename
6TODO: update a file that has been removed etc.
7TODO: cv file => rescan => 0 byte size if file no longer exists
1 8
2 - better window resize/move logic. 9 - upgraded to IO::AIO 2.1 features.
10 - errors in IO::AIO callback execution will be logged and will
11 not freeze AIO operations anymore.
12 - jpeg2000 support by running jasper externally (imageviewer only).
13 - directory scanning now asynchronous.
14 - increased progress update frequency and reduced delay.
15 - add/enable icons for mp2/mp3/ogm.
16 - better ogm support.
17 - use mplayer for just about anything as opposed to just for video/*.
18 - fix auto rotation in older perls.
19
201.3 Wed Sep 27 23:59:27 CEST 2006
21 - simplify redraw, avoid unnecessary schnauzer redraws.
22 - add rotate entries to the schnauzer menu, adapted
23 from a patch by Corris Randall.
24 - use new experimental (but much faster) clustering feature vector
25 based on moments and not on a histogram.
26 - reimplement file movement to use IO::AIO natively, thus much faster
27 and lower on resources.
28
291.2 Fri Mar 31 12:55:15 CEST 2006
30 - fix unnecessarily redraws on partial exposes (scrolling etc).
31 - fixed CV_TRASHCAN support.
32 - "a" calls exiftran to rotate the image on-disk.
33 - don't run jobs on the same file in parallel.
34 - filenames were sometiems encoded twice when loading xvpics.
35 - do not sort filenames given on the commandline.
36 - set dithering to 'max', as contrary to documentation 'normal'
37 doesn't dither on (my) 8-bit-displays.
38 - enable dithering for xvpics.
39 - use libmagic for filetype detection.
40 - set window roles.
41 - changed xor color from 0x8080 PC to 0x8000, as the former yields
42 useless results on gtk 2.8.
43 - fix p7 thumbnail reading.
44
451.1 Fri Oct 28 15:47:53 CEST 2005
46 - jobs for files currently shown in a schnauzer get prioritised.
47 - directories visited in a session are shown darker.
48 - unvisited directory with .xvpics in them are shown differently.
49 - add Remove Thumbnails menu entry.
50 - allow restricting image size to something less than the screen
51 (ctrl-shift-m).
52 - fix a bug where background processes stopped processing jobs.
53 - primary selection support for schnauzer selections.
54 - documented and implemented scorlling behaviour while drag-selecting.
55 - implemented Select=>By Prefix.
56 - background loading of .xvpics (and checking for symlinks-to-dirs).
57 - use overlays to differentiate between directories that
58 are empty, have .xvpics or are symlinks-to-directories.
59 - better/slower expose handling (we need double-refreshes due to
60 probable bugs in gtk+ or X11).
61 - implement a dirstack (statestack) and make use of it.
62 - don't forget cursor position on ctrl-g and similar commands.
63 - implemented keep_only_thumbnailed and remove_thumbnailed.
64 - implemented multiple-image-window support in cv.
65 - do some extra random resizes on the mplayer window to get it
66 to notice the damned window size.
67 - reap fork'ed job processes to avoid ressource leaks.
68 - fixed GNU R clustering.
69
701.0 Wed Sep 7 18:41:38 CEST 2005
71 - fix alpha handling: we now compose with a checkerboard,
72 but exposing hidden pixel data is also supported in the code.
73 - use jpg instead of P7 format for thumbnails and remove p7
74 write support: better quality, smaller filesize.
75 - evaluate _NET_FRAME_EXTENTS to get actual maximum screen size.
76 - better mplayer integration (resize handling, aspect handling).
77 - fix some bugs when a Schnauzer window was resized and got
78 the wrong offset.
79 - don't crash when trying to crop to a size of less than a pixel.
80 - schnauzer now has two modes: directors view or single-file view.
81 this changes it's behaviour on rescan and other occasions.
82 - reduce the amount of random dithering.
83 - load jpeg files ~20% faster, create jpeg thumbnails an order
84 of magnitude faster.
85 - improved bin/cv documentation.
86 - improve scanning performance further by usign the directory
87 link count and by stat'ing possible directories early.
88 - do file data prefetch after space or backspace and 0.3s.
89 - better and faster casefolding.
90 - use pango's ellipsise functionality and cut at the end.
91 - moved the R clustering algo to a separate plugin (and fix it).
92 - moved the filename clustering algo to a separate plugin.
93 - try very hard to get the window size correct befre first map.
94 - only load the default title image when necessary (saves mem & cpu).
95 - change drag xor colour to #808080, uglier, but visible on all
96 images.
97 - added icon for .tif files.
98 - updated icons for some file-extensions.
99 - created a job system and create thumbnails in parallel and
100 in the background.
101 - more careful handling of filename encodings.
102 - use gdk_pixbuf_rotate_simple instead of our own functions.
103 - played with resizing logic once more.
104
1050.5 Mon Jul 11 05:48:13 CEST 2005
106 - image window resizing now works again.
107 - much improved resize/move handling (still not up to xv's level).
108 - every schnauzer now has an associated label/info field.
3 - better ^D performance. 109 - better ^D performance.
4 - can now play videos if mplayer is in the path (and probably is 110 - 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. 111 identical to my versions and your config file is empty etc. etc.
6 the usual caveats about embedding mplayer...) 112 the usual caveats about embedding mplayer...)
113 (http://itdp.fh-biergarten.de/mplayer-dev-eng/2004-12/txt00028.txt fixes
114 the resize problems).
115 - remove gtk20-compatibility cruft.
116 - added progress window for lengthy operations.
117 - removed <parent> entry, use popup=>Up.
118 - change of contact address.
119 - updated icons for some file-extensions.
120 - make cv's info label wrap as not to change horizontal window width
121 (doesn't work, but that's general gtk2 brokenness).
122 - use set_absolute_size for the schnauzer font. doesn't result in an
123 absolute size, but at least results in the same height everywhere.
124 - implemented a primitive plugin system (see Gtk2::CV::Plugin and
125 eg/plugin-skeleton).
126 - removed bin/cvc's clusteriser.
127 - added a new clusteriser algorithm, use Popup=>"Filename clustering..."
128 - set _X_CWD to current dir in bin/cv (a rather special feature...).
129 - further directory scanning speed improvements.
130 - IO::AIO use for some speedups and more concurrency.
7 131
80.3 Sun Aug 1 21:59:49 CEST 2004 1320.3 Sun Aug 1 21:59:49 CEST 2004
9 - cv * now correctly loads && selects the first image again. 133 - cv * now correctly loads && selects the first image again.
10 - changed selection behaviour to select ranges not rectangles 134 - changed selection behaviour to select ranges not rectangles
11 (could be configurable at runtime). 135 (could be configurable at runtime).
12 - many small bugfixes. 136 - many small bugfixes.
13 - better display behaviour when viewing many images quickly. 137 - better display behaviour when viewing many images quickly.
14 - changed sort order to sth... strange (case insensitive, 138 - changed sort order to sth... strange (case insensitive,
15 numbers < 5 digits sorted in numerical order). 139 numbers < 5 digits sorted in numerical order).
16 140
170.2 Thu Nov 20 07:49:55 CET 2003 1410.2 Thu Nov 20 07:49:55 CET 2003
18 - add DSC comments (except for %%page). 142 - add DSC comments (except for %%page).
19 - implemented binary encoding for postscript printing. 143 - implemented binary encoding for postscript printing.
20 - ctrl-s == rescan. 144 - ctrl-s == rescan.
21 - less-latency resizes. 145 - less-latency resizes.
22 - after implementing filename_to_unicode maybe it is time to use it... 146 - after implementing filename_to_unicode maybe it is time to use it...
23 147
240.15 Wed Nov 12 21:33:32 CET 2003 1480.15 Wed Nov 12 21:33:32 CET 2003
25 - add nifty print dialog, using glade and GladeXML. GladeXML needs 149 - add nifty print dialog, using glade and GladeXML. GladeXML needs
26 some convinience functions, but is ok to use. 150 some convinience functions, but is ok to use.
27 - improved schnauzer scrolling and geometry hints. 151 - improved schnauzer scrolling and geometry hints.
28 - bugfixes, as usual. 152 - bugfixes, as usual.
29 - implemented ctrl-u. 153 - implemented ctrl-u.
30 - implemented maxpect-always mode. 154 - implemented maxpect-always mode.
31 155
320.14 Mon Nov 10 20:11:15 CET 2003 1560.14 Mon Nov 10 20:11:15 CET 2003
33 - use subpixbufs for cropping. 157 - use subpixbufs for cropping.
34 - don't force redraws anymore, hopefully the result is the same. 158 - don't force redraws anymore, hopefully the result is the same.
35 - primitive printing with automaxpect (always to /tmp/x, watch out!). 159 - primitive printing with automaxpect (always to /tmp/x, watch out!).
36 - off-by-one error in flip code fixed. 160 - off-by-one error in flip code fixed.
37 - replaced nearest interpolation to tiles for thumbnail generation. 161 - replaced nearest interpolation to tiles for thumbnail generation.
38 - much improved thumbnail dithering. 162 - much improved thumbnail dithering.
39 - applied drag_rect patch by muppet, together with some infrastructure 163 - applied drag_rect patch by muppet, together with some infrastructure
40 improvements. 164 improvements.
41 - faster and less accurate text "autoscaling". 165 - faster and less accurate text "autoscaling".
42 166
430.13 Sat Nov 8 14:13:24 CET 2003 1670.13 Sat Nov 8 14:13:24 CET 2003
44 - Applied patch by muppet to backport it to gtk2.0, 168 - Applied patch by muppet to backport it to gtk2.0,
45 plus portabiity fixes. 169 plus portabiity fixes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines