summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-1414-54/+104
|\ | | | | | | tracking_integration
| * Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-147-9/+43
| |\ | | | | | | | | | master
| | * Merge pull request #1296 from isanae/masterisanae2020-11-131-0/+5
| | |\ | | | | | | | | Adding Qudix to contributors
| | | * added Qudix to contributorsisanae2020-11-131-0/+5
| | | |
| | * | Fix order of saves.Mikaël Capelle2020-11-131-1/+1
| | |/
| | * fixed a bunch of instance and command line stuffisanae2020-11-125-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | - clear instance manager overrides when restarting, or switching instances after starting MO with moshortcut://instance: won't do anything - clear overrides when the last selected instance can't be opened; MO would keep trying to open shortcuts even after selecting a different instance - command line was cleared too early, before the first run, so shortcuts were broken - the instance manager dialog can be opened without an instance loaded if the last selected instance doesn't exist, createNew() would throw because it tried to access the global Settings - fixed some problems with parts of MO wanting to restart and others expecting flow to continue - fixed create instance dialog using settings pointer to decide whether to restart; it restarts when it's the first created instance, which is not always the case even if the settings are null, so just check whether there are instances
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizerQudix2020-11-111-3/+5
| |\|
| | * highlighting plugins from the data directory would crashisanae2020-11-121-3/+5
| | | | | | | | | | | | the mod name is "data" and getByName() crashes with a mod name that doesn't exist
| * | QtWebEngine does not respect built-in qt.confQudix2020-11-111-2/+1
| | |
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-101-1/+5
| |\| | | | | | | | | | master
| * | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-104-34/+41
| |\ \ | | | | | | | | | | | | master
| * | | Using AppConfigQudix2020-11-093-7/+13
| | | |
| * | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-0940-1790/+3273
| |\ \ \ | | | | | | | | | | | | | | | master
| * \ \ \ Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Seth Riley2020-11-061-2/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | master
| * | | | | Fixed bad mergeSeth Riley2020-11-061-2/+1
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Seth Riley2020-11-0670-1919/+7930
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | master
| * \ \ \ \ \ Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Seth Riley2020-11-0313-114/+141
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | master
| * | | | | | | Implement suggestionsSeth Riley2020-11-035-16/+16
| | | | | | | |
| * | | | | | | Fix for deprecated implicit function definitionSeth Riley2020-11-021-1/+3
| | | | | | | |
| * | | | | | | Fixed tutorialsSeth Riley2020-11-023-7/+6
| | | | | | | |
| * | | | | | | Changing the location of several directoriesSeth Riley2020-11-026-103/+76
| | | | | | | |
* | | | | | | | tabstopQudix2020-11-111-0/+3
| | | | | | | |
* | | | | | | | Add a toggle for trackingQudix2020-11-117-17/+46
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | detectGame() must be called before init()isanae2020-11-101-1/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | uncheck directories changed by the user by default to match the old ↵isanae2020-11-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | behaviour of deleting an instance
* | | | | | whitespaceisanae2020-11-101-2/+2
| | | | | |
* | | | | | don't attempt to parse the command line for launch, it fails in all sorts of ↵isanae2020-11-093-35/+36
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ways don't try to time stuff before logging is initialized, an exception before initLogging() will crash because ~TimeThis() tries to log
* | | | | fixed nexus state not being updatedisanae2020-11-091-0/+2
| | | | |
* | | | | Merge pull request #1284 from isanae/command-line-cleanupisanae2020-11-0939-1792/+3268
|\ \ \ \ \ | | | | | | | | | | | | Command line cleanup
| * | | | | removed excess padding in plugins tabisanae2020-11-091-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | put blacklist into a group box
| * | | | | keyboard nav for create instance dialogisanae2020-11-085-56/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change the skip intro setting on click instead of on completion ctrl+f in game page
| * | | | | renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-085-4/+4
| | | | | |
| * | | | | renamed SingleInstance to MOMultiProcessisanae2020-11-086-82/+41
| | | | | | | | | | | | | | | | | | | | | | | | rewrote some comments to avoid using "instance"
| * | | | | timingsisanae2020-11-082-0/+30
| | | | | |
| * | | | | renamed "change game" button to "manage instances"isanae2020-11-071-9/+9
| | | | | |
| * | | | | changed wiki link to Instancesisanae2020-11-072-2/+2
| | | | | |
| * | | | | task dialog for plugin loadcheckisanae2020-11-071-9/+64
| | | | | | | | | | | | | | | | | | | | | | | | added option to skip plugin for this session only
| * | | | | show a confirmation before switching instancesisanae2020-11-072-3/+44
| | | | | |
| * | | | | implemented browse buttonsisanae2020-11-072-7/+31
| | | | | |
| * | | | | larger initial size for the instance dialogisanae2020-11-075-5/+55
| | | | | | | | | | | | | | | | | | | | | | | | save geometry if settings are available
| * | | | | fixed AppConfig::logFileName so it can be usedisanae2020-11-074-169/+178
| | | | | | | | | | | | | | | | | | | | | | | | refactored MOApplication so everything is in doOneRun()
| * | | | | stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-0714-106/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
| * | | | | split getCurrentInstance()isanae2020-11-072-24/+35
| | | | | |
| * | | | | reordered functions, removed unused headersisanae2020-11-071-74/+39
| | | | | |
| * | | | | moved most of the stuff from main.cpp into MOApplicationisanae2020-11-073-296/+315
| | | | | |
| * | | | | added sanitychecks.h, moved to namespace sanityisanae2020-11-074-13/+47
| | | | | | | | | | | | | | | | | | | | | | | | added a set SetThisThreadName() after creating the main window, Qt resets it
| * | | | | moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-073-50/+76
| | | | | |
| * | | | | refactored setupInstance(), commentsisanae2020-11-073-69/+114
| | | | | | | | | | | | | | | | | | | | | | | | ok -> okay
| * | | | | moved instance setup/selection to instancemanager.cppisanae2020-11-075-179/+214
| | | | | | | | | | | | | | | | | | | | | | | | comments
| * | | | | moved dlls stuff to MOApplicationisanae2020-11-072-39/+49
| | | | | |