summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Expand)Author
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
2006-08-05Avoiding shutdown message "Recording in ... minutes, shut down anyway?" with ...Klaus Schmidinger
2006-08-05Modified the shutdown mechanism, so that the shutdown script is never given a...Klaus Schmidinger
2006-06-18Now making sure a VPS timer has a schedule in case the epg.data file didn't c...1.4.1-1Klaus Schmidinger
2006-06-16Now making sure VPS timers don't get stuck with outdated events, and that the...Klaus Schmidinger
2006-06-04Now switching to non-VPS timers' channels 60 seconds before the timer starts1.4.0-3Klaus Schmidinger
2006-06-03When the 'skincurses' plugin is loaded, it automatically sets the 'curses' sk...Klaus Schmidinger
2006-05-14Fixed automatically updating the CAM menu in case the whole operation takes l...1.4.0-1Klaus Schmidinger
2006-05-13Now only using devices that provide a transponder exclusively for updating a ...Klaus Schmidinger
2006-05-13Now always making sure the EPG scan is paused when a VPS timer needs to see i...Klaus Schmidinger
2006-05-07If VPS timers are active, their events are now being kept up to dateKlaus Schmidinger
2006-05-05Fixed handling the "Power" key in case a timer is about to start recordingKlaus Schmidinger
2006-04-29Fixed handling the "Power" key in case a recording is going on and no plugin ...Klaus Schmidinger
2006-04-28Fixed tuning to the channel of a VPS timer if the device is the actual device1.3.49Klaus Schmidinger
2006-04-28Fixed handling the cPluginManager::Active() result when pressing the "Power" keyKlaus Schmidinger
2006-04-22Extended the version number reported with the '-V' option to also show the cu...Klaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-17Moved calling PluginManager.MainThreadHook() to the end of the main loopKlaus Schmidinger
2006-04-17The new function cPlugin::MainThreadHook() can be used by plugins to perform ...Klaus Schmidinger
2006-04-15Implemented kChanPrevKlaus Schmidinger
2006-04-15Implemented kNext and kPrev keysKlaus Schmidinger
2006-04-15Fixed setting the 'Delta' parameter when calling the shutdown script with no ...Klaus Schmidinger
2006-04-15Implemented cPlugin::Active()Klaus Schmidinger
2006-04-14Reintroduced the log message "deleting plugin: ..." when shutting down VDRKlaus Schmidinger
2006-04-14Using geteuid() to check whether VDR is running as user 'root'Klaus Schmidinger
2006-04-09The initial channel and volume can now be defined in the "Setup/Miscellaneous...Klaus Schmidinger
2006-04-09Fixed VPS recording in case there is more than one timer in the VPS marginKlaus Schmidinger
2006-04-01VPS timers now record only events that have exactly the given start timeKlaus Schmidinger
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-03-19Fixed the shutdown timeoutKlaus Schmidinger
2006-02-05Enabled generating a core dump if VDR is run with a different user idKlaus Schmidinger