aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
AgeCommit message (Collapse)Author
2008-01-25'rate' -> 'refresh rate'Felix Domke
2008-01-25add cvsignoreFelix Domke
2008-01-25add VideoTune pluginFelix Domke
2008-01-24merge with old A/V setupFelix Domke
2008-01-24remove debug, add (untested) isPortUsedFelix Domke
2008-01-24YPrPb -> YPbPrStefan Pluecken
2008-01-24disable preferred_modes stuff for now, implement hotplug (but disable it)Felix Domke
2008-01-24add videowizardStefan Pluecken
2007-12-21add videomode plugin to makefileFelix Domke
2007-12-20add LCD supportFelix Domke
2007-12-20create global (real) config entries, update setup on hotplug (untested), fix ↵Felix Domke
apply, implement mode revert
2007-12-20add videomode plugin (not used yet) for advanced videomode configurationFelix Domke
2007-11-26remove unneeded importsAndreas Monzner
2007-10-29some ipkg changes.. (done by ritzmo)Andreas Monzner
2007-10-21don't crash when having unknown fec/pol values (possibly due to broken ↵Felix Domke
satellites.xml)
2007-10-16fix bluescreen when opening motor setup and more than one nim is configuredAndreas Monzner
for motor use
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this ↵Felix Domke
(patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
2007-10-04add exception handlingAndreas Monzner
2007-09-26install noprev.pngAndreas Monzner
2007-09-26backport from release branchAndreas Monzner
2007-09-14some changes for new default skinAndreas Monzner
2007-08-28use source/converter for tuner dataAndreas Monzner
add db display
2007-08-20.cvsignoreFelix Domke
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 some importsAndreas Monzner
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-05-18NIM cleanup, as described in ↵Felix Domke
https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html
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-07take care of running recording before realy shutdown e2Andreas Monzner
2007-01-07self.session is already defined by ScreenAndreas Monzner
2006-12-26add missing importAndreas Monzner
2006-12-2615 msec delay between disable tone and send diseqcAndreas Monzner
2006-12-26disable tone before send diseqc commandAndreas Monzner
2006-12-19fix syntax error,Andreas Monzner
some cosmetics
2006-12-19add missing importFelix Domke