summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * uniformed formatting...Jonathan Bauer2011-04-1813-904/+932
| |
| * cursor hidden by QWSServer, added loading animation for preload page, ↵Jonathan Bauer2011-04-169-4/+127
| | | | | | | | started preload-debug page
| * fixes & miscJonathan Bauer2011-04-154-22/+29
| |
* | started to write a function for getting all available networkNiklas Goby2011-04-181-0/+1
|/ | | | interfaces
* Download manager now threaded (Ticket #205) & change the watcher to create ↵Jonathan Bauer2011-04-143-72/+51Star
| | | | the trigger file and wait til it is modified, changing the file (f.e. writing something) triggers URL load
* trigger watch fix & waiting cursor until URLJonathan Bauer2011-04-133-6/+7
|
* skip trigger checks if trigger is already presentJonathan Bauer2011-04-133-15/+10Star
|
* cursor hidden until URL loadedJonathan Bauer2011-04-133-6/+6
|
* some more comments in the fbgui classNiklas Goby2011-04-122-1/+68
|
* added some comments in according to the doxigenNiklas Goby2011-04-123-1/+220
| | | | | | conventions. Some todos are left due to less knowledge about the methods. edited classes are sysinfo and javascriptinterface
* changes in the method getVendorProductSerialNumber() in class sysInfoNiklas Goby2011-04-122-2/+17
| | | | | | now we can see the product name and the manufacturer as well TOTO:: determine a usb flash drive / stick cause until now we get informations about every usb device which is connected to the client pc
* started inline documentationJonathan Bauer2011-04-112-10/+42
|
* forgot the close device commandNiklas Goby2011-04-111-0/+1
| | | | | inserted it now whole method has to be tested!!
* added method into sysInfo class for receiving informationsNiklas Goby2011-04-113-2/+62
| | | | | | about usb devices. name of the method is getVendorProductSerialNumber() call with: getInfos("usb") return json formated qstring [{"vendorid":"..", "productid":"..", "serialnumber":".."}, .. ]
* inserted the sysinfolibsysfs methods intho the sysinfo classNiklas Goby2011-04-094-11/+54
| | | | | | added the mainboard serial number to the hardwarehash computation in the fbgui class (method generatePOSTData). just appended the serial to the mac address without separating char
* some changes in the sysinfolibfs clas. we can now get the mainboard serialNiklas Goby2011-04-083-1/+58
| | | | number for the hardware hash
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiNiklas Goby2011-04-051-13/+11Star
|\
| * moved check for hostJonathan Bauer2011-04-041-13/+11Star
| |
* | just some commentsNiklas Goby2011-04-011-0/+3
|/ | | | Please enter the commit message for your changes. Lines starting
* typoJonathan Bauer2011-03-311-1/+1
|
* removed sessionID stuff, appended directly by the pbs nowJonathan Bauer2011-03-314-15/+11Star
|
* test stuff backJonathan Bauer2011-03-301-2/+2
|