summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2012-06-13Fixed checking for a visible live programme in case a menu or the channel ↵Klaus Schmidinger
display is currently open
2012-06-02Implemented LCARS skinKlaus Schmidinger
2012-03-14Moved setting LC_NUMERIC further up to make sure any floating point numbers ↵Klaus Schmidinger
use a decimal point
2012-03-10Added a new plugin interface for implementing EPG handlers1.7.26Klaus Schmidinger
2012-03-08Fixed checking pids in case a channel has only Dolby Digital audioKlaus Schmidinger
2012-03-06Fixed switching devices to the transponders of VPS recordings in case there ↵Klaus Schmidinger
are only bonded devices
2012-03-05Made the ST:TNG skin the default in case the user selected skin is not availableKlaus Schmidinger
2012-02-27The code for the RCU remote control unit has been moved into a separate ↵Klaus Schmidinger
plugin named "rcu"
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2012-02-11The epg.data file is now read in a separate threadKlaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-10-16Implemented 'occupied' for devicesKlaus Schmidinger
2011-09-23Added cap_net_raw to the capabilities that are not droppedKlaus Schmidinger
2011-09-11VDR now supports "Satellite Channel Routing" (SCR)Klaus Schmidinger
2011-08-15Implemented command line options --filesize and --splitKlaus Schmidinger
2011-07-31Now checking Setup.InitialChannel for NULL before using itKlaus Schmidinger
2011-06-13The initial channel is now stored by the channel ID in the setup.conf fileKlaus Schmidinger
2010-12-12Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys ↵Klaus Schmidinger
variables where additional 'k_...' flags are used
2010-04-05Added user defined key kUser0Klaus Schmidinger
2010-04-02Changed the default SVDRP port to 6419 (officially registered with ICANN/IANA)Klaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-01-31The files "commands.conf" and "reccmd.conf" can now contain nested lists of ↵1.7.12Klaus Schmidinger
commands
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list ↵Klaus Schmidinger
of folders stored in "folders.conf"
2010-01-02Implemented --edit and --genindex optionsKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-10-25Fixed saving terminal settings when running in backgroundKlaus Schmidinger
2009-10-18Changed the project's URLs and email to tvdr.deKlaus Schmidinger
2009-05-21Implemented setup option "Recording/Pause key handling"Klaus Schmidinger
2009-05-12Added missing update of lastOsdSizeUpdateKlaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-05Making sure any floating point numbers written use a decimal pointKlaus Schmidinger
2009-03-27Added command line help for the '-i' optionKlaus Schmidinger
2009-02-01Added cap_sys_nice to the capabilities that are not droppedKlaus Schmidinger
2009-01-18Implemented option '-i'Klaus Schmidinger
2008-09-06Errors in config files no longer keep VDR from startingKlaus Schmidinger
2008-09-06Fixed a problem with calling isyslog() from within the SignalHandler()Klaus Schmidinger
2008-05-03Removed the compile time option VFATKlaus Schmidinger
2008-03-14Fixed tuning to a live channel after a recording has been stopped using the ↵Klaus Schmidinger
'Back' key
2008-02-23No longer trying to switch to an available channel if the primary device has ↵Klaus Schmidinger
no valid programme and a menu is open
2008-02-23Attempting to stay on the current channel in case of an upcoming recordingKlaus Schmidinger
2008-02-10Prepared version number and copyright year for version 1.6Klaus Schmidinger
2008-02-10Changed the message "Upcoming VPS recording!" to "Upcoming recording!" ↵Klaus Schmidinger
because it applies to non-VPS recordings as well
2008-02-08Implemented option --userdumpKlaus Schmidinger
2008-01-27Removed switching to the next higher or lower channel if the current channel ↵1.5.14Klaus Schmidinger
is not available
2008-01-19The new option --localedir can be used to set the locale directory at runtimeKlaus Schmidinger
2008-01-13Fixed handling the '-l' optionKlaus Schmidinger
2008-01-06Added a missing newlineKlaus Schmidinger
2007-11-25The kInfo key is now propagated to any open menuKlaus Schmidinger
2007-11-03Fixed handling CONFDIRKlaus Schmidinger
2007-10-19Housekeeping now waits for a while after a replay has endedKlaus Schmidinger