summaryrefslogtreecommitdiff
path: root/vdr.c
AgeCommit message (Collapse)Author
2006-06-18Now making sure a VPS timer has a schedule in case the epg.data file didn't ↵1.4.1-1Klaus Schmidinger
contain one when VDR was started
2006-06-16Now making sure VPS timers don't get stuck with outdated events, and that ↵Klaus Schmidinger
the actual device isn't used for updating a VPS timer's event as long as other free devices are available
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' ↵Klaus Schmidinger
skin as the current one
2006-05-14Fixed automatically updating the CAM menu in case the whole operation takes ↵1.4.0-1Klaus Schmidinger
longer than the menu timeout
2006-05-13Now only using devices that provide a transponder exclusively for updating a ↵Klaus Schmidinger
VPS timers EPG event if the timer has actually entered the "VPS margin"
2006-05-13Now always making sure the EPG scan is paused when a VPS timer needs to see ↵Klaus Schmidinger
its transponder to update its event
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
is active
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 ↵Klaus Schmidinger
current APIVERSION
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
actions in the context of the main program thread
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
active timer
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 ↵Klaus Schmidinger
"Setup/Miscellaneous" menu
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
2006-02-04Implemented cDevice::Transferring()Klaus 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-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-28The epg.data file is now written when VDR exitsKlaus Schmidinger
2006-01-22Fixed handling the '0' key for switching between the last two channels1.3.40Klaus Schmidinger
2006-01-22Improved channel switching when repeat function kicks in; updating channel ↵Klaus Schmidinger
display before switching channel; added a missing initialization of 'timeout' in the cDisplayChannel constructor
2006-01-20Recordings are now only started if there is at least 300MB free disk spaceKlaus Schmidinger
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-15The status markers in the "Schedule" menu are now only updated if a submenu ↵Klaus Schmidinger
is closed in which a timer has been modified
2006-01-14Key macros can now be defined for all non-modeless keysKlaus Schmidinger
2006-01-13Dropped the default vdr userKlaus Schmidinger
2006-01-13Implemented the option "Setup/OSD/Menu button closes"Klaus Schmidinger
2006-01-09Skipping all SetCaps() and SetUser() calls when it is started as 'root' and ↵Klaus Schmidinger
"-u root" is given
2006-01-08Updated copyright dateKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-05The default cOsdObject::Show() now automatically calls cOsdMenu::Display() ↵Klaus Schmidinger
if this is a menu
2006-01-05Fixed initial channel display if Setup.TimeoutRequChInfo is 'no'Klaus Schmidinger
2006-01-04A message is now given when an instant recording is startedKlaus Schmidinger