aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/GraphMultiEPG
AgeCommit message (Collapse)Author
2011-09-13Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'ghost
2011-03-17make new multi epg bouquet handling optional via usage config "Multi-EPG ↵ghost
bouquet selection (Yes/No)" option default is the old behaviour refs bug #453
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2010-10-08meta/plugin_graphmultiepg.xml: fix merge conflictacid-burn
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2010-02-25lib/python/Plugins/Extensions/GraphMultiEPG/plugin.py: [PATCH 3/3] use ↵ghost
non-visual bouquet selector in graphmultiepg
2009-12-23Merge branch 'bug_178_update_meta_files'acid-burn
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
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-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