31 Commits (a841c1b96f37eb217f3c7cd006d9b4dd6265992e)

Author SHA1 Message Date
MrS0m30n3 01602d5439 DownloadItem: Add 'Error' stage 7 years ago
MrS0m30n3 f5edf81cbb Worker._data_hook: Remove caching 8 years ago
MrS0m30n3 56b95055fe DownloadItem: Add playlist support 8 years ago
MrS0m30n3 1abb00ab21 DownloadItem.update_stats: Do not check for duplicates 8 years ago
MrS0m30n3 bf38a822f9 Update TODO file & tags 8 years ago
MrS0m30n3 0a8dbec082 DownloadList add index method 8 years ago
MrS0m30n3 9e935e07c0 Add wx.Timer 8 years ago
MrS0m30n3 a10a08a949 Add _get_worker method and refactor run method 8 years ago
MrS0m30n3 fd2229dc12 Add change_stage method to DownloadList and use that to update the items stage 8 years ago
MrS0m30n3 5ad37c1646 Check input on update_stats method 8 years ago
MrS0m30n3 bd0de89ba3 Implement _on_start method 8 years ago
MrS0m30n3 720437cfcb Add reset method in DownloadItem 8 years ago
MrS0m30n3 afce63727d Automatically update progress status when updating stage 8 years ago
MrS0m30n3 3d59782aaf Add return value to move_up-down methods 8 years ago
MrS0m30n3 93e06be4f3 Fix TestGetFiles.test_get_files test case & patch DownloadItem 8 years ago
MrS0m30n3 8711d1cf37 Add clear() method on DownloadList 8 years ago
MrS0m30n3 9f49f613a2 Add DownloadList & DownloadItem objects 8 years ago
MrS0m30n3 638d4e70ed Convert between str-unicode on app bounds, fixes #57 8 years ago
MrS0m30n3 6377928119 Add back & forward communication between Worker and Main thread 9 years ago
MrS0m30n3 ad4bf6e1e1 Send only the updates back to the GUI 9 years ago
MrS0m30n3 6b3c6ac306 Move download info to the Worker class 9 years ago
MrS0m30n3 d142867886 Fix active urls report 9 years ago
MrS0m30n3 b646af4102 Use threads to read from subprocess to avoid deadlocks #49 9 years ago
MrS0m30n3 053112c736 Change the way worker threads close 9 years ago
MrS0m30n3 3a1c09a092 Add synchronization lock to the log manager 9 years ago
MrS0m30n3 76b4138fb5 Change the way DownloadManager collects the number of successful downloads 9 years ago
MrS0m30n3 afae6cfb27 Check options type when loading from settings.json 9 years ago
MrS0m30n3 0f63f956bf Add workers_number option 9 years ago
MrS0m30n3 8cf53afba8 Move publisher topics to module level 9 years ago
MrS0m30n3 29269bf51c Check with auto-tools (pyflakes, pylint) 9 years ago
MrS0m30n3 f224e32636 Rename dlthread and updthread modules 9 years ago
MrS0m30n3 f84316d264 Update docstrings 9 years ago
MrS0m30n3 d2e57cb02e Update docstrings 9 years ago
MrS0m30n3 7a956c5ca5 Update docstrings dlthread.py 9 years ago
MrS0m30n3 3d4b78ad93 Re-write DownloadManager using Thread Pool 9 years ago
MrS0m30n3 997278f1f2 Small changes on downloader stdout hook 9 years ago
MrS0m30n3 8227ca5d0f Move status messages 9 years ago
MrS0m30n3 c1c5d7a6d9 Rename module names to much PEP8 9 years ago
MrS0m30n3 1daa78cdb2 Rewrite OptionsParser.py 9 years ago
MrS0m30n3 48ac33e4ee Refactor utils.py 9 years ago
MrS0m30n3 7adb418e4f Small refactor (DownloadObject.py) 10 years ago
MrS0m30n3 6d200bd9a8 Remove 'clear dash files' option under video tab 10 years ago
MrS0m30n3 28a01eeb70 Refactor 10 years ago
MrS0m30n3 659d7d7ac1 Small fixes 10 years ago
MrS0m30n3 e9f0b0c792 Reident 10 years ago
MrS0m30n3 8efcc2e26d Add downloading videos counter 10 years ago
MrS0m30n3 bddccee3a9 Change DownloadThread signals 10 years ago
MrS0m30n3 48a99f8934 Dont shutdown if stopped 10 years ago
MrS0m30n3 93868c8e24 Refactor code 10 years ago
MrS0m30n3 8bc4b8a978 Rerite DownloadThread.py using DownloadObject 10 years ago