summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* added to dialogs. one for the critical error case (abot boot dialog), one ↵Niklas2011-08-2410-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 signalsNiklas2011-08-226-119/+122
|
* changed code order. added new signalsNiklas2011-08-194-150/+163
|
* added internet test. each configured interface will be tested if it is ↵Niklas2011-08-183-29/+57
| | | | possible to ping the server.
* new function for checkInternetConnection, check with sessions for each ↵Niklas2011-08-163-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 ↵Niklas2011-08-0111-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.Niklas2011-08-017-57/+70
|
* better version of the logwriter.c and started to devide gui and logicNiklas2011-07-2811-150/+304
|
* log messages are delivered to qt app.Niklas2011-07-218-22/+58
|
* configuration of more than one interface is working. Both progressbars are ↵Niklas2011-07-203-9/+12
| | | | updated. only bad thing is that it is slower than expected due to the qt gui
* added the blacklist functionNiklas2011-07-203-5/+15
|
* made a small gui. Interfac names and progressbars will be added dynamicaly.Niklas2011-07-185-98/+124
|
* customdhcpcd is now compiling and can communicate with the LogReceiverNiklas2011-07-149-81/+454
| | | | started to implement the QProcess handling (parallel calls of dhcpcd out of fbgui/LogReceiver)
* multiple clients possible. inserted something into _send_messageNiklas2011-07-138-38/+123
|
* added the custom dhcpcd client to git.Niklas2011-07-1142-0/+7862
|
* updated the LogReceiver and LogWriter. we are now able to send and receive ↵Niklas2011-07-1111-63/+205
| | | | Status SubStatus and msg messages.
* added the two tryout with a qt LogReceiver and a c code clientNiklas2011-07-0612-0/+330
|
* new funtions for the networkDiscovery class.Niklas2011-06-2916-788/+355Star
| | | | | | extensions to the logger.c some tryouts with the QLocalSocket also try QSocketNotifyer
* Merge branch 'master' of git.openslx.org:lsfks/projekte/fbguiNiklas2011-06-2826-1305/+1596
|\
| * build.sh dummyJonathan Bauer2011-05-041-31/+1Star
| |
| * build.sh to build-pkg.sh, todo build.sh (fbgui compiling)Jonathan Bauer2011-05-041-0/+36
| |
| * README started...Jonathan Bauer2011-05-041-1/+27
| |
| * download manager constructor comments & typos fixJonathan Bauer2011-05-043-6/+18
| |
| * minorSebastian W2011-05-031-1/+1
| |
| * 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-245-36/+40
| |
| * AUTHORS more infoJonathan Bauer2011-04-241-0/+3
| |
| * AUTHORS added, please complete infoJonathan Bauer2011-04-242-1/+6
| |
| * log file config fixJonathan Bauer2011-04-242-5/+6
| |
| * new logger engine to output in file, configurable per cmdline / config fileJonathan Bauer2011-04-247-20/+42
| |
| * 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
| |
* | added the networkDiscovery project into a new workspace folderNiklas2011-06-2843-0/+8313
|/ | | | hope that everything will work fine with eclipse afterwards ...
* fixed kernel command line reading & fixed performShutDown / performRebootjoe2011-04-202-26/+28
|
* kexec done by fbguijoe2011-04-206-171/+246
|
* fbgui.conf updatejoe2011-04-201-1/+2
|
* 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)
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-04-1819-914/+1071
|\ | | | | | | | | Conflicts: src/sysinfo.h