| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | manual conf. onchange interface, present the already collected infos | Niklas | 2011-10-24 | 3 | -4/+55 | |
| | | | ||||||
| | * | manual conf shows now a no interfaces found message without any form fields. | Niklas | 2011-10-24 | 1 | -59/+72 | |
| | | | ||||||
| | * | added some config possibilities | Niklas | 2011-10-21 | 7 | -8/+64 | |
| | | | ||||||
| | * | now the two versions of the NetworkDiscovery code should be the same (except ↵ | Niklas | 2011-10-21 | 10 | -82/+381 | |
| | | | | | | | | | for the qDebug...) | |||||
| | * | put the NetworkDiscovery code into the src folder of the fbgui. made some ↵ | Niklas | 2011-10-19 | 21 | -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 ↵ | Niklas | 2011-10-12 | 2 | -0/+190 | |
| | | | | | | | | | route and a address to an interface | |||||
| | * | added new files | Niklas | 2011-10-10 | 6 | -5/+135 | |
| | | | ||||||
| | * | new veriosn of the fbgui src (same as in fbgui-ng) combined with my ↵ | Niklas | 2011-10-10 | 28 | -0/+3686 | |
| | | | | | | | | | networkDiscovery in front. | |||||
| | * | corrected some errors | Niklas | 2011-10-10 | 24 | -1062/+684![]() | |
| | | | ||||||
| | * | added some commtents to the ndgui | Niklas | 2011-10-07 | 1 | -2/+58 | |
| | | | ||||||
| | * | tried to exclude the javascript functions. but eigther i make something ↵ | Niklas | 2011-10-07 | 1 | -3/+2![]() | |
| | | | | | | | | | wrong or it is not possible | |||||
| | * | renamed nd-functions into networkDiscovery.js | Niklas | 2011-10-07 | 5 | -82/+203 | |
| | | | ||||||
| | * | renamed LogReceiver.pro into NetworkDiscovery.pro | Niklas | 2011-10-07 | 2 | -1/+2 | |
| | | | ||||||
| | * | adding files of the renamed directory | Niklas | 2011-10-07 | 50 | -0/+4734 | |
| | | | ||||||
| | * | renaming of the projekt form LogReceiver into NetworkDiscovery | Niklas | 2011-10-07 | 52 | -4179/+6![]() | |
| | | | ||||||
| | * | modified the check for carrier signal. on autoUp==true: if no interface is ↵ | Niklas | 2011-10-05 | 10 | -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 ↵ | Niklas | 2011-09-29 | 3 | -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 ↵ | Niklas | 2011-09-29 | 8 | -73/+199 | |
| | | | | | | | | | before the magic begins. (press F5 to get a choice) | |||||
| | * | added some more initial parameters | Niklas | 2011-09-28 | 3 | -24/+12![]() | |
| | | | ||||||
| | * | added a select field to the manual conf gui. also fixed some bugs in the ↵ | Niklas | 2011-09-28 | 7 | -64/+172 | |
| | | | | | | | | | ip4_manualConf function | |||||
| | * | manual config gui added. put the interfaceconfig map into networkDiscovery ↵ | Niklas | 2011-09-27 | 7 | -33/+217 | |
| | | | | | | | | | and adopted the signals. | |||||
| | * | added a new function for manual configuration of an interface including a ↵ | Niklas | 2011-09-26 | 3 | -8/+279 | |
| | | | | | | | | | function which writes a resolv.conf | |||||
| | * | renamed routemanager to networkmanager | Niklas | 2011-09-26 | 6 | -25/+28 | |
| | | | ||||||
| | * | added some comments to the new bringInterfaceUpDown function in ↵ | Niklas | 2011-09-23 | 1 | -1/+13 | |
| | | | | | | | | | routemanager(soon networkmanager) | |||||
| | * | added a function to the routemanager (which will soon be renamed into ↵ | Niklas | 2011-09-23 | 3 | -2/+55 | |
| | | | | | | | | | networkmanager) to bring up and down interfaces. | |||||
| | * | renamed the logreceiver to networkdiscovery and deleted the abortbootdialog ↵ | Niklas | 2011-09-23 | 9 | -344/+50![]() | |
| | | | | | | | | | and chooseinterfacedialog since this is now implemented via html/css/jquery | |||||
| | * | changed the css file for the networkdiscovery. now it looks a bit nicer | Niklas | 2011-09-23 | 2 | -109/+62![]() | |
| | | | ||||||
| | * | added some more js functions. abortBootDialog() and chooseInterfaceDialog() | Niklas | 2011-09-22 | 6 | -70/+140 | |
| | | | ||||||
| | * | the html gui is working now. problem solved: LogReceiver/NetworkDiscovery ↵ | Niklas | 2011-09-22 | 8 | -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 ↵ | Niklas | 2011-09-21 | 36 | -269/+2022 | |
| | | | | | | | | | not display anything. | |||||
| | * | the checkConnectivity method is working now. we use the rtnl functions of ↵ | Niklas | 2011-09-20 | 6 | -198/+86![]() | |
| | | | | | | | | | the libnl. | |||||
| | * | solved the stupid mistake. just forgot to add an additional header file. ↵ | Niklas | 2011-09-19 | 3 | -0/+13 | |
| | | | | | | | | | rtnl.h. now it is added an it compiles | |||||
| | * | routmanager doRoute: changed the retun value in case of an error to -1 | Niklas | 2011-09-19 | 1 | -2/+2 | |
| | | | ||||||
| | * | added a new version of the routemanager. now the delRoute and addRoute is ↵ | Niklas | 2011-09-19 | 5 | -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 | |||||
| | * | remove another build dir | Sebastian Schmelzer | 2011-09-06 | 39 | -3602/+0![]() | |
| | | | ||||||
| | * | remove Debug | Sebastian Schmelzer | 2011-09-06 | 21 | -405/+1![]() | |
| | | | ||||||
| | * | no build dirs in git | Sebastian Schmelzer | 2011-09-06 | 39 | -14389/+2![]() | |
| | | | ||||||
| | * | Merge branch 'master' of openslx.org:lsfks/projekte/fbgui | Sebastian Schmelzer | 2011-09-06 | 21 | -3510/+253![]() | |
| | |\ | ||||||
| | | * | some changes in the cmakelist file. only added and again removed the same ↵ | Niklas | 2011-09-06 | 21 | -3510/+253![]() | |
| | | | | | | | | | | | | | stuff also deleted some files in the debug folder | |||||
| | * | | fix cmake stuff | Sebastian Schmelzer | 2011-09-06 | 3 | -14/+16 | |
| | |/ | ||||||
| | * | add requirement for qt 4.7 | Sebastian Schmelzer | 2011-09-06 | 1 | -1/+2 | |
| | | | ||||||
| | * | fix cmake includes | Sebastian Schmelzer | 2011-09-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | transfer | Sebastian Schmelzer | 2011-09-06 | 2 | -8/+12 | |
| | | | ||||||
| | * | add version.h | Niklas | 2011-09-06 | 1 | -0/+1 | |
| | | | ||||||
| | * | fix gitignore | Sebastian Schmelzer | 2011-09-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix compile errors | Sebastian Schmelzer | 2011-09-06 | 3 | -7/+21 | |
| | | | ||||||
| | * | latest version of all files. cmake still doesn't work | Niklas | 2011-09-06 | 31 | -740/+4140 | |
| | | | ||||||
| | * | finaly managed it to create a .so lib of the customdhcpcd files. the ↵ | Niklas | 2011-09-05 | 21 | -524/+281![]() | |
| | | | | | | | | | dhcpcd.c file is not included in this lib (it contains the main function) | |||||
| | * | tried to manage cmake but failed. also tried to add the del_route() method ↵ | Niklas | 2011-09-05 | 107 | -216/+17668 | |
| | | | | | | | | | of interface.c but failed too. made a static lib of the customdhcpcd files but couldn't change it to a shared lib. (tried to add SHARE to the add_library code but this resulted in an error multiple declarations of main... | |||||
| | * | added a new container class which holds config informations about an ↵ | Niklas | 2011-09-02 | 13 | -113/+368 | |
| | | | | | | | | | interface. also solved the message loss problem by setting the read an writing messages to the same size | |||||

