| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | filesystemwatcher works now. firs: load loadAbout.html page | Niklas Goby | 2011-03-21 | 2 | -1/+24 |
| * | compilable now | Niklas Goby | 2011-03-21 | 1 | -14/+0 |
| * | Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbgui | Niklas Goby | 2011-03-21 | 16 | -438/+565 |
| |\ |
|
| | * | and the files ^^ | Jonathan Bauer | 2011-03-21 | 8 | -0/+677 |
| | * | minor code convention fixes | Jonathan Bauer | 2011-03-21 | 10 | -699/+19 |
| | * | small steps towards const correctness... | Jonathan Bauer | 2011-03-21 | 7 | -33/+34 |
| | * | transformed c syntax comments to c++ convention... | Jonathan Bauer | 2011-03-21 | 12 | -107/+115 |
| | * | debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ... | Jonathan Bauer | 2011-03-20 | 5 | -34/+50 |
| | * | checks for existance of download dir, and tries to set to /tmp/fbgui if all f... | Jonathan Bauer | 2011-03-20 | 3 | -18/+30 |
| | * | comment & removed old tests | Jonathan Bauer | 2011-03-20 | 2 | -8/+9 |
| | * | debug console now powered by qxt, custom engines, updated debug msgs. Downloa... | Jonathan Bauer | 2011-03-20 | 15 | -179/+266 |
| | * | debug console dummy only shown if debug mode active | Jonathan Bauer | 2011-03-18 | 1 | -17/+19 |
| | * | toggle action: now properly in action list of fbgui | Jonathan Bauer | 2011-03-18 | 1 | -3/+2 |
| | * | 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 |
| * | | some changes in the fbgui, ipWatcher | Niklas Goby | 2011-03-16 | 2 | -0/+14 |
| |/ |
|
| * | 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 |
| | |\ |
|