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

Comparing CV/Changes (file contents):
Revision 1.40 by root, Fri Jul 1 02:36:10 2005 UTC vs.
Revision 1.99 by root, Fri Jan 13 01:08:06 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines