aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEdit.py
AgeCommit message (Collapse)Author
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-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13fix typoghost
2009-02-12small speedups/cleanups by moritz vennghost
2009-01-27fix possible typosFelix Domke
2009-01-19timer fixes and improvements by adeninghost
2009-01-09fixes by adenin:Felix Domke
- fixed "sometimes, timer changes would not be applied" - allow deleting timers in GraphMultiEPG - fix displayed clock icons in epg view, - fix button text for "zap", "add/remove timer" - multiepg and graphmultiepg will automatically switch to correct service
2008-12-22add possibility to remove timers in epglistghost
TODO: this is not working for subtitles yet and not its working in graphical multi epg
2008-12-03show timer name in dialog when asking to remove itghost
2008-11-07fix bsod in some casesghost
2008-11-06more failsave code, remove imho unneeded invalidate callsghost
2008-10-29fix non working timer disable for recurring timers,Andreas Monzner
no more use texts to detect state
2008-10-20remove debug outputAndreas Monzner
2008-10-20gui timeroverlap fixes,Andreas Monzner
fix ordering of eventlist (end before start when time is equal)
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2007-11-19update scrollbar in timerlist when a entry is removedAndreas Monzner
2007-11-07don't display confirmation when there is nothing to doFelix Domke
2007-07-31take care of scrollbar size when build movielist and timerlist entriesAndreas Monzner
i dont understand how it could work ever
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-01-06add ability to stop currently running repeated timer when disabling itStefan Pluecken
2006-12-17replace software update plugin with a more user friendly approachStefan Pluecken
add an ipkg python class
2006-10-31when adding a manual timer, don't propose the original name/description.Felix Domke
2006-10-08ask when deleting timers which are not doneFelix Domke
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-05-15don't shut down enigma 2 when deleting a timer which has an after event ↵Stefan Pluecken
"shutdown" set
2006-05-06don't add timers that are based on epg data, which are older than 14 daysStefan Pluecken
2006-05-05remove non-existing import TimeInputStefan Pluecken
2006-04-17fix some blue screensAndreas Monzner
2006-04-09fix timer disable/reenableFelix Domke
2006-04-08fix crash when press red button in empty timerlistAndreas Monzner
fix crash when press ok directly after e2 start
2006-03-03fix remove last timerAndreas Monzner
2006-02-20add some info to debug printsFelix Domke
2006-02-17sort complete timerlist by start timeStefan Pluecken
2006-02-17call timeChanged on disabling flags (breaks usability)Stefan Pluecken
2006-01-26some work on the timer sanity check (overlapping timers solver)Stefan Pluecken
2006-01-25delete correct entry in timerlistAndreas Monzner
2006-01-25added a sanity check for timer editor (no functionality until now except ↵Stefan Pluecken
building a list of simultanious timers)
2006-01-25reenable empty timer list editing :)Stefan Pluecken
translate some things
2006-01-25fixed repeated timer displays and translated the weekdays to GermanStefan Pluecken
2006-01-25display correct action on the yellow buttonStefan 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-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-20fix selection when delete latest timer in listAndreas Monzner
2006-01-19add a small text input componentStefan Pluecken
2006-01-15update timerlist when timerstate changesFelix Domke
2006-01-15follow timer changesFelix Domke
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!)