| 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 |
| | | |||||
| * | Change IOrganizer::profile return type to a shared_ptr (#2322) | Jonathan Feenstra | 2026-01-11 | 1 | -2/+3 |
| | | |||||
| * | Add instanceName and profiles methods to plugin API (#2321) | Jonathan Feenstra | 2026-01-11 | 1 | -0/+6 |
| | | |||||
| * | Move to VCPKG (#2068) | Mikaël Capelle | 2025-05-29 | 1 | -22/+24 |
| | | | | | | | | | | * 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. | ||||
| * | Oblivion Remastered Meta PR (#2241) | Jeremy Rimpo | 2025-05-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow for mod directory maps - Set main data files based on game - Mapped mod directories to VFS - Update overwrite setup * Skip if mod contains no 'data' dir * More mod directory compatibility fixes * Workaround for Obl:Rem save location - SLocalSavePath does nothing yet MO2 wants to use it to override the default save location - This only applies to BGS games anyway, we should move this logic * First pass for overwrite mod directory support * More overwrite move / delete restrictions * Fix issue with moving directories that are not required * Formatting pass * More modDataDirectory updates * Formatting --------- Co-authored-by: Mikaël Capelle <capelle.mikael@gmail.com> | ||||
| * | Use new Skip File & Skip Directory in usvfs (#2033) | Twinki | 2024-06-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized | ||||
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 1 | -2/+6 |
| | | |||||
| * | Updates to refresh sort button after various events | Jeremy Rimpo | 2023-10-02 | 1 | -0/+3 |
| | | |||||
| * | Refresh Callback (+ Extra for AboutToRun) (#1884) | Mikaël Capelle | 2023-09-29 | 1 | -10/+44 |
| | | | | | | * Add working directory and arguments to onAboutToRun (optional). * Add onRefreshCallback functionality. | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -138/+177 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -502/+502 |
| | | |||||
| * | Notify mod installation to plugins after directory structure is ready. | Mikaël Capelle | 2023-07-03 | 1 | -0/+4 |
| | | |||||
| * | Add IOrganizer::virtualFileTree(). | Mikaël Capelle | 2021-05-14 | 1 | -0/+2 |
| | | |||||
| * | Better refresh of override markers and conflicts. | Mikaël Capelle | 2021-02-09 | 1 | -0/+5 |
| | | |||||
| * | Move update of directory structure after mod priority change to organizer core. | Mikaël Capelle | 2021-01-21 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #1372 from Holt59/install-mod-at | Mikaël Capelle | 2021-01-18 | 1 | -1/+1 |
| |\ | | | | | 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/+1 |
| | | | |||||
| * | | moved externalMessage() to MOApplication | isanae | 2021-01-18 | 1 | -1/+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) | ||||
| * | Minor cleaning for boost signal declarations in OrganizerCore. | Mikaël Capelle | 2021-01-13 | 1 | -6/+7 |
| | | |||||
| * | Remove OrganizerCore::modsSortedByProfilePriority. | Mikaël Capelle | 2021-01-13 | 1 | -9/+0 |
| | | |||||
| * | Remove unused close() signal from OrganizerCore. Remove declarations without ↵ | Mikaël Capelle | 2021-01-13 | 1 | -10/+4 |
| | | | | | definitions. | ||||
| * | Remove archive parsing attribute from core and use the one from settings ↵ | Mikaël Capelle | 2021-01-13 | 1 | -11/+0 |
| | | | | | directly. | ||||
| * | Add option to have different separator collapsed/expanded states between ↵ | Mikaël Capelle | 2021-01-10 | 1 | -0/+7 |
| | | | | | profiles. | ||||
| * | Start moving stuff from MainWindow to PluginListView. | 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 | -1/+4 |
| | | |||||
| * | Clean drag&drop code and add drop of external folder/archives. | Mikaël Capelle | 2021-01-02 | 1 | -0/+2 |
| | | |||||
| * | Drag and drop from download view to install + Expand and scroll to mod on ↵ | Mikaël Capelle | 2021-01-02 | 1 | -1/+1 |
| | | | | | install. | ||||
| * | Remove disconnectPlugins() from OrganizerCore. | Mikaël Capelle | 2020-12-04 | 1 | -1/+0 |
| | | |||||
| * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -0/+7 |
| | | |||||
| * | Fix callbacks for IOrganizer when plugin are unloaded/loaded. | Mikaël Capelle | 2020-12-02 | 1 | -11/+13 |
| | | |||||
| * | Add callbacks for plugin enabled/disabled. | Mikaël Capelle | 2020-11-12 | 1 | -0/+5 |
| | | |||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -7/+6 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | call init() on proxy plugins | isanae | 2020-11-04 | 1 | -1/+1 |
| | | | | | | OrganizerProxy now handles a null OrganizerCore, used for proxy plugins changed appVersion() and pluginDataPath() so they don't need OrganizerCore | ||||
| * | add warning when profile given with -p doesn't exist | isanae | 2020-11-03 | 1 | -3/+0 |
| | | | | | implemented moshortcut, nxm links and executable names as command line options | ||||
| * | Merge branch 'master' into imodlist-updates | Mikaël Capelle | 2020-10-26 | 1 | -0/+13 |
| |\ | |||||
| | * | Add IOrganizer::onProfileXXX callbacks. | Mikaël Capelle | 2020-10-24 | 1 | -0/+13 |
| | | | |||||
| * | | Move IOrganizer::getMod() to IModList::getMod(). | Mikaël Capelle | 2020-10-25 | 1 | -1/+0 |
| | | | |||||
| * | | Move IOrganizer::removeMod() to IModList::removeMod(). | Mikaël Capelle | 2020-10-25 | 1 | -1/+0 |
| | | | |||||
| * | | Move IOrganizer::modsSortedByProfilePriority() to ↵ | Mikaël Capelle | 2020-10-25 | 1 | -1/+9 |
| | | | | | | | | | IModList::allModsByProfilePriority(). | ||||
| * | | Rename IOrganizer::refreshModList -> refresh. | Mikaël Capelle | 2020-10-25 | 1 | -1/+1 |
| | | | |||||
| * | | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved(). | Mikaël Capelle | 2020-10-25 | 1 | -4/+0 |
| |/ | |||||
| * | Add 'reinstallation' parameter to onInstallationStart(). | Mikaël Capelle | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks. | Mikaël Capelle | 2020-09-21 | 1 | -1/+1 |
| | | |||||
| * | Clean notification of userInterfaceInitialized between MainWindow and ↵ | Mikaël Capelle | 2020-06-16 | 1 | -1/+1 |
| | | | | | OrganizerCore. | ||||
| * | Update for new organizer callbacks. | Mikaël Capelle | 2020-06-15 | 1 | -8/+21 |
| | | |||||
| * | Use QEventLoop instead of manually spinning calling ProcessEvents in a while ↵ | AL | 2020-06-07 | 1 | -0/+4 |
| | | | | | with a sleep. | ||||
| * | Change auto& to const auto&. | Mikaël Capelle | 2020-05-28 | 1 | -2/+2 |
| | | |||||
| * | Expose ModDataContentHolder from OrganizerCore instead of vector of Content. | Mikaël Capelle | 2020-05-28 | 1 | -2/+106 |
| | | |||||
| * | Switch to using the ModDataContent feature from the game plugin. | Mikaël Capelle | 2020-05-25 | 1 | -0/+8 |
| | | |||||
| * | removed directoryrefresher.h from organizercore.h | isanae | 2020-02-18 | 1 | -25/+16 |
| | | |||||
