summaryrefslogtreecommitdiffstats
path: root/LogReceiver/networkdiscovery.cpp
Commit message (Collapse)AuthorAgeFilesLines
* did some refactoring. added a user choice screen which is shown 2 seconds ↵Niklas2011-09-291-40/+47
| | | | before the magic begins. (press F5 to get a choice)
* added some more initial parametersNiklas2011-09-281-22/+8Star
|
* added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-281-21/+60
| | | | ip4_manualConf function
* manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-271-6/+39
| | | | and adopted the signals.
* added a new function for manual configuration of an interface including a ↵Niklas2011-09-261-0/+3
| | | | function which writes a resolv.conf
* renamed routemanager to networkmanagerNiklas2011-09-261-2/+2
|
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-0/+518
and chooseinterfacedialog since this is now implemented via html/css/jquery