| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fbgui.conf update | Jonathan Bauer | 2011-03-18 | 1 | -2/+2 | |
| | | | ||||||
| | * | builder thanks to a benefactor ;) few modifications to include fbgui.conf ↵ | Jonathan Bauer | 2011-03-18 | 1 | -0/+31 | |
| | | | | | | | | | (in /etc/fbgui.conf) | |||||
| | * | 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 ↵ | Jonathan Bauer | 2011-03-18 | 2 | -27/+30 | |
| | | | | | | | | | better | |||||
| | * | layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ↵ | Jonathan Bauer | 2011-03-18 | 4 | -30/+38 | |
| | | | | | | | | | for demonstration purposes mostly... | |||||
| | * | (WIP) logViewer wont stay like this, just to show layout ↵ | Jonathan Bauer | 2011-03-16 | 4 | -35/+27![]() | |
| | | | | | | | | | possibilities..(WIP) logViewer wont stay like this, just to show layout possibilities.... | |||||
| * | | 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 | |
| | | ||||||
| * | fbgui.conf | Jonathan Bauer | 2011-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | update progress now calls updateProgressBar(percent, speed) speed in ↵ | Jonathan Bauer | 2011-03-16 | 5 | -39/+55 | |
| | | | | | bytes/sec atm, adapt your sites... | |||||
| * | 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 | 10 | -96/+161 | |
| | | | | | (re)moved header filename parsing, cleanup, cleanupss | |||||
| * | 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 | |
| | | | | | and added some if (debug) commands | |||||
| * | 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 | |
| |\ | | | | | | | | | Conflicts: src/sysInfo.cpp | |||||
| | * | now the getAllInfo() method works. We just return a String | Niklas Goby | 2011-03-10 | 1 | -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 Goby | 2011-03-10 | 1 | -1/+2 | |
| | | | | | | | | | return a string without the "object" brakets "{" and "}" | |||||
| | * | 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![]() | |
| | | ||||||

