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

Comparing CV/Changes (file contents):
Revision 1.236 by root, Sat Apr 11 11:27:11 2020 UTC vs.
Revision 1.237 by root, Sat Apr 11 22:36:52 2020 UTC

11TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. 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. 12TODO: dir_is_movie in load_image bluray: ffmpeg etc.
13 13
14TODO: "j" and "#" keys for movies 14TODO: "j" and "#" keys for movies
15TODO: cv 5/ 6/ (hla) bad icon label in schnauzere 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 16 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading
18 modules. cvrc_boot and cvrc_start functions are called later. 17 modules. cvrc_boot and cvrc_start functions are called later.
19 - INCOMPATIBLE CHANGE: mplayer support has been completely removed. 18 - INCOMPATIBLE CHANGE: mplayer support has been completely removed.
19 - INCOMPATIBLE CHANGE: viewer now defaults to "maxpect" (shift-M) mode.
20 - cv now uses mpv to generate video thumbnails - maybe slower, maybe overall
21 worse, but at least there is no dependency on mplayer anymore.
20 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable. 22 - cv now expects mpv to be in the CV_MPV, not CV_MPALYER, env variable.
21 - the Schnauzer now autoscales everything according to the first monitor's 23 - the Schnauzer now autoscales everything according to the first monitor's
22 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc: 24 DPI when the dpi is >= 110. This can be disabled by adding this to your .cvrc:
23 $Gtk2::CV::Schnauzer::DISPLAYSCALE = 1; 25 $Gtk2::CV::Schnauzer::DISPLAYSCALE = 1;
24 - redid "splash" image to be 16:9 (and also super-ugly, but nobody cares). 26 - redid "splash" image to be 16:9 (and also super-ugly, but nobody cares).
27 - support mpv's --input-ipc-file option, in addition to --input-file
28 (untested).
25 - rather brutally remove LC_ALL and override LC_NUMERIC, as perl and gtk2 29 - rather brutally remove LC_ALL and override LC_NUMERIC, as perl and gtk2
26 sometimes fail to format numbers correctly and fall back to the 30 sometimes fail to format numbers correctly and fall back to the
27 locale-specific format (which perl should never do). 31 locale-specific format (which perl should never do).
28 - added a "Subdir view", showing only subdirectories in the cluster view and 32 - added a "Subdir view", showing only subdirectories in the cluster view and
29 immediately entering them. 33 immediately entering them.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines