summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #360 from AnyOldName3/better-version-parsingJeremy Rimpo2018-05-154-5/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Better version parsing
| * | | | | | | Remove sneaky test qDebug instance.AnyOldName32018-05-151-1/+0
| | | | | | | |
| * | | | | | | Change how the VersionInfo object is created from version.rc such that ↵AnyOldName32018-05-154-5/+73
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | non-release builds are possible and get labelled as such
* | | | | | | Push version update for 2.1.4 devSilarn2018-05-151-3/+3
| | | | | | |
* | | | | | | Fixes for download errors and retrying with alternate mirrorsSilarn2018-05-151-14/+12
| | | | | | |
* | | | | | | Download resume fixes for restarting MO, hung downloadsSilarn2018-05-132-1/+22
| | | | | | |
* | | | | | | Refresh the sort proxy when the data is changedSilarn2018-05-101-0/+2
| | | | | | |
* | | | | | | Fix plugin lock slot typoSilarn2018-05-101-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Better error message when archives can't be extractedSilarn2018-05-082-111/+108
| |_|_|_|/ |/| | | |
* | | | | Fix issue with resuming a download that was already complete.Silarn2018-05-081-1/+12
| | | | |
* | | | | Small compat fix for Qt 5.11Silarn2018-05-081-1/+1
| |_|_|/ |/| | |
* | | | Reset the progress bar data after completing the extractionSilarn2018-05-081-4/+4
| |_|/ |/| |
* | | Remove a pointless error when the game doesn't have a script extenderSilarn2018-05-071-2/+2
| | |
* | | Changes to allow installer_NCC to use the game source set in the DL metaSilarn2018-05-075-1/+17
| | |
* | | Updating about dialog with additional supportersSilarn2018-05-062-1/+11
| | |
* | | Translation updatesSilarn2018-05-061-127/+122
| | |
* | | Fixes for downloads and installsSilarn2018-05-064-54/+49
| | |
* | | Make sure project_path is set before trying to use itSilarn2018-05-061-10/+7
| | |
* | | Rework the existing file download dialog to pause the download while waitingSilarn2018-05-052-19/+36
| | | | | | | | | | | | - Also fixes direct calls to downloadFinished
* | | Make sure to update the index when data is changedSilarn2018-05-042-0/+11
| | |
* | | Vastly improved plugin index generation and sortingSilarn2018-05-043-38/+25
| | |
* | | Update the about dialogSilarn2018-05-042-64/+90
| | |
* | | Incorporate uibase translations into organizerSilarn2018-05-042-59/+182
| | |
* | | Use queued connections and do while loops to finish event processingSilarn2018-05-042-20/+12
| | |
* | | Allow update processor to include the managed game if nexus info matchesSilarn2018-05-041-0/+8
| | |
* | | Further offload setValue to avoid threading issuesSilarn2018-05-042-1/+9
| | |
* | | invokeMethod was getting called too late and is unneeded nowSilarn2018-05-041-3/+1
| | |
* | | Updating gitignoreSilarn2018-05-041-7/+4
| | |
* | | Update translation fileSilarn2018-05-041-415/+426
| | |
* | | Bump to version 2.1.3Silarn2018-05-031-4/+4
| | |
* | | Add version check and update processorSilarn2018-05-033-0/+26
| | |
* | | Initial icons for alternate gamesSilarn2018-05-034-1/+3
| | |
* | | Use a five second delta to calculate speed for more responsive displaySilarn2018-05-032-3/+18
| | |
* | | Allow for primary game sources and marking mods as converted/workingSilarn2018-05-037-7/+44
| | |
* | | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵Silarn2018-05-024-17/+16
|\ \ \ | | | | | | | | | | | | Develop
| * \ \ Merge pull request #335 from AnyOldName3/proxy-multiple-inheritance-supportJeremy Rimpo2018-05-024-17/+16
| |\ \ \ | | | | | | | | | | Proxy multiple inheritance support
| | * | | Remove unused function which made things confusingAnyOldName32018-05-022-9/+0
| | | | |
| | * | | Coalesce plugins with the same name in the settings dialogue (as they ↵AnyOldName32018-05-021-0/+4
| | | | | | | | | | | | | | | | | | | | already share setting values)
| | * | | Take a list of proxied plugins for each name to work around multiple ↵AnyOldName32018-05-021-8/+12
| | | | | | | | | | | | | | | | | | | | inheritance issues
* | | | | Thread extraction process and properly offload function calls from threadsSilarn2018-05-022-18/+72
|/ / / /
* | | | Only check for the mod organizer endorsement if the ID is setSilarn2018-05-021-3/+5
| | | |
* | | | Clean up handling of managed game instance in NexusInterfaceSilarn2018-05-023-46/+24
| | | |
* | | | Fix MO endorsement check and add game to ModInfo s_ModsByModIDSilarn2018-05-026-11/+38
| | | |
* | | | Allow downloads to display speed and complete %Silarn2018-05-014-11/+30
|/ / /
* | | Update translation filesSilarn2018-05-012-1/+6557
| | |
* | | Update the NMM versionSilarn2018-05-011-1/+1
| | |
* | | Add all supported games to the nxmhandler configSilarn2018-05-011-1/+5
| | |
* | | Remove redundant code causing multiple installsSilarn2018-05-011-9/+0
| | |
* | | Release memorySilarn2018-05-011-0/+1
| | |
* | | A couple download header-based fixesSilarn2018-04-301-7/+8
| | | | | | | | | | | | | | | * If an unknown content error, only fail if the filesize is off * If a text content type, output a warning but do not retry the download