aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
AgeCommit message (Collapse)Author
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
2007-11-26Always show ip address/gateway/netmask in network settings dialogStefan Pluecken
2007-11-26remove debug outputAndreas Monzner
2007-11-26only show network adapter list when more than one adapters are availableAndreas Monzner
show friendly adapter name in network setup
2007-10-26show friendly name for network adapter nameFelix Domke
2007-10-26whitespace fixesFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-03-20some fixes for the new network configurationStefan Pluecken
adding Reichi's WirelessLan configuration plugin (not yet fully functional)
2007-03-20allow setting a menu entry name for network setup pluginsStefan Pluecken