<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/instancemanagerdialog.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/instancemanagerdialog.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/instancemanagerdialog.cpp?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>First pass for Qt6 compatibility</title>
<updated>2022-04-19T13:17:23Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2021-12-06T09:51:08Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c4b2be45d29a247422e60bb8fdf1664c10384eee'/>
<id>urn:sha1:c4b2be45d29a247422e60bb8fdf1664c10384eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sanitize download file names</title>
<updated>2021-04-29T07:50:11Z</updated>
<author>
<name>Chris Bessent</name>
<email>lost.dragonist@gmail.com</email>
</author>
<published>2021-04-29T07:42:51Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=9638a797d16eb2d9b504a4a337a20b4eee535e4c'/>
<id>urn:sha1:9638a797d16eb2d9b504a4a337a20b4eee535e4c</id>
<content type='text'>
Also switch instance name sanitizer to MOBase version
</content>
</entry>
<entry>
<title>- renamed instance::name() to displayName() to reduce confusion with portable instances</title>
<updated>2021-02-12T08:22:52Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-02-12T08:22:52Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=48274f33579076711c0475e84c7adf68c52df733'/>
<id>urn:sha1:48274f33579076711c0475e84c7adf68c52df733</id>
<content type='text'>
- better errors when running incorrect shortcuts
- fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances
</content>
</entry>
<entry>
<title>removed setUpdateDelay(false) calls, it's the default</title>
<updated>2020-12-27T01:58:06Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-12-27T01:58:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=106ed49baecc60dbdf4844ed684df750e5caf3aa'/>
<id>urn:sha1:106ed49baecc60dbdf4844ed684df750e5caf3aa</id>
<content type='text'>
FilterWidget for downloads tab
</content>
</entry>
<entry>
<title>fixed instanceIcon() so it works when game plugins fail auto detection but the instance has a custom path</title>
<updated>2020-12-22T19:40:51Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-12-22T19:40:51Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d08ed01438a1eb4c0b3f51d508d95ba4f489bb45'/>
<id>urn:sha1:d08ed01438a1eb4c0b3f51d508d95ba4f489bb45</id>
<content type='text'>
had to change PluginContainer to non const in a few places
</content>
</entry>
<entry>
<title>fixed a bunch of instance and command line stuff</title>
<updated>2020-11-12T08:15:14Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-12T08:15:14Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6ae27224b0dcc860b882bebff3149828d874c832'/>
<id>urn:sha1:6ae27224b0dcc860b882bebff3149828d874c832</id>
<content type='text'>
- clear instance manager overrides when restarting, or switching instances after starting MO with moshortcut://instance: won't do anything
- clear overrides when the last selected instance can't be opened; MO would keep trying to open shortcuts even after selecting a different instance
- command line was cleared too early, before the first run, so shortcuts were broken
- the instance manager dialog can be opened without an instance loaded if the last selected instance doesn't exist, createNew() would throw because it tried to access the global Settings
- fixed some problems with parts of MO wanting to restart and others expecting flow to continue
- fixed create instance dialog using settings pointer to decide whether to restart; it restarts when it's the first created instance, which is not always the case even if the settings are null, so just check whether there are instances
</content>
</entry>
<entry>
<title>uncheck directories changed by the user by default to match the old behaviour of deleting an instance</title>
<updated>2020-11-10T17:45:16Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-10T17:45:16Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=849a8bd6b92d5dfb080d2218a0c5532f13fb25e5'/>
<id>urn:sha1:849a8bd6b92d5dfb080d2218a0c5532f13fb25e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show a confirmation before switching instances</title>
<updated>2020-11-08T01:16:28Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-08T01:09:16Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=f9feb5fc5b4dc2834827862131035c2c8894f879'/>
<id>urn:sha1:f9feb5fc5b4dc2834827862131035c2c8894f879</id>
<content type='text'>
</content>
</entry>
</feed>
