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

Comparing CV/Changes (file contents):
Revision 1.105 by root, Mon Mar 27 11:36:21 2006 UTC vs.
Revision 1.215 by root, Mon Jul 30 22:57:19 2018 UTC

1TODO: mkv
1TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
2TODO/FIXME: remove event does not recalculate schanuzer content size 3TODO/FIXME: remove event does not recalculate schanuzer content size
3TODO: with manual placement, initial contents aren't displayed 4TODO: with manual placement, initial contents aren't displayed
4TODO: rename, mass-rename
5TODO: update a file that has been removed etc. 5TODO: update a file that has been removed etc.
6TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file.
6 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
161.71 Tue Jul 31 00:57:03 CEST 2018
17 - fix 'o' key osd level switching in mpv (similar to old mplayer mode).
18 - do not error out on incomplete JPEG files, generate fake EOI marker instead
19 to enable the decoder to output a partial file.
20
211.7 Wed Dec 27 18:47:50 CET 2017
22 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
23 use CV_MPLAYER=mplayer to get the previous behaviour.
24 - new env variable, CV_MPLAYER, defaulting to mpv.
25 - make "mplayer" configurable via CV_MPLAYER, support mpv.
26 - support mpv ipc protocol for remote control.
27 - implement audio visualisation when playing audio streams,
28 remove support for CV_AUDIO_PLAYER.
29 - port to newer versions of gtk2, which require including gdkx.h.
30 - preliminary & optional webp load and thumbnail support.
31 - use mmap to "load" files and decode from memory buffers.
32 - use internal fileype function to detect filetype when generating
33 hthumbnails, instead of relaying on file extension (for speed).
34 - add internal magic_buffer/magic_buffer_mime functions.
35 - add more fallback extensions for audio when mimetype detection fails.
36
371.61 Sat Jun 24 01:55:48 CEST 2017
38 - work around parser bug in 5.18.1 (-a).
39 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
40 - use ffprobe instead of mplayer to probe video size/type.
41 - switch to using AnyEvent::Fork as provider for the processpool, which ought
42 to save gobs of memory.
43 - much improved async communications with worker processes.
44 - batch expose events together, in an attempt to reduce the amount of
45 expose races in gtk+ (does not fix scrolling races).
46 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
47 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
48 use bash's $'' syntax for other filenames.
49 - no longer pass a-z from viewer to schnauzer.
50 - properly serialise jobs by priority, instead of executing
51 jobs in parallel on the same path *sometimes*.
52 - escape select-by-prefix menu item labels.
53 - work around more perl unicode bugs.
54 - slightly improved filetype detection.
55 - add "cp" job for external plugins.
56 - work around even more perl unicode bugs that the perl5-porters
57 don't want to fix because of backwards compatibility.
58 - do not stupidly load big video files into memory just
59 to make a thumbnail.
60 - don't modify global $_ in aio callbacks.
61 - make drag-rectangle more visible.
62 - do not enter the last directory on the commandline, if more
63 than one argument is specified.
64 - started using AnyEvent.
65 - space by default activates first file, or first directory, if no files
66 (as opposed to first file or last directory in previous versions).
67 - fix race condition where the schnauzer might stay non-sensitive
68 on fast directory changes.
69 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
70 - delay initialisation of Gtk2::CV::Schnauzer until first use.
71 - fix a runtime error when starting namecluster with newer gtk's.
72 - do not rely on /dev/shm being world-writable, use
73 /run/shm, /dev/shm and /tmp, in this order.
74 - expect mplayer to sometimes generate more than 2 frames when 1 is
75 requested.
76 - tune video thumbnail generation a bit.
77 - more fixups for "file -i" failing.
78 - properly follows symlinks instead of bailing out.
79 - support perl multicore specification (http://perlmulticore.schmorp.de/)
80 for jpeg loading and image transformations, although nothing takes
81 advantage of this *yet*.
82 - ctrl-up/down in schnauzer tries to move name cluster cursor.
83 - ctrl-shift-T in image window now sets default rotation for
84 subsequent image loads.
85 - ctrl-shift-G in schnauzer now removes thumbnails.
86 - implement j (cycle subtitle) and # (cycle audio track)
87 in mplayer mode.
88 - respect load time (ctrl-shift-T) rotation setting for videos
89 (no clue how to do that at runtime).
90 - print jpeg error messages to stderr.
91
921.56 Thu Oct 28 14:13:36 CEST 2010
93 - try an ugly workaround against Gtk's CONTINUED brokenness
94 with regards to non-ascii filenames :(.
95 - REALLY hide paths that are in the process of being removed
96 from the Schnauzer.
97 - when selecting entries, stat them all and fine their total
98 size(s) + filesystem overhead after a delay.
99 - take advantage of the Guard module.
100 - work around mplayer grabbing the focus.
101 - improve mplayer window size bug workaround. *sigh*.
102 - try not to keep a handle to a guard file to avoid
103 running into rename races with nfs.
104 - work around perl bug #77798 in some parts.
105 - slight namecluster speed improvement.
106 - work around newer libmagic versions adding mime attributes.
107
1081.55 Tue Jan 26 03:18:45 CET 2010
109 - schnauzer did usually not give the correct number for
110 "# entries selected".
111 - added new "renamer" plugin that is useful for mass renames
112 of very similar filenames.
113 - apply a heavy dose of common::sense.
114 - enable assert's (which perl disables...).
115 - take advantage of IO::AIO::aio_readdirx.
116 - speed up file move duplicate detection.
117
1181.54 Mon Apr 27 04:23:33 CEST 2009
119 - implement automatic reloading on SIGUSR1, as per suggestions
120 by Trevor Cordes.
121 - remove -\d\d\d file ending first on move collision.
122 - ctrl-shift-d now deletes despite CV_TRASHCAN.
123 - very hacky video thumbnailing via mplayer.
124 - ctrl-d errornously worked like ctrl-shift-d (cost 50gb of data).
125 - work around glib/gtk's filename corruption bugs when saving thumbnails
126 by writing the file ourselves.
127 - work around some other glib/gtk string corruption bugs.
128 - really only warn about pipe close failures :/.
129 - add hide attribute to jobs that will remove the file and do not
130 show those files in the schnauzer (but in-progress jobs
131 will still be shown, unfortunately).
132 - work around some more unicode issues in perl.
133 - correctly parse .rm as file extension in the schnauzer.
134 - always pre-fork the maximum number of worker slaves,
135 as forking later can consume way too much memory.
136 - update glade to work around annoying warnings in newer gtk.
137 - work around changes in newer glade. *sigh*.
138 - document that we need libgtk2.0-dev, too.
139 - avoid endless loops in mv.
140
1411.53 Tue Jul 8 14:03:12 CEST 2008
142 - only warn about pipe close failures in printdialog, do not die.
143 - do not try to handle filenames in unicode, instead, only
144 convert at display time.
145 - kill any media players on destroy and not in the finaliser,
146 as gtk+'s lazy finalisation and mplayers stubbornness to
147 continue running without control socket and output window
148 can be annoying.
149 - add recursive delete (lamely implemented using rm -rf).
150 - update progressbar after a timeout in addition to after
151 enough work has done to ensure it is being displayed
152 quickly for long jobs.
153
1541.51 Sun Jan 27 17:48:14 CET 2008
155 - run more stats in parallel in schnauzer scanning.
156 - do not deselect cursor on scroll if a range is selected.
157
1581.5 Sun Nov 25 15:15:27 CET 2007
159 - rudimentary support for audio.
160 - fix Gtk2::Ex::PodViewer rename (patch by Randy J. Ray).
161
1621.4 Sat Mar 17 14:11:48 CET 2007
163 - upgraded to IO::AIO 2.1 features.
164 - errors in IO::AIO callback execution will be logged and will
165 not freeze AIO operations anymore.
166 - jpeg2000 support by running jasper externally (imageviewer only).
167 - directory scanning now asynchronous.
168 - increased progress update frequency and reduced delay.
169 - add/enable icons for mp2/mp3/ogm.
170 - better ogm support.
171 - use mplayer for just about anything as opposed to just for video/*.
172 - fix auto rotation in older perls.
173
1741.3 Wed Sep 27 23:59:27 CEST 2006
175 - simplify redraw, avoid unnecessary schnauzer redraws.
176 - add rotate entries to the schnauzer menu, adapted
177 from a patch by Corris Randall.
178 - use new experimental (but much faster) clustering feature vector
179 based on moments and not on a histogram.
180 - reimplement file movement to use IO::AIO natively, thus much faster
181 and lower on resources.
182
1831.2 Fri Mar 31 12:55:15 CEST 2006
7 - fix unnecessarily redraws on partial exposes (scrolling etc). 184 - fix unnecessarily redraws on partial exposes (scrolling etc).
8 - fixed CV_TRASHCAN support. 185 - fixed CV_TRASHCAN support.
9 - "a" calls exiftran to rotate the image on-disk. 186 - "a" calls exiftran to rotate the image on-disk.
10 - don't run jobs on the same file in parallel. 187 - don't run jobs on the same file in parallel.
11 - filenames were sometiems encoded twice when loading xvpics. 188 - filenames were sometiems encoded twice when loading xvpics.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines