summaryrefslogtreecommitdiffstats
path: root/src/sysinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* corrected some errorsNiklas2011-10-101-152/+15Star
|
* url status handling, 5sec delay before closing gui when exiting with failure ↵Jonathan Bauer2011-04-241-19/+11Star
| | | | (not actually returning 1 atm), lots of formatting...
* uniformed ident 3-spaced....joe2011-04-211-167/+165Star
|
* uniformed formatting...Jonathan Bauer2011-04-181-160/+170
|
* added some comments in according to the doxigenNiklas Goby2011-04-121-0/+110
| | | | | | 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-121-2/+16
| | | | | | 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
* 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-111-0/+56
| | | | | | 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-091-8/+35
| | | | | | 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
* debug tagsJonathan Bauer2011-03-241-1/+1
|
* and the files ^^Jonathan Bauer2011-03-211-0/+109