summaryrefslogtreecommitdiff
path: root/src/envwindows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-22/+22
|
* Update Windows detectionChris Bessent2021-11-221-9/+4
| | | | | | | | Windows 11 reports itself as Windows 10 using the methods normally employed. Microsoft seems to want people to use the BuildId to identify the version of Windows but I'm going to refuse to do that because it's stupid. This change also prefers DisplayVersion over ReleaseId as somehow I have both and DisplayVersion is more correct (21H2 vs 2009). /shrug. Fixes #1607
* replaced uilock by a progress callback in spawnisanae2019-11-061-0/+1
| | | | waiting for process now gets the whole process tree to find an interesting process
* replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-2/+2
| | | | replaced windowsErrorString() with formatSystemMessage()
* changed qCritical() to log::error()isanae2019-07-221-9/+10
| | | | removed now unused vlog()
* refactored Metrics and Display, no change in functionalityisanae2019-07-221-1/+1
|
* split envisanae2019-07-221-0/+236