| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-26 | TimerEntry.py: dont ask to select subservice when just one subservice is ↵ | ghost | |
| available | |||
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-12 | small speedups/cleanups by moritz venn | ghost | |
| 2008-12-03 | add possibility to change start/end time in timer edit with Vol/Bouquet +/- ↵ | ghost | |
| (thx to Moritz Venn) | |||
| 2008-12-02 | add new after record timer event behavior "auto".. and use it as default | ghost | |
| 2008-11-17 | Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵ | Felix Domke | |
| menu'-patch | |||
| 2008-10-18 | add timeroverlap detection made by adenin (thanks for the great work!) | Andreas Monzner | |
| 2008-07-11 | fix some imports | Andreas 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-26 | add possibility to choose record location on timer creation and choose | Andreas Monzner | |
| record location in movieplayer (only in expert user level) | |||
| 2008-04-13 | png cleanup by nemesis, source changes. | Felix Domke | |
| 2008-03-09 | Frequency -> Repeats (thanks to Timo Jarvenpaa) | Felix Domke | |
| 2008-02-20 | timer_select.patch by Moritz Venn, with minor fixes | Felix Domke | |
| 2007-12-16 | patch by Pieter Grimmerink: fix 'cancel' when editing the service reference ↵ | Felix Domke | |
| in a timer | |||
| 2007-11-28 | improve text editing. Patch by Anders Holst | Felix Domke | |
| 2007-10-26 | fix 'remove entry' when timer debug list is already empty | Felix Domke | |
| 2007-09-05 | fix bug described here -> ↵ | Andreas Monzner | |
| http://www.dream-multimedia-tv.de/board/thread.php?threadid=4743 | |||
| 2007-07-22 | save timers in TimerEntry, not in TimerEdit (=timer list), to also save when ↵ | Felix Domke | |
| adding timers via EPG | |||
| 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-01-07 | take care of running recording before realy shutdown e2 | Andreas Monzner | |
| 2006-11-02 | fix zap timer | Felix Domke | |
| 2006-10-28 | revert non working "goto standby" after timerevent code (needs some work in | Andreas Monzner | |
| other files) | |||
| 2006-10-28 | add "go to standby" as timer after event | Andreas Monzner | |
| 2006-10-23 | fix bluescreen | Andreas Monzner | |
| 2006-10-11 | fix channelselection in timeredit dialog | Andreas Monzner | |
| 2006-10-11 | remove bluescreens in the TimerEntry editor | Stefan Pluecken | |
| 2006-10-09 | remove unneeded code | Andreas Monzner | |
| 2006-10-09 | use new ConfigClock | Felix Domke | |
| 2006-10-06 | finally 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-02 | config rewrite. some extensions still need to be updated. | Felix Domke | |
| 2006-05-25 | handle day wrap arounds more user friendly | Felix Domke | |
| 2006-05-06 | fix bluescreen when adding an timer event with subservices | Stefan Pluecken | |
| 2006-05-02 | replace subservice selection screen with ChoiceBox screen | Stefan Pluecken | |
| 2006-04-26 | timers can now have after events. currently only working events: "do ↵ | Stefan Pluecken | |
| nothing" and "go to deep standby" | |||
| 2006-04-07 | fixed 'cancel when selecting service in timer crashed' | Felix Domke | |
| 2006-03-23 | - switchtimer added to RecordingTimer | Stefan 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-20 | add some info to debug prints | Felix Domke | |
| 2006-01-26 | some 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-24 | re-right align the timerentry times for repeated timers | Stefan Pluecken | |
| 2006-01-21 | catch a None case in the xml parsing of the timer | Stefan Pluecken | |
| leave timer edit by pressing OK or green | |||
| 2006-01-15 | set day of week for non-repeated timers to ease usability when changing a ↵ | Stefan Pluecken | |
| timer to repeated | |||
| 2006-01-14 | fix timers that aren't repeated timers | Stefan Pluecken | |
| 2006-01-08 | add 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-02 | add missing import | Stefan Pluecken | |
| 2006-01-02 | update ok and cancel in the timer editor | Stefan Pluecken | |
| 2005-12-17 | timer: 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-16 | fix some more _() comparisons | Stefan Pluecken | |
| 2005-12-15 | some spelling fixes | Andreas Oberritter | |
