summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-071-219/+0Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-051-2/+4
| | | | 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-12/+0Star
| | | | 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-10/+34
| | | | before the magic begins. (press F5 to get a choice)
* added some more initial parametersNiklas2011-09-281-1/+1
|
* added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-281-4/+35
| | | | ip4_manualConf function
* manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-271-9/+16
| | | | and adopted the signals.
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-231-8/+8
| | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
* added some more js functions. abortBootDialog() and chooseInterfaceDialog()Niklas2011-09-221-55/+25Star
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-221-71/+17Star
| | | | 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-85/+143
| | | | not display anything.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-201-1/+3
| | | | the libnl.
* solved the stupid mistake. just forgot to add an additional header file. ↵Niklas2011-09-191-0/+6
| | | | rtnl.h. now it is added an it compiles
* added a new container class which holds config informations about an ↵Niklas2011-09-021-2/+3
| | | | interface. also solved the message loss problem by setting the read an writing messages to the same size
* tried to clean the git. deleted old unused files and folders. moved ↵Niklas2011-09-011-0/+184
customdhcpcd and LogReceiver to the fbgui folder