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

Comparing CV/Changes (file contents):
Revision 1.179 by root, Wed Oct 26 14:02:29 2011 UTC vs.
Revision 1.268 by root, Thu Jun 22 06:04:51 2023 UTC

1TODO: mkv
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 1TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: remove event does not recalculate schanuzer content size 2TODO/FIXME: remove event does not recalculate schanuzer content size
4TODO: with manual placement, initial contents aren't displayed 3TODO: with manual placement, initial contents aren't displayed
5TODO: update a file that has been removed etc. 4TODO: update a file that has been removed etc.
5TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file.
6 6
7TODO: mädhcne utf-8 bug move to ERROR is a directory 7TODO: "mädhcne" utf-8 bug move to ERROR is a directory
8TODO: up == select dir
9TODO: CV_THUMBNAIL_SCALE
10TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224.
11TODO: dir_is_movie in load_image bluray: ffmpeg etc.
12TODO: cv 5/ 6/ (hla) bad icon label in schnauzere
13
14TODO: document configurable keymap
15 - leave file autoloading up to the user config, do not override it anymore.
16 - switch to AnyEvent::MPV for video/audio displaying.
17 - do not use ffprobe to probe video formats, use mpv.
18 - for filenames ending in .iso, read more data when doing filetype
19 detection, to detect udf discs.
20 - schnauzer tries to ignore nfs-sillyrenamed files.
21 - work around a bunch of encodings bugs in perl and glib.
22 - implement [ and ] keys to change mpv playback speed.
23
242.0 Fri 26 Aug 2022 23:56:45 CEST
25 - support jpeg-xl files.
26 - mpv: do no autoload files, as this is very slow on large directories.
27 - work around bugs with newer gtk2 and/or xft
28 versions that cause the schnauzer window to shrink randomly.
29 - implement (mostly hiden) --sort argument that forces filename sort
30 even when cv normally wouldn't.
31 - implement animated gif detection using netscape app block,
32 whose presence will be assume to indicate an animated gif. this is not
33 foolproof, bit greatly reduces the number of mpv invocations for gifs.
34 - fix video/gif rotation, used mplayer metpod, switched to mpv's
35 --video-rotate.
36 - take Display matrix/rotation side data type into account
37 when calculating video size from ffprobe.
38 - mpv renamed the input file option once more, to input-ipc-client.
39 tedious. would be nice if they instead worked on being able to pass
40 filenames over the APIS, or some other real problem. oh yeah,
41 --list-options format was also changed. sigh.
42 - up version sort width to 8 digits, from 6.
43 - t/T now rotate video during playback.
44 - when thumbnailing, do not open archives, follow playlists, open
45 subtitles and so on.
46 - update mpv switches to mdoern format.
47 - set whole toplevel window to insensitive insteads of just the schnauzer,
48 to avoid gtk default signal handling to mess up navigation.
49 - preliminary and limited support to play bluray/dvd "directories".
50 - use mpv commands (as opposed to mplayer) for subtitle/audio track cycling.
51 - fix keysym for '#', which at some point seems to have been replaced
52 by 'numbersign' in gtk.
53 - implement hack to detect some iso files as bluray movies and play them.
54 - do not pass filenames directly to ffprobe, instead prefix them with
55 file:, to ensure they are not misinterpreted as urls.
56 - implement '#' (switch audio tracks) and "j" (switch subtitle tracks)
57 keybindings.
58
591.9 Sun May 9 13:04:09 CEST 2021
60 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading
61 modules. cvrc_boot and cvrc_start functions are called later.
62 - INCOMPATIBLE CHANGE: mplayer support has been completely removed.
63 - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode.
64 - "invisible" cursor does not act weirdly when it is in position zero
65 (ctrl-u, space did not advance if cursor was on first item in schnauzer).
66 - support heif/avif now via pixbufloader (which seesm to not have
67 working autodetection, so we do our own).
68 - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall
69 worse, but at least there is no dependency on mplayer anymore.
70 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable.
71 - the Schnauzer now autoscales everything according to the first monitor's
72 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc:
73 $Gtk2::CV::Schnauzer::DISPLAYSCALE = 1;
74 - redid "splash" image to be 16:9 (and also super-ugly, but nobody cares).
75 - support mpv's --input-ipc-file option, in addition to --input-file
76 (untested).
77 - rather brutally remove LC_ALL and override LC_NUMERIC, as perl and gtk2
78 sometimes fail to format numbers correctly and fall back to the
79 locale-specific format (which perl should never do).
80 - added a "Subdir view", showing only subdirectories in the cluster view and
81 immediately entering them.
82 - add .cvrc changable variable $Gtk2::CV::Schnauzer::DISPLAYSCALE,
83 defaults to 1 - for use with hidpi displays.
84 - add .cvrc changable variable $Gtk2::CV::Schnauzer::ICONSCALE,
85 defaults to 1 - modifies actual icon file size.
86 - add .cvrc changable variable $Gtk2::CV::Schnauzer::FONTSCALE,
87 defaults to icon scale - modified icon font height.
88 - while CV is effectively single-threaded, it might need thread support
89 to be initialized in Gtk2/xcb.
90 - remove hyper scaling mode.
91 - "," is now the opposite (modulo rounding) from ".".
92 - do not duplicate filetype detection in schnauzer and CV.xs, always use
93 the xs code.
94
951.8 Mon Apr 29 15:10:44 CEST 2019
96 - work around newer versions of mpv no longer having a pause command.
97 - always use mpv to display gif images, because it's hard to detect whether a gif
98 is animated or not.
99 - use a better(?), more "sharp" method to detect keyboard accelerators and to decide
100 which keys to pass to the schnauzer from the image window.
101 - new selection method. Alt-A / select files i same directory, can be repeated.
102 - rename select by prefix to select by adjacent name.
103 - increase search range for adjacent name to 10000.
104 - change meta-mask to mod1-mask, as gtk+ has silently changed the meaning of meta
105 over the years (so much for api stability...).
106 - newer perl versions somehow manage to leak the prefetch file handle somehow,
107 try tro work aorund.
108 - implement (undocumented) filename_display_name hook in Gt2k::CV::Schnauer.
109 - use symbolic names for entry indices in Schnauzer, for sanity, as the design
110 is now stable enough.
111 - use loop-file=inf for mpv instead of -loop 0, which only works for mplayer.
112 - add metadata clustering plugin.
113 - use ffprobe also if libmagic cannot detect anything, to decide whether the
114 file is (maybe) an image or (maybe) a video.
115 - namecluster now respects default modifier mask.
116
1171.71 Tue Jul 31 00:57:03 CEST 2018
118 - fix 'o' key osd level switching in mpv (similar to old mplayer mode).
119 - do not error out on incomplete JPEG files, generate fake EOI marker instead
120 to enable the decoder to output a partial file.
121
1221.7 Wed Dec 27 18:47:50 CET 2017
123 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
124 use CV_MPLAYER=mplayer to get the previous behaviour.
125 - new env variable, CV_MPLAYER, defaulting to mpv.
126 - make "mplayer" configurable via CV_MPLAYER, support mpv.
127 - support mpv ipc protocol for remote control.
128 - implement audio visualisation when playing audio streams,
129 remove support for CV_AUDIO_PLAYER.
130 - port to newer versions of gtk2, which require including gdkx.h.
131 - preliminary & optional webp load and thumbnail support.
132 - use mmap to "load" files and decode from memory buffers.
133 - use internal fileype function to detect filetype when generating
134 hthumbnails, instead of relaying on file extension (for speed).
135 - add internal magic_buffer/magic_buffer_mime functions.
136 - add more fallback extensions for audio when mimetype detection fails.
137
1381.61 Sat Jun 24 01:55:48 CEST 2017
139 - work around parser bug in 5.18.1 (-a).
140 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
141 - use ffprobe instead of mplayer to probe video size/type.
142 - switch to using AnyEvent::Fork as provider for the processpool, which ought
143 to save gobs of memory.
144 - much improved async communications with worker processes.
145 - batch expose events together, in an attempt to reduce the amount of
146 expose races in gtk+ (does not fix scrolling races).
147 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
148 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
149 use bash's $'' syntax for other filenames.
150 - no longer pass a-z from viewer to schnauzer.
8 - properly serialise jobs by priority, instead of executing 151 - properly serialise jobs by priority, instead of executing
9 jobs in parallel on the same path *sometimes*. 152 jobs in parallel on the same path *sometimes*.
10 - escape select-by-prefix menu item labels. 153 - escape select-by-prefix menu item labels.
11 - work around more perl unicode bugs. 154 - work around more perl unicode bugs.
12 - slightly improved filetype detection. 155 - slightly improved filetype detection.
14 - work around even more perl unicode bugs that the perl5-porters 157 - work around even more perl unicode bugs that the perl5-porters
15 don't want to fix because of backwards compatibility. 158 don't want to fix because of backwards compatibility.
16 - do not stupidly load big video files into memory just 159 - do not stupidly load big video files into memory just
17 to make a thumbnail. 160 to make a thumbnail.
18 - don't modify global $_ in aio callbacks. 161 - don't modify global $_ in aio callbacks.
162 - make drag-rectangle more visible.
163 - do not enter the last directory on the commandline, if more
164 than one argument is specified.
165 - started using AnyEvent.
166 - space by default activates first file, or first directory, if no files
167 (as opposed to first file or last directory in previous versions).
168 - fix race condition where the schnauzer might stay non-sensitive
169 on fast directory changes.
170 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
171 - delay initialisation of Gtk2::CV::Schnauzer until first use.
172 - fix a runtime error when starting namecluster with newer gtk's.
173 - do not rely on /dev/shm being world-writable, use
174 /run/shm, /dev/shm and /tmp, in this order.
175 - expect mplayer to sometimes generate more than 2 frames when 1 is
176 requested.
177 - tune video thumbnail generation a bit.
178 - more fixups for "file -i" failing.
179 - properly follows symlinks instead of bailing out.
180 - support perl multicore specification (http://perlmulticore.schmorp.de/)
181 for jpeg loading and image transformations, although nothing takes
182 advantage of this *yet*.
183 - ctrl-up/down in schnauzer tries to move name cluster cursor.
184 - ctrl-shift-T in image window now sets default rotation for
185 subsequent image loads.
186 - ctrl-shift-G in schnauzer now removes thumbnails.
187 - implement j (cycle subtitle) and # (cycle audio track)
188 in mplayer mode.
189 - respect load time (ctrl-shift-T) rotation setting for videos
190 (no clue how to do that at runtime).
191 - print jpeg error messages to stderr.
19 192
201.56 Thu Oct 28 14:13:36 CEST 2010 1931.56 Thu Oct 28 14:13:36 CEST 2010
21 - try an ugly workaround against Gtk's CONTINUED brokenness 194 - try an ugly workaround against Gtk's CONTINUED brokenness
22 with regards to non-ascii filenames :(. 195 with regards to non-ascii filenames :(.
23 - REALLY hide paths that are in the process of being removed 196 - REALLY hide paths that are in the process of being removed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines