summaryrefslogtreecommitdiff
path: root/timers.c
AgeCommit message (Expand)Author
2008-04-13Fixed initializing the timer's flags in the cTimer copy constructorKlaus Schmidinger
2008-02-16Added cStatus::TimerChange()Klaus Schmidinger
2008-02-15Limiting the length of the recording name in timers in case VDR is run with -...Klaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-10Some code cleanupKlaus Schmidinger
2008-02-10Fixed a loss of a timer's 'recording' flag after modifying it via MODTKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2006-09-15Fixed deleting expired VPS timersKlaus Schmidinger
2006-09-08Fixed cTimer::operator=() in case a cTimer variable is assigned to itself; im...Klaus Schmidinger
2006-09-02Fixed the cTimer::operator=() so that it won't mess up the cListObject's poin...Klaus Schmidinger
2006-08-05Fixed getting the next active timer when shutting downKlaus Schmidinger
2006-05-25Now setting a timer's cached start time to 0 after a call to Skip()Klaus Schmidinger
2006-05-25Fixed calculating the start time of repeated timers with "first day"Klaus Schmidinger
2006-05-07Now using the event's start time when checking against VPS marginKlaus Schmidinger
2006-04-21Fixed several spelling errorsKlaus 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-26Improved deleting expired single shot timers1.3.45Klaus Schmidinger
2006-03-25Enhanced logging EPG event dataKlaus Schmidinger
2006-03-25Timer log messages now show "VPS" if this is a VPS timerKlaus Schmidinger
2006-03-25Fixed handling repeating VPS timers (they stopped recording too early)Klaus Schmidinger
2006-02-28Reduced the number of events to actually check when setting events to timersKlaus Schmidinger
2006-02-26There is now a log message "timer ... set to event ..." when defining a timer...Klaus Schmidinger
2006-02-26Fixed setting events to timers in case a non-VPS event has expiredKlaus Schmidinger
2006-02-25Improved setting events to timersKlaus Schmidinger
2006-02-25The 'summary' field of a timer definition has been renamed to 'aux'Klaus Schmidinger
2006-02-03Fixed handling "pending" timers that blocked others that actually could recordKlaus Schmidinger
2006-01-28Fixed cTimers::GetNextActiveTimer() so that it won't return an expired timerKlaus Schmidinger
2006-01-27Fixed handling the tfRecording flag when reading timersKlaus Schmidinger
2006-01-15The status markers in the "Schedule" menu are now only updated if a submenu i...Klaus Schmidinger
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to eac...Klaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-06The "flags" of a timer are now handled as an unsigned integer valueKlaus Schmidinger
2006-01-03Added cTimer::SetPriority() to set a timer's priorityKlaus Schmidinger
2006-01-01The cTimer constructor can now take an optional cChannelKlaus Schmidinger
2005-12-27cTimer no longer has its own 'schedule' memberKlaus Schmidinger
2005-09-09Fixed defining timers that only differ in the day of weekKlaus Schmidinger
2005-09-04Changed the audio PID language codes to hold up to two 3 letter codes; automa...Klaus Schmidinger
2005-07-30Fixed handling VPS timers, so that they only record if the event they are ass...Klaus Schmidinger
2005-06-18Fixed handling VPS timers, so that they only record if the event they are ass...Klaus Schmidinger
2005-06-11Fixed handling timers with a day given as MTWTF--@6Klaus Schmidinger
2005-05-07Added status flag for timers that are currently recordingKlaus Schmidinger
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-03-20No longer assigning expired events to timersKlaus Schmidinger
2005-03-20Reduced the time window within EPG events are checkedKlaus Schmidinger
2005-03-20Improved falling back to normal recording if the VPS data hasn't been seen fo...Klaus Schmidinger
2005-03-20Single shot timers are now reliably deleted when they have expiredKlaus Schmidinger
2005-03-19The day of a timer is now stored as a full date in ISO notationKlaus Schmidinger