summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * modified cmakelists, changed include pathsNiklas Goby2011-11-231-1/+1
| |
| * created modulesNiklas Goby2011-11-2390-0/+8333
| |
| * new commentsNiklas2011-11-093-1/+9
| |
| * some documentation changes (adding comments) and doxygen files)Niklas2011-11-098-44/+168
| |
| * 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-047-17/+64
| |
| * 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-277-406/+440
| | | | | | | | 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-215-4/+60
| |
| * now the two versions of the NetworkDiscovery code should be the same (except ↵Niklas2011-10-216-51/+322
| | | | | | | | for the qDebug...)
| * put the NetworkDiscovery code into the src folder of the fbgui. made some ↵Niklas2011-10-199-74/+158
| | | | | | | | test, building a usb stick iso and running it on a maschine. did some bug fixes
| * 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-1018-1044/+498Star
| |
| * gui is now html based. still some problems with the jQuery stuff. it does ↵Niklas2011-09-211-167/+0Star
| | | | | | | | not display anything.
| * added a new version of the routemanager. now the delRoute and addRoute is ↵Niklas2011-09-192-0/+123
| | | | | | | | 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
* | minor changesJonathan Bauer2011-06-241-0/+2
| |
* | removed unneeded includeJonathan Bauer2011-06-211-2/+2
| |
* | using cmake instead of qmakeJonathan Bauer2011-06-211-41/+0Star
| |
* | more cleanupsJonathan Bauer2011-05-166-252/+45Star
| |
* | cleanups...Jonathan Bauer2011-05-164-169/+9Star
|/
* download manager constructor comments & typos fixJonathan Bauer2011-05-043-6/+18
|
* bye bye background & removed old test codeJonathan Bauer2011-04-262-9/+3Star
|
* fixes...Jonathan Bauer2011-04-253-4/+6
|
* 1sec delay between loading page showing & preparing kexecJonathan Bauer2011-04-252-22/+19Star
|
* loading system page improved display logicJonathan Bauer2011-04-252-15/+30
|
* preload & loadsystem lighter themeJonathan Bauer2011-04-247-38/+25Star
|
* url status handling, 5sec delay before closing gui when exiting with failure ↵Jonathan Bauer2011-04-2418-313/+281Star
| | | | (not actually returning 1 atm), lots of formatting...
* more old tests...Jonathan Bauer2011-04-241-3/+2Star
|
* old testJonathan Bauer2011-04-244-35/+39
|
* log file config fixJonathan Bauer2011-04-242-5/+6
|
* new logger engine to output in file, configurable per cmdline / config fileJonathan Bauer2011-04-246-20/+41
|
* auto-close removed, handled by fbgui nowmakeJonathan Bauer2011-04-243-14/+59
|
* dm thread ending properly now, few fixesJonathan Bauer2011-04-241-7/+11
|
* download manager threaded again, debug preload pageJonathan Bauer2011-04-245-17/+36
|
* loading system pageJonathan Bauer2011-04-242-0/+141
|
* few more comments in fbguijoe2011-04-211-3/+9
|
* uniformed ident 3-spaced....joe2011-04-2113-1172/+1164Star
|
* mainboard serial formatting if emptyjoe2011-04-211-1/+6
|
* fbgui class doxigen comments (to test...)joe2011-04-211-9/+47
|
* fixed kernel command line reading & fixed performShutDown / performRebootjoe2011-04-202-26/+28
|
* kexec done by fbguijoe2011-04-206-171/+246
|
* two new methods in the JavascriptInterface class. public slot methods:Niklas Goby2011-04-184-0/+86
| | | | | | | | shutDown() and reboot() both emit a signal (shutDownClient() / rebootClient() ) which is connected in the fbgui class with the fbgui::performShutDown() / fbgui::performReboot() method. (ticket: #215)
* uniformed formatting...Jonathan Bauer2011-04-1813-904/+932
|