| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix error message showing even though instance is already selected (#2154) | Jonathan Feenstra | 2024-10-30 | 1 | -2/+2 |
| | | |||||
| * | Prevent crash when opening NXM link before selecting instance (#2144) | Jonathan Feenstra | 2024-10-15 | 1 | -2/+8 |
| | | |||||
| * | Set default style to 'windowsvista' and allow stylesheet to modify base ↵ | Mikaël Capelle | 2024-07-19 | 1 | -4/+85 |
| | | | | | | | | style (#2072) * Set 'windowsvista' as the default style. * Allow stylesheet to modify base style. | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -134/+113 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -663/+663 |
| | | |||||
| * | C++20 fixes | Jeremy Rimpo | 2022-04-19 | 1 | -1/+0 |
| | | |||||
| * | TLS debugging | Jeremy Rimpo | 2022-04-19 | 1 | -0/+4 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -4/+0 |
| | | |||||
| * | Disable qml cache | Qudix | 2021-10-15 | 1 | -0/+2 |
| | | |||||
| * | force instance selection when the current instance cannot be used | isanae | 2021-02-13 | 1 | -1/+1 |
| | | | | | the problem is that an empty instance name means the portable instance, but MO clears the name when it needs instance selection, which can create a loop if the portable instance can't be used | ||||
| * | - renamed instance::name() to displayName() to reduce confusion with ↵ | isanae | 2021-02-12 | 1 | -6/+10 |
| | | | | | | | | portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances | ||||
| * | Merge pull request #1384 from Holt59/add-pick-argument | Mikaël Capelle | 2021-01-29 | 1 | -4/+4 |
| |\ | | | | | Implement --pick argument. | ||||
| | * | Implementation --pick argument. | Mikaël Capelle | 2021-01-28 | 1 | -4/+4 |
| | | | |||||
| * | | Do not bring MO2 to front when passing a Nexus link to the CL. | Mikaël Capelle | 2021-01-28 | 1 | -1/+1 |
| |/ | |||||
| * | moved criticalOnTop() to uibase | isanae | 2021-01-18 | 1 | -5/+28 |
| | | | | | | | 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 | ||||
| * | renamed Refresh to TriggerRefresh, added WaitForRefresh | isanae | 2021-01-18 | 1 | -1/+1 |
| | | | | | | | | | removed duplicate refreshDirectoryStructure() call that could never work added --logs to output logs to stdout, added final "mod organizer done" log added -i with no arguments to output the current instance name `run -e` now does an additional, case insensitive check for names fixed error being output along with --help | ||||
| * | moved externalMessage() to MOApplication | isanae | 2021-01-18 | 1 | -5/+44 |
| | | | | | | | commands can forward to the primary instance added reload-plugin command MessageDialog now tries to find the main window when the reference is null, which actually used to happen often because activeWindow() is typically used, but that's null when the main window doesn't have focus (like when downloading from nexus, for example) | ||||
| * | split run() into setup() and run() | isanae | 2021-01-18 | 1 | -105/+69 |
| | | | | | | this is so command line processing can happen outside of MOApplication many important objects were local to run(), so they're not members of MOApplication instead | ||||
| * | Small clean. | Mikaël Capelle | 2021-01-10 | 1 | -1/+1 |
| | | |||||
| * | Tentative fix for drop indicator appearance at the top of the mod list. | Mikaël Capelle | 2021-01-10 | 1 | -1/+11 |
| | | |||||
| * | Fix indentation of indicators branches when using collapsible separators. | Mikaël Capelle | 2021-01-03 | 1 | -7/+10 |
| | | |||||
| * | ProxyStyle documentation. | Mikaël Capelle | 2021-01-02 | 1 | -2/+5 |
| | | |||||
| * | Move modlistview proxy style to moapplication. | Mikaël Capelle | 2021-01-02 | 1 | -6/+13 |
| | | |||||
| * | fixed warning about ini files with utf8 bom | isanae | 2020-12-28 | 1 | -3/+0 |
| | | | | | fixed main thread name still getting clobbered by QWebEngine | ||||
| * | don't log modules in winroot | isanae | 2020-12-24 | 1 | -1/+4 |
| | | | | | dashes to dots | ||||
| * | fixed a bunch of instance and command line stuff | isanae | 2020-11-12 | 1 | -3/+15 |
| | | | | | | | | | | - 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 | ||||
| * | renamed singleinstance.h/cpp to multiprocess.h/cpp | isanae | 2020-11-08 | 1 | -1/+1 |
| | | |||||
| * | renamed SingleInstance to MOMultiProcess | isanae | 2020-11-08 | 1 | -6/+6 |
| | | | | | rewrote some comments to avoid using "instance" | ||||
| * | timings | isanae | 2020-11-08 | 1 | -0/+26 |
| | | |||||
| * | fixed AppConfig::logFileName so it can be used | isanae | 2020-11-07 | 1 | -162/+171 |
| | | | | | refactored MOApplication so everything is in doOneRun() | ||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -3/+1 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | split getCurrentInstance() | isanae | 2020-11-07 | 1 | -24/+30 |
| | | |||||
| * | moved most of the stuff from main.cpp into MOApplication | isanae | 2020-11-07 | 1 | -8/+295 |
| | | |||||
| * | added sanitychecks.h, moved to namespace sanity | isanae | 2020-11-07 | 1 | -0/+1 |
| | | | | | added a set SetThisThreadName() after creating the main window, Qt resets it | ||||
| * | moved dlls stuff to MOApplication | isanae | 2020-11-07 | 1 | -0/+48 |
| | | |||||
| * | moved splash stuff to MOSplash | isanae | 2020-11-07 | 1 | -0/+73 |
| | | | | | comments | ||||
| * | more refactoring: | isanae | 2020-11-03 | 1 | -2/+2 |
| | | | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun() | ||||
| * | removed flags from SingleInstance because there's only one left | isanae | 2020-11-03 | 1 | -10/+9 |
| | | | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions | ||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | harmonized widgets in the tabs, fixed styles | isanae | 2020-02-05 | 1 | -1/+5 |
| | | |||||
| * | use QStyleFactory to get default styles instead of hardcoding them | isanae | 2019-09-25 | 1 | -2/+2 |
| | | | | | don't display extensions in style combobox | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -6/+9 |
| |\ | | | | | Logging rework | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -4/+6 |
| | | | | | | | | | removed now unused vlog() | ||||
| | * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+3 |
| | | | |||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -77/+92 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -92/+77 |
| | | |||||
| * | minor cleanup | Tannin | 2016-06-01 | 1 | -9/+0 |
| | | |||||
