| Commit message (Expand) | Author | Age | Files | Lines |
| * | layout: using QSplitter to split webView/logView in the main window, seems be... | Jonathan Bauer | 2011-03-18 | 2 | -27/+30 |
| * | layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ... | Jonathan Bauer | 2011-03-18 | 4 | -30/+38 |
| * | (WIP) logViewer wont stay like this, just to show layout possibilities..(WIP)... | Jonathan Bauer | 2011-03-16 | 4 | -35/+27 |
| * | logView now global, write(QString text) public function for appending text. | Jonathan Bauer | 2011-03-16 | 5 | -10/+12 |
| * | fix | Jonathan Bauer | 2011-03-16 | 3 | -17/+14 |
| * | oops | Jonathan Bauer | 2011-03-16 | 2 | -0/+40 |
| * | logViewer class | Jonathan Bauer | 2011-03-16 | 3 | -5/+12 |
| * | new fancy console for debugging, open/close with F4 | Jonathan Bauer | 2011-03-16 | 3 | -13/+44 |
| * | DM now appends download index to filename in case file already exists | Jonathan Bauer | 2011-03-16 | 3 | -11/+20 |
| * | misc | Jonathan Bauer | 2011-03-16 | 3 | -27/+24 |
| * | -test code | Jonathan Bauer | 2011-03-16 | 1 | -4/+0 |
| * | removed fbgui.conf from ./src | Jonathan Bauer | 2011-03-16 | 1 | -4/+0 |
| * | javascriptInterface: downloadInfo(filename, filesize) filesize in bytes | Jonathan Bauer | 2011-03-16 | 6 | -16/+43 |
| * | update progress now calls updateProgressBar(percent, speed) speed in bytes/se... | Jonathan Bauer | 2011-03-16 | 5 | -39/+55 |
| * | fixes | Jonathan Bauer | 2011-03-15 | 5 | -12/+20 |
| * | fbgui.conf default paths checks, update interval modifiable (only in .conf), ... | Jonathan Bauer | 2011-03-15 | 9 | -96/+157 |
| * | removed | Jonathan Bauer | 2011-03-10 | 1 | -0/+0 |
| * | filename now will/can be parsed from the reply header | Jonathan Bauer | 2011-03-10 | 3 | -22/+41 |
| * | some changes pwd command doesn't work | Niklas Goby | 2011-03-10 | 2 | -10/+10 |
| * | collect script output function works | Niklas Goby | 2011-03-10 | 2 | -3/+5 |
| * | added a method for reading the out put of a script. | Niklas Goby | 2011-03-10 | 2 | -1/+30 |
| * | now using the qjson parser in the getAllInfo method | Niklas Goby | 2011-03-10 | 1 | -5/+11 |
| * | misc | Jonathan Bauer | 2011-03-10 | 1 | -2/+1 |
| * | successfull json test | Jonathan Bauer | 2011-03-10 | 1 | -1/+2 |
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Jonathan Bauer | 2011-03-10 | 1 | -0/+1 |
| |\ |
|
| | * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-03-10 | 4 | -0/+0 |
| | |\ |
|
| | * | | added } in sysinfo | Niklas Goby | 2011-03-10 | 1 | -0/+1 |
| * | | | typo | Jonathan Bauer | 2011-03-10 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | euhm | Jonathan Bauer | 2011-03-10 | 4 | -0/+0 |
| |/ |
|
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Jonathan Bauer | 2011-03-10 | 10 | -2/+219 |
| |\ |
|
| | * | now the getAllInfo() method works. We just return a String | Niklas Goby | 2011-03-10 | 1 | -2/+3 |
| | * | sytax fix and a new tryout for the getAllInfo() | Niklas Goby | 2011-03-10 | 1 | -1/+2 |
| | * | again syntax fix | Niklas Goby | 2011-03-10 | 1 | -1/+1 |
| | * | fixed wrong syntax in the getAllInfos() method | Niklas Goby | 2011-03-10 | 1 | -1/+1 |
| | * | small changes in the test method getAllInfo() in sysinfo class | Niklas Goby | 2011-03-10 | 2 | -2/+3 |
| | * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-03-10 | 4 | -6/+14 |
| | |\ |
|
| | * | | added a test getSysInfo("all") function | Niklas Goby | 2011-03-10 | 3 | -1/+9 |
| * | | | test function that returns a json, use: fbgui.getNames() | Jonathan Bauer | 2011-03-10 | 7 | -213/+44 |
| | |/
|/| |
|
| * | | callback function when download queue is empty | Jonathan Bauer | 2011-03-10 | 4 | -6/+14 |
| |/ |
|
| * | untested | Jonathan Bauer | 2011-03-10 | 5 | -3/+11 |
| * | real fix | Jonathan Bauer | 2011-03-10 | 1 | -1/+1 |
| * | fix | Jonathan Bauer | 2011-03-10 | 4 | -16/+5 |
| * | renamed a few ugly names... | Jonathan Bauer | 2011-03-09 | 3 | -5/+5 |
| * | DM: update sends only signals if the progress difference is >1% | Jonathan Bauer | 2011-03-09 | 2 | -4/+11 |
| * | DM also provides current file on update | Jonathan Bauer | 2011-03-09 | 5 | -8/+7 |
| * | javascriptInterface can be accessed by "fbgui" now (jsObject also for now..) | Jonathan Bauer | 2011-03-09 | 4 | -11/+25 |
| * | misc | Jonathan Bauer | 2011-03-08 | 4 | -35/+48 |
| * | changed testcode back to what it was supposed to be :P | Jonathan Bauer | 2011-03-08 | 1 | -1/+2 |
| * | host lookup, better MAC/IP info functions, IP one doesn't quite work yet | Jonathan Bauer | 2011-03-08 | 4 | -47/+66 |
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-03-08 | 5 | -21/+17 |
| |\ |
|