<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/filedialogmemory.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/filedialogmemory.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/filedialogmemory.cpp?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>split settings into a bunch of classes</title>
<updated>2019-09-02T18:52:02Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-09-02T18:52:02Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=e9dba260cb9548dd5863ac66da18c295f6499b92'/>
<id>urn:sha1:e9dba260cb9548dd5863ac66da18c295f6499b92</id>
<content type='text'>
removed "get" from the getters that had it
</content>
</entry>
<entry>
<title>moved recent directories to Settings</title>
<updated>2019-08-04T11:51:12Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-04T11:51:12Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ab14a8bac3368fc2c1005bcc33009b65a0c728f2'/>
<id>urn:sha1:ab14a8bac3368fc2c1005bcc33009b65a0c728f2</id>
<content type='text'>
use global cache variable instead of an instance inside a function
</content>
</entry>
<entry>
<title>split into GeometrySettings</title>
<updated>2019-08-04T10:09:48Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-03T05:55:21Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=07f1ac7a96dcf4c91a24bb1d30af92851ecda78f'/>
<id>urn:sha1:07f1ac7a96dcf4c91a24bb1d30af92851ecda78f</id>
<content type='text'>
removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that
removed topLevelSplitter from ui, unused since the log widget is in a dock
removed QSettings from MainWindow::readSettings()
replaced return values for some of the new getters in Settings to std::optional
</content>
</entry>
<entry>
<title>removed mentions of QSettings from main.cpp</title>
<updated>2019-08-04T10:09:47Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-03T03:24:27Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b6b01a52db1877b16531137289641fb9be9833aa'/>
<id>urn:sha1:b6b01a52db1877b16531137289641fb9be9833aa</id>
<content type='text'>
added necessary member functions in Settings
</content>
</entry>
<entry>
<title>FileDialogMemory didn't actually use the cached directory</title>
<updated>2019-07-07T00:02:16Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-07T00:02:16Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=b5019f586e08d4ae83ebc33b622591f23c73a80e'/>
<id>urn:sha1:b5019f586e08d4ae83ebc33b622591f23c73a80e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pulled java installation detection out of getFileExecutionContext() and into findJavaInstallation() because it was copy/pasted into EditExecutablesDialog</title>
<updated>2019-06-15T18:40:40Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-06-08T03:31:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=1897d60134e1cff31375f1c602196a99ece7fc86'/>
<id>urn:sha1:1897d60134e1cff31375f1c602196a99ece7fc86</id>
<content type='text'>
fixed FileDialogMemory::getOpenFileName() to also use the given directory correctly
handle browse binary button
</content>
</entry>
<entry>
<title>fixed FileDialogMemory::getOpenFileName() not using given directory</title>
<updated>2019-06-15T18:40:40Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-06-08T03:00:08Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=7026aeaec859fd3632b1062e0cf14d2479c23076'/>
<id>urn:sha1:7026aeaec859fd3632b1062e0cf14d2479c23076</id>
<content type='text'>
disable all widgets when there's no selection
now saves application icon
browse working directory uses current value in file dialog
</content>
</entry>
<entry>
<title>Revert "Applied clang-format on source"</title>
<updated>2018-02-23T00:45:58Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-23T00:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=ea6292168a6acd4c263913f0ccd7dd64daf4f5cf'/>
<id>urn:sha1:ea6292168a6acd4c263913f0ccd7dd64daf4f5cf</id>
<content type='text'>
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
</content>
</entry>
</feed>
