<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ariadne.git/src/logbuffer.h, branch master</title>
<subtitle>Linux port of mod organizer</subtitle>
<id>http://git.schererleander.de/ariadne.git/atom/src/logbuffer.h?h=master</id>
<link rel='self' href='http://git.schererleander.de/ariadne.git/atom/src/logbuffer.h?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/'/>
<updated>2019-07-22T11:33:37Z</updated>
<entry>
<title>renamed logbuffer files to loglist</title>
<updated>2019-07-22T11:33:37Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-16T09:42:22Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6217f910f095adea4b06f370726636b09efea4ed'/>
<id>urn:sha1:6217f910f095adea4b06f370726636b09efea4ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed unused or redundant stuff in error_report.h</title>
<updated>2019-07-22T11:33:37Z</updated>
<author>
<name>isanae</name>
<email>14251494+isanae@users.noreply.github.com</email>
</author>
<published>2019-07-16T09:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=54d98e291701f2187174a67c186f1ea762c6b959'/>
<id>urn:sha1:54d98e291701f2187174a67c186f1ea762c6b959</id>
<content type='text'>
renamed log() to vlog() for now
extracted console creation to Console class
rewrote LogBuffer to work with logging from uibase, renamed to LogModel
added fmt dependency
</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>
<entry>
<title>Applied clang-format on source</title>
<updated>2018-02-22T15:54:34Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2018-02-22T15:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=5e5c9c07291f6b09623d31c92b1fb61c4ede576e'/>
<id>urn:sha1:5e5c9c07291f6b09623d31c92b1fb61c4ede576e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first work on interfacing with usvfs</title>
<updated>2015-11-17T17:58:00Z</updated>
<author>
<name>Tannin</name>
<email>sherb@gmx.net</email>
</author>
<published>2015-11-17T17:58:00Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=7f4f4cafea5a196ddf824adf7c4e65cec5d44d88'/>
<id>urn:sha1:7f4f4cafea5a196ddf824adf7c4e65cec5d44d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added cmake build script and a few fixes for 64-bit compatibility</title>
<updated>2015-09-23T19:47:56Z</updated>
<author>
<name>Tannin</name>
<email>sherb@gmx.net</email>
</author>
<published>2015-09-23T19:47:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=8865f9d7bc6b88e6cde2e2ec53e2f7c0f41561a7'/>
<id>urn:sha1:8865f9d7bc6b88e6cde2e2ec53e2f7c0f41561a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>normalized eol style (all files should now have windows line endings)</title>
<updated>2014-07-17T20:02:15Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2014-07-17T20:02:15Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=cc9827cdda5776a4fd540a2ab0fb8a08ec9f75a7'/>
<id>urn:sha1:cc9827cdda5776a4fd540a2ab0fb8a08ec9f75a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- main window now has a small view displaying log messages</title>
<updated>2014-05-04T12:50:01Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2014-05-04T12:50:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=6fb36d6c028d4fe88043c764e42b54df9b06f48b'/>
<id>urn:sha1:6fb36d6c028d4fe88043c764e42b54df9b06f48b</id>
<content type='text'>
- mod list will now be highlighted when grouping is active is active
- download tooltip now supports bbcode markup in the description
- bbcode translator will now translate some named colors
- algorithm for detection of mod order problems is now more sophisticated
- exposed more functionality to python plugins
- updated to qt 4.8.6 dlls
- bugfix: plugin list wasn't
- bugfix: state changes in mod list wasn't always reported
- bugfix: loot client will now create necessary directory
- bugfix: NCC sometimes used wrong source path for extracting
- bugfix: removed noisy debug message
</content>
</entry>
<entry>
<title>- nxmhandler will now ask before registering itself</title>
<updated>2014-01-04T14:57:14Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2014-01-04T14:57:14Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=4dc3538a7d14dd0f1aaa2e6c172745b63e251c86'/>
<id>urn:sha1:4dc3538a7d14dd0f1aaa2e6c172745b63e251c86</id>
<content type='text'>
- downloads from nexus are now displayed before file information is retrieved
- logging from the ui is now a bit more informative
- download list now scrolls to bottom automatically
</content>
</entry>
<entry>
<title>- completed Qt5 compatibility</title>
<updated>2013-06-15T12:42:20Z</updated>
<author>
<name>Tannin</name>
<email>devnull@localhost</email>
</author>
<published>2013-06-15T12:42:20Z</published>
<link rel='alternate' type='text/html' href='http://git.schererleander.de/ariadne.git/commit/?id=49cbe0349184419530d22782cc670946b61c9f01'/>
<id>urn:sha1:49cbe0349184419530d22782cc670946b61c9f01</id>
<content type='text'>
- added GetFileVerisonInfoW hook for Windows 8 compatibility
- fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly
- fixed NCC components compiling with different Framewerk versions
- dropped files-list in Nexus-tab of modinfo dialog
</content>
</entry>
</feed>
