summaryrefslogtreecommitdiff
path: root/timers.c
AgeCommit message (Collapse)Author
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; ↵Klaus Schmidinger
automatic audio channel setting for two channel audio
2005-07-30Fixed handling VPS timers, so that they only record if the event they are ↵Klaus Schmidinger
assigned to actually has the given VPS time (cont'd, fix, caused repeating VPS timers to stop recording prematurely)
2005-06-18Fixed handling VPS timers, so that they only record if the event they are ↵Klaus Schmidinger
assigned to actually has the given VPS time
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 ↵Klaus Schmidinger
for more than 30 seconds
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
2005-03-13The running status of a VPS event is now only taken seriously if that event ↵Klaus Schmidinger
has been seen within the last 30 seconds
2005-03-13Improved matching timers to EPG eventsKlaus Schmidinger
2005-02-06Fixed several memory leaks that were introduced through the use of cStringKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Made several functions threadsafeKlaus Schmidinger
2004-11-22Removed an unused variable from cTimer::GetWDayFromMDay()Klaus Schmidinger
2004-11-21Fixed toggling the 'Day' item in the 'Timers' menu, so that it selects the ↵Klaus Schmidinger
right day of week for timers in the future
2004-11-14Implemented handling of number keys in the 'Timers' menu for toggling days1.3.16Klaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-10-24Implemented 'modified' and 'seen' for EPG schedules/events1.3.14Klaus Schmidinger
2004-07-17The function cTimers::SetEvents() now immediately returns if there is some ↵Klaus Schmidinger
user input
2004-03-14Removed cSchedule::GetEventNumber() and cSchedule::NumEvents()Klaus Schmidinger
2004-03-06Fixed assigning events to timers (they no longer get "stuck")Klaus Schmidinger
2004-02-29Implemented VPS controlled timers1.3.5Klaus Schmidinger
2004-02-13Fixed transponder handling to make it work with satellites that provide two ↵Klaus Schmidinger
transponders on the same frequency, with different polarization
2004-01-04Implemented automatic PID switching and channel detectionKlaus Schmidinger
2003-12-22Changed section handling; replaced 'libdtv' with 'libsi'Klaus Schmidinger
2003-10-12Now trying to get a timer's channel without RID when loading 'timers.conf'Klaus Schmidinger
2003-05-11Implemented separate PausePriority and PauseLifetime parameters for the ↵Klaus Schmidinger
recordings created when pausing live video
2003-04-27Extended logging info when starting/stopping timersKlaus Schmidinger
2002-11-24Added NID, TID and RID to the channel definitionsKlaus Schmidinger
2002-11-10First step towards a 'unique channel ID'Klaus Schmidinger
2002-10-20Timers now internally have a pointer to their channelKlaus Schmidinger