some fixes for the new network configuration
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 20 Mar 2007 21:38:37 +0000 (21:38 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 20 Mar 2007 21:38:37 +0000 (21:38 +0000)
commit4b53fef5099e42240db57ce118dd9aa570b7815d
treef0afc726fc6c412da236f5e48de8f488df1ec08c
parenteba98a3843d8358cd66d3d8a31b08771899ce705
some fixes for the new network configuration

adding Reichi's WirelessLan configuration plugin (not yet fully functional)
configure.ac
lib/python/Plugins/SystemPlugins/Makefile.am
lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/Wlan.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/key-blue.png [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/key-green.png [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/key-red.png [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/key-yellow.png [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py [new file with mode: 0644]
lib/python/Screens/NetworkSetup.py