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

Comparing CV/Changes (file contents):
Revision 1.164 by root, Mon Aug 2 21:15:17 2010 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: update a file that has been removed etc. 5TODO: update a file that has been removed etc.
6TODO: cv file => rescan => 0 byte size if file no longer exists
7 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 :(.
8 - REALLY hide paths that are in the process of being removed 41 - REALLY hide paths that are in the process of being removed
9 from the Schnauzer. 42 from the Schnauzer.
10 - when selecting entries, stat them all and fine their total 43 - when selecting entries, stat them all and fine their total
11 size(s) + filesystem overhead after a delay. 44 size(s) + filesystem overhead after a delay.
12 - take advantage of the Guard module. 45 - take advantage of the Guard module.
13 - work around mplayer grabbing the focus. 46 - work around mplayer grabbing the focus.
14 - improve mplayer window size bug workaround. *sigh*. 47 - improve mplayer window size bug workaround. *sigh*.
15 - try not to keep a handle to a guard file to avoid 48 - try not to keep a handle to a guard file to avoid
16 running into rename races with nfs. 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.
17 53
181.55 Tue Jan 26 03:18:45 CET 2010 541.55 Tue Jan 26 03:18:45 CET 2010
19 - schnauzer did usually not give the correct number for 55 - schnauzer did usually not give the correct number for
20 "# entries selected". 56 "# entries selected".
21 - added new "renamer" plugin that is useful for mass renames 57 - added new "renamer" plugin that is useful for mass renames

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines