| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix "Failed to setup data paths" loop by showing the choose instance dialog ↵ | AL | 2020-03-30 | 1 | -0/+3 |
| | | | | | | | for next startup. This could sometimes happen if users changed a drive letter or removed a drive with one of the Mo2 paths on it making Mo2 error on startup. Only fix was to manually edit the modorganizer.ini file or manually deleting the instance. This allows users to create or use other instances even if that particular instance still needs manual fixing. | ||||
| * | categories were loaded too late | isanae | 2020-02-18 | 1 | -0/+1 |
| | | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -2/+10 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -0/+1 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | wstring_view when possible | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | first implementation of NtQueryDirectoryFile | ||||
| * | Add setting to disable splash since it can cause load time increase | AL | 2020-02-17 | 1 | -15/+27 |
| | | | | | use_spash=true by default. It's not exposed to the ui for now. | ||||
| * | Reduce overhead introduced by splashscreen | AL | 2020-02-17 | 1 | -4/+3 |
| | | | | | by not letting it wait on the mainwindow and instead immediately close | ||||
| * | Move modInfo loadFromDisc to it's own function | AL | 2020-02-16 | 1 | -0/+1 |
| | | |||||
| * | added a few missing consts | isanae | 2020-02-04 | 1 | -2/+0 |
| | | | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over | ||||
| * | temporary fix to keep MO locked for all processes when closing | isanae | 2019-12-15 | 1 | -1/+0 |
| | | | | | save main window settings in closeEvent() | ||||
| * | Rework column insertion to move to the intended position post-facto | Silarn | 2019-12-08 | 1 | -2/+0 |
| | | |||||
| * | added checks on startup for directories in program files | isanae | 2019-11-27 | 1 | -0/+3 |
| | | |||||
| * | added rivatuner to sanity checks | isanae | 2019-11-26 | 1 | -1/+3 |
| | | | | | | now also checks modules loaded after startup fixed crash on w7 when checking some modules | ||||
| * | log new modules being loaded after startup | isanae | 2019-11-26 | 1 | -0/+4 |
| | | |||||
| * | only log crash dumps message on startup | isanae | 2019-11-26 | 1 | -0/+14 |
| | | |||||
| * | added a ForceWait flag to bypass disabled locking | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | merged a bunch of unnecessary functions in ProcessRunner | ||||
| * | removed runExecutableOrExecutableFile() | isanae | 2019-11-06 | 1 | -5/+11 |
| | | | | | | log the actual spawning and requests to start as well as wait from plugins raise the lock widget when it's a dialog | ||||
| * | removed runShortcut() | isanae | 2019-11-06 | 1 | -1/+5 |
| | | | | | changed lock widget text when running without a ui | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -2/+2 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | renamed startApplication() to runExecutableOrExecutableFile() | isanae | 2019-11-06 | 1 | -1/+2 |
| | | |||||
| * | added usvfs version in log and about dialog | isanae | 2019-10-09 | 1 | -2/+3 |
| | | |||||
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -3/+9 |
| | | | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed | ||||
| * | only log a warning for symlinks instead of exiting MO | isanae | 2019-10-05 | 1 | -0/+8 |
| | | | | | | added logs: when dmp files are present, for portable instances, and the ini path clear the log widget when switching instances | ||||
| * | moved checks to sanitychecks.cpp | isanae | 2019-10-05 | 1 | -43/+3 |
| | | | | | added check for blocked files, only logs | ||||
| * | removed helper.h and helper.cpp, merged into spawn | isanae | 2019-09-19 | 1 | -1/+0 |
| | | |||||
| * | now logs in utc, added year to avoid confusion | isanae | 2019-09-09 | 1 | -1/+6 |
| | | |||||
| * | log desktop geometry | isanae | 2019-09-09 | 1 | -1/+4 |
| | | | | | log more info on game plugin | ||||
| * | added missing include guards | isanae | 2019-09-09 | 1 | -2/+1 |
| | | | | | log free space on drives involved in paths | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -13/+13 |
| | | | | | removed "get" from the getters that had it | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -2/+0 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -4/+8 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -10/+1 |
| | | | | | | | added centerOnMainWindowMonitor(), now also used by validation dialog added overloads for splitter, used by main splitter fixed saveState() for QMainWindow calling the wrong function | ||||
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -1/+1 |
| | | |||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -39/+57 |
| | | | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional | ||||
| * | removed mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -102/+83 |
| | | | | | added necessary member functions in Settings | ||||
| * | create log directory sooner to handle creating new instances | isanae | 2019-08-02 | 1 | -6/+10 |
| | | | | | | reset the log file in case MO is restarted and the previously selected instance is deleted switched back to single `mo_interface.log` file | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -95/+184 |
| |\ | | | | | Logging rework | ||||
| | * | removed some useless logging | isanae | 2019-07-22 | 1 | -2/+0 |
| | | | | | | | | | initializing usvfs logging now logs strings for log level and crash dump type | ||||
| | * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| | * | split env | isanae | 2019-07-22 | 1 | -0/+2 |
| | | | |||||
| | * | fixed bad compare for nahimic | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | | | | | log displays on startup | ||||
| | * | moved environment dump to member function | isanae | 2019-07-22 | 1 | -24/+27 |
| | | | | | | | | | added check for nahimic | ||||
| | * | check for files likely to be eaten by an AV on startup | isanae | 2019-07-22 | 1 | -2/+25 |
| | | | |||||
| | * | dump executables on startup | isanae | 2019-07-22 | 1 | -12/+23 |
| | | | |||||
| | * | reversed log level menu actions to fit settings combobox | isanae | 2019-07-22 | 1 | -7/+4 |
| | | | | | | | | | replaced qWarnings() and qCritical() | ||||
| | * | moved Settings out of OrganizerCore so it can be created by itself to access ↵ | isanae | 2019-07-22 | 1 | -50/+50 |
| | | | | | | | | | | | | | | | settings early set log level on startup replaced more qDebug() | ||||
| | * | logging initialized early, log file set later | isanae | 2019-07-22 | 1 | -36/+44 |
| | | | | | | | | | replaced a few qDebug() | ||||
| | * | moved Console to util | isanae | 2019-07-22 | 1 | -38/+1 |
| | | | |||||
| | * | renamed logbuffer files to loglist | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -18/+98 |
| | | | | | | | | | | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency | ||||
