summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Expand)Author
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list of...Klaus Schmidinger
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
2008-02-23No longer trying to switch to an available channel if the primary device has ...Klaus Schmidinger
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!" becaus...Klaus Schmidinger
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
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
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-25VDR now uses the default configuration directory as defined in the CONFDIR va...Klaus Schmidinger
2007-08-18Fixed initializing 'Now' in main loopKlaus Schmidinger
2007-08-17Reduced the number of time(NULL) calls in vdr.c's main loop to a single callKlaus Schmidinger
2007-08-12Fixed the link to the GPL2 at http://www.gnu.org in vdr.cKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-22Added a missing 'P' to vdr.c's SHUTDOWNCANCELROMPT macro1.5.6Klaus Schmidinger
2007-06-17Using dummy font if no fonts are installedKlaus Schmidinger
2007-06-15Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ...Klaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-05-12Fixed getting the code setting from the localeKlaus Schmidinger
2007-04-30Fixed handling ChannelUp/Down keys if there is currently a replay runningKlaus Schmidinger
2007-04-30Fixed a race condition with signal handlers at program exitKlaus Schmidinger
2007-04-22Implemented character set conversion in 'libsi'1.5.2Klaus Schmidinger
2007-03-10Fixed handling user activity for shutdownKlaus Schmidinger
2007-02-25Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. "k...Klaus Schmidinger
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...Klaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-12-02Moved the cPluginManager::Active() call further downKlaus Schmidinger
2006-12-02Now calling cPluginManager::Active() only if VDR is really trying to shut dow...Klaus Schmidinger
2006-10-14Fixed displaying the error log message in case an unknown plugin was requeste...Klaus Schmidinger
2006-09-01Added LC_ALL to the checks for UTF-8 at startupKlaus Schmidinger