summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* den pfad zur common header file angepasstHEADmasterNiklas2011-11-231-1/+1
|
* modified cmakelists, changed include pathsNiklas Goby2011-11-234-8/+10
|
* created modulesNiklas Goby2011-11-2391-1/+0Star
|
* deleted the NetworkDiscovery and UnixDomainSocketServer folderNiklas Goby2011-11-2358-5563/+0Star
|
* deleted the doxygen/html, /latex and /man folder and put them into to ↵Niklas Goby2011-11-23778-28106/+3Star
| | | | gitignore list
* new commentsNiklas2011-11-0969-68/+76
|
* some documentation changes (adding comments) and doxygen files)Niklas2011-11-09787-44/+30008
|
* added some commentsNiklas2011-11-041-2/+2
|
* fixed some bugs: continueBoot , checkConnectivity: first check passed, ↵Niklas2011-11-043-70/+29Star
| | | | second check failed. added a new action. it is now possible to triger the tryAgain via F9
* changed the tryagainNiklas2011-11-043-110/+90Star
|
* last changesNiklas2011-11-049-19/+71
|
* changed the tryout, also some big changes in program flow. there is now ↵Niklas2011-10-277-150/+262
| | | | userchoice page anymore. also it is now possible to press the user choice button f5 all the time.
* disabled right click context menu, changed dialog button size (see css), ↵Niklas2011-10-2713-432/+464
| | | | changed customdhcp logger. it now sends all log messages through the socket
* the log message has now a newlineNiklas2011-10-251-1/+1
|
* fixed some bugs. show log screen is now bigger and opens a scrollbar ↵Niklas2011-10-2512-210/+276
| | | | automatically. debug screens added. fixed continue in debug mode, added progress indicator for all screens.
* no workingNiklas2011-10-244-4/+17
|
* manual conf. onchange interface, present the already collected infosNiklas2011-10-243-4/+55
|
* manual conf shows now a no interfaces found message without any form fields.Niklas2011-10-241-59/+72
|
* added some config possibilitiesNiklas2011-10-217-8/+64
|
* now the two versions of the NetworkDiscovery code should be the same (except ↵Niklas2011-10-2110-82/+381
| | | | for the qDebug...)
* put the NetworkDiscovery code into the src folder of the fbgui. made some ↵Niklas2011-10-1921-224/+413
| | | | test, building a usb stick iso and running it on a maschine. did some bug fixes
* small changes in the networkmanager. added some ipv6 methods for adding a ↵Niklas2011-10-122-0/+190
| | | | route and a address to an interface
* added new filesNiklas2011-10-106-5/+135
|
* new veriosn of the fbgui src (same as in fbgui-ng) combined with my ↵Niklas2011-10-1028-0/+3686
| | | | networkDiscovery in front.
* corrected some errorsNiklas2011-10-1024-1062/+684Star
|
* added some commtents to the ndguiNiklas2011-10-071-2/+58
|
* tried to exclude the javascript functions. but eigther i make something ↵Niklas2011-10-071-3/+2Star
| | | | wrong or it is not possible
* renamed nd-functions into networkDiscovery.jsNiklas2011-10-075-82/+203
|
* renamed LogReceiver.pro into NetworkDiscovery.proNiklas2011-10-072-1/+2
|
* adding files of the renamed directoryNiklas2011-10-0750-0/+4734
|
* renaming of the projekt form LogReceiver into NetworkDiscoveryNiklas2011-10-0752-4179/+6Star
|
* modified the check for carrier signal. on autoUp==true: if no interface is ↵Niklas2011-10-0510-62/+205
| | | | 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-293-12/+19
| | | | 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-298-73/+199
| | | | before the magic begins. (press F5 to get a choice)
* added some more initial parametersNiklas2011-09-283-24/+12Star
|
* added a select field to the manual conf gui. also fixed some bugs in the ↵Niklas2011-09-287-64/+172
| | | | ip4_manualConf function
* manual config gui added. put the interfaceconfig map into networkDiscovery ↵Niklas2011-09-277-33/+217
| | | | and adopted the signals.
* added a new function for manual configuration of an interface including a ↵Niklas2011-09-263-8/+279
| | | | function which writes a resolv.conf
* renamed routemanager to networkmanagerNiklas2011-09-266-25/+28
|
* added some comments to the new bringInterfaceUpDown function in ↵Niklas2011-09-231-1/+13
| | | | routemanager(soon networkmanager)
* added a function to the routemanager (which will soon be renamed into ↵Niklas2011-09-233-2/+55
| | | | networkmanager) to bring up and down interfaces.
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵Niklas2011-09-239-344/+50Star
| | | | and chooseinterfacedialog since this is now implemented via html/css/jquery
* 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-226-70/+140
|
* the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵Niklas2011-09-228-109/+143
| | | | 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-2136-269/+2022
| | | | not display anything.
* the checkConnectivity method is working now. we use the rtnl functions of ↵Niklas2011-09-206-198/+86Star
| | | | the libnl.
* solved the stupid mistake. just forgot to add an additional header file. ↵Niklas2011-09-193-0/+13
| | | | rtnl.h. now it is added an it compiles
* routmanager doRoute: changed the retun value in case of an error to -1Niklas2011-09-191-2/+2
|
* added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-195-14/+241
| | | | working with libnl functions.but still there is an error: /usr/include/netlink/route/route.h:60:57: error: ‘realm_t’ has not been declared /usr/include/netlink/route/route.h:61:8: error: ‘realm_t’ does not name a type