Skip to content

WIP: Fix download issues #1874

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 35 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
88091cf
Updated DownloadMananger to handle connectivity timeout
SaltyTrout Sep 15, 2023
a85e0db
Merge branch 'master' into download-issues
SaltyTrout Sep 17, 2023
cb9fca3
Merge branch 'master' into download-issues
SaltyTrout Sep 18, 2023
eb94817
Merge branch 'master' into download-issues
SaltyTrout Sep 19, 2023
b244c3d
Updated DownloadManager to use unique IDs and DownloadList with local…
SaltyTrout Sep 22, 2023
8808f4c
Reset Next DownloadID incrementor on refreshList
SaltyTrout Sep 22, 2023
fd01675
Additional updates to DownloadList
SaltyTrout Sep 22, 2023
ef083f1
Added a Scoped Disable DirWatcher class and updated DownloadList update
SaltyTrout Sep 23, 2023
7104804
Merge branch 'master' into download-issues
SaltyTrout Sep 29, 2023
2f3dbe0
Merged master
SaltyTrout Sep 30, 2023
2e4c3b3
Updated to use filename instead of downloadId
SaltyTrout Oct 1, 2023
0cf707b
Additional Cleanup
SaltyTrout Oct 1, 2023
a038320
Merge cleanup
SaltyTrout Oct 1, 2023
ce7b255
Updates per PR comments
SaltyTrout Oct 1, 2023
e852020
Updates per PR comments
SaltyTrout Oct 1, 2023
bf8efeb
Reverted ts file
SaltyTrout Oct 1, 2023
fb198f1
Reverted raw pointer defaults
SaltyTrout Oct 1, 2023
71e7c31
Drag mod install fix
SaltyTrout Oct 1, 2023
9b3e8a3
Fix tooltips for downloads
SaltyTrout Oct 1, 2023
98cf490
formatted
SaltyTrout Oct 1, 2023
aa5707f
Additional clang format updates
SaltyTrout Oct 1, 2023
dc4fb13
Fix swapped colors on status
SaltyTrout Oct 2, 2023
e867a58
Merge branch 'master' into download-issues
SaltyTrout Oct 2, 2023
2a27da1
Merge branch 'master' into download-issues
SaltyTrout Oct 3, 2023
a440e20
Additional Cleanup - removed unneeded model resets
SaltyTrout Oct 4, 2023
cd7cd8f
Reworked DownloadList for better performance
SaltyTrout Oct 7, 2023
cb1ad3f
Changed out using filename for a QUUID
SaltyTrout Oct 8, 2023
44573d9
Merge branch 'master' into download-issues
SaltyTrout Oct 8, 2023
3c7792a
Merge branch 'master' into download-issues
SaltyTrout Oct 9, 2023
08d6d8c
Additional fixes and debug logging
SaltyTrout Oct 10, 2023
39c186f
Fix drag & drop downloads
SaltyTrout Oct 11, 2023
1cf7607
Fix issue with lessThanPredicate calling GetFileTime without download…
SaltyTrout Oct 12, 2023
458c4ce
Merge branch 'ModOrganizer2:master' into download-issues
SaltyTrout Oct 24, 2023
4567f22
Merge branch 'master' into download-issues
SaltyTrout Oct 24, 2023
554a7f9
Merge branch 'download-issues' of https://github.com/SaltyTrout/modor…
SaltyTrout Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ mo2_add_filter(NAME src/dialogs GROUPS

mo2_add_filter(NAME src/downloads GROUPS
downloadlist
downloadlistitem
downloadlistview
downloadmanager
)
Expand Down
Loading