index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
downloadmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
added error messages to FileRenamer and a few more
isanae
2019-10-04
1
-5
/
+5
*
Fix md5 hashing for large download files
LostDragonist
2019-09-28
1
-3
/
+26
*
split settings into a bunch of classes
isanae
2019-09-02
1
-1
/
+1
*
moved code for byte sizes and speed to uibase
isanae
2019-08-26
1
-15
/
+4
*
changed total speed and count to a list of the last 5 downloads
isanae
2019-08-26
1
-10
/
+7
*
moved preferred servers into ServerList
isanae
2019-08-26
1
-11
/
+29
*
Merge pull request #807 from isanae/logging-rework
Jeremy Rimpo
2019-08-02
1
-32
/
+35
|
\
|
*
removed some useless logging
isanae
2019-07-22
1
-3
/
+0
|
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-17
/
+18
|
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-3
/
+7
|
*
replaced qWarning()
isanae
2019-07-22
1
-10
/
+11
*
|
Refactor obsolete methods
Silarn
2019-07-03
1
-2
/
+7
|
/
*
Merge pull request #731 from isanae/filetree-dds-preview-630
Al
2019-05-26
1
-15
/
+14
|
\
|
*
changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...
isanae
2019-05-26
1
-2
/
+2
|
*
put explore and open functions in namespace shell
isanae
2019-05-25
1
-4
/
+4
|
*
ExploreFile() will select the file in explorer when the path is a file
isanae
2019-05-25
1
-13
/
+12
*
|
Add support for new Nexus API game codes to NXM link handling
Silarn
2019-05-23
1
-4
/
+15
|
/
*
Update NXM link handling to support premium link and validate user info
Silarn
2019-05-09
1
-0
/
+1
*
Add more protection against missing game plugins
LostDragonist
2019-03-25
1
-3
/
+3
*
Don't query for the file description if it's present but blank
LostDragonist
2019-03-24
1
-1
/
+1
*
Add another query to get the missing file description
LostDragonist
2019-03-24
1
-4
/
+11
*
Handle multiple replies to MD5 search
LostDragonist
2019-03-24
1
-93
/
+145
*
Revert "Use MD5 info search for new downloads"
LostDragonist
2019-03-23
1
-13
/
+10
*
Use MD5 info search for new downloads
LostDragonist
2019-03-22
1
-10
/
+13
*
Convert file description from BBCode
LostDragonist
2019-03-07
1
-1
/
+1
*
Suppress expected network errors during MD5 searches
LostDragonist
2019-03-07
1
-2
/
+3
*
Use MD5 when querying info before bothering the user
LostDragonist
2019-03-07
1
-2
/
+112
*
Fix call to requestDownloadURL
LostDragonist
2019-02-22
1
-1
/
+1
*
Don't populate newestVersion from mod description
LostDragonist
2019-02-21
1
-1
/
+0
*
Grab the description for downloads instead of the change log
LostDragonist
2019-02-21
1
-2
/
+2
*
Rework messages about downloads already queued or started
LostDragonist
2019-02-18
1
-5
/
+45
*
Coalesce code for identifying game short name from nexus name
Silarn
2019-02-18
1
-24
/
+14
*
Fix up messages for already pending/started downloads
LostDragonist
2019-02-18
1
-7
/
+5
*
Fix display of file names when querying info
LostDragonist
2019-02-18
1
-1
/
+1
*
Fix issue with downloads not being remove on failure
Silarn
2019-02-18
1
-1
/
+10
*
Some fixes to parse the preferred server list and download speed feature
Silarn
2019-02-18
1
-2
/
+2
*
Use NXM link key and expiration in file list API call when available
Silarn
2019-02-18
1
-2
/
+8
*
Various fixes and updates
Silarn
2019-02-18
1
-1
/
+2
*
Multiple fixes:
Silarn
2019-02-18
1
-4
/
+25
*
Filter deleted downloads from the download query dialog
Silarn
2019-02-18
1
-1
/
+2
*
Reworking update checks to use the file update info with a fallback
Silarn
2019-02-18
1
-1842
/
+1831
*
Initial Nexus API changes:
Silarn
2019-02-18
1
-15
/
+4
*
Fix modId behavior on 'Query Info' cancel (issue #446)
Krzysztof Starecki
2019-02-14
1
-1
/
+2
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-1
/
+1
*
Change qPrintable to qUtf8Printable to better support non-ASCII text
LostDragonist
2019-01-05
1
-9
/
+9
*
Improve spacing for plugincounter.
Al
2019-01-06
1
-1
/
+1
*
Remove unused import, fix accidental indent
Krzysztof Starecki
2019-01-01
1
-1
/
+1
*
Change redownload dialog to display the filename
Krzysztof Starecki
2019-01-01
1
-2
/
+2
*
Fix bug with hiding installed downloads
Krzysztof Starecki
2018-12-31
1
-11
/
+7
*
Add icon for incomplete download info, add download progress delegate
Krzysztof Starecki
2018-12-30
1
-3
/
+3
[next]