<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/createinstancedialogpages.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/createinstancedialogpages.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/createinstancedialogpages.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2023-09-19T16:19:39Z</updated>
<entry>
<title>Default profile settings (#1869)</title>
<updated>2023-09-19T16:19:39Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2023-09-19T16:19:39Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=70509275405d2a5c5e94743786f03b17ef2051f2'/>
<id>urn:sha1:70509275405d2a5c5e94743786f03b17ef2051f2</id>
<content type='text'>
* Fix archive parsing and BSA invalidation</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>Add some more Microsoft Store errors</title>
<updated>2021-05-02T00:10:27Z</updated>
<author>
<name>Chris Bessent</name>
<email>lost.dragonist@gmail.com</email>
</author>
<published>2021-05-02T00:10:27Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=2c54d128b4367a19df5b18735e3dfaa4645eef03'/>
<id>urn:sha1:2c54d128b4367a19df5b18735e3dfaa4645eef03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keyboard nav for create instance dialog</title>
<updated>2020-11-09T04:55:17Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-09T04:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3cc568a852e9b64bb6e0f34f74869965d04f6a0c'/>
<id>urn:sha1:3cc568a852e9b64bb6e0f34f74869965d04f6a0c</id>
<content type='text'>
change the skip intro setting on click instead of on completion
ctrl+f in game page
</content>
</entry>
<entry>
<title>implemented browse buttons</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:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a28aeb2b1871b5626dedfaedafcdb3102eaeea5d'/>
<id>urn:sha1:a28aeb2b1871b5626dedfaedafcdb3102eaeea5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>documentation</title>
<updated>2020-11-08T01:16:26Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T21:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=baa5c3abee4960046e4fe1e2240dd1e73253c43c'/>
<id>urn:sha1:baa5c3abee4960046e4fe1e2240dd1e73253c43c</id>
<content type='text'>
use an okay flag in PathsPage to avoid calling checkPaths() in ready() and make stuff mutable
moved a few things around
</content>
</entry>
<entry>
<title>moved getInstanceName() up</title>
<updated>2020-11-08T01:16:25Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-06T19:43:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bc157095a56596e697d40371688926953b2c5533'/>
<id>urn:sha1:bc157095a56596e697d40371688926953b2c5533</id>
<content type='text'>
removed individual getters in CreateInstanceDialog, they were duplicating the work in creationInfo()
only VariantsPage needs access to the game plugin during creationInfo(), so pass it instead
selecting an undetected game, choosing a valid path and going back to the games page would not display the selected path in the list
</content>
</entry>
<entry>
<title>InstanceManager now returns new Instance struct instead of instance name</title>
<updated>2020-11-03T16:41:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-03T15:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=1d97d914f1de0404b5b4db1bfdeff35ed94ea422'/>
<id>urn:sha1:1d97d914f1de0404b5b4db1bfdeff35ed94ea422</id>
<content type='text'>
moved most of the figuring out of instance parameters from InstanceManager to Instance, separated all the ui from it and put it in main.cpp
added ways to show single pages in the create instance dialog so they can be used when info is missing
</content>
</entry>
<entry>
<title>implemented nexus page</title>
<updated>2020-11-03T16:39:06Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-30T04:58:03Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=44d9ebaf076ff5be5235b65fe68a8b0699c8cf6f'/>
<id>urn:sha1:44d9ebaf076ff5be5235b65fe68a8b0699c8cf6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split nexus connection stuff into NexusConnectionUI so it can be reused in the instance creation dialog</title>
<updated>2020-11-03T16:39:06Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-30T04:48:46Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c4df6b8ec98feb34cc9b9785e6d4d0eac6b3f571'/>
<id>urn:sha1:c4df6b8ec98feb34cc9b9785e6d4d0eac6b3f571</id>
<content type='text'>
removed the PluginContainer* parameter from NexusInterface::instance()
 - it's a singleton, so it only needs to be given once, not every time
 - it doesn't even matter because the first time instance() is called, it creates the singleton, but the plugin container is always null
 - and setPluginContainer() is called much later from OrganizerCore with the correct value
added non functional nexus page to instance creation dialog
</content>
</entry>
</feed>
