aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
AgeCommit message (Collapse)Author
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
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
2009-01-03small timer fixes by adeninghost
2008-12-03GraphMultiEpg.py: better readable code (no functional change)ghost
2008-12-03GraphMultiEpg: fix zap to services without eventsghost
2008-12-01graphmultiepg: fix crash when press red on channel without epgghost
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)
2008-04-24fix for skin changesFelix Domke
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-01-10epg fixesAndreas Monzner
2008-01-10fix bsod when draw epglist entrys without beginTimeAndreas Monzner
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-11-15fix typeAndreas Monzner
2007-11-13fixAndreas Monzner
2007-11-10fix frequently vacancies in multiepgAndreas Monzner
fix no more responding left/right button in graph multiepg when no more valid entries are on visible page
2007-11-09add ServiceNameForegroundColor and ServiceNameBackgroundColor skinAndreas Monzner
attributes to GraphMultiEpg
2007-11-09fix findBestEvent functionAndreas Monzner
2007-11-09add foregroundcolor selected and backgroundcolor selected to local listboxAndreas Monzner
styles (backgroundColorSelected, foregroundColorSelected in skin) add EntryForegroundColorSelected support to GraphMultiEPG add possibility to set selected foregroundcolor for listboxmulticontent entries
2007-10-25ignore applySkin when skinAttributes is NoneAndreas Monzner
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-25add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor andAndreas Monzner
EntryBackgroundColorSelected attributes to GraphMultiEPG EPGList.. instead of use queryColor... remove unneeded queryColor function
2007-09-25fix partial clipping for eListboxPythonMultiContentAndreas Monzner
2007-09-24remove debug outputAndreas Monzner
2007-09-22fix timeline positions when the mainlist x positions isnt 0Andreas Monzner
2007-09-21add possibility to redefine multiepg colors in skinAndreas Monzner
GraphEpg.Foreground, GraphEpg.Background, GrapgEpg.BackgroundSelected, GraphEpg.Border
2007-08-04reset offset when choose time via menu buttonAndreas Monzner
2007-08-04redraw timelines when time is selected via menu buttonAndreas Monzner
2007-07-31add missing pictures,Andreas Monzner
fix non working timeline text update, fix non working similar list
2007-07-31the graphical multiepg plugin needs a realy actual enigma2 (from today!!)Andreas Monzner
2007-07-31add graphical multiepg plugin (like e1)Andreas Monzner
yet it is just startable via blue button menu