aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/TimerList.py
AgeCommit message (Collapse)Author
2010-03-12fixes bug #460Stefan Pluecken
allow setting a timer end time for zapping timers zapping timers with no end time set end right after the zapping timer was started now, so no conflicts with other timers occur that the user doesn't expect
2009-11-11Components/-{ChoiceList.py, EpgList.py, FileList.py, MediaPlayer.py, ↵acid-burn
ParentalControl.py, SelectionList.py, ServiceList.py, TimerList.py}: use SCOPE_CURRENT_SKIN for LoadPixmap.
2009-03-08fix typoghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-12small speedups/cleanups by moritz vennghost
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-11-19update scrollbar in timerlist when a entry is removedAndreas Monzner
2007-11-07show 'disabled' for disabled timers, instead of 'done'Felix 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-22cleanup some importsAndreas Monzner
2007-04-12follow itemHeight changesFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
2006-04-16add repeating zap timers is now possibleAndreas Monzner
2006-04-03show timer duration in timer edit listStefan Pluecken
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-03-05fix absolute paths to be relativeFelix Domke
2006-02-22translate some thingsStefan Pluecken
2006-01-26TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatestFelix Domke
2006-01-25fixed repeated timer displays and translated the weekdays to GermanStefan 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-20fix selection when delete latest timer in listAndreas Monzner
2006-01-15follow timer changesFelix Domke
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 type to python multi content entrysAndreas Monzner
2005-12-28fix timerlist and movielist multicontent region sizesAndreas Monzner
TODO: put multicontent entry layout in the skin
2005-12-23replace "Arial" by "Regular"Stefan 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-11-17the timer sucksStefan Pluecken
2005-11-17fixed repeated timersStefan Pluecken
2005-11-17show repeated timers in TimerEntryComponentStefan Pluecken
2005-11-16timer: fix displayed state. Don't save instant records. properly remove ↵Felix Domke
timerentries.
2005-11-12don't use internals of other classesStefan Pluecken
2005-11-12- add "ok" to the configMenu's actionlist againStefan Pluecken
- timer edit is now functional (not for repeated timers) but we have a redraw-problem again
2005-11-08use the new TimerEntry-screen to edit a timerentryStefan Pluecken
2005-11-08add description to timerlistStefan Pluecken
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox
2005-05-20 - follow changes regarding timersFelix Domke
- allow description to be edited (won't be saved yet)
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content