aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
AgeCommit message (Collapse)Author
2011-09-13Merge remote-tracking branch 'origin/bug_671_python_update'ghost
2011-09-13Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'ghost
2011-09-07Merge remote-tracking branch 'origin/obi/master-20110412'ghost
2011-08-17Hotplug: also close thread on language changeMoritz Venn
Previously after a language thread the bdpoll variable was overwritten leaving the old thread run forever and only closing the new one on shutdown (a language changes does NOT call the plugin close handler but the start handler is called again). so before creating a new bdpoll instance check if an old one exists and unset the running flag. Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-05-20WirelessLan: small skinfix for WLAN Status Screen. refs #725acid-burn
2011-04-26shutdown bdpoll thread on e2 shutdownghost
this is needed for newer python versions... thanks to ritzmo fixes bug #671
2011-04-13Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add ↵Mladen Horvat
possibility to have also non plugins/skins inside SoftwareManager. add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389
2011-04-13Enigma2-{Network,NetworkWizard,WirelessLan}: more work on wireless lan / ↵Mladen Horvat
networking. removed 'hidden' links from lists and replaced with more intuitive options in networkwizard/networksetup. fixes #725
2011-04-13Merge branch 'master' of git.opendreambox.org:/git/enigma2 into ↵Mladen Horvat
acid-burn/network_changes_next
2011-04-12BackupRestore.py: Fix untranslatable string (Patch by Benny De Tandt)Andreas Oberritter
2011-03-31Screens/NetworkSetup.py, SystemPlugins/WirelessLan,Networkwizard: dont use ↵Mladen Horvat
"hidden..." as selector for hidden networks. Add config option for entering a hidden network ssid. This is more intuitive as selecting the option from the found networks. refs #725
2011-03-30fix some misspellingsAndreas Oberritter
2011-03-30SystemPlugins/SoftwareManager: change default backup names for ↵Mladen Horvat
wpa_supplicant configuration files. refs #389
2011-03-30SystemPlugins/WirelessLan: Don't depend on device names where possible. ↵Mladen Horvat
Better wireless lan interface detection and scanning. Changed file naming for wpa_supplicant configuration to wpa_supplicant."interfacename".conf. refs #389
2011-03-30SystemPlugins/NetworkWizard: Don't depend on device names where possible. ↵Mladen Horvat
Some code cleanups and improvements. refs #389
2011-03-30SoftwareManager: add new wpa_supplicant configfiles to backup defaults. refs ↵acid-burn
#389
2011-03-30NetworkWizard: follow network.py to improve wireless interface/module ↵acid-burn
detection. refs #389
2011-03-30SystemPlugins/WirelessLan: improve wireless device/module detection.acid-burn
improve iwconfig response parsing. read and save wpa_supplicant configurations into per interface separated files. refs #389
2011-03-29fix some crashes during settings wizardAndreas Oberritter
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-03-16small cleanupsacid-burn
2011-03-15Merge remote branch 'origin/obi/bug_726_interfaces' into ↵acid-burn
acid-burn/networking_changes
2011-03-15Merge remote branch 'origin/obi/bug_724_wpa_modes' into ↵acid-burn
acid-burn/networking_changes
2011-03-15WirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. ↵acid-burn
fixes #720
2011-03-14WPA: minimize driver specific code for /etc/network/interfacesAndreas Oberritter
2011-03-14WLAN: fix inversed logic for WPA2 vs. WPA/WPA2Andreas Oberritter
2011-03-09Merge remote-tracking branch 'origin/bug_689_projectx_subs'ghost
2011-03-09add plugin weight to PluginDescriptor... so the plugin start order can be ↵ghost
changed now
2011-03-02[DVDBurn] start projectx task with command line parameter to ommit ↵Fraxinas
subpicture/ttx stream demuxing, fixes recent RTL recordings crashing (#689)
2011-02-23Merge branch 'master' of git.opendreambox.org:/git/enigma2Fraxinas
2011-02-23Merge branch 'bug_673_dvdburn_keyerror'Fraxinas
2011-02-22Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-19fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-19Revert "servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)"ghost
This reverts commit 42f5a704c8bd14f9bac30b61a76effaededc74e8.
2011-02-19servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-18PluginComponent.py/Plugin.py: better way to react on a language change. refs ↵acid-burn
#670
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-02-11Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-09Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'ghost
2011-02-09[DVDBurn] fix rare crash condition in audio stream cleanup taskFraxinas
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=True for plugins that need a enigma2 ↵acid-burn
restart after installation. refs #670
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2011-02-07Merge branch 'bug_440_dvdplayer_audioselection'Fraxinas
2011-02-07SoftwareManager: ask for restart after installation inside pluginmanager ↵acid-burn
only if a restart is required. refs #670
2011-02-07PluginSystem: implement new PluginDescriptor option "needsRestart" to define ↵acid-burn
if a plugin needs an enigma2 restart after installation. Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor. fixes #670
2011-01-28DVDPlayer: AudioSelection integration (#441)Fraxinas
2011-01-28DVDPlayer subtitle stream selection through enigma2 AudioSelection dialog (#441)Fraxinas
2011-01-28switch to opkgAndreas Oberritter
2011-01-27experimentally enable AudioSelection Dialog for DVDPlayer (#440)Fraxinas