<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/settingsdialogdiagnostics.cpp, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/settingsdialogdiagnostics.cpp?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/settingsdialogdiagnostics.cpp?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2024-05-19T07:15:50Z</updated>
<entry>
<title>Directly open logs and crashDumps folders from diagnostics settings (#2028)</title>
<updated>2024-05-19T07:15:50Z</updated>
<author>
<name>RJ</name>
<email>122295667+Liderate@users.noreply.github.com</email>
</author>
<published>2024-05-19T07:15:50Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=16423b268204596ace75e9b69726f659a83b5d7e'/>
<id>urn:sha1:16423b268204596ace75e9b69726f659a83b5d7e</id>
<content type='text'>
Co-authored-by: Liderate &lt;Liderate@users.noreply.github.com&gt;</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>stopped using core dump stuff from usvfs, mo has its own</title>
<updated>2020-11-08T01:16:27Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-11-08T00:05:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=08c952e53a4efcd5b50c0ec947bf216101c027ef'/>
<id>urn:sha1:08c952e53a4efcd5b50c0ec947bf216101c027ef</id>
<content type='text'>
set exception handler at the start, it can handle not having qt or data paths
hopefully fixed infinite crash dumps
</content>
</entry>
<entry>
<title>now using new common cmakefiles</title>
<updated>2020-04-24T01:00:00Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2020-04-24T01:00:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=bbfec30539b31a2b8faa0df79435db94cefee8fe'/>
<id>urn:sha1:bbfec30539b31a2b8faa0df79435db94cefee8fe</id>
<content type='text'>
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
</content>
</entry>
<entry>
<title>added loot log level option</title>
<updated>2019-11-22T12:44:09Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-11-22T12:44:09Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=8fcaea9de32b888ec8839ef6b7f394556383275e'/>
<id>urn:sha1:8fcaea9de32b888ec8839ef6b7f394556383275e</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>changed crash dump type to use enum instead of int</title>
<updated>2019-08-24T20:07:07Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-24T20:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4f1b15f0a1b2e6cbca4b420608d81570af489067'/>
<id>urn:sha1:4f1b15f0a1b2e6cbca4b420608d81570af489067</id>
<content type='text'>
added ColorSettings
settings dialog general and diag tabs don't use qsettings anymore
removed logging of setting changes, will be added back to Settings class
</content>
</entry>
<entry>
<title>made member variables in SettingsTab private, added accessors</title>
<updated>2019-08-17T17:20:53Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-17T17:20:53Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=2ffad7edf2946e66585a67c4ab58c0522cd8e412'/>
<id>urn:sha1:2ffad7edf2946e66585a67c4ab58c0522cd8e412</id>
<content type='text'>
SettingsDialog now uses GeometrySaver
</content>
</entry>
<entry>
<title>rebased to new logging</title>
<updated>2019-08-02T07:06:59Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-08-02T06:46:19Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4099efcb5bfd6932ed2a510aa0e4318fffff121b'/>
<id>urn:sha1:4099efcb5bfd6932ed2a510aa0e4318fffff121b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split diagnostics tab</title>
<updated>2019-08-02T07:06:59Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-20T14:59:07Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=e8d7930edacdc04a4607ecd59fc402f2f04ea39d'/>
<id>urn:sha1:e8d7930edacdc04a4607ecd59fc402f2f04ea39d</id>
<content type='text'>
fixed log and crash dump directory links in label not working
</content>
</entry>
</feed>
