summaryrefslogtreecommitdiffstats
path: root/src/downloadManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* minor code convention fixesJonathan Bauer2011-03-211-214/+0Star
|
* small steps towards const correctness...Jonathan Bauer2011-03-211-3/+3
|
* transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-211-23/+23
|
* checks for existance of download dir, and tries to set to /tmp/fbgui if all ↵Jonathan Bauer2011-03-201-13/+25
| | | | fails. More notify()
* debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-201-45/+45
| | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)
* (WIP) logViewer wont stay like this, just to show layout ↵Jonathan Bauer2011-03-161-1/+1
| | | | possibilities..(WIP) logViewer wont stay like this, just to show layout possibilities....
* logView now global, write(QString text) public function for appending text.Jonathan Bauer2011-03-161-1/+1
|
* fixJonathan Bauer2011-03-161-0/+2
|
* new fancy console for debugging, open/close with F4Jonathan Bauer2011-03-161-3/+1Star
|
* DM now appends download index to filename in case file already existsJonathan Bauer2011-03-161-6/+16
|
* miscJonathan Bauer2011-03-161-17/+14Star
|
* -test codeJonathan Bauer2011-03-161-4/+0Star
|
* javascriptInterface: downloadInfo(filename, filesize) filesize in bytesJonathan Bauer2011-03-161-6/+24
|
* update progress now calls updateProgressBar(percent, speed) speed in ↵Jonathan Bauer2011-03-161-32/+47
| | | | bytes/sec atm, adapt your sites...
* fixesJonathan Bauer2011-03-151-5/+14
|
* fbgui.conf default paths checks, update interval modifiable (only in .conf), ↵Jonathan Bauer2011-03-151-43/+29Star
| | | | (re)moved header filename parsing, cleanup, cleanupss
* filename now will/can be parsed from the reply headerJonathan Bauer2011-03-101-20/+37
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-101-0/+154
Conflicts: src/sysInfo.cpp