<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/createinstancedialog.ui, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/createinstancedialog.ui?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/createinstancedialog.ui?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>Fix tab order of create instance dialog</title>
<updated>2021-11-23T00:12:50Z</updated>
<author>
<name>Chris Bessent</name>
<email>lost.dragonist@gmail.com</email>
</author>
<published>2021-11-22T23:13:06Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=57acd4949be967a4be00dbee1f84309634e26a74'/>
<id>urn:sha1:57acd4949be967a4be00dbee1f84309634e26a74</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>changed wiki link to Instances</title>
<updated>2020-11-08T02:48:04Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-08T02:48:04Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a104f5751d3c39a06571faebec5401ebe25dc2a1'/>
<id>urn:sha1:a104f5751d3c39a06571faebec5401ebe25dc2a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace "create instance" title by "setting up instance"</title>
<updated>2020-11-03T16:41:54Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-03T16:13:28Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=fb2cddd92a1f09fef22dc66c737aa608408aaa18'/>
<id>urn:sha1:fb2cddd92a1f09fef22dc66c737aa608408aaa18</id>
<content type='text'>
fixed bad game location for custom paths
</content>
</entry>
<entry>
<title>filter, explore buttons, instance rename</title>
<updated>2020-11-03T16:39:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-30T08:36:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ea4485857c09fd3ab6879966e7377d3c56951a85'/>
<id>urn:sha1:ea4485857c09fd3ab6879966e7377d3c56951a85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable portable instance button if one exists</title>
<updated>2020-11-03T16:39:06Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-30T05:17:30Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6f21f3a19fbd82bc43c97dcab877959220ce2f22'/>
<id>urn:sha1:6f21f3a19fbd82bc43c97dcab877959220ce2f22</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>
<entry>
<title>filter for games</title>
<updated>2020-11-03T16:39:06Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-30T02:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=58479e4b00d399e3025558104e50c75ef609dda0'/>
<id>urn:sha1:58479e4b00d399e3025558104e50c75ef609dda0</id>
<content type='text'>
replaced the button box with a regular widget with vertical layout
it was doing weird things to buttons with focus when removing and adding buttons on the fly because of filtering
</content>
</entry>
<entry>
<title>added hide option for intro page in create instance dialog</title>
<updated>2020-11-03T16:39:05Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-26T03:00:16Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=8987693dcf7dc116361869f128fd443716511f0c'/>
<id>urn:sha1:8987693dcf7dc116361869f128fd443716511f0c</id>
<content type='text'>
</content>
</entry>
</feed>
