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

Comparing CV/Changes (file contents):
Revision 1.142 by root, Tue Oct 7 18:23:05 2008 UTC vs.
Revision 1.189 by root, Mon Jul 29 00:02:21 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 6TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file.
8 7
8TODO: metacluster
9TODO: mädhcne utf-8 bug move to ERROR is a directory
10Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224.
11 - switch to using AnyEvent::Fork as provider for the processpool, which ought
12 to save gobs of memory.
13 - much improved async communicaitons with worker processes.
14 - batch expose events together, in an attempt to reduce the amount of
15 expose races in gtk+ (does not fix scrolling races).
16 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
17 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
18 use bash's $'' syntax for other filenames.
19 - no longer pass a-z from viewer to schnauzer.
20 - properly serialise jobs by priority, instead of executing
21 jobs in parallel on the same path *sometimes*.
22 - escape select-by-prefix menu item labels.
23 - work around more perl unicode bugs.
24 - slightly improved filetype detection.
25 - add "cp" job for external plugins.
26 - work around even more perl unicode bugs that the perl5-porters
27 don't want to fix because of backwards compatibility.
28 - do not stupidly load big video files into memory just
29 to make a thumbnail.
30 - don't modify global $_ in aio callbacks.
31 - make drag-rectangle more visible.
32 - do not enter the last directory on the commandline, if more
33 than one argument is specified.
34 - started using AnyEvent.
35 - space by default activates first file, or first directory, if no files
36 (as opposed to first file or last directory in previous versions).
37 - fix race condition where the schnauzer might stay non-sensitive
38 on fast directory changes.
39 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
40 - delay initialisation of Gtk2::CV::Schnauzer until first use.
41 - fix a runtime error when starting namecluster with newer gtk's.
42
431.56 Thu Oct 28 14:13:36 CEST 2010
44 - try an ugly workaround against Gtk's CONTINUED brokenness
45 with regards to non-ascii filenames :(.
46 - REALLY hide paths that are in the process of being removed
47 from the Schnauzer.
48 - when selecting entries, stat them all and fine their total
49 size(s) + filesystem overhead after a delay.
50 - take advantage of the Guard module.
51 - work around mplayer grabbing the focus.
52 - improve mplayer window size bug workaround. *sigh*.
53 - try not to keep a handle to a guard file to avoid
54 running into rename races with nfs.
55 - work around perl bug #77798 in some parts.
56 - slight namecluster speed improvement.
57 - work around newer libmagic versions adding mime attributes.
58
591.55 Tue Jan 26 03:18:45 CET 2010
60 - schnauzer did usually not give the correct number for
61 "# entries selected".
62 - added new "renamer" plugin that is useful for mass renames
63 of very similar filenames.
64 - apply a heavy dose of common::sense.
65 - enable assert's (which perl disables...).
66 - take advantage of IO::AIO::aio_readdirx.
67 - speed up file move duplicate detection.
68
691.54 Mon Apr 27 04:23:33 CEST 2009
70 - implement automatic reloading on SIGUSR1, as per suggestions
71 by Trevor Cordes.
72 - remove -\d\d\d file ending first on move collision.
73 - ctrl-shift-d now deletes despite CV_TRASHCAN.
74 - very hacky video thumbnailing via mplayer.
75 - ctrl-d errornously worked like ctrl-shift-d (cost 50gb of data).
9 - work around glib/gtk's filename corruption bugs when saving thumbnails 76 - work around glib/gtk's filename corruption bugs when saving thumbnails
10 by writing the file ourselves. 77 by writing the file ourselves.
11 - work around some other glib/gtk string corruption bugs. 78 - work around some other glib/gtk string corruption bugs.
12 - really only warn about pipe close failures :/. 79 - really only warn about pipe close failures :/.
13 - add hide attribute to jobs that will remove the file and do not 80 - add hide attribute to jobs that will remove the file and do not
14 show those files in the schnauzer (but in-progress jobs 81 show those files in the schnauzer (but in-progress jobs
15 will still be shown, unfortunately). 82 will still be shown, unfortunately).
16 - work around some more unicode issues in perl. 83 - work around some more unicode issues in perl.
17 - correctly parse .rm as file extension in the schnauzer. 84 - correctly parse .rm as file extension in the schnauzer.
85 - always pre-fork the maximum number of worker slaves,
86 as forking later can consume way too much memory.
87 - update glade to work around annoying warnings in newer gtk.
88 - work around changes in newer glade. *sigh*.
89 - document that we need libgtk2.0-dev, too.
90 - avoid endless loops in mv.
18 91
191.53 Tue Jul 8 14:03:12 CEST 2008 921.53 Tue Jul 8 14:03:12 CEST 2008
20 - only warn about pipe close failures in printdialog, do not die. 93 - only warn about pipe close failures in printdialog, do not die.
21 - do not try to handle filenames in unicode, instead, only 94 - do not try to handle filenames in unicode, instead, only
22 convert at display time. 95 convert at display time.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines