| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 | ||||
| | * | ExploreFile() will select the file in explorer when the path is a file | isanae | 2019-05-25 | 1 | -13/+12 |
| | | | | | | | | | replaced more ShellExecute() calls with ExploreFile() | ||||
| * | | 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 |
| | | | | | This reverts commit 5ba369680db90b70b25fbc8a5d33880de077f76e. | ||||
| * | 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 |
| | | | | | This leaves the newestVersion unpopulated until the user checks the mod for an update. | ||||
| * | 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 |
| | | | | | Also adds helpful message when API key is not valid or present | ||||
| * | 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 |
| | | | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files | ||||
| * | Multiple fixes: | Silarn | 2019-02-18 | 1 | -4/+25 |
| | | | | | | | * Uses current daily/hourly rate limits * Fixed issue with translating API game string to mod game string ** Corrects issues with update checks and downloads | ||||
| * | 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 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | 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 |
| | | |||||
| * | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| | | |||||
| * | Fix possible crash during write to disk error | LostDragonist | 2018-08-21 | 1 | -1/+2 |
| | | |||||
| * | Detect errors when writing downloads to disk and cancel download | LostDragonist | 2018-08-19 | 1 | -6/+19 |
| | | |||||
| * | Correct file category when manually querying info | LostDragonist | 2018-08-15 | 1 | -15/+3 |
| | | | | | The Nexus API appears to have been changed back in July 2018 to match what MO was expecting without the conversion. | ||||
| * | Added Open File option to downloads tab. | Al12rs | 2018-08-06 | 1 | -3/+2 |
| | | |||||
| * | Merge PR | Al12rs | 2018-08-06 | 1 | -0/+18 |
| |\ | |||||
| | * | Clean up `DownloadManager::openFile` | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -8/+1 |
| | | | |||||
| | * | Add new "Open File" right-click dialog for Downloads | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | This enables the user to directly open the downloaded archived/file which can be useful for e.g., inspection of what's inside or if they need to copy files from inside the archive to somewhere else. Saves a step compared to "Show in Folder" and then opening the file. | ||||
| * | | Fix `DownloadManager::openInDownloadsFolder` error message | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -1/+1 |
| |/ | |||||
