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

Comparing CV/Changes (file contents):
Revision 1.12 by root, Wed Nov 12 23:54:54 2003 UTC vs.
Revision 1.123 by root, Thu Nov 22 08:52:57 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines