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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines