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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines