aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins
AgeCommit message (Collapse)Author
2011-09-13Merge remote-tracking branch 'origin/bug_671_python_update'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-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-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-07SoftwareManager: ask for restart after installation inside pluginmanager ↵acid-burn
only if a restart is required. refs #670
2011-01-28switch to opkgAndreas Oberritter
2010-12-13Merge remote branch 'remotes/origin/acid-burn/bug_622_swupgrade_networkcheck'ghost
2010-12-13Merge remote branch 'remotes/origin/bug_620_dvdburn_absolutepaths'ghost
2010-12-13SoftwareManager/plugin.py: allow autofs volumes to be selectable as backup ↵acid-burn
location. fixes #629
2010-11-23SoftwareManager: take care of network availability inside SoftwareUpgrade ↵acid-burn
and allow proper exiting. fixes #622
2010-11-17fix more nfiflash media paths to be non-absolute (#620)Fraxinas
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16Applied new-hotplug.patch from OEAndreas Oberritter
2010-11-15Merge remote branch 'remotes/origin/bug_609_packetmanager_fixes'ghost
2010-11-05plugin_videoenhancement.xml: re-add dm500hdghost
2010-11-05add support for dm7020hdghost
2010-10-31SoftwareManager/plugin.py: don't display upgradeable packages also as ↵acid-burn
installed packages inside PacketManager. This fixes #609
2010-10-15Merge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'ghost
2010-10-15Merge remote branch 'remotes/origin/bug_597_crashlog_show_skinname'ghost
2010-10-14fix line endings. refs #597acid-burn
2010-10-13SoftwareManager: small fixes and cleanups for better offline plugin ↵acid-burn
management. fixes #600
2010-10-08bsod.cpp,CrashlogAutoSubmit: add active skin name to xml crashlogs. fixes #597acid-burn
2010-10-06NFIFlash: integrate configuration backup/restore, string correctionsFraxinas
2010-10-06[NFIFlash] ask whether to run configuration backup after image download (add ↵Fraxinas
#480)
2010-10-06fix downloading image to flash or harddrive (#480)Fraxinas