mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 1.3.40
- Fixed a second place where a message should be given when an instant recording is started (reported by Jesus Bravo Alvarez). - Modified logging so that even on NPTL systems each line in the log file shows the individual thread's pid (based on a suggestion from Francois-Xavier Kowalski). - Fixed a problem with @plugin in keymacros.conf in case the named plugin is not loaded (reported by Franz Gangkofer). - Fixed a crash after executing the SVDRP command CLRE, caused by dangling 'schedule' pointers from cChannel objects (reported by Malte Schröder). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Improved NULL checking in strreplace(). - Fixed a crash in the Schedule menu with events that have no title (reported by Rolf Ahrenberg). cEvent::FixEpgBugs() now assigns a "No title" string to events that have no title. - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Recordings are now only started if there is at least 300MB free disk space (suggested by Markus Hahn). - When entering text via the numeric keys, the cursor now automatically advances (based on a patch from Rolf Ahrenberg). - Updated the Polish OSD texts and the fontosd-iso8859-2.c file (thanks to Jaroslaw Swierczynski). - Disabled the "buffer reserve" in Transfer Mode. Last chance to complain if you really need it - it will be completely removed in the next version. If you are experiencing problems with a/v running out of sync, try the latest driver and firmware (if you are using a full featured DVB card). - Switching channels with the Up/Down or Channel+/Channel- keys now works a lot faster when the repeat function kicks in, by not actually switching the channel every time, but rather only displaying the channel info and doing the final switch when the key is released. - The channel display is now updated _before_ the channel is switched. - Added a missing initialization of 'timeout' in the cDisplayChannel constructor. - Fixed detecting if there can be any useful further input when entering channel numbers (thanks to Thomas Bergwinkl). - Updated the Spanish OSD texts (thanks to Jesus Bravo Alvarez). - Fixed handling the '0' key for switching between the last two channels (thanks to Thomas Bergwinkl).
This commit is contained in:
30
CONTRIBUTORS
30
CONTRIBUTORS
@@ -936,6 +936,9 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi>
|
||||
for reporting a bug in handling key macros with keys after @plugin
|
||||
for adding compiler options "-fPIC -g" to all plugins
|
||||
for adding a leading '0' to the day in the DayDateTime() function
|
||||
for reporting a crash in the Schedule menu with events that have no title
|
||||
for a patch that was used to implement automatic cursor advance when entering text
|
||||
via the numeric keys
|
||||
|
||||
Ralf Klueber <ralf.klueber@vodafone.com>
|
||||
for reporting a bug in cutting a recording if there is only a single editing mark
|
||||
@@ -1154,11 +1157,14 @@ Andreas Regel <andreas.regel@gmx.de>
|
||||
for reporting a problem with messages when a cOsdObject uses the raw OSD
|
||||
for implementing palette replace mode in the OSD bitmaps
|
||||
|
||||
Thomas Bergwinkl <Thomas.Bergwinkl@t-online.de>
|
||||
Thomas Bergwinkl <Thomas.Bergwinkl@vr-web.de>
|
||||
for fixing the validity check for channel IDs, because some providers use TIDs
|
||||
with value 0
|
||||
for pointing out that transponder handling didn't work with satellites that provide
|
||||
two transponders on the same frequency, with different polarization
|
||||
for fixing detecting if there can be any useful further input when entering channel
|
||||
numbers
|
||||
for fixing handling the '0' key for switching between the last two channels
|
||||
|
||||
St<EFBFBD>phane Est<73>-Gracias <sestegra@free.fr>
|
||||
for fixing a typo in libsi/si.h
|
||||
@@ -1655,3 +1661,25 @@ Andr
|
||||
J<EFBFBD>rgen Schilling <juergen_schilling@web.de>
|
||||
for reporting that color buttons were displayed in the recording info menu if it
|
||||
has been invoked from a player
|
||||
|
||||
Jesus Bravo Alvarez <jba@pobox.com>
|
||||
for reporting a second place where a message should be given when an instant
|
||||
recording is started
|
||||
for updating the Spanish OSD texts
|
||||
|
||||
Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com>
|
||||
for suggesting how to modify logging so that even on NPTL systems each line in
|
||||
the log file shows the individual thread's pid
|
||||
|
||||
Franz Gangkofer <Franz.Gangkofer@cadsoft.de>
|
||||
for reporting a problem with @plugin in keymacros.conf in case the named plugin
|
||||
is not loaded
|
||||
|
||||
Malte Schr<68>der <MalteSch@gmx.de>
|
||||
for reporting a crash after executing the SVDRP command CLRE
|
||||
|
||||
Markus Hahn <mhahn@reel-multimedia.com>
|
||||
for suggesting to only start recordings if there is at least 300MB free disk space
|
||||
|
||||
Jaroslaw Swierczynski <swiergot@gmail.com>
|
||||
for updating the Polish OSD texts and the fontosd-iso8859-2.c file
|
||||
|
||||
Reference in New Issue
Block a user