summaryrefslogtreecommitdiff
path: root/src/envmodule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-127/+80
* Reduce log level of harmless failuresForest2021-04-051-2/+2
* maxIds was local to the loop, not doubledisanae2021-02-101-5/+21
* don't log modules in winrootisanae2020-12-241-0/+23
* silenced a few annoying logsisanae2020-04-171-0/+6
* fixed LogModel not being thread safeisanae2020-02-051-1/+10
* windows 7 doesn't play well with job objects, so just wait on individual handlesisanae2019-12-181-8/+5
* don't log md5 for any system fileisanae2019-11-261-4/+13
* switched to using a job object to monitor for processes so child processes ca...isanae2019-11-261-11/+169
* added lockwidget to replace all the other dialogsisanae2019-11-061-1/+0
* replaced uilock by a progress callback in spawnisanae2019-11-061-3/+104
* split to getRunningUSVFSProcesses()isanae2019-11-061-0/+6
* spawning an executable now only waits for that particular processisanae2019-11-061-8/+65
* testForSteam() now uses env to get processesisanae2019-09-121-0/+81
* replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-7/+7
* changed qCritical() to log::error()isanae2019-07-221-40/+26
* split envisanae2019-07-221-0/+390