aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/GraphMultiEPG
AgeCommit message (Collapse)Author
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
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/plugin.py: fix not working zap function when the bouquet is ↵ghost
changed with bouquet +/-
2008-12-03GraphMultiEpg.py: better readable code (no functional change)ghost
2008-12-03GraphMultiEpg: fix zap to services without eventsghost
2008-12-01graphmultiepg: also show plugin in extensions menughost
2008-12-01graphmultiepg: fix crash when press red on channel without epgghost
2008-11-10long keypress on INFO key either brings up single servie EPG view screen ↵Fraxinas
like right now or, if any plugins of new type WHERE_EVENTINFO are installed (e.g. GraphMultiEPG, IMDB, OFDB), a choicebox with the relevant plugins. consequence: GraphMultiEPG is no longer ran from extensions menu (blue button) but by long keypress on INFO button instead!
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-03-15add LICENSEs to some pluginsAndreas Monzner
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-25small fixAndreas Monzner
2007-10-25ignore applySkin when skinAttributes is NoneAndreas Monzner
2007-10-10add .cvsignoreFelix Domke
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