| Commit message (Expand) | Author | Age | Files | Lines |
| * | small steps towards const correctness... | Jonathan Bauer | 2011-03-21 | 1 | -3/+3 |
| * | transformed c syntax comments to c++ convention... | Jonathan Bauer | 2011-03-21 | 1 | -20/+24 |
| * | debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ... | Jonathan Bauer | 2011-03-20 | 1 | -12/+28 |
| * | debug console now powered by qxt, custom engines, updated debug msgs. Downloa... | Jonathan Bauer | 2011-03-20 | 1 | -32/+47 |
| * | 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 | 1 | -25/+24 |
| * | layout: logViewer as a bottom widget, resizeable, toggle with crtl + D, stil ... | Jonathan Bauer | 2011-03-18 | 1 | -18/+26 |
| * | (WIP) logViewer wont stay like this, just to show layout possibilities..(WIP)... | Jonathan Bauer | 2011-03-16 | 1 | -25/+23 |
| * | logView now global, write(QString text) public function for appending text. | Jonathan Bauer | 2011-03-16 | 1 | -5/+2 |
| * | fix | Jonathan Bauer | 2011-03-16 | 1 | -15/+8 |
| * | logViewer class | Jonathan Bauer | 2011-03-16 | 1 | -1/+4 |
| * | new fancy console for debugging, open/close with F4 | Jonathan Bauer | 2011-03-16 | 1 | -8/+35 |
| * | javascriptInterface: downloadInfo(filename, filesize) filesize in bytes | Jonathan Bauer | 2011-03-16 | 1 | -2/+3 |
| * | update progress now calls updateProgressBar(percent, speed) speed in bytes/se... | Jonathan Bauer | 2011-03-16 | 1 | -1/+1 |
| * | fixes | Jonathan Bauer | 2011-03-15 | 1 | -1/+2 |
| * | fbgui.conf default paths checks, update interval modifiable (only in .conf), ... | Jonathan Bauer | 2011-03-15 | 1 | -3/+7 |
| * | test function that returns a json, use: fbgui.getNames() | Jonathan Bauer | 2011-03-10 | 1 | -2/+2 |
| * | callback function when download queue is empty | Jonathan Bauer | 2011-03-10 | 1 | -1/+1 |
| * | untested | Jonathan Bauer | 2011-03-10 | 1 | -0/+1 |
| * | fix | Jonathan Bauer | 2011-03-10 | 1 | -8/+1 |
| * | renamed a few ugly names... | Jonathan Bauer | 2011-03-09 | 1 | -1/+1 |
| * | DM also provides current file on update | Jonathan Bauer | 2011-03-09 | 1 | -3/+1 |
| * | javascriptInterface can be accessed by "fbgui" now (jsObject also for now..) | Jonathan Bauer | 2011-03-09 | 1 | -2/+7 |
| * | misc | Jonathan Bauer | 2011-03-08 | 1 | -11/+13 |
| * | host lookup, better MAC/IP info functions, IP one doesn't quite work yet | Jonathan Bauer | 2011-03-08 | 1 | -0/+9 |
| * | improvements..improvements.... | Jonathan Bauer | 2011-03-08 | 1 | -1/+1 |
| * | binPath init fix | Jonathan Bauer | 2011-03-08 | 1 | -2/+2 |
| * | dead code | Jonathan Bauer | 2011-03-08 | 1 | -6/+0 |
| * | gui quit fix. | Jonathan Bauer | 2011-03-08 | 1 | -1/+5 |
| * | first downloadDir fix | Jonathan Bauer | 2011-03-08 | 1 | -2/+4 |
| * | first fixes | Jonathan Bauer | 2011-03-08 | 1 | -0/+1 |
| * | renamed JSObject to a more appropriate name.. | Jonathan Bauer | 2011-03-08 | 1 | -6/+6 |
| * | more | Jonathan Bauer | 2011-03-08 | 1 | -0/+1 |
| * | more | Jonathan Bauer | 2011-03-08 | 1 | -1/+5 |
| * | compiling.. | Jonathan Bauer | 2011-03-08 | 1 | -8/+2 |
| * | fix? | Jonathan Bauer | 2011-03-08 | 1 | -4/+4 |
| * | misc | Jonathan Bauer | 2011-03-08 | 1 | -2/+2 |
| * | download directory option preparations (sysInfo: cant test compiling right no... | Jonathan Bauer | 2011-03-08 | 1 | -2/+2 |
| * | jso | Jonathan Bauer | 2011-03-07 | 1 | -1/+1 |
| * | first cleanup... | Jonathan Bauer | 2011-03-07 | 1 | -8/+24 |
| * | Reworked code structure | Jonathan Bauer | 2011-03-07 | 1 | -11/+13 |
| * | removed unused code | Jonathan Bauer | 2011-03-06 | 1 | -14/+0 |
| * | URL loading from cmdline or config file or default, depending where an URL ca... | Jonathan Bauer | 2011-03-06 | 1 | -2/+3 |
| * | baseUrl is now global variable | Jonathan Bauer | 2011-03-06 | 1 | -6/+16 |
| * | cleaned includes a bit | Jonathan Bauer | 2011-03-06 | 1 | -1/+0 |
| * | jsobject member renaming | Jonathan Bauer | 2011-03-06 | 1 | -2/+0 |
| * | changed fbbrowser subclass | Jonathan Bauer | 2011-03-06 | 1 | -3/+2 |
| * | fixed URL loading from cmdline | Jonathan Bauer | 2011-03-06 | 1 | -9/+18 |
| * | updated code structure, main loop now separate from fbgui class....... | Jonathan Bauer | 2011-03-06 | 1 | -67/+11 |