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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines