| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2 | -26/+28 | |
| | | ||||||
| * | kexec done by fbgui | joe | 2011-04-20 | 6 | -171/+246 | |
| | | ||||||
| * | 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) | |||||
| * | uniformed formatting... | Jonathan Bauer | 2011-04-18 | 13 | -904/+932 | |
| | | ||||||
| * | cursor hidden by QWSServer, added loading animation for preload page, ↵ | Jonathan Bauer | 2011-04-16 | 8 | -3/+126 | |
| | | | | | started preload-debug page | |||||
| * | fixes & misc | Jonathan Bauer | 2011-04-15 | 4 | -22/+29 | |
| | | ||||||
| * | Download manager now threaded (Ticket #205) & change the watcher to create ↵ | Jonathan Bauer | 2011-04-14 | 3 | -72/+51![]() | |
| | | | | | 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 | 3 | -6/+7 | |
| | | ||||||
| * | skip trigger checks if trigger is already present | Jonathan Bauer | 2011-04-13 | 3 | -15/+10![]() | |
| | | ||||||
| * | cursor hidden until URL loaded | Jonathan Bauer | 2011-04-13 | 3 | -6/+6 | |
| | | ||||||
| * | some more comments in the fbgui class | Niklas Goby | 2011-04-12 | 2 | -1/+68 | |
| | | ||||||
| * | added some comments in according to the doxigen | Niklas Goby | 2011-04-12 | 3 | -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 sysInfo | Niklas Goby | 2011-04-12 | 2 | -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 documentation | Jonathan Bauer | 2011-04-11 | 2 | -10/+42 | |
| | | ||||||
| * | forgot the close device command | Niklas Goby | 2011-04-11 | 1 | -0/+1 | |
| | | | | | | inserted it now whole method has to be tested!! | |||||
| * | added method into sysInfo class for receiving informations | Niklas Goby | 2011-04-11 | 3 | -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 class | Niklas Goby | 2011-04-09 | 4 | -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 serial | Niklas Goby | 2011-04-08 | 3 | -1/+58 | |
| | | | | | number for the hardware hash | |||||
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-04-05 | 1 | -13/+11![]() | |
| |\ | ||||||
| | * | moved check for host | Jonathan Bauer | 2011-04-04 | 1 | -13/+11![]() | |
| | | | ||||||
| * | | just some comments | Niklas Goby | 2011-04-01 | 1 | -0/+3 | |
| |/ | | | | Please enter the commit message for your changes. Lines starting | |||||
| * | typo | Jonathan Bauer | 2011-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | removed sessionID stuff, appended directly by the pbs now | Jonathan Bauer | 2011-03-31 | 4 | -15/+11![]() | |
| | | ||||||
| * | test stuff back | Jonathan Bauer | 2011-03-30 | 1 | -2/+2 | |
| | | ||||||
| * | preload page margin fix | Jonathan Bauer | 2011-03-30 | 2 | -6/+6 | |
| | | ||||||
| * | jsi code strcture | Jonathan Bauer | 2011-03-30 | 2 | -57/+71 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Jonathan Bauer | 2011-03-30 | 3 | -4/+64 | |
| |\ | ||||||
| | * | some changes in the sysinfolibsysfs class. json support | Niklas Goby | 2011-03-30 | 3 | -4/+64 | |
| | | | | | | | | | problem: can not get the ip and mac address until now | |||||
| * | | javascript interfaces header comments | Jonathan Bauer | 2011-03-30 | 1 | -3/+8 | |
| |/ | ||||||
| * | missing file | Jonathan Bauer | 2011-03-29 | 1 | -0/+0 | |
| | | ||||||
| * | background fix | Jonathan Bauer | 2011-03-29 | 3 | -2/+2 | |
| | | ||||||
| * | removed spammy debug msg | Jonathan Bauer | 2011-03-29 | 1 | -1/+0![]() | |
| | | ||||||
| * | . | Jonathan Bauer | 2011-03-25 | 1 | -5/+8 | |
| | | ||||||
| * | improvements | Jonathan Bauer | 2011-03-25 | 5 | -34/+24![]() | |
| | | ||||||
| * | fixes | Jonathan Bauer | 2011-03-25 | 1 | -8/+0![]() | |
| | | ||||||
| * | fixes | Jonathan Bauer | 2011-03-25 | 4 | -35/+49 | |
| | | ||||||
| * | today's fixes, POST mostly | Jonathan Bauer | 2011-03-25 | 3 | -4/+3![]() | |
| | | ||||||
| * | removed old test | Jonathan Bauer | 2011-03-25 | 3 | -25/+1![]() | |
| | | ||||||
| * | serialnumber instead of serial (for pbs) | Jonathan Bauer | 2011-03-25 | 1 | -1/+1 | |
| | | ||||||
| * | removed old test pages (see past version for reference.......) | Jonathan Bauer | 2011-03-25 | 3 | -153/+0![]() | |
| | | ||||||
| * | . | Jonathan Bauer | 2011-03-25 | 3 | -0/+57 | |
| | | ||||||
| * | preload page | Jonathan Bauer | 2011-03-25 | 3 | -12/+15 | |
| | | ||||||
| * | usage info update | Jonathan Bauer | 2011-03-24 | 2 | -13/+22 | |
| | | ||||||
| * | 2nd batch | Jonathan Bauer | 2011-03-24 | 1 | -153/+153 | |
| | | ||||||
| * | now maybe? | Jonathan Bauer | 2011-03-24 | 1 | -134/+129![]() | |
| | | ||||||
| * | auto-ident ? | Jonathan Bauer | 2011-03-24 | 2 | -119/+122 | |
| | | ||||||
| * | separated debug console creation and layout setup | Jonathan Bauer | 2011-03-24 | 2 | -18/+25 | |
| | | ||||||
| * | removed old test | Jonathan Bauer | 2011-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | more | Jonathan Bauer | 2011-03-24 | 2 | -60/+76 | |
| | | ||||||

