summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * put the NetworkDiscovery code into the src folder of the fbgui. made some tes...Niklas2011-10-1921-224/+413
| * small changes in the networkmanager. added some ipv6 methods for adding a rou...Niklas2011-10-122-0/+190
| * 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