summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵Mikaël Capelle2020-10-111-1/+8
| | | | callbacks when plugin is inactive.
* Add thread_utils to CMakeList.txt.Mikaël Capelle2020-05-241-0/+1
|
* Add QDirFileTree implementation.Mikaël Capelle2020-05-221-0/+1
|
* Move to the new filetree for the installation manager.Mikaël Capelle2020-05-071-0/+1
|
* appveyor does not build modorganizer in its standard location, so use ↵isanae2020-04-301-1/+9
| | | | DEPENDENCIES_DIR to find cmake_common
* moved a few projects to requires_project()isanae2020-04-251-10/+2
|
* now using new common cmakefilesisanae2020-04-231-545/+39
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* fixed warnings about Q_OBJECT and thousand separatorsisanae2020-04-181-0/+3
| | | | had to move some classes to header files
* added more timingsisanae2020-02-181-0/+2
| | | | missed fileregisterfwd.h in cmake list
* split directoryentryisanae2020-02-181-3/+18
| | | | made classes noncopyable, fixed a few unintended copies
* added natvisisanae2020-02-181-1/+6
|
* wstring_view when possibleisanae2020-02-181-0/+3
| | | | first implementation of NtQueryDirectoryFile
* shift+right click for shell menuisanae2020-02-041-0/+3
|
* split item and modelisanae2020-02-041-0/+6
|
* split IconFetcherisanae2020-02-041-0/+3
|
* split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-041-0/+3
|
* moved main window classes to their own filterisanae2020-02-041-7/+10
|
* split data tabisanae2020-02-041-0/+3
| | | | removed a bunch of undefined functions in MainWindow
* Moved filterWidget and eventFilter to ui baseAL2020-02-011-6/+0
|
* Separate conflict flags and render them in separate columnsSilarn2019-12-061-0/+3
|
* split filter listisanae2019-11-271-0/+3
|
* Merge pull request #901 from isanae/loot-reworkisanae2019-11-251-2/+17
|\ | | | | Loot rework
| * tweaked css, finished markdown reportisanae2019-11-241-1/+3
| | | | | | | | copy markdown.html to resources/
| * split loot dialog, added ui fileisanae2019-11-241-2/+8
| |
| * rewrite of json report parsingisanae2019-11-231-0/+2
| | | | | | | | added json.h with some utilities
| * handles changes in lootcli for a more formal communication protocolisanae2019-11-181-0/+2
| |
| * split loot stuff to loot.h/cpp, no changes in functionalityisanae2019-11-161-0/+3
| |
* | Move all Qt deployment to main MO projectSilarn2019-11-191-0/+4
|/
* renamed lockwidget files to uilockerisanae2019-11-061-3/+3
|
* removed unused filesisanae2019-11-061-16/+1
| | | | fixed handle leak when starting steam
* added lockwidget to replace all the other dialogsisanae2019-11-061-0/+3
| | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now
* split to processrunnerisanae2019-11-061-0/+3
| | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget
* moved checks to sanitychecks.cppisanae2019-10-051-0/+2
| | | | added check for blocked files, only logs
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-0/+3
|