mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 1.3.27
- Fixed handling 'page down', which was broken in version 1.3.26 (thanks to Udo Richter). - Modified page scrolling behaviour (based on a suggestion by Patrick Gleichmann). - The new setup option "OSD/Scroll wraps" can be used to activate wrapping around in menu lists (based on a suggestion by Patrick Gleichmann). - Removed the NPTL check at startup, since several users have reported that VDR now runs fine with NPTL. - Fixed handling VPS timers, so that they only record if the event they are assigned to actually has the given VPS time. - Disabled cVideoRepacker in remux.c, because it has caused several problems during recording. If you want to test (and maybe debug) it, activate the line //#define TEST_cVideoRepacker in remux.c. - When drawing a bitmap to the OSD, the existing palette of the target can now be replaced with the new one instead of adding the new entries (thanks to Andreas Regel).
This commit is contained in:
17
MANUAL
17
MANUAL
@@ -495,11 +495,18 @@ Version 1.2
|
||||
|
||||
Scroll pages = yes no = when pressing the "Down" ("Up") key while the cursor
|
||||
is on the last (first) line of a list page, the
|
||||
list is advanced by a full page and the cursor will
|
||||
be at the top (bottom) of that page
|
||||
yes = dto., but the cursor remains at the bottom (top) of
|
||||
the page (this mode allows for faster scrolling
|
||||
through long lists).
|
||||
list is scrolled down (up) a single line and the cursor will
|
||||
remain at the bottom (top) of that page
|
||||
yes = the list is scrolled down (up) a full page and the cursor
|
||||
will be at the top (bottom) of that page (this mode allows
|
||||
for faster scrolling through long lists).
|
||||
|
||||
Scroll wraps = no no = when the end (beginning) of a list is reached while
|
||||
moving the cursor through it, the cursor stays at the
|
||||
last (first) line of the list
|
||||
yes = the cursor "wraps around" and moves from the last
|
||||
(first) line of the list directly to the first (last)
|
||||
one.
|
||||
|
||||
Sort timers = yes Turns sorting the timers in the "Timers" menu on/off.
|
||||
Timers are sorted by ascending start times, with the
|
||||
|
Reference in New Issue
Block a user