aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
AgeCommit message (Collapse)Author
2011-05-09Network.py: change network interface description name to old state. (LAN ↵acid-burn
connection 1 -> Lan connection). refs #725
2011-04-15Components/Network.py: small improvements and cleanups/fixesMladen Horvat
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-03-30Network.py/NetworkSetup.py: improve wireless lan device detection. Dont ↵Mladen Horvat
depend on device names where possible. Some code cleanups and improvements for wlan devices. refs #389
2011-03-30Network.py: improve remote rootfs detection and wireless device/module ↵acid-burn
detection. improve functions to activate/deactivate network interfaces. cleanup some unused functions. refs #389
2011-03-17Network.py: fix post-down->pre-down change introduced with last changes. ↵acid-burn
refs #724
2011-03-14WPA: minimize driver specific code for /etc/network/interfacesAndreas Oberritter
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-03-31Merge commit 'origin/bug_449_fix_wlan_usbstick_recognition'acid-burn
2010-03-12fixes bug #429Stefan Pluecken
remove some absolute paths
2010-02-23Components/Network.py: *fix usb wlan module recognition for new 1.6 oe images.acid-burn
This fixes #449
2010-01-29* simplify NetworkWizard usability. Its now possible to open the wizard ↵acid-burn
directly with the current selected network interface, so its no more needed to select the interface twice. * add a blue button link to the network wizard also inside the AdapterSelectionScreen. * d't show interface question if only one interface is available. This fixes bug #218
2009-12-17Components/Network.py, Screens/NetworkSetup.py: - fix possible crash when ↵acid-burn
closing network config
2009-07-22properly update statusbar after network restartacid-burn
also ignore wmaster0 interface
2009-07-07don't touch network configuration on remote rootfsAndreas Oberritter
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-02-17follow Console() changesacid-burn
add WHERE_NETWORKCONFIG_READ to Plugin Descriptor make Reichi happy ;-)
2008-11-17Merge branch 'master' into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/sec.cpp lib/python/Components/Network.py lib/python/Components/Playlist.py lib/python/Plugins/Extensions/DVDBurn/Process.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py lib/python/Screens/TimerEdit.py po/lt.po po/nl.po po/tr.po
2008-11-14dont start self.console twiceacid-burn
2008-11-14small skin fixacid-burn
fix possible crash when leaving networksetup
2008-11-10remove unneeded calls to iNetwork.getinterfacesacid-burn
cleanups fix typo
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06better netmask parsingacid-burn
2008-11-06add missing importghost
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
2008-11-06some fixesMladen Horvat
B A A
2008-11-06add virtual keyboard as easy input helpAcid-Burn
add icons for virtual keyboard network fixes wlan fixeS
2008-11-06add missing importghost
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
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-27switch network to use new epopen implementation instead of system callAndreas Frisch
2008-10-27changes on behalf of acid-burnAndreas Frisch
2008-09-30Networksetup updateAndreas Monzner
2008-08-26network setup fixesAndreas Monzner
2008-08-14some small fixesAndreas Monzner
2008-07-21networksetup update, add missing .cvsignoresAndreas Monzner
2008-07-14move comment before multi line command to make python happyAndreas Monzner
2008-07-14add missing backslashesAndreas Monzner
2008-07-14use IPs in networkCheck.. cleanup dns checkAndreas Monzner
2008-07-14fix typoAndreas Monzner
2008-07-11add missing imports,Andreas Monzner
add madwifi support
2008-07-11update network setupAndreas Monzner
cleanup imports
2008-06-06add DNS check, add checkforInterfaceFelix Domke
2008-06-03extend ping test, fix configuredInterface listFelix Domke
2008-05-29add new network configFelix Domke
2007-11-26only show network adapter list when more than one adapters are availableAndreas Monzner
show friendly adapter name in network setup
2007-07-22cleanup some importsAndreas Monzner