<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/filetree.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/filetree.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/filetree.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2024-07-11T14:46:29Z</updated>
<entry>
<title>Archive preview support (#2056)</title>
<updated>2024-07-11T14:46:29Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2024-07-11T14:46:29Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=193442e77362edfdb55636f907a14098be59fd2a'/>
<id>urn:sha1:193442e77362edfdb55636f907a14098be59fd2a</id>
<content type='text'>
* Support for archive file previews
- Should account for alternates
- Extracts files and requests preview from plugins that claim support</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>First pass for Qt6 compatibility</title>
<updated>2022-04-19T13:17:23Z</updated>
<author>
<name>Jeremy Rimpo</name>
<email>jeremy.rimpo@servermonkey.com</email>
</author>
<published>2021-12-06T09:51:08Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c4b2be45d29a247422e60bb8fdf1664c10384eee'/>
<id>urn:sha1:c4b2be45d29a247422e60bb8fdf1664c10384eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1370 from LostDragonist/preview_extensions</title>
<updated>2021-01-18T20:17:26Z</updated>
<author>
<name>Mikaël Capelle</name>
<email>capelle.mikael@gmail.com</email>
</author>
<published>2021-01-18T20:17:26Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=79b67559d8971b270e2d991e9025a9c97c72d003'/>
<id>urn:sha1:79b67559d8971b270e2d991e9025a9c97c72d003</id>
<content type='text'>
Remove case sensitivity regarding preview file extensions</content>
</entry>
<entry>
<title>Remove case sensitivity regarding preview file extensions</title>
<updated>2021-01-18T15:49:23Z</updated>
<author>
<name>Chris Bessent</name>
<email>lost.dragonist@gmail.com</email>
</author>
<published>2021-01-18T15:48:18Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=c70e53897d16ce34aa4ae5774ba678ae0aa55672'/>
<id>urn:sha1:c70e53897d16ce34aa4ae5774ba678ae0aa55672</id>
<content type='text'>
That means ".dds" and ".DDS" should be treated the same.
</content>
</entry>
<entry>
<title>renamed Refresh to TriggerRefresh, added WaitForRefresh</title>
<updated>2021-01-18T13:21:41Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2021-01-17T23:29:17Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=181acfe832bef26228e33ac3a021d39528b1a4a9'/>
<id>urn:sha1:181acfe832bef26228e33ac3a021d39528b1a4a9</id>
<content type='text'>
removed duplicate refreshDirectoryStructure() call that could never work
added --logs to output logs to stdout, added final "mod organizer done" log
added -i with no arguments to output the current instance name
`run -e` now does an additional, case insensitive check for names
fixed error being output along with --help
</content>
</entry>
<entry>
<title>Convert FileAlternative and DataArchiveOrigin to classes</title>
<updated>2020-11-02T20:45:32Z</updated>
<author>
<name>AL</name>
<email>26797547+Al12rs@users.noreply.github.com</email>
</author>
<published>2020-11-02T20:45:32Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4814ba626e80f5137076556b687e59e6bbd8be34'/>
<id>urn:sha1:4814ba626e80f5137076556b687e59e6bbd8be34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Alternatives vector to use a struct</title>
<updated>2020-11-02T19:35:05Z</updated>
<author>
<name>AL</name>
<email>26797547+Al12rs@users.noreply.github.com</email>
</author>
<published>2020-10-31T19:58:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b7935aedec70dd4f0c40dbe948dba9a80a56a75a'/>
<id>urn:sha1:b7935aedec70dd4f0c40dbe948dba9a80a56a75a</id>
<content type='text'>
</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 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>
</feed>
