summaryrefslogtreecommitdiffstats
path: root/LogReceiver/networkdiscovery.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-706/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-30/+133
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* tried to solve the timing problem. but failed. it is also enough to test for ↵Niklas2011-09-291-0/+17
| | | | the isRunning flag in order to get informations about pluged state
* 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