aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
AgeCommit message (Collapse)Author
2009-02-06code cleanup ... use more /proc/stb/avs/0/* auto functionsghost
this change needs current drivers (SRCDATE >= 20090206)
2009-01-29Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-29fix skipping of configuration backupFraxinas
2009-01-26Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-01-26allow separate configuration of aspect ratioFelix Domke
- used when viewing >16:9 content on 16:9 TV, - used when viewing 4:3 content on 16:9 TV
2009-01-23small gui fixes in satfinder and motor setupghost
2009-01-19more codecleanupghost
2009-01-19code cleanupghost
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2009-01-19rework block device scanning a bitFelix Domke
2009-01-02"finished" message also when skipping configuration backupFraxinas
2008-12-18add diseqc tester test type complete (tune FROM every possible index TOStefan Pluecken
every possible index) (can take some time until eternity for a high number of orbital positions)
2008-12-18Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-12-18dont let open satfinder for "2nd cable from rotor" and "loothrough" ↵ghost
connected lnbs
2008-12-18count indexes instead of transponders for failed/successfully tuned indexesStefan Pluecken
2008-12-18allow writing of diseqc tester results to /media/hdd/diseqctester.logStefan Pluecken
2008-12-16add newlines at end of fileStefan
2008-12-16add diseqc tester test type "random"Stefan
2008-12-16show transponders in diseqc tester resultsStefan
2008-12-16finish and polish diseqc tester pluginstefan
2008-12-16catch up DiseqcTest developmentStefan Pluecken
2008-12-12small fixghost
2008-12-12small cleanupghost
2008-12-12PositionerSetup/plugin.py: use data from currently tuned transponder as ↵ghost
initial data
2008-12-11Satfinder/plugin.py: fix nimselection size, add support for DVB-S2ghost
2008-12-11PositionerSetup/plugin.py: fix modulation, fix nim selection list sizeghost
2008-12-11PositionerSetup/plugin.py: add support for DVB-S2ghost
2008-12-09also show SNR in dB in PositionerSetupghost
2008-12-09remove unneeded skin (already in skin_default.xml)ghost
2008-12-08remove agcghost
2008-11-18add automatic downloading of latest image and possibility of backing up ↵Fraxinas
configuration to the bootable usb sticks
2008-11-17Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-17get rid of some floating point valuesghost
2008-11-17Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-17use hotplugNotifier to ease use of NFIFlash plugin. change some excess ↵Fraxinas
status bar translatables to static english.
2008-11-17change hotplugNotifier to return correct state transition for cd-rom type ↵Fraxinas
and flash type devices
2008-11-17more changes for async picture decode supportghost
2008-11-14callbacks that are added upon hotplug events can be added to a ↵Fraxinas
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
2008-11-13add possibility to change delay after diseqc reset command and delay after ↵ghost
diseqc peripherial poweron command via satellite equipment control plugin
2008-11-06save backup network configuration files and not only gui stuff from enigma2 ↵Fraxinas
and change the default backup location to harddisk (on behalf of sat-man)
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-20add building of NFIFlash plugin, but display only for DM8000Andreas Frisch
2008-10-20change flasher part of NFIFlash to handle new style md5sum linesAndreas Frisch
2008-10-19add .nfi to filescanner for NFIFlash plugin, whitespace cleanup, change ↵Andreas Frisch
md5sum check for new .nfo syntax
2008-10-16remove full /etc backup option and change the position of the green and red ↵Andreas Frisch
button to follow the positions of the remote control (on behalf of sat-man) ----------------------------------------------------------------------
2008-10-13remove weird charset specifiersAndreas Frisch
2008-10-12fix md5 hash checkAndreas Frisch
2008-10-12bugfix for cancellingAndreas Frisch
2008-10-12add NFIFlash pluginAndreas Frisch
2008-10-10small fixAndreas Monzner