summaryrefslogtreecommitdiffstats
path: root/src/sysInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* minor code convention fixesJonathan Bauer2011-03-211-109/+0Star
|
* small steps towards const correctness...Jonathan Bauer2011-03-211-6/+5Star
|
* transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-211-2/+2
|
* debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ↵Jonathan Bauer2011-03-201-6/+1Star
| | | | console widget (to use on clients). new action ctrl + x kills app
* debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-201-8/+5Star
| | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)
* fixesJonathan Bauer2011-03-151-4/+2Star
|
* some changes pwd command doesn't workNiklas Goby2011-03-101-9/+9
|
* collect script output function worksNiklas Goby2011-03-101-2/+4
|
* added a method for reading the out put of a script.Niklas Goby2011-03-101-1/+29
|
* now using the qjson parser in the getAllInfo methodNiklas Goby2011-03-101-5/+11
| | | | and added some if (debug) commands
* successfull json testJonathan Bauer2011-03-101-1/+2
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-101-0/+1
|\
| * added } in sysinfoNiklas Goby2011-03-101-0/+1
| |
* | typoJonathan Bauer2011-03-101-1/+1
|/
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-101-1/+11
|\ | | | | | | | | Conflicts: src/sysInfo.cpp
| * now the getAllInfo() method works. We just return a StringNiklas Goby2011-03-101-2/+3
| | | | | | | | | | | | the parens will be set by javascript on the site. also changed the getIPAddress method. now we get the ip address which is not the localhost address
| * sytax fix and a new tryout for the getAllInfo()Niklas Goby2011-03-101-1/+2
| | | | | | | | return a string without the "object" brakets "{" and "}"
| * again syntax fixNiklas Goby2011-03-101-1/+1
| |
| * fixed wrong syntax in the getAllInfos() methodNiklas Goby2011-03-101-1/+1
| |
| * small changes in the test method getAllInfo() in sysinfo classNiklas Goby2011-03-101-1/+2
| |
| * added a test getSysInfo("all") functionNiklas Goby2011-03-101-0/+7
| |
* | test function that returns a json, use: fbgui.getNames()Jonathan Bauer2011-03-101-0/+23
|/
* changed testcode back to what it was supposed to be :PJonathan Bauer2011-03-081-1/+2
|
* host lookup, better MAC/IP info functions, IP one doesn't quite work yetJonathan Bauer2011-03-081-24/+27
|
* added the getSysInfo Method getIPAddress:Niklas Goby2011-03-081-0/+15
|
* sysInfoTest.html as reference on how to call the function properlyJonathan Bauer2011-03-081-2/+4
|
* revmoed old test stuffJonathan Bauer2011-03-081-5/+0Star
|
* moreJonathan Bauer2011-03-081-2/+2
|
* miscJonathan Bauer2011-03-081-0/+1
|
* jsoJonathan Bauer2011-03-071-1/+2
|
* typosJonathan Bauer2011-03-071-1/+1
|
* mehJonathan Bauer2011-03-071-0/+31