<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/spawn.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/spawn.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/spawn.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2023-07-09T15:20:40Z</updated>
<entry>
<title>Apply clang-format.</title>
<updated>2023-07-09T15:20:40Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:47:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d13f6bb870cdda71257f665367be8ef9fca86255'/>
<id>urn:sha1:d13f6bb870cdda71257f665367be8ef9fca86255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert everything to CRLF.</title>
<updated>2023-07-09T15:17:53Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2022-05-17T09:37:19Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=86bb01ba9eac879d3685c439ac9da0028bc4bc80'/>
<id>urn:sha1:86bb01ba9eac879d3685c439ac9da0028bc4bc80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a few missing consts</title>
<updated>2020-02-04T08:33:17Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-12-14T19:28:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=87868e1b22c27ebf10646269e89cc2848431c0b6'/>
<id>urn:sha1:87868e1b22c27ebf10646269e89cc2848431c0b6</id>
<content type='text'>
removed incorrect assert about an empty game edition
added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
</content>
</entry>
<entry>
<title>removed redundant checkBinary(), which used to check for non existing binaries, that's handled when spawning</title>
<updated>2019-11-06T12:45:02Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-31T11:37:24Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ada2ac0cb5d0ef2039ce55794928c4d05255ed65'/>
<id>urn:sha1:ada2ac0cb5d0ef2039ce55794928c4d05255ed65</id>
<content type='text'>
removed useless checkEnvironment(), which checked for EventLog
removed CREATE_BREAKAWAY_FROM_JOB from CreateProcess() calls, didn't do anything
fixed setFromFileOrExecutable() when running just a filename that's not an executable name
split run()
fixed lock widget being disabled when running without a ui
</content>
</entry>
<entry>
<title>removed unused files</title>
<updated>2019-11-06T12:45:01Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-31T09:58:41Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=72dd230cdc60e74446caceb5cfb4c6d32e4f6f68'/>
<id>urn:sha1:72dd230cdc60e74446caceb5cfb4c6d32e4f6f68</id>
<content type='text'>
fixed handle leak when starting steam
</content>
</entry>
<entry>
<title>split to processrunner</title>
<updated>2019-11-06T12:44:55Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-29T15:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4d269c2e1a625e6d50b7e6272b4f474a921c6bfa'/>
<id>urn:sha1:4d269c2e1a625e6d50b7e6272b4f474a921c6bfa</id>
<content type='text'>
added IUserInterface::qtWidget()
put back IUserInterface in OrganizerCore now that there's a way to get the widget
</content>
</entry>
<entry>
<title>replaced uilock by a progress callback in spawn</title>
<updated>2019-11-06T12:44:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-29T14:03:59Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=8c72077febaea485200adcf1e9f615902e930def'/>
<id>urn:sha1:8c72077febaea485200adcf1e9f615902e930def</id>
<content type='text'>
waiting for process now gets the whole process tree to find an interesting process
</content>
</entry>
<entry>
<title>split to getRunningUSVFSProcesses()</title>
<updated>2019-11-06T12:44:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-29T11:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=18b438cf27a552e69e984bfee63187b6471682ab'/>
<id>urn:sha1:18b438cf27a552e69e984bfee63187b6471682ab</id>
<content type='text'>
simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
</content>
</entry>
<entry>
<title>spawning an executable now only waits for that particular process</title>
<updated>2019-11-06T12:44:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-24T11:11:08Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bff5a22f48b933fe9eba3a15497882ddf2a03990'/>
<id>urn:sha1:bff5a22f48b933fe9eba3a15497882ddf2a03990</id>
<content type='text'>
added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO
</content>
</entry>
<entry>
<title>moved findJavaInstallation() and getFileExecutionContext() to spawn</title>
<updated>2019-11-06T12:44:53Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-10-24T08:27:22Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4e8dcc5157706e1478396179f5dc11305532b159'/>
<id>urn:sha1:4e8dcc5157706e1478396179f5dc11305532b159</id>
<content type='text'>
fixed env::get() returning garbage after value
</content>
</entry>
</feed>
