summaryrefslogtreecommitdiffstats
path: root/src/downloadManager.h
Commit message (Collapse)AuthorAgeFilesLines
* minor code convention fixesJonathan Bauer2011-03-211-81/+0Star
|
* small steps towards const correctness...Jonathan Bauer2011-03-211-3/+3
|
* transformed c syntax comments to c++ convention...Jonathan Bauer2011-03-211-8/+17
|
* checks for existance of download dir, and tries to set to /tmp/fbgui if all ↵Jonathan Bauer2011-03-201-0/+1
| | | | fails. More notify()
* debug console now powered by qxt, custom engines, updated debug msgs. ↵Jonathan Bauer2011-03-201-9/+5Star
| | | | Download manager now uses notify(message) to send error/status to the javascript interface, checks for download errors (still some missing)
* miscJonathan Bauer2011-03-161-1/+1
|
* javascriptInterface: downloadInfo(filename, filesize) filesize in bytesJonathan Bauer2011-03-161-3/+5
|
* update progress now calls updateProgressBar(percent, speed) speed in ↵Jonathan Bauer2011-03-161-1/+3
| | | | bytes/sec atm, adapt your sites...
* fixesJonathan Bauer2011-03-151-1/+1
|
* fbgui.conf default paths checks, update interval modifiable (only in .conf), ↵Jonathan Bauer2011-03-151-3/+20
| | | | (re)moved header filename parsing, cleanup, cleanupss
* filename now will/can be parsed from the reply headerJonathan Bauer2011-03-101-0/+2
|
* Merge branch 'master' of git.openslx.org:lsfks/master-teamprojekt/fbguiJonathan Bauer2011-03-101-0/+52
Conflicts: src/sysInfo.cpp