aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
AgeCommit message (Collapse)Author
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-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-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-30remove debugacid-burn
2011-03-30NetworkSetup.py: improved wlan interface/response handling.acid-burn
dont ask for deactivating a second interface if deactivating current interface. use activate/deactivate interface functions instead network restarts to apply network configurations.
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-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-23Merge branch 'bug_203_fix_wrong_networkstate'acid-burn
Conflicts: lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py lib/python/Screens/NetworkSetup.py
2009-12-17Screens/NetworkSetup.py: - dont count current interface as second interface ↵acid-burn
if only one interface is currently configured
2009-12-17Components/Network.py, Screens/NetworkSetup.py: - fix possible crash when ↵acid-burn
closing network config
2009-12-15Screens/NetworkSetup.py, WirelessLan/plugin.py: - fix wrong networkstate in ↵acid-burn
some conditions. This fixex #203
2009-12-11Screens/NetworkSetup.py: small fix for yesterdays network cleanup.Mladen Horvat
2009-12-10Screens/NetworkSetup.py: - cleanup network configuration workflow.Mladen Horvat
its now checked for a second interface before the config is actually written and network restartet. So this is now done only once, which speeds up the configuration by 100%. This fixes #202
2009-09-25Screens/NetworkSetup.py: - rework network gui.acid-burn
- move buttons to the top and remove bottom bar - replace all Labels where possible through StaticText for better skinability - minor fixes
2009-09-04NetworkSetup.py: update descriptionacid-burn
2009-07-22properly update statusbar after network restartacid-burn
also ignore wmaster0 interface
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-11-14remove unneeded checkacid-burn
2008-11-14make hidden... translateableacid-burn
2008-11-14small skin fixacid-burn
fix possible crash when leaving networksetup
2008-11-13fix saving of nameserversacid-burn
2008-11-10remove unneeded calls to iNetwork.getinterfacesacid-burn
cleanups fix typo
2008-11-07fix typosacid-burn
fix async callback translation update
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06fix typoacid-burn
2008-11-06remove debugacid-burn
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-10-23fix typoFelix Domke
2008-10-03Actionmap fix on behalf of Acid-BurnAndreas Frisch
2008-10-02small fixesAndreas Monzner
2008-09-30Networksetup updateAndreas Monzner
2008-08-26network setup fixesAndreas Monzner
2008-08-14some small fixesAndreas Monzner
2008-07-21re-add listupdate after defaultinterface changeAndreas Monzner
2008-07-21dont use os.system when not needed,Andreas Monzner
remove /etc/default_gw when only one interface is available
2008-07-21networksetup update, add missing .cvsignoresAndreas Monzner
2008-07-12dont show WLAN Status when WLAN IF is not upAndreas Monzner
2008-07-11add missing def run... (for network wizard)Andreas Monzner
2008-07-11update network setupAndreas Monzner
cleanup imports
2008-07-03fix deathscreen when opening wlan network list (ssid list) and the currentlyAndreas Monzner
used ssid is not found
2008-06-13networksetup fixes / cleanupsAndreas Monzner
2008-06-10cleanup codeAndreas Monzner
2008-06-10use MultiPixmaps and MultiColorLabels in Network SetupAndreas Monzner
code cleanup whitespace cleanup
2008-06-03fix typosFelix Domke
2008-06-03adapter setup updateFelix Domke
2008-05-29NetworkSetup: fix help onleft/right, fix reloadFelix Domke
2008-05-29add new network configFelix Domke
2008-02-11do not crash when attributes are not present; replace by defaults insteadFelix Domke