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

Comparing CV/Changes (file contents):
Revision 1.238 by root, Thu May 21 20:14:16 2020 UTC vs.
Revision 1.243 by root, Sun May 9 11:04:28 2021 UTC

1TODO: mkv 11.9 Sun May 9 13:04:09 CEST 2021
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: remove event does not recalculate schanuzer content size
4TODO: with manual placement, initial contents aren't displayed
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.
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
16 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading 2 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading
17 modules. cvrc_boot and cvrc_start functions are called later. 3 modules. cvrc_boot and cvrc_start functions are called later.
18 - INCOMPATIBLE CHANGE: mplayer support has been completely removed. 4 - INCOMPATIBLE CHANGE: mplayer support has been completely removed.
19 - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode. 5 - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode.
6 - "invisible" cursor does not act weirdly when it is in position zero
7 (ctrl-u, space did not advance if cursor was on first item in schnauzer).
8 - support heif/avif now via pixbufloader (which seesm to not have
9 working autodetection, so we do our own).
20 - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall 10 - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall
21 worse, but at least there is no dependency on mplayer anymore. 11 worse, but at least there is no dependency on mplayer anymore.
22 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable. 12 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable.
23 - the Schnauzer now autoscales everything according to the first monitor's 13 - the Schnauzer now autoscales everything according to the first monitor's
24 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc: 14 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc:
37 defaults to 1 - modifies actual icon file size. 27 defaults to 1 - modifies actual icon file size.
38 - add .cvrc changable variable $Gtk2::CV::Schnauzer::FONTSCALE, 28 - add .cvrc changable variable $Gtk2::CV::Schnauzer::FONTSCALE,
39 defaults to icon scale - modified icon font height. 29 defaults to icon scale - modified icon font height.
40 - while CV is effectively single-threaded, it might need thread support 30 - while CV is effectively single-threaded, it might need thread support
41 to be initialized in Gtk2/xcb. 31 to be initialized in Gtk2/xcb.
32 - remove hyper scaling mode.
33 - "," is now the opposite (modulo rounding) from ".".
34 - do not duplicate filetype detection in schnauzer and CV.xs, always use
35 the xs code.
42 36
431.8 Mon Apr 29 15:10:44 CEST 2019 371.8 Mon Apr 29 15:10:44 CEST 2019
44 - work around newer versions of mpv no longer having a pause command. 38 - work around newer versions of mpv no longer having a pause command.
45 - always use mpv to display gif images, because it's hard to detect whether a gif 39 - always use mpv to display gif images, because it's hard to detect whether a gif
46 is animated or not. 40 is animated or not.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines