aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-10-07fix install pathFelix Domke
2007-10-07move media player into plugin (patch by Moritz Venn, ↵Felix Domke
001_enigma2_make_mediaplayer_a_plugin.patch)
2007-10-04add exception handlingAndreas Monzner
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-26install noprev.pngAndreas Monzner
2007-09-26backport from release branchAndreas Monzner
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-09-14some changes for new default skinAndreas Monzner
2007-09-11remove FritzCall from this cvs - it's in ↵Felix Domke
enigma2-plugins.schwerkraft.elitedvb.net now
2007-08-28use source/converter for tuner dataAndreas Monzner
add db display
2007-08-25fix keymap (thanks to ralfk)Felix Domke
2007-08-20.cvsignoreFelix Domke
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
2007-07-28fix *required* kwargs. plugins not having **kwargs will probably not run ↵Felix Domke
with newer enigma2, but this has been documented since the beginning.
2007-07-25fix typoAndreas Monzner
2007-07-25fix typoAndreas Monzner
2007-07-24display Satfinder, SatelliteEquipmentControl and PositionerSetupStefan Pluecken
plugins only if a DVB-S or DVB-S2 frontend is installed
2007-07-23move selection to currently used skinAndreas Monzner
2007-07-22cleanup __init__.py files ....Andreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-19add .jpe extensionFelix Domke
2007-07-19show media selector instead of hardcoded /hdd/ scanFelix Domke
2007-07-19whitespace cleanupFelix Domke
2007-07-11(ralfk) enable help for cutlist editorFelix Domke
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-19tweak cutlist editor UI a bitFelix Domke
2007-06-19move CutListEditorActions into cutlist, and provide own CutlistSeekActionsFelix Domke
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
2007-04-23fix titleFelix Domke
2007-03-21more __deref__ changesAndreas Monzner
2007-03-21remove wireless pluginStefan Pluecken
2007-03-20fix hardcoded interface handling in wireless pluginStefan Pluecken
2007-03-20fix hardcoded pathStefan Pluecken
2007-03-20some fixes for the new network configurationStefan Pluecken
adding Reichi's WirelessLan configuration plugin (not yet fully functional)
2007-03-19remove wireless pluginStefan Pluecken
2007-03-19network setup rewrite... adds support for multiple devices and an extended ↵Stefan Pluecken
setup via plugins
2007-03-12by default, only backup settings.Felix Domke
2007-02-15fix typoAndreas Monzner
2007-02-15add (Expert) Satellite Equipment Setup for change someAndreas Monzner
delays/timeouts/retries
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2007-01-12do not install web interface, as it's in another cvs now.Felix Domke