summaryrefslogtreecommitdiff
path: root/src/usvfsconnector.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-34/+26
|
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-1/+2
| | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+2
| | | | simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
* added crash dump path to parameters, if a mechanism to customize it is ever ↵isanae2019-11-011-2/+4
| | | | | | created moved toString() for log level and dump type to usvfs, which needs them for logging
* uses new usvfsParameters, also updates spawn delayisanae2019-10-101-1/+1
|
* changed crash dump type to use enum instead of intisanae2019-08-241-1/+1
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* use log::Levels instead of intsisanae2019-07-221-1/+6
| | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list
* Support for force loading librariesLostDragonist2019-01-111-0/+3
|
* Add executable blacklistingLostDragonist2018-11-291-1/+1
|
* Allow user to cancel VFS mappingLostDragonist2018-08-161-1/+15
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-20/+30
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-30/+20
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-1/+3
|
* usvfs log level can now be changed without a restartTannin2016-06-191-1/+1
|
* added interface for file mapping pluginsTannin2015-11-231-9/+1
|
* usvfs log is now written to a persistent file (no log rotation yet though)Tannin2015-11-191-1/+1
|
* first work on interfacing with usvfsTannin2015-11-171-0/+88