| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | few more comments in fbgui | joe | 2011-04-21 | 1 | -3/+9 |
| | | |||||
| * | uniformed ident 3-spaced.... | joe | 2011-04-21 | 1 | -258/+255![]() |
| | | |||||
| * | 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 |
| | | |||||
| * | fixed kernel command line reading & fixed performShutDown / performReboot | joe | 2011-04-20 | 1 | -25/+26 |
| | | |||||
| * | kexec done by fbgui | joe | 2011-04-20 | 1 | -167/+231 |
| | | |||||
| * | two new methods in the JavascriptInterface class. public slot methods: | Niklas Goby | 2011-04-18 | 1 | -0/+47 |
| | | | | | | | | | 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 Bauer | 2011-04-18 | 1 | -60/+56![]() |
| | | |||||
| * | cursor hidden by QWSServer, added loading animation for preload page, ↵ | Jonathan Bauer | 2011-04-16 | 1 | -1/+2 |
| | | | | | started preload-debug page | ||||
| * | fixes & misc | Jonathan Bauer | 2011-04-15 | 1 | -12/+9![]() |
| | | |||||
| * | Download manager now threaded (Ticket #205) & change the watcher to create ↵ | Jonathan Bauer | 2011-04-14 | 1 | -45/+45 |
| | | | | | 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 URL | Jonathan Bauer | 2011-04-13 | 1 | -4/+5 |
| | | |||||
| * | skip trigger checks if trigger is already present | Jonathan Bauer | 2011-04-13 | 1 | -13/+7![]() |
| | | |||||
| * | cursor hidden until URL loaded | Jonathan Bauer | 2011-04-13 | 1 | -3/+4 |
| | | |||||
| * | some more comments in the fbgui class | Niklas Goby | 2011-04-12 | 1 | -0/+67 |
| | | |||||
| * | added some comments in according to the doxigen | Niklas Goby | 2011-04-12 | 1 | -1/+1 |
| | | | | | | | 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 sysInfo | Niklas Goby | 2011-04-12 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
| * | inserted the sysinfolibsysfs methods intho the sysinfo class | Niklas Goby | 2011-04-09 | 1 | -2/+7 |
| | | | | | | | 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 serial | Niklas Goby | 2011-04-08 | 1 | -1/+1 |
| | | | | | number for the hardware hash | ||||
| * | moved check for host | Jonathan Bauer | 2011-04-04 | 1 | -13/+11![]() |
| | | |||||
| * | test stuff back | Jonathan Bauer | 2011-03-30 | 1 | -2/+2 |
| | | |||||
| * | preload page margin fix | Jonathan Bauer | 2011-03-30 | 1 | -2/+2 |
| | | |||||
| * | some changes in the sysinfolibsysfs class. json support | Niklas Goby | 2011-03-30 | 1 | -2/+2 |
| | | | | | problem: can not get the ip and mac address until now | ||||
| * | . | Jonathan Bauer | 2011-03-25 | 1 | -5/+8 |
| | | |||||
| * | improvements | Jonathan Bauer | 2011-03-25 | 1 | -17/+2![]() |
| | | |||||
| * | fixes | Jonathan Bauer | 2011-03-25 | 1 | -4/+4 |
| | | |||||
| * | today's fixes, POST mostly | Jonathan Bauer | 2011-03-25 | 1 | -2/+2 |
| | | |||||
| * | serialnumber instead of serial (for pbs) | Jonathan Bauer | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | preload page | Jonathan Bauer | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | 2nd batch | Jonathan Bauer | 2011-03-24 | 1 | -153/+153 |
| | | |||||
| * | auto-ident ? | Jonathan Bauer | 2011-03-24 | 1 | -5/+7 |
| | | |||||
| * | separated debug console creation and layout setup | Jonathan Bauer | 2011-03-24 | 1 | -17/+22 |
| | | |||||
| * | removed old test | Jonathan Bauer | 2011-03-24 | 1 | -1/+1 |
| | | |||||
| * | more | Jonathan Bauer | 2011-03-24 | 1 | -57/+72 |
| | | |||||
| * | comments.. | Jonathan Bauer | 2011-03-24 | 1 | -1/+6 |
| | | |||||
| * | stuff | Jonathan Bauer | 2011-03-24 | 1 | -18/+6![]() |
| | | |||||
| * | _watcher disconnect once loadURL succeeded | Jonathan Bauer | 2011-03-24 | 1 | -0/+4 |
| | | |||||
| * | debug tags | Jonathan Bauer | 2011-03-24 | 1 | -10/+10 |
| | | |||||
| * | md5 hash of eth0 mac + ip for hardwarehash tests, completed POST data building | Jonathan Bauer | 2011-03-24 | 1 | -25/+36 |
| | | |||||
| * | cleanups.... | Jonathan Bauer | 2011-03-24 | 1 | -19/+18![]() |
| | | |||||
| * | misc | Jonathan Bauer | 2011-03-24 | 1 | -2/+1![]() |
| | | |||||
| * | serial path configurable | Jonathan Bauer | 2011-03-24 | 1 | -12/+11![]() |
| | | |||||
| * | timestamps for debug console | Jonathan Bauer | 2011-03-24 | 1 | -6/+8 |
| | | |||||
| * | misc | Jonathan Bauer | 2011-03-24 | 1 | -1/+2 |
| | | |||||
| * | callback fix | Jonathan Bauer | 2011-03-24 | 1 | -8/+5![]() |
| | | |||||
| * | . | Jonathan Bauer | 2011-03-24 | 1 | -6/+3![]() |
| | | |||||
| * | improvements... | Jonathan Bauer | 2011-03-24 | 1 | -104/+118 |
| | | |||||
| * | a new classes sysinfolibsysfs | Niklas Goby | 2011-03-23 | 1 | -0/+6 |
| | | | | | | it uses the libsysfs.c to gater informations about the system not finished yet | ||||
| * | loadURL() called when trigger file found | Jonathan Bauer | 2011-03-23 | 1 | -7/+13 |
| | | |||||
| * | download manager directory checks improvements... | Jonathan Bauer | 2011-03-23 | 1 | -1/+1 |
| | | |||||

