summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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-011-0/+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
* 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
| | | | (Previously it would not allow it as it detected an existing mod having the same name (check is caseInsensitive)).
* 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
|\ | | | | | | Develop
| * Changed the shortcut to open in explorer a mod to CTRL+Enter to avoid ↵Al12rs2018-04-221-2/+2
| | | | | | | | consuming the Enter key press so that people can still use it to finish renaming a mod.
* | 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 ↵Al12rs2018-04-184-0/+71
| | | | confirm messages since delete can't be undone.
* Changed mod Information dialog "Next" and "Previous" buttons to remember the ↵Al12rs2018-04-174-16/+22
| | | | currently viewed tab.
* Enter shourcut will now open the mod containing the selected plugin if the ↵Al12rs2018-04-173-11/+41
| | | | | | | ESPList has the focus. Added F5 shourcut to refresh the profile. Removed a redundant variable I saw by chance.
* Added Enter shortcut support for ovewrite as well to open the Explorer window.Al12rs2018-04-171-1/+3
|
* Added key shourtcuts to open in explorer a selected mo by pressing Enter or ↵Al12rs2018-04-172-0/+22
| | | | Return. Needs support for overwrte
* Disabled Hide inactive plugins checkbox in settings as it didn't work.Al12rs2018-04-171-0/+3
|
* Merged the new open in explorer button with Silarn's code.Al12rs2018-04-173-5/+40
|
* Changed the modifodialog to open the first enabled left most tab, if no ↵Al12rs2018-04-172-2/+17
| | | | | | particular tab was specified by the function caller. This will allow the users to choose what tab should be opened when opening the mod informations since the order of the tabs can be changed and is saved.
* Fixed inconsistency in line endings.Al12rs2018-04-171-7/+7
|
* Adjust mod info dialog, add tooltips, update oldSilarn2018-04-171-10/+13
|
* Add source game setter in mod info dialogSilarn2018-04-179-19/+98
|
* Fix signal/slot connector for available server parserSilarn2018-04-171-1/+1
|
* Fix for virtualized executable pathSilarn2018-04-161-6/+8
|
* Merge pull request #311 from AnyOldName3/load-qtbase-qmJeremy Rimpo2018-04-161-0/+1
|\ | | | | Load qtbase qm
| * Load qtbase_<language>.qm when possibleAnyOldName32018-04-151-0/+1
| |
* | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵Silarn2018-04-162-5/+10
|\| | | | | | | Develop
| * Moved the Changelog to the detailed text to avoid the msgbox going below the ↵Al12rs2018-04-151-3/+3
| | | | | | | | scree. The readability is not graeat as QMessageBox does not allow resizing for some petty reason.
| * Fix for programs set to start from inside the top level of a mod folder not ↵Al12rs2018-04-151-2/+7
| | | | | | | | launching.
* | Support for multi-game downloadsSilarn2018-04-1639-323/+466
|/
* Reload plugin translation databases when changing language.AnyOldName32018-04-131-0/+3
|
* Make pluginFileNames() include those of proxied plugins, too.AnyOldName32018-04-131-0/+6
|
* Add flag and description text to ESL-flagged ESPsSilarn2018-04-111-2/+9
|