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

Comparing CV/Changes (file contents):
Revision 1.158 by root, Mon Nov 30 20:13:49 2009 UTC vs.
Revision 1.187 by root, Fri Apr 5 02:30:46 2013 UTC

1TODO/FIXME: .ogm support is a must 1TODO: mkv
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: remove event does not recalculate schanuzer content size 3TODO/FIXME: remove event does not recalculate schanuzer content size
4TODO: with manual placement, initial contents aren't displayed 4TODO: with manual placement, initial contents aren't displayed
5TODO: rename, mass-rename
6TODO: update a file that has been removed etc. 5TODO: update a file that has been removed etc.
7TODO: cv file => rescan => 0 byte size if file no longer exists
8 6
7TODO: mädhcne utf-8 bug move to ERROR is a directory
8Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224.
9 - switch to using AnyEvent::Fork as provider for the processpool, which ought
10 to save gobs of memory.
11 - much improved async communicaitons with worker processes.
12 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
13 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
14 use bash's $'' syntax for other filenames.
15 - no longer pass a-z from viewer to schnauzer.
16 - properly serialise jobs by priority, instead of executing
17 jobs in parallel on the same path *sometimes*.
18 - escape select-by-prefix menu item labels.
19 - work around more perl unicode bugs.
20 - slightly improved filetype detection.
21 - add "cp" job for external plugins.
22 - work around even more perl unicode bugs that the perl5-porters
23 don't want to fix because of backwards compatibility.
24 - do not stupidly load big video files into memory just
25 to make a thumbnail.
26 - don't modify global $_ in aio callbacks.
27 - make drag-rectangle more visible.
28 - do not enter the last directory on the commandline, if more
29 than one argument is specified.
30 - started using AnyEvent.
31 - space by default activates first file, or first directory, if no files
32 (as opposed to first file or last directory in previous versions).
33 - fix race condition where the schnauzer might stay non-sensitive
34 on fast directory changes.
35 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
36 - delay initialisation of Gtk2::CV::Schnauzer until first use.
37
381.56 Thu Oct 28 14:13:36 CEST 2010
39 - try an ugly workaround against Gtk's CONTINUED brokenness
40 with regards to non-ascii filenames :(.
41 - REALLY hide paths that are in the process of being removed
42 from the Schnauzer.
43 - when selecting entries, stat them all and fine their total
44 size(s) + filesystem overhead after a delay.
45 - take advantage of the Guard module.
46 - work around mplayer grabbing the focus.
47 - improve mplayer window size bug workaround. *sigh*.
48 - try not to keep a handle to a guard file to avoid
49 running into rename races with nfs.
50 - work around perl bug #77798 in some parts.
51 - slight namecluster speed improvement.
52 - work around newer libmagic versions adding mime attributes.
53
541.55 Tue Jan 26 03:18:45 CET 2010
55 - schnauzer did usually not give the correct number for
56 "# entries selected".
57 - added new "renamer" plugin that is useful for mass renames
58 of very similar filenames.
9 - apply a heavy dose of common::sense. 59 - apply a heavy dose of common::sense.
10 - enable assert's (which perl disables...). 60 - enable assert's (which perl disables...).
11 - take advantage of IO::AIO::aio_readdirx. 61 - take advantage of IO::AIO::aio_readdirx.
12 - speed up file move duplicate detection. 62 - speed up file move duplicate detection.
13 63

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines