summaryrefslogtreecommitdiff
path: root/src/moapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-3/+4
* fix crash when CWD is not set to app directory (#2379)Al2026-04-261-0/+4
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-1/+1
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-2/+2
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-0/+1
* Fix error message showing even though instance is already selected (#2154)Jonathan Feenstra2024-10-301-2/+2
* Prevent crash when opening NXM link before selecting instance (#2144)Jonathan Feenstra2024-10-151-2/+8
* Set default style to 'windowsvista' and allow stylesheet to modify base style...Mikaël Capelle2024-07-191-4/+85
* Apply clang-format.Mikaël Capelle2023-07-091-134/+113
* Convert everything to CRLF.Mikaël Capelle2023-07-091-663/+663
* C++20 fixesJeremy Rimpo2022-04-191-1/+0
* TLS debuggingJeremy Rimpo2022-04-191-0/+4
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-4/+0
* Disable qml cacheQudix2021-10-151-0/+2
* force instance selection when the current instance cannot be usedisanae2021-02-131-1/+1
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-6/+10
* Merge pull request #1384 from Holt59/add-pick-argumentMikaël Capelle2021-01-291-4/+4
|\
| * Implementation --pick argument.Mikaël Capelle2021-01-281-4/+4
* | Do not bring MO2 to front when passing a Nexus link to the CL.Mikaël Capelle2021-01-281-1/+1
|/
* moved criticalOnTop() to uibaseisanae2021-01-181-5/+28
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-1/+1
* moved externalMessage() to MOApplicationisanae2021-01-181-5/+44
* split run() into setup() and run()isanae2021-01-181-105/+69
* Small clean.Mikaël Capelle2021-01-101-1/+1
* Tentative fix for drop indicator appearance at the top of the mod list.Mikaël Capelle2021-01-101-1/+11
* Fix indentation of indicators branches when using collapsible separators.Mikaël Capelle2021-01-031-7/+10
* ProxyStyle documentation.Mikaël Capelle2021-01-021-2/+5
* Move modlistview proxy style to moapplication.Mikaël Capelle2021-01-021-6/+13
* fixed warning about ini files with utf8 bomisanae2020-12-281-3/+0
* don't log modules in winrootisanae2020-12-241-1/+4
* fixed a bunch of instance and command line stuffisanae2020-11-121-3/+15
* renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-081-1/+1
* renamed SingleInstance to MOMultiProcessisanae2020-11-081-6/+6
* timingsisanae2020-11-081-0/+26
* fixed AppConfig::logFileName so it can be usedisanae2020-11-071-162/+171
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-3/+1
* split getCurrentInstance()isanae2020-11-071-24/+30
* moved most of the stuff from main.cpp into MOApplicationisanae2020-11-071-8/+295
* added sanitychecks.h, moved to namespace sanityisanae2020-11-071-0/+1
* moved dlls stuff to MOApplicationisanae2020-11-071-0/+48
* moved splash stuff to MOSplashisanae2020-11-071-0/+73
* more refactoring:isanae2020-11-031-2/+2
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-10/+9
* now using new common cmakefilesisanae2020-04-231-1/+1
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-1/+5
* use QStyleFactory to get default styles instead of hardcoding themisanae2019-09-251-2/+2
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-6/+9
|\
| * changed qCritical() to log::error()isanae2019-07-221-4/+6
| * replaced qWarning()isanae2019-07-221-2/+3
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/