| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -20/+27 |
| | | |||||
| * | Switch from fmtlib to std::format. (#2031) | Mikaël Capelle | 2024-05-25 | 1 | -2/+2 |
| | | | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action. | ||||
| * | Download issue fixes | Jeremy Rimpo | 2023-11-05 | 1 | -0/+2 |
| | | | | | | | - Add scoped watcher disabler - Disable during mod install - Update interprocess message handler to fix 'unable to communicate' issues | ||||
| * | Merge pull request #1894 from ModOrganizer2/loot_0_22 | Jeremy Rimpo | 2023-10-03 | 1 | -0/+2 |
| |\ | | | | | WIP: Plugin sorting updates | ||||
| | * | Updates to refresh sort button after various events | Jeremy Rimpo | 2023-10-02 | 1 | -0/+2 |
| | | | |||||
| * | | Fix QTimer being created on incorrect thread after refresh. | Mikaël Capelle | 2023-10-02 | 1 | -3/+3 |
| |/ | |||||
| * | Refresh Callback (+ Extra for AboutToRun) (#1884) | Mikaël Capelle | 2023-09-29 | 1 | -52/+47 |
| | | | | | | * Add working directory and arguments to onAboutToRun (optional). * Add onRefreshCallback functionality. | ||||
| * | Remove download refresh scoped blocker | Jeremy Rimpo | 2023-09-23 | 1 | -1/+0 |
| | | | | | - Accidentally added to this branch | ||||
| * | 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 | ||||
| * | Several updates | Jeremy Rimpo | 2023-09-21 | 1 | -12/+24 |
| | | | | | | | | | * 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 | ||||
| * | Code cleanup | Jeremy Rimpo | 2023-09-09 | 1 | -8/+5 |
| | | |||||
| * | Merge remote-tracking branch 'origin/qt6' | Jeremy Rimpo | 2023-09-04 | 1 | -5/+18 |
| |\ | |||||
| | * | Map multiple data directories to USVFS | Jeremy Rimpo | 2023-09-04 | 1 | -10/+18 |
| | | | |||||
| * | | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -443/+444 |
| |/ | |||||
| * | Notify mod installation to plugins after directory structure is ready. | Mikaël Capelle | 2023-07-03 | 1 | -113/+95 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -9/+12 |
| | | |||||
| * | Add IOrganizer::virtualFileTree(). | Mikaël Capelle | 2021-05-14 | 1 | -0/+3 |
| | | |||||
| * | Better refresh of override markers and conflicts. | Mikaël Capelle | 2021-02-09 | 1 | -28/+49 |
| | | |||||
| * | Remove LoadMechanism completely. | Mikaël Capelle | 2021-01-29 | 1 | -1/+0 |
| | | |||||
| * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 1 | -4/+1 |
| | | |||||
| * | Move update of directory structure after mod priority change to organizer core. | Mikaël Capelle | 2021-01-21 | 1 | -2/+43 |
| | | |||||
| * | INT_MAX -> std::numeric_limits, plus minor clean. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Don't look for mods with -1 as mod ID when suggesting names | AL | 2021-01-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1372 from Holt59/install-mod-at | Mikaël Capelle | 2021-01-18 | 1 | -1/+2 |
| |\ | | | | | Modify 'Install mod... ' in context menu to install above current mod. | ||||
| | * | Modify 'Install mod... ' in context menu to install above current mod. | Mikaël Capelle | 2021-01-18 | 1 | -1/+2 |
| | | | |||||
| * | | moved criticalOnTop() to uibase | isanae | 2021-01-18 | 1 | -3/+2 |
| | | | | | | | | | | | | | changed all calls to reportError(), which now uses the main window if it exists as a parent, or calls criticalOnTop() added errors when running something from the command line for a different instance/profile removed unused crap | ||||
| * | | renamed Refresh to TriggerRefresh, added WaitForRefresh | isanae | 2021-01-18 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | removed duplicate refreshDirectoryStructure() call that could never work added --logs to output logs to stdout, added final "mod organizer done" log added -i with no arguments to output the current instance name `run -e` now does an additional, case insensitive check for names fixed error being output along with --help | ||||
| * | | moved externalMessage() to MOApplication | isanae | 2021-01-18 | 1 | -19/+0 |
| | | | | | | | | | | | | | commands can forward to the primary instance added reload-plugin command MessageDialog now tries to find the main window when the reference is null, which actually used to happen often because activeWindow() is typically used, but that's null when the main window doesn't have focus (like when downloading from nexus, for example) | ||||
| * | | merged exe and run commands, added -e flag instead | isanae | 2021-01-18 | 1 | -0/+5 |
| |/ | | | | added dialog when selected profile doesn't exist, this can happen with -p on the command line | ||||
| * | Add setting to automatically hide download after installation. | Mikaël Capelle | 2021-01-14 | 1 | -0/+3 |
| | | |||||
| * | Remove OrganizerCore::modsSortedByProfilePriority. | Mikaël Capelle | 2021-01-13 | 1 | -16/+0 |
| | | |||||
| * | Remove archive parsing attribute from core and use the one from settings ↵ | Mikaël Capelle | 2021-01-13 | 1 | -1/+1 |
| | | | | | directly. | ||||
| * | Add option to have different separator collapsed/expanded states between ↵ | Mikaël Capelle | 2021-01-10 | 1 | -0/+1 |
| | | | | | profiles. | ||||
| * | Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() ↵ | Mikaël Capelle | 2021-01-02 | 1 | -10/+5 |
| | | | | | completely. | ||||
| * | Add index attribute to ModInfo. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | Move connection from organizer to mainwindow. | Mikaël Capelle | 2021-01-02 | 1 | -15/+0 |
| | | |||||
| * | Minor refactoring. | Mikaël Capelle | 2021-01-02 | 1 | -4/+1 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -4/+0 |
| | | |||||
| * | Start moving stuff from MainWindow to PluginListView. | 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 | -1/+0 |
| | | | | | ModInfoDialog. | ||||
| * | Move the overwrite context menu. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Start moving modlist context menu actions to separate structures. | Mikaël Capelle | 2021-01-02 | 1 | -7/+5 |
| | | |||||
| * | Fix category management. | Mikaël Capelle | 2021-01-02 | 1 | -7/+1 |
| | | |||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -64/+78 |
| | | |||||
| * | Fix and move stuff around. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection. | ||||
| * | Do not move installed mod after merge/replace. | Mikaël Capelle | 2021-01-02 | 1 | -7/+7 |
| | | |||||
| * | Fix keyboard move selection. | Mikaël Capelle | 2021-01-02 | 1 | -2/+0 |
| | | |||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 1 | -3/+11 |
| | | | | | install. | ||||
| * | Allow '.' for the path in findFileInfos. | Mikaël Capelle | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | offline mode: | isanae | 2020-12-28 | 1 | -1/+1 |
| | | | | | | - don't try to login on startup - don't try to update loot when sorting and display a warning that the master list might be stale | ||||
