aboutsummaryrefslogtreecommitdiff
path: root/timer.py
AgeCommit message (Collapse)Author
2009-08-20timer.py: revert change needed for recordtimer add own doActivate to recordtimerghost
2009-08-19fix recordings from deepstandby when the current channel must be stopped ↵ghost
because of lacking resources
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-02-26move function to better placeAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-09-05better debug infoAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-06-18added a "Starting on" option to set a starting date for repeated timersStefan Pluecken
2007-06-13just increase timer event endtime in processrepeated when begintime is equalAndreas Monzner
to endtime
2007-03-26change addOneDay to work correctly on non existing dst changing timesStefan Pluecken
2007-03-26shorten addOneDay method by using python stuffStefan Pluecken
2007-03-26hopefully fix the daylight saving problem for repeated timersStefan Pluecken
2007-02-02move getNextRecordingTime to correct place,Andreas Monzner
no more crash when try to change a running sleeptimer
2007-01-15a zap timer is not a record timer (this fixes the no more working e2 shutdownAndreas Monzner
when a zap timer has zapped but the nowtime is smaller than the event endtime
2007-01-06add ability to stop currently running repeated timer when disabling itStefan Pluecken
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-25daylight saving fix, thanks to pieterFelix Domke
2006-10-16revert change from april '06Stefan Pluecken
resaons: adding currently running event as repeated timer doesn't start till the next repeated event occurs breaks changing repeated timers while they run please report side effects
2006-04-16do not activate repeated timers first time when the start time is before now ↵Andreas Monzner
time
2006-04-09fix timer disable/reenableFelix Domke
2006-04-07fix cancellation of broken timer entriesFelix Domke
2006-02-27wake up from deep standby five minute before the timer starts. if we don't ↵Stefan Pluecken
have 5 minutes till timer start, we wake the box up in 30 seconds.
2006-02-17fix time changed for ended timersFelix Domke
2006-01-29fix timer skipFelix Domke
2006-01-26use magic instead of readable codeStefan Pluecken
2006-01-26fix cleanup for diabled timersStefan Pluecken
2006-01-25added ability to diable timers (yellow button in the timer list)Stefan Pluecken
FIXME: we need transparency for pixmaps in an eListboxPythonMultiContent
2006-01-24cleanup the timerlist by pressing blue in the timer listStefan Pluecken
2006-01-15update timerlist when timerstate changesFelix Domke
2006-01-15typo: fix sense of w.repeatedFelix Domke
2006-01-15improved timer: logging, better error recoveryFelix Domke
2005-11-30timer: stop user services if user wants it soFelix Domke
2005-11-28timer: passed timers will always be set to StateEnded, and set back to ↵Felix Domke
waiting when reprocessing (due timewarp). waiting timers will be removed from one list only. remove try/except.
2005-11-25timer: fix remove of timerFelix Domke
2005-11-25introduce BlinkingPointConditional, which blinks, if a condition-function ↵Stefan Pluecken
returns True
2005-11-17fixed localtime-issue in ClockStefan Pluecken
don't add repeated timers to processed_timers
2005-11-17fix logicStefan Pluecken
2005-11-17the timer sucksStefan Pluecken
2005-11-17fixed repeated timersStefan Pluecken
2005-11-17fix(??) repeated timer... i really don't know, if this will ever workStefan Pluecken
2005-11-17some TimerEntry-fixesStefan Pluecken
saving and loading the timer-repeated flag to the timers.xml-file
2005-11-17add basic support for repeated timers (doesn't work yet)Stefan Pluecken
2005-11-16timer: fix displayed state. Don't save instant records. properly remove ↵Felix Domke
timerentries.
2005-11-08fix typo to make current timercode work againStefan Pluecken
2005-10-16fix: old timers re-ran while bootingFelix Domke
2005-10-15fixed timer a bitFelix Domke
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
2005-05-04 - add timer, RecordTimerFelix Domke
- use timer for instantReport