aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEntry.py
AgeCommit message (Collapse)Author
2009-12-22Merge branch 'bug_236_recordpath'ghost
2009-12-03use new DeepstandbySupport SystemInfo entry at some places... this fixes bug ↵ghost
#307
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
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