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

Comparing CV/Changes (file contents):
Revision 1.35 by root, Tue Jun 28 00:04:11 2005 UTC vs.
Revision 1.114 by root, Mon Oct 23 18:45:53 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines