aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
AgeCommit message (Collapse)Author
2010-07-27Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-05-06Network.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-08fixes 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
2007-03-21add missing spaceStefan Pluecken
2007-03-20don't use interfaces.tmp instead of interfaces fileStefan Pluecken
2007-03-19plugins are now able to add device specific text to /etc/networking/interfacesStefan Pluecken
example: where = PluginDescriptor.WHERE_NETWORKSETUP, fnc={"ifaceSupported": callFunction, "configStrings": configStrings} with def PluginFunction(session, iface): session.open(<MainPlugin>, iface) def callFunction(iface): if <iface is supported by plugin>: return PluginFunction else: return None def configSrings(iface): return "# would add this to adapter iface into /etc/networking/interfaces"
2007-03-19network setup rewrite... adds support for multiple devices and an extended ↵Stefan Pluecken
setup via plugins
2007-02-25remove improper printStefan Pluecken
2007-02-25more generic Components/Network.py for allowing other interface names (thx ↵Stefan Pluecken
to Reichi)
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-10-18workaround for not working /etc/init.d/network scriptAndreas Monzner