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

Comparing CV/Changes (file contents):
Revision 1.24 by root, Tue Mar 1 03:52:29 2005 UTC vs.
Revision 1.117 by root, Fri Nov 3 18:24:18 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines