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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines