aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
AgeCommit message (Collapse)Author
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
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
2006-10-18workaround for not working /etc/init.d/network scriptAndreas Monzner
2006-10-06finally fix priorities: ConfigListScreen's action must be -1 to override ↵Felix Domke
eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-02-20fix newlineFelix Domke
2005-12-23translationsStefan Pluecken
2005-12-16fix some more _() comparisonsStefan Pluecken
2005-11-29fix network-setting (tested now... not yet complete... have to remove the ↵Stefan Pluecken
cursor somehow when configElement is disabled)
2005-11-17translationsStefan Pluecken
2005-11-17some basic language support (already working a bit)Stefan Pluecken
2005-10-15add single satellite scan to userinterfaceStefan Pluecken
2005-10-12add NumberActionMap for better input of numbersStefan Pluecken
2005-10-12- added resolv.conf parsingStefan Pluecken
- fixed some bugs - networksetting now complete ;)
2005-10-11get network config from /etc/network/interfacesStefan Pluecken
still missing: parsing of /etc/resolv.conf for nameserver retrieval
2005-10-11reenable editing of network settings by adding an action for every numberStefan Pluecken
2005-10-11add additional argument to the configElement constructor to make ↵Stefan Pluecken
configElements, that don't save themselves and use it in scan-setup
2005-10-11move network setup into a dynamic configlistStefan Pluecken