| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | moved the log to a dock widget | isanae | 2019-07-22 | 1 | -0/+4 |
| | | | | | | | | | added a menu item in the view menu for it | ||||
| * | | Merge pull request #806 from ModOrganizer2/qt-5.13 | Jeremy Rimpo | 2019-08-02 | 1 | -3/+6 |
| |\ \ | |/ |/| | Qt 5.13 | ||||
| | * | Merge branch 'Develop' into qt-5.13 | Silarn | 2019-07-08 | 1 | -1/+17 |
| | |\ | |||||
| | * \ | Merge branch 'Develop' into qt-5.13 | Silarn | 2019-07-03 | 1 | -3/+8 |
| | |\ \ | |||||
| | * | | | More refactoring | Silarn | 2019-07-03 | 1 | -1/+4 |
| | | | | | |||||
| | * | | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | nexus info and stats in settings | isanae | 2019-07-12 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | cleaned up double logging for github reset validation progress dialog parent just before the main window dies removed unused APIStats from APIUserAccount, added isValid() | ||||
| * | | | | set the progress dialog's parent to main window as soon as it's available | isanae | 2019-07-10 | 1 | -0/+3 |
| | |_|/ |/| | | |||||
| * | | | Add some basic checks for symlinks | Silarn | 2019-07-08 | 1 | -1/+17 |
| | |/ |/| | |||||
| * | | Update openssl library names | Silarn | 2019-07-03 | 1 | -2/+7 |
| | | | |||||
| * | | preloadDll() would always think dlls were already loaded | isanae | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | now handles windows firewall, which apparently doens't report itself to wmi | isanae | 2019-07-01 | 1 | -3/+3 |
| | | | | | some more error checking | ||||
| * | show supported games in error dialog when browsing for a binary | isanae | 2019-07-01 | 1 | -2/+19 |
| | | |||||
| * | added --crashdump to generate dumps of a running MO process | isanae | 2019-07-01 | 1 | -2/+43 |
| | | | | | added dump_running_process.bat to start another instance of MO with that flag | ||||
| * | security products | isanae | 2019-07-01 | 1 | -0/+7 |
| | | |||||
| * | comments, some refactoring | isanae | 2019-06-29 | 1 | -5/+5 |
| | | | | | switched to qDebug() | ||||
| * | added a warning when running in compatibility mode | isanae | 2019-06-29 | 1 | -2/+4 |
| | | |||||
| * | log windows version | isanae | 2019-06-29 | 1 | -1/+5 |
| | | |||||
| * | refactored preloadSsl() into preloadDll() | isanae | 2019-06-29 | 1 | -27/+43 |
| | | | | | | | removed old HGID check moved formatSystemMessage() to uibase added Environment class, lists loaded modules, logged at startup | ||||
| * | remember the monitor number | isanae | 2019-06-03 | 1 | -0/+11 |
| | | | | | use it to display the splash screen on the same monitor as the main window instead of where the mouse cursor is | ||||
| * | Expand mo_interface.log from 1K lines to 1M lines | LostDragonist | 2019-03-24 | 1 | -1/+1 |
| | | |||||
| * | Make sure the configured temp folder exists | LostDragonist | 2019-03-23 | 1 | -0/+5 |
| | | |||||
| * | Allow the user to go back to the instance manager if using an instance and ↵ | LostDragonist | 2019-03-23 | 1 | -0/+6 |
| | | | | | the instance's game plugin disappears or stops functioning | ||||
| * | Only let the user select game installations that match what the instance is ↵ | LostDragonist | 2019-03-23 | 1 | -15/+30 |
| | | | | | configured for | ||||
| * | Do not change the game type of an instance without getting explicit ↵ | LostDragonist | 2019-03-23 | 1 | -44/+3 |
| | | | | | instructions from the user | ||||
| * | Don't show unrelated paths when browsing for game | LostDragonist | 2019-02-25 | 1 | -2/+1 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -740/+740 |
| | | | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes | ||||
| * | Initial Nexus API changes: | Silarn | 2019-02-18 | 1 | -1/+4 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Improve game selection when multiple games are possible | LostDragonist | 2019-02-15 | 1 | -3/+20 |
| | | |||||
| * | Always display at least 3 segments of version info for MO itself | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -12/+12 |
| | | |||||
| * | Remove the requirement for a game launcher to be present | LostDragonist | 2018-12-11 | 1 | -2/+2 |
| | | |||||
| * | Allow switching instances when MO is launched with moshortcut://<instance>: | LostDragonist | 2018-11-02 | 1 | -0/+1 |
| | | |||||
| * | Move improved version parsing to util.h and use it everywhere. | AnyOldName3 | 2018-05-16 | 1 | -5/+1 |
| | | |||||
| * | Add version check and update processor | Silarn | 2018-05-03 | 1 | -0/+1 |
| | | |||||
| * | Some tweaks to make MO the top window when loading or changing games | Silarn | 2018-04-18 | 1 | -0/+6 |
| | | |||||
