summaryrefslogtreecommitdiff
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-05Further improvements to cUnbufferedFileKlaus Schmidinger
2006-02-04The 'runvdr' script no longer uses the $VDRUSR environment variableKlaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-04Made FadviseDrop() privateKlaus 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-04Updated the Polish OSD textsKlaus 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-03Speeded up cVideoRepackerKlaus Schmidinger
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-29channels.confKlaus Schmidinger
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-29Now initializing the channels' schedule pointers when reading the epg.data ↵Klaus Schmidinger
file, so that the first WhatsOn menu will come up faster
2006-01-29When looking for the present or following EPG event, the running status is ↵Klaus Schmidinger
now always taken into account
2006-01-29Dropped logging writing epg.data (comes too often)Klaus Schmidinger
2006-01-29Implemented a timeout for remote controls that don't deliver "repeat" ↵Klaus Schmidinger
keypresses very fast
2006-01-29When reading epg.data (or data from PUTE), the version number of events with ↵Klaus Schmidinger
table IDs smaller than 0x50 is now ignored
2006-01-29Fixed displaying the current audio track in the channel displayKlaus Schmidinger
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-28There is now a log message when VDR writes the epg.data fileKlaus Schmidinger
2006-01-28The epg.data file is now written when VDR exitsKlaus Schmidinger
2006-01-28Removed the "buffer reserve" in Transfer Mode - it's no longer necessary ↵Klaus Schmidinger
with recent driver/firmware versions
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-28Fixed some typosKlaus Schmidinger
2006-01-28Updated the Finnish OSD textsKlaus Schmidinger
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-27Updated the Estonian OSD textsKlaus Schmidinger
2006-01-27Fixed a missing ',' in the Greek OSD textsKlaus Schmidinger
2006-01-27Updated the Danish 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-27EPG events from epg.data or SVDRP's PUTE command now have their Title set to ↵Klaus Schmidinger
"No Title" if none was set
2006-01-22Fixed handling the '0' key for switching between the last two channels1.3.40Klaus Schmidinger
2006-01-22Fixed detecting channel switches from SVDRPKlaus Schmidinger
2006-01-22channels.confKlaus Schmidinger
2006-01-22Updated the Spanish OSD textsKlaus Schmidinger
2006-01-22Re-inserted initial lastTime.Set() callsKlaus Schmidinger