ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
Revision: 1.112
Committed: Sun Oct 22 21:51:35 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.111: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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