summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve code for reading text files line-by-lineJonathan Feenstra2026-05-171-4/+8
* Add setting to show notifications when downloads complete or fail (#2338)Jonathan Feenstra2026-05-151-0/+9
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-7/+9
* Stable DownloadId refactor (#2375)Al2026-05-071-1/+2
* Add instanceName and profiles methods to plugin API (#2321)Jonathan Feenstra2026-01-111-0/+19
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-8/+8
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-16/+37
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-1/+1
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-3/+24
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-3/+6
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-20/+27
* Switch from fmtlib to std::format. (#2031)Mikaël Capelle2024-05-251-2/+2
* Download issue fixesJeremy Rimpo2023-11-051-0/+2
* Merge pull request #1894 from ModOrganizer2/loot_0_22Jeremy Rimpo2023-10-031-0/+2
|\
| * Updates to refresh sort button after various eventsJeremy Rimpo2023-10-021-0/+2
* | Fix QTimer being created on incorrect thread after refresh.Mikaël Capelle2023-10-021-3/+3
|/
* Refresh Callback (+ Extra for AboutToRun) (#1884)Mikaël Capelle2023-09-291-52/+47
* Remove download refresh scoped blockerJeremy Rimpo2023-09-231-1/+0
* Restructure category refresh actionJeremy Rimpo2023-09-231-1/+2
* Several updatesJeremy Rimpo2023-09-211-12/+24
* Code cleanupJeremy Rimpo2023-09-091-8/+5
* Merge remote-tracking branch 'origin/qt6'Jeremy Rimpo2023-09-041-5/+18
|\
| * Map multiple data directories to USVFSJeremy Rimpo2023-09-041-10/+18
* | Apply clang-format.Mikaël Capelle2023-07-091-443/+444
|/
* Notify mod installation to plugins after directory structure is ready.Mikaël Capelle2023-07-031-113/+95
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-9/+12
* Add IOrganizer::virtualFileTree().Mikaël Capelle2021-05-141-0/+3
* Better refresh of override markers and conflicts.Mikaël Capelle2021-02-091-28/+49
* Remove LoadMechanism completely.Mikaël Capelle2021-01-291-1/+0
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-4/+1
* Move update of directory structure after mod priority change to organizer core.Mikaël Capelle2021-01-211-2/+43
* INT_MAX -> std::numeric_limits, plus minor clean.Mikaël Capelle2021-01-211-1/+1
* Don't look for mods with -1 as mod ID when suggesting namesAL2021-01-191-1/+1
* Merge pull request #1372 from Holt59/install-mod-atMikaël Capelle2021-01-181-1/+2
|\
| * Modify 'Install mod... ' in context menu to install above current mod.Mikaël Capelle2021-01-181-1/+2
* | moved criticalOnTop() to uibaseisanae2021-01-181-3/+2
* | renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-3/+1
* | moved externalMessage() to MOApplicationisanae2021-01-181-19/+0
* | merged exe and run commands, added -e flag insteadisanae2021-01-181-0/+5
|/
* Add setting to automatically hide download after installation.Mikaël Capelle2021-01-141-0/+3
* Remove OrganizerCore::modsSortedByProfilePriority.Mikaël Capelle2021-01-131-16/+0
* Remove archive parsing attribute from core and use the one from settings dire...Mikaël Capelle2021-01-131-1/+1
* Add option to have different separator collapsed/expanded states between prof...Mikaël Capelle2021-01-101-0/+1
* Refactoring of ModInfo to give access to the core. Remove ModInfo::remove() c...Mikaël Capelle2021-01-021-10/+5
* Add index attribute to ModInfo.Mikaël Capelle2021-01-021-0/+2
* Move connection from organizer to mainwindow.Mikaël Capelle2021-01-021-15/+0
* Minor refactoring.Mikaël Capelle2021-01-021-4/+1
* Remove selection-related stuff from plugin/mod lists.Mikaël Capelle2021-01-021-4/+0
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-8/+0
* Move more stuff from MainWindow. Minor improvements for prev/next button in M...Mikaël Capelle2021-01-021-1/+0