summaryrefslogtreecommitdiff
path: root/src/shared/error_report.h
Commit message (Collapse)AuthorAgeFilesLines
* moved criticalOnTop() to uibaseisanae2021-01-181-44/+0
| | | | | | 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
* moved instance setup/selection to instancemanager.cppisanae2020-11-071-0/+8
| | | | comments
* replaced #pragma once by ifdefsisanae2020-11-031-2/+6
| | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit
* changed qCritical() to log::error()isanae2019-07-221-2/+0
| | | | removed now unused vlog()
* removed unused or redundant stuff in error_report.hisanae2019-07-221-19/+2
| | | | | | | 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
* - moved shared and uibase libraries to namespacesTannin2013-02-171-21/+25
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+47
Corresponds to MO version 0.12.6