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

Comparing CV/Changes (file contents):
Revision 1.224 by root, Mon Apr 29 13:11:27 2019 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?) 2 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading
3TODO/FIXME: remove event does not recalculate schanuzer content size 3 modules. cvrc_boot and cvrc_start functions are called later.
4TODO: with manual placement, initial contents aren't displayed 4 - INCOMPATIBLE CHANGE: mplayer support has been completely removed.
5TODO: update a file that has been removed etc. 5 - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode.
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 - "invisible" cursor does not act weirdly when it is in position zero
7 7 (ctrl-u, space did not advance if cursor was on first item in schnauzer).
8TODO: "mädhcne" utf-8 bug move to ERROR is a directory 8 - support heif/avif now via pixbufloader (which seesm to not have
9TODO: up == select dir 9 working autodetection, so we do our own).
10TODO: turbojpeg 10 - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall
11TODO: CV_THUMBNAIL_SCALE 11 worse, but at least there is no dependency on mplayer anymore.
12TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. 12 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable.
13TODO: dir_is_movie in load_image bluray: ffmpeg etc. 13 - the Schnauzer now autoscales everything according to the first monitor's
14 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc:
15 $Gtk2::CV::Schnauzer::DISPLAYSCALE = 1;
16 - redid "splash" image to be 16:9 (and also super-ugly, but nobody cares).
17 - support mpv's --input-ipc-file option, in addition to --input-file
18 (untested).
19 - rather brutally remove LC_ALL and override LC_NUMERIC, as perl and gtk2
20 sometimes fail to format numbers correctly and fall back to the
21 locale-specific format (which perl should never do).
22 - added a "Subdir view", showing only subdirectories in the cluster view and
23 immediately entering them.
24 - add .cvrc changable variable $Gtk2::CV::Schnauzer::DISPLAYSCALE,
25 defaults to 1 - for use with hidpi displays.
26 - add .cvrc changable variable $Gtk2::CV::Schnauzer::ICONSCALE,
27 defaults to 1 - modifies actual icon file size.
28 - add .cvrc changable variable $Gtk2::CV::Schnauzer::FONTSCALE,
29 defaults to icon scale - modified icon font height.
30 - while CV is effectively single-threaded, it might need thread support
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.
14 36
151.8 Mon Apr 29 15:10:44 CEST 2019 371.8 Mon Apr 29 15:10:44 CEST 2019
16 - 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.
17 - 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
18 is animated or not. 40 is animated or not.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines