| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -36/+11 |
| | | |||||
| * | Do not return previous value in env::set and env::setPath (avoid error log ↵ | Mikaël Capelle | 2021-02-10 | 1 | -2/+2 |
| | | | | | when not previously set). | ||||
| * | added version to dmp filename | isanae | 2020-12-24 | 1 | -0/+4 |
| | | | | | replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat | ||||
| * | stopped using core dump stuff from usvfs, mo has its own | isanae | 2020-11-07 | 1 | -21/+0 |
| | | | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps | ||||
| * | moved registry key from "Tannin" to "Mod Organizer Team" | isanae | 2020-11-03 | 1 | -0/+9 |
| | | |||||
| * | removed flags from SingleInstance because there's only one left | isanae | 2020-11-03 | 1 | -1/+2 |
| | | | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions | ||||
| * | new CommandLine class | isanae | 2020-11-03 | 1 | -0/+4 |
| | | | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one | ||||
| * | shift+right click for shell menu | isanae | 2020-02-04 | 1 | -0/+34 |
| | | |||||
| * | added "open with vfs" option to conflicts tab | isanae | 2019-12-02 | 1 | -0/+20 |
| | | |||||
| * | added rivatuner to sanity checks | isanae | 2019-11-26 | 1 | -3/+8 |
| | | | | | | 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/+24 |
| | | |||||
| * | log timezone | isanae | 2019-11-26 | 1 | -0/+4 |
| | | |||||
| * | replaced uilock by a progress callback in spawn | isanae | 2019-11-06 | 1 | -17/+0 |
| | | | | | waiting for process now gets the whole process tree to find an interesting process | ||||
| * | moved the content of checkService() to env::getService(), refactored it | isanae | 2019-09-19 | 1 | -0/+58 |
| | | |||||
| * | moved all spawn dialogs into a namespace | isanae | 2019-09-13 | 1 | -1/+11 |
| | | | | | | | | starting steam with spawn() instead of QProcess dialogs for bad steam registry key and failure refactored credentials code, added logging add environment variables to env | ||||
| * | testForSteam() now uses env to get processes | isanae | 2019-09-12 | 1 | -0/+5 |
| | | | | | moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam() | ||||
| * | added env::getFileSecurity() | isanae | 2019-09-11 | 1 | -4/+17 |
| | | | | | Environment gets stuff on demand | ||||
| * | added missing include guards | isanae | 2019-09-09 | 1 | -1/+12 |
| | | | | | log free space on drives involved in paths | ||||
| * | refactored Metrics and Display, no change in functionality | isanae | 2019-07-22 | 1 | -1/+38 |
| | | |||||
| * | split env | isanae | 2019-07-22 | 1 | -0/+117 |
