summaryrefslogtreecommitdiffstats
path: root/src/loggerEngine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-211-20/+10Star
|
* debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug ↵Jonathan Bauer2011-03-201-5/+4Star
| | | | console widget (to use on clients). new action ctrl + x kills app
* checks for existance of download dir, and tries to set to /tmp/fbgui if all ↵Jonathan Bauer2011-03-201-5/+4Star
| | | | fails. More notify()
* comment & removed old testsJonathan Bauer2011-03-201-6/+9
|
* debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-201-0/+76
Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)