summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)itch2025-09-151-1/+0
* Apply clang-format.Mikaël Capelle2023-07-091-41/+24
* force instance selection when the current instance cannot be usedisanae2021-02-131-2/+7
* Implementation --pick argument.Mikaël Capelle2021-01-281-1/+4
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-0/+18
* commentsisanae2021-01-181-8/+23
* moved externalMessage() to MOApplicationisanae2021-01-181-17/+17
* fixed all commands being legacyisanae2021-01-181-2/+2
* split run() into setup() and run()isanae2021-01-181-2/+58
* don't attempt to parse the command line for launch, it fails in all sorts of ...isanae2020-11-091-2/+3
* renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-081-1/+1
* renamed SingleInstance to MOMultiProcessisanae2020-11-081-8/+8
* timingsisanae2020-11-081-0/+4
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-10/+17
* reordered functions, removed unused headersisanae2020-11-071-74/+39
* moved most of the stuff from main.cpp into MOApplicationisanae2020-11-071-285/+3
* added sanitychecks.h, moved to namespace sanityisanae2020-11-071-11/+11
* moved handleCommandLine() to CommandLine::setupCore()isanae2020-11-071-50/+1
* refactored setupInstance(), commentsisanae2020-11-071-1/+1
* moved instance setup/selection to instancemanager.cppisanae2020-11-071-178/+3
* moved dlls stuff to MOApplicationisanae2020-11-071-39/+1
* moved splash stuff to MOSplashisanae2020-11-071-69/+2
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-4/+4
* removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-071-9/+9
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-7/+7
* pass null IOrganizer to proxy plugins instead of one with a null OrganizerCoreisanae2020-11-061-1/+5
* added IPlugin::registered()isanae2020-11-041-7/+30
* replaced #pragma once by ifdefsisanae2020-11-031-7/+7
* show create instance dialog on startup if there are no instancesisanae2020-11-031-1/+11
* replace "create instance" title by "setting up instance"isanae2020-11-031-5/+5
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-70/+193
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-6/+21
* split nexus connection stuff into NexusConnectionUI so it can be reused in th...isanae2020-11-031-5/+5
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-4/+6
* started create instance dialogisanae2020-11-031-0/+9
* fixed splash not trying the default oneisanae2020-11-031-6/+20
* moved profile, current game and game edition checks to InstanceManagerisanae2020-11-031-224/+10
* refactored stuff into determineGameEdition() and handleCommandLine()isanae2020-11-031-71/+100
* more refactoring:isanae2020-11-031-94/+119
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-114/+111
* moved initLogging() to loglist.cppisanae2020-11-031-65/+2
* removed unused HaveWriteAccess()isanae2020-11-031-99/+2
* cleaned up includesisanae2020-11-031-56/+5
* fixed handling of profile names with different casing than on the filesystemisanae2020-11-031-2/+4
* add warning when profile given with -p doesn't existisanae2020-11-031-65/+52
* removed unused `update` parameterisanae2020-11-031-6/+1
* implemented `launch` as a commandisanae2020-11-031-65/+4
* new CommandLine classisanae2020-11-031-26/+5
* added --multiple to allow launching multiple instancesisanae2020-11-031-19/+28
* Compatibility fix for Qt 5.15.xJeremy Rimpo2020-09-091-1/+1