summaryrefslogtreecommitdiff
path: root/src/lockeddialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removed unused filesisanae2019-11-061-71/+0
| | | | fixed handle leak when starting steam
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-22/+36
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-36/+22
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-34/+3
|
* Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵Eran Mizrahi2017-12-131-11/+35
| | | | parentless scenario)
* Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-1/+4
| | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
* replaced all uses of NULL with nullptrTannin2014-11-281-2/+2
| | | | fixed a few placed where NULL was used as a number or boolean
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-75/+75
|
* - boss integrationTannin2014-01-231-48/+56
| | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
* initial commit to mercurial repository.Tannin2013-02-031-0/+67
Corresponds to MO version 0.12.6