| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Decrease rolling window size for download speed | Jeremy Rimpo | 2022-04-19 | 1 | -2/+2 |
| | | |||||
| * | Restore HTTP/2 and set configuration | Jeremy Rimpo | 2022-04-19 | 1 | -1/+5 |
| | | | | | > Window size values reflect those used in Firefox and Chrome | ||||
| * | Patch for slow download speeds | Jeremy Rimpo | 2022-04-19 | 1 | -0/+1 |
| | | | | | | - Disable HTTP/2 protocol - Not ideal, might be able to adjust QHttp2Configuration settings | ||||
| * | Download status improvements | Jeremy Rimpo | 2022-04-19 | 1 | -16/+15 |
| | | | | | | - Better speed calculation - Add download time estimate | ||||
| * | Better nexus network errors | Jeremy Rimpo | 2022-04-19 | 1 | -2/+2 |
| | | |||||
| * | Remove dependency on Core5Compat | Jeremy Rimpo | 2022-04-19 | 1 | -4/+4 |
| | | |||||
| * | Added ARCHIVED support for nexus update check and download query. | AL | 2021-07-12 | 1 | -2/+5 |
| | | | | | | Use FileStatus enum instead of scattered int literals. Re-wrote the update check code | ||||
| * | Sanitize download file names | Chris Bessent | 2021-04-29 | 1 | -2/+3 |
| | | | | | Also switch instance name sanitizer to MOBase version | ||||
| * | custom browser command | isanae | 2020-12-28 | 1 | -1/+1 |
| | | | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead | ||||
| * | optimizations for download manager: | isanae | 2020-12-24 | 1 | -24/+67 |
| | | | | | | | | - use envfs for walking directory - minimize string copies, disk access - use set of filenames to check for duplicates - use file size from envfs | ||||
| * | Merge pull request #1313 from Holt59/load-plugin-without-restart | Mikaël Capelle | 2020-12-07 | 1 | -9/+9 |
| |\ | | | | | Implement loading/unloading of plugins without restarting | ||||
| | * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -9/+9 |
| | | | |||||
| * | | handle null plugin when adding a download | isanae | 2020-12-03 | 1 | -0/+10 |
| |/ | | | | happens when some plugins refer to other plugins that are missing | ||||
| * | Compute supported extensions dynamically in installation and download manager. | Mikaël Capelle | 2020-12-01 | 1 | -15/+3 |
| | | |||||
| * | fixed boost bind warnings | isanae | 2020-11-03 | 1 | -1/+3 |
| | | |||||
| * | Switch from Qt signals to boost::signals for DownloadManager. | Mikaël Capelle | 2020-10-11 | 1 | -2/+29 |
| | | |||||
| * | Updating error logging | erri120 | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Removed error log localization | erri120 | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Create meta file if it does not exist when trying to open it | erri120 | 2020-08-20 | 1 | -7/+11 |
| | | |||||
| * | Added Open Meta File context action to downloads | erri120 | 2020-08-20 | 1 | -0/+23 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -1/+3 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | Merge pull request #1000 from Al12rs/startup_performance | isanae | 2020-02-18 | 1 | -3/+6 |
| |\ | | | | | Startup performance | ||||
| | * | Cleanup commented code | AL | 2020-02-17 | 1 | -3/+2 |
| | | | |||||
| | * | Avoid refreshing when setting downloads supported extensions as it only ↵ | AL | 2020-02-16 | 1 | -1/+3 |
| | | | | | | | | | happens during init. | ||||
| | * | Allow not refreshing downloads when setting their folder, for example during ↵ | AL | 2020-02-16 | 1 | -2/+4 |
| | | | | | | | | | init. | ||||
| * | | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #969 from ModOrganizer2/2_2_2 | Chris Bessent | 2020-01-13 | 1 | -24/+34 |
| |\ | | | | | Pull in 2.2.2.1 changes | ||||
| | * | Fix downloading files that have no file name | Chris Bessent | 2020-01-11 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | Somehow some mods on the Nexus have no file name in certain API responses. Previously, MO assumed the last part of the URL is the file name. This worked until the Nexus started adding URL query stuff to the URL (?md5=xxx). Now, strip out all the URL query stuff to get a valid file name. | ||||
| | * | Don't ask for the game when there's only one game | Chris Bessent | 2020-01-10 | 1 | -6/+13 |
| | | | |||||
| | * | Use the old query info logic when MD5 query is ambiguous | Chris Bessent | 2020-01-10 | 1 | -18/+14 |
| | | | | | | | | | | | An author accidentally uploaded a mod's files to a different mod. This resulted in querying info finding the wrong mod/file. | ||||
| * | | Migrate obsoleted qVariantFromValue | Silarn | 2019-12-31 | 1 | -2/+2 |
| |/ | |||||
| * | Add source game column to the download list | LostDragonist | 2019-12-06 | 1 | -0/+13 |
| | | |||||
| * | fixed crash when starting multiple downloads with dialog boxes opened | isanae | 2019-12-02 | 1 | -8/+23 |
| | | | | | fixed download manager dialog boxes not having a parent | ||||
| * | removed useless logging about servers | isanae | 2019-11-26 | 1 | -4/+3 |
| | | |||||
| * | Sort the files when presenting them during querying info | LostDragonist | 2019-11-23 | 1 | -0/+2 |
| | | |||||
| * | added error messages to FileRenamer and a few more | isanae | 2019-10-04 | 1 | -5/+5 |
| | | | | | fixes for shell functions changing names | ||||
| * | Fix md5 hashing for large download files | LostDragonist | 2019-09-28 | 1 | -3/+26 |
| | | | | | | | | | | Previously, the md5 hashing was broken for download files larger than about 2GB. This was due to the maximum size of a QByteArray. The hashing was broken up into 10MB chunks to correct this issue. Additionally, a progress bar was added as hashing large files would lock up the GUI. | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -1/+1 |
| | | | | | removed "get" from the getters that had it | ||||
| * | moved code for byte sizes and speed to uibase | isanae | 2019-08-26 | 1 | -15/+4 |
| | | | | | | added scoped classes for QSettings groups and arrays servers logged on startup | ||||
| * | changed total speed and count to a list of the last 5 downloads | isanae | 2019-08-26 | 1 | -10/+7 |
| | | | | | | existing servers now merged when retrieving the download links download manager doesn't store the servers any more, queries the settings every time | ||||
| * | 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 |
| |\ | | | | | Logging rework | ||||
| | * | removed some useless logging | isanae | 2019-07-22 | 1 | -3/+0 |
| | | | | | | | | | initializing usvfs logging now logs strings for log level and crash dump type | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -17/+18 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -3/+7 |
| | | | | | | | | | removed now unused vlog() | ||||
| | * | 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 |
| |\ | | | | | Add preview to filetree, some refactoring | ||||
| | * | changed rest of ShellExecuteW() calls to use shell::Execute(), ↵ | isanae | 2019-05-26 | 1 | -2/+2 |
| | | | | | | | | | shell::OpenLink() or shell::OpenFile() | ||||
| | * | put explore and open functions in namespace shell | isanae | 2019-05-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | previewDataFile() was duplicated in both MainWindow and ModInfoDialog, moved to OrganizerCore added preview menu item to filetree better logging when shell operations fail | ||||
