<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/modinfodialog.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/modinfodialog.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/modinfodialog.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>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>Fix parent of ModInfoDialog.</title>
<updated>2021-01-02T14:38:18Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2020-12-31T15:54:31Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=f4fff85d6de679172b0fe69dc28f8314cfc634fb'/>
<id>urn:sha1:f4fff85d6de679172b0fe69dc28f8314cfc634fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move more stuff from MainWindow. Minor improvements for prev/next button in ModInfoDialog.</title>
<updated>2021-01-02T14:38:17Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2020-12-31T11:34:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=a105e4c8c881ac720c41ef342769adee14caca47'/>
<id>urn:sha1:a105e4c8c881ac720c41ef342769adee14caca47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved geometry handling to mod info and overwrite dialogs</title>
<updated>2019-08-04T10:09:48Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-03T07:28:33Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=cc3a16c6e9d58ed68a31be52f9fe2ef1d514ff5f'/>
<id>urn:sha1:cc3a16c6e9d58ed68a31be52f9fe2ef1d514ff5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some refactoring</title>
<updated>2019-07-02T18:36:59Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-02T18:36:59Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=971f890826412994a56fc1b37b10d3bf21e1275d'/>
<id>urn:sha1:971f890826412994a56fc1b37b10d3bf21e1275d</id>
<content type='text'>
updateTabs() creates a list of tabs to update instead of checking for each file
comments
</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>
</feed>
