summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html
Commit message (Collapse)AuthorAgeFilesLines
* 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-272-9/+147
| | | | and adopted the signals.
* renamed routemanager to networkmanagerNiklas2011-09-261-1/+3
|
* added a function to the routemanager (which will soon be renamed into ↵Niklas2011-09-231-0/+7
| | | | networkmanager) to bring up and down interfaces.
* changed the css file for the networkdiscovery. now it looks a bit nicerNiklas2011-09-232-109/+62Star
|
* added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-222-6/+103
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-223-1/+58
| | | | 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-2128-0/+1830
not display anything.