summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added new filesNiklas2011-10-106-5/+135
* new veriosn of the fbgui src (same as in fbgui-ng) combined with my networkDi...Niklas2011-10-1028-0/+3686
* 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 wrong...Niklas2011-10-071-3/+2Star
* 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 in...Niklas2011-10-0510-62/+205
* tried to solve the timing problem. but failed. it is also enough to test for ...Niklas2011-09-293-12/+19
* did some refactoring. added a user choice screen which is shown 2 seconds bef...Niklas2011-09-298-73/+199
* added some more initial parametersNiklas2011-09-283-24/+12Star
* added a select field to the manual conf gui. also fixed some bugs in the ip4_...Niklas2011-09-287-64/+172
* manual config gui added. put the interfaceconfig map into networkDiscovery an...Niklas2011-09-277-33/+217
* added a new function for manual configuration of an interface including a fun...Niklas2011-09-263-8/+279
* renamed routemanager to networkmanagerNiklas2011-09-266-25/+28
* added some comments to the new bringInterfaceUpDown function in routemanager(...Niklas2011-09-231-1/+13
* added a function to the routemanager (which will soon be renamed into networ...Niklas2011-09-233-2/+55
* renamed the logreceiver to networkdiscovery and deleted the abortbootdialog a...Niklas2011-09-239-344/+50Star
* 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 sta...Niklas2011-09-228-109/+143
* gui is now html based. still some problems with the jQuery stuff. it does not...Niklas2011-09-2136-269/+2022
* the checkConnectivity method is working now. we use the rtnl functions of the...Niklas2011-09-206-198/+86Star
* solved the stupid mistake. just forgot to add an additional header file. rtnl...Niklas2011-09-193-0/+13
* 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 wor...Niklas2011-09-195-14/+241
* remove another build dirSebastian Schmelzer2011-09-0639-3602/+0Star
* remove DebugSebastian Schmelzer2011-09-0621-405/+1Star
* no build dirs in gitSebastian Schmelzer2011-09-0639-14389/+2Star
* Merge branch 'master' of openslx.org:lsfks/projekte/fbguiSebastian Schmelzer2011-09-0621-3510/+253Star
|\
| * some changes in the cmakelist file. only added and again removed the same stu...Niklas2011-09-0621-3510/+253Star
* | fix cmake stuffSebastian Schmelzer2011-09-063-14/+16
|/
* add requirement for qt 4.7Sebastian Schmelzer2011-09-061-1/+2
* fix cmake includesSebastian Schmelzer2011-09-061-1/+1
* transferSebastian Schmelzer2011-09-062-8/+12
* add version.hNiklas2011-09-061-0/+1
* fix gitignoreSebastian Schmelzer2011-09-061-1/+1
* fix compile errorsSebastian Schmelzer2011-09-063-7/+21
* latest version of all files. cmake still doesn't workNiklas2011-09-0631-740/+4140
* finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c...Niklas2011-09-0521-524/+281Star
* tried to manage cmake but failed. also tried to add the del_route() method of...Niklas2011-09-05107-216/+17668
* added a new container class which holds config informations about an interfac...Niklas2011-09-0213-113/+368
* just minor changes. deltions of unuseful commentsNiklas2011-09-025-24/+2Star
* fix message lossSebastian Schmelzer2011-09-017-13/+43
* some comments to the LogReceiver methodsNiklas2011-09-011-0/+34
* some comments to the LogReceiver methodsNiklas2011-09-011-2/+53
* we tried some fixes for the messge loss problem, but we failed. Sebastian wil...Niklas2011-09-014-7/+8
* bigger changes in the checkConnectivity method. using now route command to de...Niklas2011-09-0112-20/+200