aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEntry.py
AgeCommit message (Collapse)Author
2009-03-26TimerEntry.py: dont ask to select subservice when just one subservice is ↵ghost
available
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2008-12-03add possibility to change start/end time in timer edit with Vol/Bouquet +/- ↵ghost
(thx to Moritz Venn)
2008-12-02add new after record timer event behavior "auto".. and use it as defaultghost
2008-11-17Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵Felix Domke
menu'-patch
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-07-11fix some importsAndreas Monzner
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-03-09Frequency -> Repeats (thanks to Timo Jarvenpaa)Felix Domke
2008-02-20timer_select.patch by Moritz Venn, with minor fixesFelix Domke
2007-12-16patch by Pieter Grimmerink: fix 'cancel' when editing the service reference ↵Felix Domke
in a timer
2007-11-28improve text editing. Patch by Anders HolstFelix Domke
2007-10-26fix 'remove entry' when timer debug list is already emptyFelix Domke
2007-09-05fix bug described here -> ↵Andreas Monzner
http://www.dream-multimedia-tv.de/board/thread.php?threadid=4743
2007-07-22save timers in TimerEntry, not in TimerEdit (=timer list), to also save when ↵Felix Domke
adding timers via EPG
2007-07-22cleanup some importsAndreas Monzner
2007-06-18added a "Starting on" option to set a starting date for repeated timersStefan Pluecken
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2006-11-02fix zap timerFelix Domke
2006-10-28revert non working "goto standby" after timerevent code (needs some work inAndreas Monzner
other files)
2006-10-28add "go to standby" as timer after eventAndreas Monzner
2006-10-23fix bluescreenAndreas Monzner
2006-10-11fix channelselection in timeredit dialogAndreas Monzner
2006-10-11remove bluescreens in the TimerEntry editorStefan Pluecken
2006-10-09remove unneeded codeAndreas Monzner
2006-10-09use new ConfigClockFelix Domke
2006-10-06finally fix priorities: ConfigListScreen's action must be -1 to override ↵Felix Domke
eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-05-25handle day wrap arounds more user friendlyFelix Domke
2006-05-06fix bluescreen when adding an timer event with subservicesStefan Pluecken
2006-05-02replace subservice selection screen with ChoiceBox screenStefan Pluecken
2006-04-26timers can now have after events. currently only working events: "do ↵Stefan Pluecken
nothing" and "go to deep standby"
2006-04-07fixed 'cancel when selecting service in timer crashed'Felix Domke
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-02-20add some info to debug printsFelix Domke
2006-01-26some work on the timer sanity check (overlapping timers solver)Stefan Pluecken
2006-01-24- fixed left/right in language selection (updates language on the fly)Stefan Pluecken
- added a log viewer for timers (info key in timerlist)
2006-01-24re-right align the timerentry times for repeated timersStefan Pluecken
2006-01-21catch a None case in the xml parsing of the timerStefan Pluecken
leave timer edit by pressing OK or green
2006-01-15set day of week for non-repeated timers to ease usability when changing a ↵Stefan Pluecken
timer to repeated
2006-01-14fix timers that aren't repeated timersStefan Pluecken
2006-01-08add subservice selection to timer (when linkage services are avail for the ↵Andreas Monzner
selected event) better layout in timerlist (more space for service name and event description)
2006-01-02add missing importStefan Pluecken
2006-01-02update ok and cancel in the timer editorStefan Pluecken
2005-12-17timer: add name/description, factor out "parse from epg event", fix some ↵Felix Domke
cases where demux was not available at that time, add timeshift framework, fix movielist (not all movies are great!)
2005-12-16fix some more _() comparisonsStefan Pluecken
2005-12-15some spelling fixesAndreas Oberritter