summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Add setting to hide the API counterLostDragonist2019-03-065-14/+30
* | | | | | Clear palette of mod list and plugin list to better support themesLostDragonist2019-03-051-133/+0
* | | | | | Don't show unrelated paths when browsing for gameLostDragonist2019-02-251-2/+1
* | | | | | Do not add inactive tool plugins to the tools menuLostDragonist2019-02-241-0/+6
* | | | | | Call toggleMO2EndorseState for consistencyLostDragonist2019-02-241-1/+1
* | | | | | Store endorsement state of MO when a reply is receivedLostDragonist2019-02-231-1/+3
* | | | | | Update version to 2.2.0beta5LostDragonist2019-02-231-1/+1
* | | | | | Add function to get configured mods directoryLostDragonist2019-02-234-5/+17
* | | | | | Change setGameName parameters to match MOBase changesLostDragonist2019-02-227-7/+7
* | | | | | Fix call to requestModInfoLostDragonist2019-02-221-1/+1
* | | | | | Fix call to requestDownloadURLLostDragonist2019-02-221-1/+1
* | | | | | Remove the spoofed NMM versionLostDragonist2019-02-229-93/+2
* | | | | | Force an update check after installing a modLostDragonist2019-02-221-0/+6
* | | | | | Allow force-check updates to bypass update timeoutsLostDragonist2019-02-211-0/+3
* | | | | | Don't count updates as ignored when the ignored version is invalidLostDragonist2019-02-211-1/+1
* | | | | | Invalidate mod list sort proxy when mods find updatesLostDragonist2019-02-211-10/+11
* | | | | | Don't populate newestVersion from mod descriptionLostDragonist2019-02-211-1/+0
* | | | | | Fix warning about multiple constsLostDragonist2019-02-212-2/+2
* | | | | | Grab the description for downloads instead of the change logLostDragonist2019-02-212-3/+3
* | | | | | Limit the download file description to 4096 charactersLostDragonist2019-02-211-1/+1
* | | | | | Update translation fileLostDragonist2019-02-211-1/+2
* | | | | | Merge pull request #661 from przester/double-install-fixLostDragonist2019-02-212-712/+830
|\ \ \ \ \ \
| * | | | | | Fix state breakage when terminating installation via exceptionsKrzysztof Starecki2019-02-202-712/+830
* | | | | | | Add spaceLostDragonist2019-02-211-1/+1
|/ / / / / /
* | | | | | Remove more old Nexus settingsLostDragonist2019-02-191-0/+2
* | | | | | Fix for Steam being run as administratorLostDragonist2019-02-192-45/+100
* | | | | | Merge pull request #656 from ModOrganizer2/AppveyorBrian Munro2019-02-191-2/+3
|\ \ \ \ \ \
| * | | | | | Minor change to CMakeLists.txt to use the DEPENDENCY_DIR variable from umbrel...LePresidente2019-02-181-2/+3
* | | | | | | Cleanup and version bumpSilarn2019-02-183-4/+3
* | | | | | | Rework messages about downloads already queued or startedLostDragonist2019-02-181-5/+45
* | | | | | | Extend the update date back one hour to help prevent time mismatchesSilarn2019-02-181-1/+1
* | | | | | | Coalesce code for identifying game short name from nexus nameSilarn2019-02-181-24/+14
* | | | | | | Fix up messages for already pending/started downloadsLostDragonist2019-02-181-7/+5
* | | | | | | Fix display of file names when querying infoLostDragonist2019-02-181-1/+1
* | | | | | | Fix seconds calculationSilarn2019-02-181-1/+1
* | | | | | | Fix issue with downloads not being remove on failureSilarn2019-02-182-1/+12
* | | | | | | Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-1813-724/+61
* | | | | | | Endorsement and efficiency updatesSilarn2019-02-187-95/+203
* | | | | | | Implement bulk update check layerSilarn2019-02-187-13/+188
* | | | | | | Some fixes to parse the preferred server list and download speed featureSilarn2019-02-182-6/+5
* | | | | | | Freeing the credential object when there's no result causes overrunsSilarn2019-02-181-1/+1
* | | | | | | Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-185-21/+70
* | | | | | | Implement Windows Credential ManagerSilarn2019-02-182-52/+83
* | | | | | | Re-simplify ModInfo interfaceSilarn2019-02-181-2/+2
* | | | | | | Implement staggered timeouts bases on age.Silarn2019-02-189-6/+85
* | | | | | | Simple updates API headers requested by NexusSilarn2019-02-182-4/+16
* | | | | | | Fix issues with duplicate requests, expand parallel requests to 6Silarn2019-02-184-7/+14
* | | | | | | Request pools are not combined, we need to use the max of both pools.Silarn2019-02-181-1/+1
* | | | | | | Add Qt5WebSockets to DLL manifestLostDragonist2019-02-181-1/+2
* | | | | | | Several api improvements:Silarn2019-02-182-29/+44