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

Comparing CV/Changes (file contents):
Revision 1.135 by root, Tue Jul 8 12:04:04 2008 UTC vs.
Revision 1.217 by root, Wed Sep 12 06:22:32 2018 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.
7
8TODO: metacluster
9TODO: "mädhcne" utf-8 bug move to ERROR is a directory
10TODO: up == select dir
11TODO: turbojpeg
12TODO: CV_THUMBNAIL_SCALE
13TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224.
14TODO: dir_is_movie in load_image bluray: ffmpeg etc.
15
16 - new selection method. Alt-A / select files i same directory, can be repeated.
17 - change meta-mask to mod1-mask, as gtk+ has silently changed the meaning of meta
18 over the years (so much for api stability...).
19 - newer perl versions somehow manage to leak the prefetch file handle somehow,
20 try tro work aorund.
21 - implement (undocumented) filename_display_name hook in Gt2k::CV::Schnauer.
22 - use symbolic names for entry indices in Schnauzer, for sanity, as the design
23 is now stable enough.
24
251.71 Tue Jul 31 00:57:03 CEST 2018
26 - fix 'o' key osd level switching in mpv (similar to old mplayer mode).
27 - do not error out on incomplete JPEG files, generate fake EOI marker instead
28 to enable the decoder to output a partial file.
29
301.7 Wed Dec 27 18:47:50 CET 2017
31 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
32 use CV_MPLAYER=mplayer to get the previous behaviour.
33 - new env variable, CV_MPLAYER, defaulting to mpv.
34 - make "mplayer" configurable via CV_MPLAYER, support mpv.
35 - support mpv ipc protocol for remote control.
36 - implement audio visualisation when playing audio streams,
37 remove support for CV_AUDIO_PLAYER.
38 - port to newer versions of gtk2, which require including gdkx.h.
39 - preliminary & optional webp load and thumbnail support.
40 - use mmap to "load" files and decode from memory buffers.
41 - use internal fileype function to detect filetype when generating
42 hthumbnails, instead of relaying on file extension (for speed).
43 - add internal magic_buffer/magic_buffer_mime functions.
44 - add more fallback extensions for audio when mimetype detection fails.
45
461.61 Sat Jun 24 01:55:48 CEST 2017
47 - work around parser bug in 5.18.1 (-a).
48 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
49 - use ffprobe instead of mplayer to probe video size/type.
50 - switch to using AnyEvent::Fork as provider for the processpool, which ought
51 to save gobs of memory.
52 - much improved async communications with worker processes.
53 - batch expose events together, in an attempt to reduce the amount of
54 expose races in gtk+ (does not fix scrolling races).
55 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
56 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
57 use bash's $'' syntax for other filenames.
58 - no longer pass a-z from viewer to schnauzer.
59 - properly serialise jobs by priority, instead of executing
60 jobs in parallel on the same path *sometimes*.
61 - escape select-by-prefix menu item labels.
62 - work around more perl unicode bugs.
63 - slightly improved filetype detection.
64 - add "cp" job for external plugins.
65 - work around even more perl unicode bugs that the perl5-porters
66 don't want to fix because of backwards compatibility.
67 - do not stupidly load big video files into memory just
68 to make a thumbnail.
69 - don't modify global $_ in aio callbacks.
70 - make drag-rectangle more visible.
71 - do not enter the last directory on the commandline, if more
72 than one argument is specified.
73 - started using AnyEvent.
74 - space by default activates first file, or first directory, if no files
75 (as opposed to first file or last directory in previous versions).
76 - fix race condition where the schnauzer might stay non-sensitive
77 on fast directory changes.
78 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
79 - delay initialisation of Gtk2::CV::Schnauzer until first use.
80 - fix a runtime error when starting namecluster with newer gtk's.
81 - do not rely on /dev/shm being world-writable, use
82 /run/shm, /dev/shm and /tmp, in this order.
83 - expect mplayer to sometimes generate more than 2 frames when 1 is
84 requested.
85 - tune video thumbnail generation a bit.
86 - more fixups for "file -i" failing.
87 - properly follows symlinks instead of bailing out.
88 - support perl multicore specification (http://perlmulticore.schmorp.de/)
89 for jpeg loading and image transformations, although nothing takes
90 advantage of this *yet*.
91 - ctrl-up/down in schnauzer tries to move name cluster cursor.
92 - ctrl-shift-T in image window now sets default rotation for
93 subsequent image loads.
94 - ctrl-shift-G in schnauzer now removes thumbnails.
95 - implement j (cycle subtitle) and # (cycle audio track)
96 in mplayer mode.
97 - respect load time (ctrl-shift-T) rotation setting for videos
98 (no clue how to do that at runtime).
99 - print jpeg error messages to stderr.
100
1011.56 Thu Oct 28 14:13:36 CEST 2010
102 - try an ugly workaround against Gtk's CONTINUED brokenness
103 with regards to non-ascii filenames :(.
104 - REALLY hide paths that are in the process of being removed
105 from the Schnauzer.
106 - when selecting entries, stat them all and fine their total
107 size(s) + filesystem overhead after a delay.
108 - take advantage of the Guard module.
109 - work around mplayer grabbing the focus.
110 - improve mplayer window size bug workaround. *sigh*.
111 - try not to keep a handle to a guard file to avoid
112 running into rename races with nfs.
113 - work around perl bug #77798 in some parts.
114 - slight namecluster speed improvement.
115 - work around newer libmagic versions adding mime attributes.
116
1171.55 Tue Jan 26 03:18:45 CET 2010
118 - schnauzer did usually not give the correct number for
119 "# entries selected".
120 - added new "renamer" plugin that is useful for mass renames
121 of very similar filenames.
122 - apply a heavy dose of common::sense.
123 - enable assert's (which perl disables...).
124 - take advantage of IO::AIO::aio_readdirx.
125 - speed up file move duplicate detection.
126
1271.54 Mon Apr 27 04:23:33 CEST 2009
128 - implement automatic reloading on SIGUSR1, as per suggestions
129 by Trevor Cordes.
130 - remove -\d\d\d file ending first on move collision.
131 - ctrl-shift-d now deletes despite CV_TRASHCAN.
132 - very hacky video thumbnailing via mplayer.
133 - ctrl-d errornously worked like ctrl-shift-d (cost 50gb of data).
134 - work around glib/gtk's filename corruption bugs when saving thumbnails
135 by writing the file ourselves.
136 - work around some other glib/gtk string corruption bugs.
137 - really only warn about pipe close failures :/.
138 - add hide attribute to jobs that will remove the file and do not
139 show those files in the schnauzer (but in-progress jobs
140 will still be shown, unfortunately).
141 - work around some more unicode issues in perl.
142 - correctly parse .rm as file extension in the schnauzer.
143 - always pre-fork the maximum number of worker slaves,
144 as forking later can consume way too much memory.
145 - update glade to work around annoying warnings in newer gtk.
146 - work around changes in newer glade. *sigh*.
147 - document that we need libgtk2.0-dev, too.
148 - avoid endless loops in mv.
8 149
91.53 Tue Jul 8 14:03:12 CEST 2008 1501.53 Tue Jul 8 14:03:12 CEST 2008
10 - only warn about pipe close failures in printdialog, do not die. 151 - only warn about pipe close failures in printdialog, do not die.
11 - do not try to handle filenames in unicode, instead, only 152 - do not try to handle filenames in unicode, instead, only
12 convert at display time. 153 convert at display time.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines