| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Use a five second delta to calculate speed for more responsive display | Silarn | 2018-05-03 | 2 | -3/+18 | |
| | | | | ||||||
| * | | | Allow for primary game sources and marking mods as converted/working | Silarn | 2018-05-03 | 7 | -7/+44 | |
| | | | | ||||||
| * | | | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵ | Silarn | 2018-05-02 | 4 | -17/+16 | |
| |\ \ \ | | | | | | | | | | | | | Develop | |||||
| | * \ \ | Merge pull request #335 from AnyOldName3/proxy-multiple-inheritance-support | Jeremy Rimpo | 2018-05-02 | 4 | -17/+16 | |
| | |\ \ \ | | | | | | | | | | | Proxy multiple inheritance support | |||||
| | | * | | | Remove unused function which made things confusing | AnyOldName3 | 2018-05-02 | 2 | -9/+0 | |
| | | | | | | ||||||
| | | * | | | Coalesce plugins with the same name in the settings dialogue (as they ↵ | AnyOldName3 | 2018-05-02 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | already share setting values) | |||||
| | | * | | | Take a list of proxied plugins for each name to work around multiple ↵ | AnyOldName3 | 2018-05-02 | 1 | -8/+12 | |
| | | | | | | | | | | | | | | | | | | | | | inheritance issues | |||||
| * | | | | | Thread extraction process and properly offload function calls from threads | Silarn | 2018-05-02 | 2 | -18/+72 | |
| |/ / / / | ||||||
| * | | | | Only check for the mod organizer endorsement if the ID is set | Silarn | 2018-05-02 | 1 | -3/+5 | |
| | | | | | ||||||
| * | | | | Clean up handling of managed game instance in NexusInterface | Silarn | 2018-05-02 | 3 | -46/+24 | |
| | | | | | ||||||
| * | | | | Fix MO endorsement check and add game to ModInfo s_ModsByModID | Silarn | 2018-05-02 | 6 | -11/+38 | |
| | | | | | ||||||
| * | | | | Allow downloads to display speed and complete % | Silarn | 2018-05-01 | 4 | -11/+30 | |
| |/ / / | ||||||
| * | | | Update translation files | Silarn | 2018-05-01 | 2 | -1/+6557 | |
| | | | | ||||||
| * | | | Update the NMM version | Silarn | 2018-05-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add all supported games to the nxmhandler config | Silarn | 2018-05-01 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Remove redundant code causing multiple installs | Silarn | 2018-05-01 | 1 | -9/+0 | |
| | | | | ||||||
| * | | | Release memory | Silarn | 2018-05-01 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | A couple download header-based fixes | Silarn | 2018-04-30 | 1 | -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 URL | Silarn | 2018-04-28 | 4 | -5/+5 | |
| | | | | ||||||
| * | | | 4096 was the correct number | Silarn | 2018-04-27 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Fix ESL index display and sorting by index | Silarn | 2018-04-27 | 3 | -4/+24 | |
| | | | | ||||||
| * | | | Cache the current game as populating the dropdown triggers the save | Silarn | 2018-04-27 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Add alternative game flag and check | Silarn | 2018-04-27 | 9 | -16/+32 | |
| | | | | ||||||
| * | | | Fixed mod rename to allow just changing letters to uppercase or lowercase. | Al12rs | 2018-04-25 | 1 | -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 Security | Silarn | 2018-04-24 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Update Nexus protocol to https | Silarn | 2018-04-24 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵ | Silarn | 2018-04-23 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | Develop | |||||
| | * | | | Changed the shortcut to open in explorer a mod to CTRL+Enter to avoid ↵ | Al12rs | 2018-04-22 | 1 | -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 meta | Silarn | 2018-04-23 | 2 | -5/+6 | |
| |/ / / | ||||||
| * | | | Don't create meta files if they don't exist | Silarn | 2018-04-21 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Remove remnants of QtScript and fix some CMake issues | Silarn | 2018-04-19 | 1 | -6/+14 | |
| | | | | ||||||
| * | | | Some tweaks to make MO the top window when loading or changing games | Silarn | 2018-04-18 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Improve and fix handling of external links | Silarn | 2018-04-18 | 12 | -28/+91 | |
| | | | | ||||||
| * | | | Fix issues with download query | Silarn | 2018-04-17 | 3 | -16/+45 | |
| | | | | ||||||
| * | | | Added Delete shourcut to both modinfodialog and Overwriteinfodilaog. Added ↵ | Al12rs | 2018-04-18 | 4 | -0/+71 | |
| | | | | | | | | | | | | | confirm messages since delete can't be undone. | |||||
| * | | | Merge pull request #315 from Al12rs/Develop | Al | 2018-04-17 | 8 | -32/+145 | |
| |\ \ \ | | | | | | | | | Ui and shortcut changes. | |||||
| | * | | | Changed mod Information dialog "Next" and "Previous" buttons to remember the ↵ | Al12rs | 2018-04-17 | 4 | -16/+22 | |
| | | | | | | | | | | | | | | | | | currently viewed tab. | |||||
| | * | | | Enter shourcut will now open the mod containing the selected plugin if the ↵ | Al12rs | 2018-04-17 | 3 | -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. | Al12rs | 2018-04-17 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | Added key shourtcuts to open in explorer a selected mo by pressing Enter or ↵ | Al12rs | 2018-04-17 | 2 | -0/+22 | |
| | | | | | | | | | | | | | | | | | Return. Needs support for overwrte | |||||
| | * | | | Disabled Hide inactive plugins checkbox in settings as it didn't work. | Al12rs | 2018-04-17 | 1 | -0/+3 | |
| | | | | | ||||||
| | * | | | Merged the new open in explorer button with Silarn's code. | Al12rs | 2018-04-17 | 3 | -5/+40 | |
| | | | | | ||||||
| | * | | | Changed the modifodialog to open the first enabled left most tab, if no ↵ | Al12rs | 2018-04-17 | 2 | -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. | Al12rs | 2018-04-17 | 1 | -7/+7 | |
| |/ / / | ||||||
| * | | | Adjust mod info dialog, add tooltips, update old | Silarn | 2018-04-17 | 1 | -10/+13 | |
| | | | | ||||||
| * | | | Add source game setter in mod info dialog | Silarn | 2018-04-17 | 9 | -19/+98 | |
| | | | | ||||||
| * | | | Fix signal/slot connector for available server parser | Silarn | 2018-04-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix for virtualized executable path | Silarn | 2018-04-16 | 1 | -6/+8 | |
| | | | | ||||||
| * | | | Merge pull request #311 from AnyOldName3/load-qtbase-qm | Jeremy Rimpo | 2018-04-16 | 2 | -0/+2 | |
| |\ \ \ | | | | | | | | | Load qtbase qm | |||||
| | * | | | Load qtbase_<language>.qm when possible | AnyOldName3 | 2018-04-15 | 1 | -0/+1 | |
| | | | | | ||||||
