<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/modinfodialogtab.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/modinfodialogtab.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/modinfodialogtab.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>Add modinfodialog Notes Tab color selector.</title>
<updated>2020-04-29T20:13:09Z</updated>
<author>
<name>AL</name>
<email>26797547+Al12rs@users.noreply.github.com</email>
</author>
<published>2020-04-29T20:13:09Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bdd1e97d4f3a8b294a0691a7631c60cf24fffa90'/>
<id>urn:sha1:bdd1e97d4f3a8b294a0691a7631c60cf24fffa90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>finished moving mod info dialog directinterface to settings</title>
<updated>2019-08-24T17:10:50Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-24T17:10:50Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=baa32b99f53399cd3ea7c9990a2b6312ee83e8a4'/>
<id>urn:sha1:baa32b99f53399cd3ea7c9990a2b6312ee83e8a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reordering tabs, then switching to a mod with a different tab set would discard the changes</title>
<updated>2019-07-02T17:21:48Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-02T17:21:48Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d9a7ef636bc111f71de697caed89171335a5f3e3'/>
<id>urn:sha1:d9a7ef636bc111f71de697caed89171335a5f3e3</id>
<content type='text'>
comments, moving some stuff around
</content>
</entry>
<entry>
<title>added modinfodialogfwd.h, mostly for the enum that's used in various places</title>
<updated>2019-07-02T16:35:33Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-02T16:35:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4aa59cdc7dd779c7e864a1c4e96c6b52c61879ff'/>
<id>urn:sha1:4aa59cdc7dd779c7e864a1c4e96c6b52c61879ff</id>
<content type='text'>
renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead
added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr
</content>
</entry>
<entry>
<title>added a ModInfoDialogTabContext to avoid passing too many things to tab constructors</title>
<updated>2019-07-02T16:02:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-02T16:02:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=82d985064e5105ded4b20d357eaf7cd1b97fe9da'/>
<id>urn:sha1:82d985064e5105ded4b20d357eaf7cd1b97fe9da</id>
<content type='text'>
mod is passed to ctors to make sure they can never be empty
only call deleteRequest() to selected mod
comments
</content>
</entry>
<entry>
<title>focus tabs when they need a confirmation to close</title>
<updated>2019-07-02T15:05:31Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-02T15:05:31Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c6e80f1a5eed4a57663e7fc55c2727258eaad552'/>
<id>urn:sha1:c6e80f1a5eed4a57663e7fc55c2727258eaad552</id>
<content type='text'>
dialog did not handle closeEvent() at all, it only checked the close button
bunch of comments
</content>
</entry>
<entry>
<title>remember state of various widgets</title>
<updated>2019-07-02T14:10:19Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-06-27T16:01:38Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6547197e5f685439371446b499427848ed687871'/>
<id>urn:sha1:6547197e5f685439371446b499427848ed687871</id>
<content type='text'>
remove obsolete settings
</content>
</entry>
<entry>
<title>replaced reportError() calls by qCritical() because they can come from a thread, which hangs the ui</title>
<updated>2019-07-02T14:10:19Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-06-25T21:44:41Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=fa20f81b46c3f8c89fcbbdff6e5da0225c707358'/>
<id>urn:sha1:fa20f81b46c3f8c89fcbbdff6e5da0225c707358</id>
<content type='text'>
categories and notes will update the tab color when changing
fixed rare crash when reordering tabs while loading a mod
</content>
</entry>
<entry>
<title>only load nexus website on activation</title>
<updated>2019-07-02T14:10:19Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-06-25T19:36:46Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=00d4921e47e5eef08b10dac127795ecc8ccf84ae'/>
<id>urn:sha1:00d4921e47e5eef08b10dac127795ecc8ccf84ae</id>
<content type='text'>
fixed refresh not working, will now always clear the browser so the refresh is obvious
</content>
</entry>
</feed>
