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

Comparing CV/Changes (file contents):
Revision 1.131 by root, Sat Mar 1 02:33:04 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).
76 - work around glib/gtk's filename corruption bugs when saving thumbnails
77 by writing the file ourselves.
78 - work around some other glib/gtk string corruption bugs.
79 - really only warn about pipe close failures :/.
80 - add hide attribute to jobs that will remove the file and do not
81 show those files in the schnauzer (but in-progress jobs
82 will still be shown, unfortunately).
83 - work around some more unicode issues in perl.
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.
91
921.53 Tue Jul 8 14:03:12 CEST 2008
93 - only warn about pipe close failures in printdialog, do not die.
9 - do not try to handle filenames in unicode, instead, only 94 - do not try to handle filenames in unicode, instead, only
10 convert at display time. 95 convert at display time.
11 - kill any media players on destroy and not in the finaliser, 96 - kill any media players on destroy and not in the finaliser,
12 as gtk+'s lazy finalisation and mplayers stubbornness to 97 as gtk+'s lazy finalisation and mplayers stubbornness to
13 continue running without control socket and output window 98 continue running without control socket and output window
14 can be annoying. 99 can be annoying.
100 - add recursive delete (lamely implemented using rm -rf).
101 - update progressbar after a timeout in addition to after
102 enough work has done to ensure it is being displayed
103 quickly for long jobs.
15 104
161.51 Sun Jan 27 17:48:14 CET 2008 1051.51 Sun Jan 27 17:48:14 CET 2008
17 - run more stats in parallel in schnauzer scanning. 106 - run more stats in parallel in schnauzer scanning.
18 - do not deselect cursor on scroll if a range is selected. 107 - do not deselect cursor on scroll if a range is selected.
19 108

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines