| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added makefiles | Niklas | 2011-08-29 | 31 | -30/+1221 |
| | | |||||
| * | added to dialogs. one for the critical error case (abot boot dialog), one ↵ | Niklas | 2011-08-24 | 10 | -14/+421 |
| | | | | | for the succesful case (choose interface dialog). also added a new function for testing the connectivity via tcpsocket (or http request). | ||||
| * | added a additional status label and some signals | Niklas | 2011-08-22 | 6 | -119/+122 |
| | | |||||
| * | changed code order. added new signals | Niklas | 2011-08-19 | 4 | -150/+163 |
| | | |||||
| * | added internet test. each configured interface will be tested if it is ↵ | Niklas | 2011-08-18 | 3 | -29/+57 |
| | | | | | possible to ping the server. | ||||
| * | new function for checkInternetConnection, check with sessions for each ↵ | Niklas | 2011-08-16 | 3 | -3/+25 |
| | | | | | config and test if you can get a valid response with a qhostInfo | ||||
| * | added some log statements to the dhcpcd client. But unfortunately it seems ↵ | Niklas | 2011-08-01 | 11 | -103/+128 |
| | | | | | that some message will not be delivered. It happens that after the process finished message, some other messages arrived | ||||
| * | seperation of logic and gui completed. | Niklas | 2011-08-01 | 7 | -57/+70 |
| | | |||||
| * | better version of the logwriter.c and started to devide gui and logic | Niklas | 2011-07-28 | 11 | -150/+304 |
| | | |||||
| * | log messages are delivered to qt app. | Niklas | 2011-07-21 | 8 | -22/+58 |
| | | |||||
| * | configuration of more than one interface is working. Both progressbars are ↵ | Niklas | 2011-07-20 | 3 | -9/+12 |
| | | | | | updated. only bad thing is that it is slower than expected due to the qt gui | ||||
| * | added the blacklist function | Niklas | 2011-07-20 | 3 | -5/+15 |
| | | |||||
| * | made a small gui. Interfac names and progressbars will be added dynamicaly. | Niklas | 2011-07-18 | 5 | -98/+124 |
| | | |||||
| * | customdhcpcd is now compiling and can communicate with the LogReceiver | Niklas | 2011-07-14 | 9 | -81/+454 |
| | | | | | started to implement the QProcess handling (parallel calls of dhcpcd out of fbgui/LogReceiver) | ||||
| * | multiple clients possible. inserted something into _send_message | Niklas | 2011-07-13 | 8 | -38/+123 |
| | | |||||
| * | added the custom dhcpcd client to git. | Niklas | 2011-07-11 | 42 | -0/+7862 |
| | | |||||
| * | updated the LogReceiver and LogWriter. we are now able to send and receive ↵ | Niklas | 2011-07-11 | 11 | -63/+205 |
| | | | | | Status SubStatus and msg messages. | ||||
| * | added the two tryout with a qt LogReceiver and a c code client | Niklas | 2011-07-06 | 12 | -0/+330 |
| | | |||||
| * | new funtions for the networkDiscovery class. | Niklas | 2011-06-29 | 16 | -788/+355![]() |
| | | | | | | | extensions to the logger.c some tryouts with the QLocalSocket also try QSocketNotifyer | ||||
| * | Merge branch 'master' of git.openslx.org:lsfks/projekte/fbgui | Niklas | 2011-06-28 | 26 | -1305/+1596 |
| |\ | |||||
| | * | build.sh dummy | Jonathan Bauer | 2011-05-04 | 1 | -31/+1![]() |
| | | | |||||
| | * | build.sh to build-pkg.sh, todo build.sh (fbgui compiling) | Jonathan Bauer | 2011-05-04 | 1 | -0/+36 |
| | | | |||||
| | * | README started... | Jonathan Bauer | 2011-05-04 | 1 | -1/+27 |
| | | | |||||
| | * | download manager constructor comments & typos fix | Jonathan Bauer | 2011-05-04 | 3 | -6/+18 |
| | | | |||||
| | * | minor | Sebastian W | 2011-05-03 | 1 | -1/+1 |
| | | | |||||
| | * | bye bye background & removed old test code | Jonathan Bauer | 2011-04-26 | 2 | -9/+3![]() |
| | | | |||||
| | * | fixes... | Jonathan Bauer | 2011-04-25 | 3 | -4/+6 |
| | | | |||||
| | * | 1sec delay between loading page showing & preparing kexec | Jonathan Bauer | 2011-04-25 | 2 | -22/+19![]() |
| | | | |||||
| | * | loading system page improved display logic | Jonathan Bauer | 2011-04-25 | 2 | -15/+30 |
| | | | |||||
| | * | preload & loadsystem lighter theme | Jonathan Bauer | 2011-04-24 | 7 | -38/+25![]() |
| | | | |||||
| | * | url status handling, 5sec delay before closing gui when exiting with failure ↵ | Jonathan Bauer | 2011-04-24 | 18 | -313/+281![]() |
| | | | | | | | | | (not actually returning 1 atm), lots of formatting... | ||||
| | * | more old tests... | Jonathan Bauer | 2011-04-24 | 1 | -3/+2![]() |
| | | | |||||
| | * | old test | Jonathan Bauer | 2011-04-24 | 5 | -36/+40 |
| | | | |||||
| | * | AUTHORS more info | Jonathan Bauer | 2011-04-24 | 1 | -0/+3 |
| | | | |||||
| | * | AUTHORS added, please complete info | Jonathan Bauer | 2011-04-24 | 2 | -1/+6 |
| | | | |||||
| | * | log file config fix | Jonathan Bauer | 2011-04-24 | 2 | -5/+6 |
| | | | |||||
| | * | new logger engine to output in file, configurable per cmdline / config file | Jonathan Bauer | 2011-04-24 | 7 | -20/+42 |
| | | | |||||
| | * | auto-close removed, handled by fbgui nowmake | Jonathan Bauer | 2011-04-24 | 3 | -14/+59 |
| | | | |||||
| | * | dm thread ending properly now, few fixes | Jonathan Bauer | 2011-04-24 | 1 | -7/+11 |
| | | | |||||
| | * | download manager threaded again, debug preload page | Jonathan Bauer | 2011-04-24 | 5 | -17/+36 |
| | | | |||||
| | * | loading system page | Jonathan Bauer | 2011-04-24 | 2 | -0/+141 |
| | | | |||||
| | * | few more comments in fbgui | joe | 2011-04-21 | 1 | -3/+9 |
| | | | |||||
| | * | uniformed ident 3-spaced.... | joe | 2011-04-21 | 13 | -1172/+1164![]() |
| | | | |||||
| | * | mainboard serial formatting if empty | joe | 2011-04-21 | 1 | -1/+6 |
| | | | |||||
| | * | fbgui class doxigen comments (to test...) | joe | 2011-04-21 | 1 | -9/+47 |
| | | | |||||
| * | | added the networkDiscovery project into a new workspace folder | Niklas | 2011-06-28 | 43 | -0/+8313 |
| |/ | | | | hope that everything will work fine with eclipse afterwards ... | ||||
| * | fixed kernel command line reading & fixed performShutDown / performReboot | joe | 2011-04-20 | 2 | -26/+28 |
| | | |||||
| * | kexec done by fbgui | joe | 2011-04-20 | 6 | -171/+246 |
| | | |||||
| * | fbgui.conf update | joe | 2011-04-20 | 1 | -1/+2 |
| | | |||||
| * | two new methods in the JavascriptInterface class. public slot methods: | Niklas Goby | 2011-04-18 | 4 | -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) | ||||

