<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/moapplication.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/moapplication.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/moapplication.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2026-02-08T09:08:10Z</updated>
<entry>
<title>Add instance manager to plugin API (#2335)</title>
<updated>2026-02-08T09:08:10Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2026-02-08T09:08:10Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4da0bffeee05c4589ae4d0addc7c695e31669990'/>
<id>urn:sha1:4da0bffeee05c4589ae4d0addc7c695e31669990</id>
<content type='text'>
</content>
</entry>
<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>C++20 fixes</title>
<updated>2022-04-19T13:17:44Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2022-04-18T01:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ab76e5212f058549dd995c47fb36176d9632c4bf'/>
<id>urn:sha1:ab76e5212f058549dd995c47fb36176d9632c4bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implementation --pick argument.</title>
<updated>2021-01-28T18:05:05Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2021-01-28T18:05:05Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a88d3436cc6b2c24ab05400a5ad5e9e67cb95db8'/>
<id>urn:sha1:a88d3436cc6b2c24ab05400a5ad5e9e67cb95db8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comments</title>
<updated>2021-01-18T13:20:08Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-01-11T07:20:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=1c4d09d9e13571cf7cd7f1ed502bc069d27ed399'/>
<id>urn:sha1:1c4d09d9e13571cf7cd7f1ed502bc069d27ed399</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved externalMessage() to MOApplication</title>
<updated>2021-01-18T13:20:08Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-01-11T06:25:47Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=09eb507ddad0d164a39d72c5c121d332966ef462'/>
<id>urn:sha1:09eb507ddad0d164a39d72c5c121d332966ef462</id>
<content type='text'>
commands can forward to the primary instance
added reload-plugin command
MessageDialog now tries to find the main window when the reference is null, which actually used to happen often because activeWindow() is typically used, but that's null when the main window doesn't have focus (like when downloading from nexus, for example)
</content>
</entry>
<entry>
<title>split run() into setup() and run()</title>
<updated>2021-01-18T13:20:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-01-11T03:06:38Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3bca0e761597f590fa3b1c6a57ee325e774e3f49'/>
<id>urn:sha1:3bca0e761597f590fa3b1c6a57ee325e774e3f49</id>
<content type='text'>
this is so command line processing can happen outside of MOApplication
many important objects were local to run(), so they're not members of MOApplication instead
</content>
</entry>
<entry>
<title>renamed SingleInstance to MOMultiProcess</title>
<updated>2020-11-09T03:07:15Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-09T03:07:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a5469ae4e0668c36e4bf36bf7395fa25073b0bc6'/>
<id>urn:sha1:a5469ae4e0668c36e4bf36bf7395fa25073b0bc6</id>
<content type='text'>
rewrote some comments to avoid using "instance"
</content>
</entry>
<entry>
<title>fixed AppConfig::logFileName so it can be used</title>
<updated>2020-11-08T01:16:28Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-08T00:30:54Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=dd5367f488de7cd312e53705ffc970a723951ca2'/>
<id>urn:sha1:dd5367f488de7cd312e53705ffc970a723951ca2</id>
<content type='text'>
refactored MOApplication so everything is in doOneRun()
</content>
</entry>
</feed>
