summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-2/+5
| | | | Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-0/+3
|
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-20/+88
| | | | | | | | | * 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 USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-2/+4
|
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-1/+2
| | | | | * Support for archive file previews - Should account for alternates - Extracts files and requests preview from plugins that claim support
* Fix manifest for debug mode. (#2047)Mikaël Capelle2024-06-101-1/+6
|
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-0/+2
|
* Reassign filter group for category classesJeremy Rimpo2023-09-221-3/+7
|
* Implement drag & drop nexus cat assignmentSilarn2023-09-211-0/+1
|
* Set OUTPUT_NAME before configuring.Mikaël Capelle2022-04-281-1/+1
|
* Minor fixes. Add gamebryo translations.Mikaël Capelle2022-04-201-1/+1
|
* Update following cmake_common changes.Mikaël Capelle2022-04-191-52/+47
| | | | | | | # Conflicts: # CMakeLists.txt # src/CMakeLists.txt # src/organizer_en.ts
* Translation fixesJeremy Rimpo2022-04-191-1/+1
|
* Remove incompatible QDDS pluginJeremy Rimpo2022-04-191-2/+0
|
* Add IOrganizer::virtualFileTree().Mikaël Capelle2021-05-141-0/+1
|
* Update CMakeLists.txtChris Bessent2021-02-111-0/+1
|
* Remove LoadMechanism completely.Mikaël Capelle2021-01-291-1/+0
|
* Reorganize settingsdialog classes to match UI.Mikaël Capelle2021-01-291-2/+2
|
* moved criticalOnTop() to uibaseisanae2021-01-181-3/+0
| | | | | | 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
* Rename DownloadListWidget -> DownloadListView. Clean context menu.Mikaël Capelle2021-01-151-1/+1
|
* Display upgrade/warning for versions on collapsed separators.Mikaël Capelle2021-01-101-0/+1
|
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-0/+1
|
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-1/+2
|
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-0/+1
|
* Reorganizer ModList filters.Mikaël Capelle2021-01-031-3/+3
|
* Clean code and reorganize.Mikaël Capelle2021-01-021-3/+10
|
* Move plugin list context menu to its own class and to PluginListView.Mikaël Capelle2021-01-021-0/+1
|
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-0/+1
|
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-0/+2
|
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-0/+1
|
* Start working on collapsible separators.Mikaël Capelle2021-01-021-0/+1
|
* split saves tab, no changesisanae2020-12-281-0/+1
|
* removed setUpdateDelay(false) calls, it's the defaultisanae2020-12-261-1/+0
| | | | FilterWidget for downloads tab
* split downloads tabisanae2020-12-261-0/+1
|
* quotes for spaces in pathsisanae2020-12-041-5/+5
|
* Revert "Changing the location of several directories"isanae2020-11-271-6/+4
|
* Merge pull request #1292 from Holt59/iplugin-isactive-refactoringMikaël Capelle2020-11-181-0/+1
|\ | | | | IPlugin::isActive refactoring
| * Better dialog for warning when disabling proxy plugin.Mikaël Capelle2020-11-171-0/+1
| |
* | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-091-1/+2
|\| | | | | | | master
| * renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-081-1/+1
| |
| * stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-0/+1
| | | | | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Seth Riley2020-11-061-2/+9
|\| | | | | | | master
| * moved nexus api stuff to GlobalSettingsisanae2020-11-031-1/+1
| | | | | | | | | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available
| * split create instance dialog pagesisanae2020-11-031-0/+1
| |
| * started create instance dialogisanae2020-11-031-0/+1
| | | | | | | | | | allow for multiple instances of Settings fill in information in instance manager
| * added empty instance manager dialogisanae2020-11-031-1/+5
| |
| * new CommandLine classisanae2020-11-031-0/+1
| | | | | | | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one
* | Implement suggestionsSeth Riley2020-11-031-4/+4
| |
* | Changing the location of several directoriesSeth Riley2020-11-021-6/+8
|/
* Add glob_matching.h to the utility group.Mikaël Capelle2020-10-111-0/+1
|