summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.html
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-276/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-6/+24
| | | | in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
* added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-281-16/+34
| | | | ip4_manualConf function
* manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-271-9/+121
| | | | and adopted the signals.
* renamed routemanager to networkmanagerNiklas2011-09-261-1/+3
|
* changed the css file for the networkdiscovery. now it looks a bit nicerNiklas2011-09-231-21/+37
|
* added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-221-2/+57
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-221-0/+31
| | | | started to early. so javascript jquery was not usable. also put the js code into the html file. it seems that qt has a problem using the code if it is not in the html file. also implemented the fast version. if one interface is usable we now go on directly to the continue boot screen
* gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-211-0/+24
not display anything.