| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add setting to show notifications when downloads complete or fail (#2338) | Jonathan Feenstra | 2026-05-15 | 1 | -0/+5 |
| | | |||||
| * | Add executable setting to minimize MO2 to the system tray while running (#2313) | Jonathan Feenstra | 2026-01-03 | 1 | -0/+3 |
| | | |||||
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 1 | -7/+8 |
| | | | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. | ||||
| * | Update following SafeWriteFile changes (#2218) | RJ | 2025-05-23 | 1 | -2/+0 |
| | | | | Co-authored-by: RJ <Liderate@users.noreply.github.com> | ||||
| * | Move slot connections to avoid issue when starting MO2 to download a NXM ↵ | Mikaël Capelle | 2024-08-01 | 1 | -2/+0 |
| | | | | | | link. (#2082) * Move slot connections to avoid issue when starting MO2 to download a NXM link. | ||||
| * | Updates to refresh sort button after various events | Jeremy Rimpo | 2023-10-02 | 1 | -0/+2 |
| | | |||||
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -1/+2 |
| | | | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference | ||||
| * | Fix rebase issues | Jeremy Rimpo | 2023-09-21 | 1 | -9/+0 |
| | | |||||
| * | Several updates | Jeremy Rimpo | 2023-09-21 | 1 | -0/+2 |
| | | | | | | | | | * No longer cause an error when deleting a category that's being used * Add a dialog when installing a mod with no Nexus mapping (if not disabled) * Allow disabling Nexus category mapping in Settings (Nexus tab) * Add context option to remove nexus mappings in the category editor * Some clang style fixes | ||||
| * | Add reminder dialog for old instances | Jeremy Rimpo | 2023-09-21 | 1 | -0/+2 |
| | | |||||
| * | Category setup dialog for new instances | Jeremy Rimpo | 2023-09-21 | 1 | -0/+3 |
| | | |||||
| * | WIP: Fix data storage and fix loading | Silarn | 2023-09-21 | 1 | -0/+7 |
| | | |||||
| * | WIP: Initial changes to fetch nexus categories | Silarn | 2023-09-21 | 1 | -1/+3 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -76/+99 |
| | | |||||
| * | Merge pull request #1636 from LostDragonist/supporturl | Mikaël Capelle | 2022-05-02 | 1 | -0/+1 |
| |\ | | | | | Add wiki linkage for games | ||||
| | * | Add first start dialog and help menu entry | Chris Bessent | 2021-12-27 | 1 | -0/+1 |
| | | | |||||
| * | | Better nexus network errors | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| |/ | |||||
| * | Fix selecting a new profile | Chris Bessent | 2021-11-22 | 1 | -1/+1 |
| | | | | | | | This fixes clicking the "select" button in the profiles dialog when a newly created profile is selected. This was broken as the profile was being selected before the profile was added to the list of selections. Fixes #1489 | ||||
| * | Add a separator after the primary game and sort the secondary games | Chris Bessent | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | Change the "Visit Nexus" button to support alternate sources | Chris Bessent | 2021-04-25 | 1 | -0/+1 |
| | | | | | | | If a game plugin supports more than one Nexus site for downloads, the "Visit Nexus" button will be turned into a drop-down that lets you select each site. | ||||
| * | emit modInfoDisplayed, it's required by the tutorial | isanae | 2021-02-24 | 1 | -0/+3 |
| | | |||||
| * | Switch back to invalidating filter when receiving mod updates. | Mikaël Capelle | 2021-02-21 | 1 | -2/+9 |
| | | |||||
| * | Fix refresh of data tab. | Mikaël Capelle | 2021-01-29 | 1 | -2/+5 |
| | | |||||
| * | Allow extended selection in log list and implement copy. | Mikaël Capelle | 2021-01-13 | 1 | -1/+0 |
| | | |||||
| * | Remove incorrect command and small clean for mainwindow.h. | Mikaël Capelle | 2021-01-06 | 1 | -8/+7 |
| | | |||||
| * | Remove unused signal. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -4/+2 |
| | | |||||
| * | Move sort plugins handler to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -3/+0 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | |||||
| * | Remove unused methods. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | Move open-explorer key combination to views. | Mikaël Capelle | 2021-01-02 | 1 | -2/+1 |
| | | |||||
| * | Move plugin list context menu to its own class and to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -11/+0 |
| | | |||||
| * | Start moving stuff from MainWindow to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -5/+0 |
| | | |||||
| * | Remove cancelModListEditor (unused). | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Move filter list to ModListView. | Mikaël Capelle | 2021-01-02 | 1 | -8/+0 |
| | | |||||
| * | Move more stuff from MainWindow. Minor improvements for prev/next button in ↵ | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | | | | ModInfoDialog. | ||||
| * | Move click event to ModListView. Remove unused slots from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -60/+2 |
| | | |||||
| * | Move the regular context menu. | Mikaël Capelle | 2021-01-02 | 1 | -6/+0 |
| | | |||||
| * | Move the separator context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+1 |
| | | |||||
| * | Move the backup context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+2 |
| | | |||||
| * | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 1 | -12/+0 |
| | | |||||
| * | More stuff moved to mod list context. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | More context menu stuff moved. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -7/+0 |
| | | |||||
| * | Fix category management. | Mikaël Capelle | 2021-01-02 | 1 | -6/+3 |
| | | |||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -1/+0 |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | ||||
| * | Remove context attribute from MainWindow. | Mikaël Capelle | 2021-01-02 | 1 | -37/+30 |
| | | |||||
| * | Refactoring and fixes. | Mikaël Capelle | 2021-01-02 | 1 | -14/+0 |
| | | | | | | | - Move codes from MainWindow to ModListView. - Fix enable/disable all visible. - Fix changing style of the mod list. | ||||
| * | Fix automatic refresh of the collapsible separator proxy. | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | |||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 1 | -1/+6 |
| | | |||||
