<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/filetreemodel.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/filetreemodel.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/filetreemodel.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2024-10-10T11:49:31Z</updated>
<entry>
<title>Add filter checkbox to data tab to show/hide hidden files (#2136)</title>
<updated>2024-10-10T11:49:31Z</updated>
<author>
<name>Jonathan Feenstra</name>
<email>26406078+JonathanFeenstra@users.noreply.github.com</email>
</author>
<published>2024-10-10T11:49:31Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bafc058b7f84d5133d166cf322d0b7e07c170f49'/>
<id>urn:sha1:bafc058b7f84d5133d166cf322d0b7e07c170f49</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>only sort once at the end when fully loading for search</title>
<updated>2020-07-20T23:02:14Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-20T23:02:14Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=0c7265be4f897834fc6126068c1423b6d2defdaf'/>
<id>urn:sha1:0c7265be4f897834fc6126068c1423b6d2defdaf</id>
<content type='text'>
temporarily disable filtering completely when fully loading instead of just disabling recursive filtering, this could close already expanded nodes if their parent directories didn't match
</content>
</entry>
<entry>
<title>fixed crash because items were sorted while being expanded</title>
<updated>2020-07-19T20:48:31Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-19T20:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6c4e237d4b43db5c3f9dc01f8c0d3313f3bd2605'/>
<id>urn:sha1:6c4e237d4b43db5c3f9dc01f8c0d3313f3bd2605</id>
<content type='text'>
when expanding all or updating the tree, only sort once at the end
cache file types
</content>
</entry>
<entry>
<title>fixed ensureFullyLoaded() taking forever because it was queuing all the sorts unnecessarily</title>
<updated>2020-07-10T17:58:58Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-07-10T17:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=16c7cc5605d4e71f509acfcb4881df833de11853'/>
<id>urn:sha1:16c7cc5605d4e71f509acfcb4881df833de11853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed crashes and empty items in the file tree</title>
<updated>2020-04-17T10:58:21Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-04-17T10:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=0faa5d69953f41deafba33cf36317127cbea8a8a'/>
<id>urn:sha1:0faa5d69953f41deafba33cf36317127cbea8a8a</id>
<content type='text'>
sorting and removing items have to be queued since they corrupt various internal structures in Qt when done during layout
</content>
</entry>
<entry>
<title>split directoryentry</title>
<updated>2020-02-18T22:25:04Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-15T18:24:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b1cf498924e461556c8f2fe961172685d92bb03f'/>
<id>urn:sha1:b1cf498924e461556c8f2fe961172685d92bb03f</id>
<content type='text'>
made classes noncopyable, fixed a few unintended copies
</content>
</entry>
<entry>
<title>don't sort items when they're not expanded</title>
<updated>2020-02-09T02:38:01Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-09T02:38:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=3a80685189967fbf4cfa002ac2b8a4fa421306ca'/>
<id>urn:sha1:3a80685189967fbf4cfa002ac2b8a4fa421306ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>just disable recursive filtering when fully loading</title>
<updated>2020-02-07T19:02:00Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-07T19:02:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=d0c16e60d734fe2f72c387552559bf125554fb2d'/>
<id>urn:sha1:d0c16e60d734fe2f72c387552559bf125554fb2d</id>
<content type='text'>
switching models clears persistent indexes and collapses everything
</content>
</entry>
<entry>
<title>fixed sorting not emitting layout events and fixing persistent indexes</title>
<updated>2020-02-07T18:39:35Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-02-07T18:39:35Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=2b0a720863a26faebdc240f4db29dd39c7a035b6'/>
<id>urn:sha1:2b0a720863a26faebdc240f4db29dd39c7a035b6</id>
<content type='text'>
</content>
</entry>
</feed>
