| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-30 | fix some misspellings | Andreas Oberritter | |
| 2011-02-08 | Plugins: fix permission of plugin.py | acid-burn | |
| 2011-02-07 | Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵ | acid-burn | |
| enigma2 restart after installation. refs #670 | |||
| 2010-09-21 | Enigma2-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-26 | meta: remove trailing slash from installdirs | Andreas Oberritter | |
| 2010-03-01 | fix no more turning positioner after leave positioner setup in some cases | ghost | |
| this fixes bug #321 | |||
| 2009-11-25 | Enigma2-Metainformations: - update all Meta Informations | acid-burn | |
| 2009-11-07 | revert some no more needed bug_258_sorting_of_configsatlist changes | ghost | |
| 2009-11-06 | fixes bug #258 | Stefan Pluecken | |
| some beautification of PositionerSetup code regarding the ConfigSatlist sorting | |||
| 2009-09-03 | Enigma2-meta: install plugins-meta.xml in /usr/share/meta | acid-burn | |
| genmetaindex.py: change index.xml layout a bit | |||
| 2009-08-19 | Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefiles | acid-burn | |
| 2009-08-18 | set permissions to 644 for data files | Andreas Oberritter | |
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-18 | Don't install *.jpg files with the Plugin metadata to save space. | acid-burn | |
| 2009-08-17 | enable metadata install, install into /usr/share/enigma2/meta/enigma2/ | Felix Domke | |
| 2009-08-15 | Makefile.am: use dist_*_DATA to include data files in tarballs | Andreas Oberritter | |
| 2009-08-15 | update all Makefile.am files | Andreas Oberritter | |
| remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2 | |||
| 2009-07-20 | some more work on plugin manager | acid-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-02-13 | add possibility to override tuner type in ConvertToHumanReadable | ghost | |
| 2009-01-23 | small gui fixes in satfinder and motor setup | ghost | |
| 2009-01-19 | more codecleanup | ghost | |
| 2009-01-19 | code cleanup | ghost | |
| 2009-01-19 | remove nested structures because of the fact that swig cannot handle this | ghost | |
| now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto.... | |||
| 2008-12-12 | small fix | ghost | |
| 2008-12-12 | PositionerSetup/plugin.py: use data from currently tuned transponder as ↵ | ghost | |
| initial data | |||
| 2008-12-11 | PositionerSetup/plugin.py: fix modulation, fix nim selection list size | ghost | |
| 2008-12-11 | PositionerSetup/plugin.py: add support for DVB-S2 | ghost | |
| 2008-12-09 | also show SNR in dB in PositionerSetup | ghost | |
| 2008-12-08 | remove agc | ghost | |
| 2008-09-05 | dont start timers as recurring timers... this is better for blocking syscalls | Andreas Monzner | |
| 2008-07-28 | fix crash on opening satfinder / motor plugin | Andreas Monzner | |
| 2008-07-01 | restart previous running services in onClose event | Andreas Monzner | |
| remove some debug output | |||
| 2008-05-12 | by Pieter Grimmerink: fix FEC typos | Felix Domke | |
| 2008-03-15 | add LICENSEs to some plugins | Andreas Monzner | |
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas 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) | |||
| 2007-10-16 | fix bluescreen when opening motor setup and more than one nim is configured | Andreas Monzner | |
| for motor use | |||
| 2007-10-07 | add '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-07 | add 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-07 | Rename 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-07-28 | fix *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-24 | display Satfinder, SatelliteEquipmentControl and PositionerSetup | Stefan Pluecken | |
| plugins only if a DVB-S or DVB-S2 frontend is installed | |||
| 2007-05-18 | NIM cleanup, as described in ↵ | Felix Domke | |
| https://lists.elitedvb.net/pipermail/enigma2-devel/2007-May/000016.html | |||
| 2007-01-15 | change iFrontendInformation api | Andreas 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 | |||
| 2006-12-26 | add missing import | Andreas Monzner | |
| 2006-12-26 | 15 msec delay between disable tone and send diseqc | Andreas Monzner | |
| 2006-12-26 | disable tone before send diseqc command | Andreas Monzner | |
| 2006-12-19 | fix syntax error, | Andreas Monzner | |
| some cosmetics | |||
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-11-01 | fix non working diseqc | Andreas Monzner | |
| 2006-11-01 | make "Satfinder" and "Positioner setup" translatable | Andreas Monzner | |
