index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
timer.py
Age
Commit message (
Expand
)
Author
2008-10-03
add code to simulate recordings (with faked frontends)
Andreas Monzner
2008-02-26
move function to better place
Andreas Monzner
2008-02-14
add support for cyclic garbage collection to eTimer and eSocketNotifier
Andreas Monzner
2007-09-05
better debug info
Andreas Monzner
2007-07-22
cleanup some imports
Andreas Monzner
2007-06-18
added a "Starting on" option to set a starting date for repeated timers
Stefan Pluecken
2007-06-13
just increase timer event endtime in processrepeated when begintime is equal
Andreas Monzner
2007-03-26
change addOneDay to work correctly on non existing dst changing times
Stefan Pluecken
2007-03-26
shorten addOneDay method by using python stuff
Stefan Pluecken
2007-03-26
hopefully fix the daylight saving problem for repeated timers
Stefan Pluecken
2007-02-02
move getNextRecordingTime to correct place,
Andreas Monzner
2007-01-15
a zap timer is not a record timer (this fixes the no more working e2 shutdown
Andreas Monzner
2007-01-06
add ability to stop currently running repeated timer when disabling it
Stefan Pluecken
2006-12-19
some python import cleanups
Andreas Monzner
2006-10-25
daylight saving fix, thanks to pieter
Felix Domke
2006-10-16
revert change from april '06
Stefan Pluecken
2006-04-16
do not activate repeated timers first time when the start time is before now ...
Andreas Monzner
2006-04-09
fix timer disable/reenable
Felix Domke
2006-04-07
fix cancellation of broken timer entries
Felix Domke
2006-02-27
wake up from deep standby five minute before the timer starts. if we don't ha...
Stefan Pluecken
2006-02-17
fix time changed for ended timers
Felix Domke
2006-01-29
fix timer skip
Felix Domke
2006-01-26
use magic instead of readable code
Stefan Pluecken
2006-01-26
fix cleanup for diabled timers
Stefan Pluecken
2006-01-25
added ability to diable timers (yellow button in the timer list)
Stefan Pluecken
2006-01-24
cleanup the timerlist by pressing blue in the timer list
Stefan Pluecken
2006-01-15
update timerlist when timerstate changes
Felix Domke
2006-01-15
typo: fix sense of w.repeated
Felix Domke
2006-01-15
improved timer: logging, better error recovery
Felix Domke
2005-11-30
timer: stop user services if user wants it so
Felix Domke
2005-11-28
timer: passed timers will always be set to StateEnded, and set back to waitin...
Felix Domke
2005-11-25
timer: fix remove of timer
Felix Domke
2005-11-25
introduce BlinkingPointConditional, which blinks, if a condition-function ret...
Stefan Pluecken
2005-11-17
fixed localtime-issue in Clock
Stefan Pluecken
2005-11-17
fix logic
Stefan Pluecken
2005-11-17
the timer sucks
Stefan Pluecken
2005-11-17
fixed repeated timers
Stefan Pluecken
2005-11-17
fix(??) repeated timer... i really don't know, if this will ever work
Stefan Pluecken
2005-11-17
some TimerEntry-fixes
Stefan Pluecken
2005-11-17
add basic support for repeated timers (doesn't work yet)
Stefan Pluecken
2005-11-16
timer: fix displayed state. Don't save instant records. properly remove timer...
Felix Domke
2005-11-08
fix typo to make current timercode work again
Stefan Pluecken
2005-10-16
fix: old timers re-ran while booting
Felix Domke
2005-10-15
fixed timer a bit
Felix Domke
2005-05-14
- work on timers
Felix Domke
2005-05-04
- add timer, RecordTimer
Felix Domke