summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)Author
2006-02-05Enabled generating a core dump if VDR is run with a different user idKlaus Schmidinger
2006-02-05Fixed multiple entries of the same subdirectory in the "Recordings" menuKlaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-04Fixed a missing ',' in the Swedish OSD textsKlaus Schmidinger
2006-02-04Improved cUnbufferedFileKlaus Schmidinger
2006-02-04Fixed handling the "Setup/OSD/Menu button closes" option when set to 'yes' ↵Klaus Schmidinger
in case a replay is active
2006-02-04Fixed auto advance in string entry fields when pressing Up/Down in insert modeKlaus Schmidinger
2006-02-04Added Czech language textsKlaus Schmidinger
2006-02-04Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier ↵Klaus Schmidinger
process the audio data
2006-02-03Fixed handling "pending" timers that blocked others that actually could recordKlaus Schmidinger
2006-02-03Fixed channel up/down switching on single card systemsKlaus Schmidinger
2006-02-03Fixed setting "No title" for broken event dataKlaus Schmidinger
2006-01-29Removed leftover 'needsBufferReserve' variable from cTransferKlaus Schmidinger
2006-01-29Separated the 'install' target into several individual targets; renamed the ↵1.3.41Klaus Schmidinger
'plugins-install' target to 'install-plugins'
2006-01-29If a shutdown is requested, but the shutdown script doesn't actually halt ↵Klaus Schmidinger
the system, it is now tried again after 5 minutes
2006-01-29Implemented a timeout for remote controls that don't deliver "repeat" ↵Klaus Schmidinger
keypresses very fast
2006-01-28Changed DVBS_TUNE_TIMEOUT and DVBC_TUNE_TIMEOUT to 9000ms to avoid problems ↵Klaus Schmidinger
with channels that have low symbol rates
2006-01-28Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timerKlaus Schmidinger
2006-01-28The epg.data file is now written when VDR exitsKlaus Schmidinger
2006-01-28Increased the timeout in cInterface::GetKey() to avoid problems with remote ↵Klaus Schmidinger
controls that don't deliver "repeat" keypresses very fast
2006-01-28Fixed channel switching with the Down (Up) key in case the current channel ↵Klaus Schmidinger
is already the first (last) in the list
2006-01-27Now trying to reestablish the connection to the LIRC daemon in case it breaksKlaus Schmidinger
2006-01-27Now checking whether the channel exists before setting the PMT filter in ↵Klaus Schmidinger
cPatFilter::Process()
2006-01-27Fixed handling the tfRecording flag when reading timersKlaus Schmidinger
2006-01-27Fixed a missing ',' in the Greek OSD textsKlaus Schmidinger
2006-01-27Fixed a crash when pressing '0' in the "Schedule" menu on a channel that ↵Klaus Schmidinger
doesn't have any EPG data
2006-01-27Fixed checking toFile in cCuttingThread::Action()Klaus Schmidinger
2006-01-22Fixed handling the '0' key for switching between the last two channels1.3.40Klaus Schmidinger
2006-01-22Updated the Spanish OSD textsKlaus Schmidinger
2006-01-22Fixed detecting if there can be any useful further input when entering ↵Klaus Schmidinger
channel numbers
2006-01-21Updated the Polish OSD texts and the fontosd-iso8859-2.c fileKlaus Schmidinger
2006-01-21When entering text via the numeric keys, the cursor now automatically advancesKlaus Schmidinger
2006-01-20Recordings are now only started if there is at least 300MB free disk spaceKlaus Schmidinger
2006-01-20Fixed a crash in the Schedule menu with events that have no title ↵Klaus Schmidinger
(cEvent::FixEpgBugs() now assigns a "No title" string to events that have no title)
2006-01-20Fixed a crash after executing the SVDRP command CLRE, caused by dangling ↵Klaus Schmidinger
'schedule' pointers from cChannel objects
2006-01-20Fixed a problem with @plugin in keymacros.conf in case the named plugin is ↵Klaus Schmidinger
not loaded
2006-01-15Modified logging so that even on NPTL systems each line in the log file ↵Klaus Schmidinger
shows the individual thread's pid
2006-01-15Fixed a second place where a message should be given when an instant ↵Klaus Schmidinger
recording is started
2006-01-15No longer displaying color buttons in the recording info menu if it has been ↵1.3.39Klaus Schmidinger
invoked from a player
2006-01-15Added a leading '0' to the day in the DayDateTime() functionKlaus Schmidinger
2006-01-15Now only writing Dolby Digital tracks into the 'info.vdr' file of a ↵Klaus Schmidinger
recording if Setup.UseDolbyDigital is true
2006-01-14The SVDRP command GRAB allows file names without extension againKlaus Schmidinger
2006-01-14Made the log messages regarding lost lock of devices "info" instead of "error"Klaus Schmidinger
2006-01-14Added a missing '-' to the example for viewing a grabbed image on a remote hostKlaus Schmidinger
2006-01-14Fixed canonicalizing the file name in the SVDRP command GRAB to allow full ↵Klaus Schmidinger
path names
2006-01-14Added a note about "modprobe capability" to INSTALLKlaus Schmidinger
2006-01-14Removed the now obsolete "ca.conf" section from vdr.1Klaus Schmidinger
2006-01-14Key macros can now be defined for all non-modeless keysKlaus Schmidinger
2006-01-13Added missing i18n entry for the "Timer" buttonKlaus Schmidinger
2006-01-08Fixed handling "more than 3 byte" key sequences in cKbdRemote::ReadKeySequence()Klaus Schmidinger