summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework the existing file download dialog to pause the download while waitingSilarn2018-05-052-19/+36
* 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
|\
| * Merge pull request #335 from AnyOldName3/proxy-multiple-inheritance-supportJeremy Rimpo2018-05-024-17/+16
| |\
| | * Remove unused function which made things confusingAnyOldName32018-05-022-9/+0
| | * Coalesce plugins with the same name in the settings dialogue (as they already...AnyOldName32018-05-021-0/+4
| | * Take a list of proxied plugins for each name to work around multiple inherita...AnyOldName32018-05-021-8/+12
* | | 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
* Change Nexus API URLSilarn2018-04-284-5/+5
* 4096 was the correct numberSilarn2018-04-271-4/+4
* Fix ESL index display and sorting by indexSilarn2018-04-273-4/+24
* Cache the current game as populating the dropdown triggers the saveSilarn2018-04-271-1/+2
* Add alternative game flag and checkSilarn2018-04-279-16/+32
* Fixed mod rename to allow just changing letters to uppercase or lowercase.Al12rs2018-04-251-3/+2
* Update to https for other nexus links For SecuritySilarn2018-04-241-3/+3
* Update Nexus protocol to httpsSilarn2018-04-242-2/+2
* Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ...Silarn2018-04-231-2/+2
|\
| * Changed the shortcut to open in explorer a mod to CTRL+Enter to avoid consumi...Al12rs2018-04-221-2/+2
* | Need to check if the file is in the download directory for creating metaSilarn2018-04-232-5/+6
|/
* Don't create meta files if they don't existSilarn2018-04-211-2/+3
* Remove remnants of QtScript and fix some CMake issuesSilarn2018-04-191-6/+14
* Some tweaks to make MO the top window when loading or changing gamesSilarn2018-04-181-0/+6
* Improve and fix handling of external linksSilarn2018-04-1812-28/+91
* Fix issues with download querySilarn2018-04-173-16/+45
* Added Delete shourcut to both modinfodialog and Overwriteinfodilaog. Added co...Al12rs2018-04-184-0/+71
* Merge pull request #315 from Al12rs/DevelopAl2018-04-178-32/+145
|\