<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/filter-kalman, branch master</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=master</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2024-05-09T07:32:51Z</updated>
<entry>
<title>Remove eigen3 dependency</title>
<updated>2024-05-09T07:32:51Z</updated>
<author>
<name>Michael Welter</name>
<email>michael@welter-4d.de</email>
</author>
<published>2024-05-09T07:32:51Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b2582b74d516a8e978849770d6a98b86fd468e5c'/>
<id>urn:sha1:b2582b74d516a8e978849770d6a98b86fd468e5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>i18n: regen (whitespace only)</title>
<updated>2023-11-05T11:33:08Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2023-11-04T23:16:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b1564d80d44821c31fc8188105be548984cdecd4'/>
<id>urn:sha1:b1564d80d44821c31fc8188105be548984cdecd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update zh_CN.ts (kalman)</title>
<updated>2023-09-30T22:45:47Z</updated>
<author>
<name>前进!</name>
<email>92249100+ddzzkunye@users.noreply.github.com</email>
</author>
<published>2023-09-30T22:45:47Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=cfe5b76c2fb2aabe80af83b2925ab2d777da6bac'/>
<id>urn:sha1:cfe5b76c2fb2aabe80af83b2925ab2d777da6bac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "options/value: add `QObject::connect` wrapper"</title>
<updated>2022-10-10T08:31:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-10-06T16:34:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=61884594ceff59279abe5530c8c1af1870dc8fbb'/>
<id>urn:sha1:61884594ceff59279abe5530c8c1af1870dc8fbb</id>
<content type='text'>
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
</content>
</entry>
<entry>
<title>options/value: add `QObject::connect` wrapper</title>
<updated>2022-07-01T16:07:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-07-01T16:07:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a67e8630caf20e7f48151024e9e68dd9271d75c7'/>
<id>urn:sha1:a67e8630caf20e7f48151024e9e68dd9271d75c7</id>
<content type='text'>
This is useful not just to save on complexity in call sites, but also
because I plan on using the Verdigris library to remove needless
`valueChanged()` and `setValue()` overloads from each `value&lt;t&gt;`
instance.

Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex`
was erroneously called as `Qt::DirectConnection`.
</content>
</entry>
<entry>
<title>fix i18n generation</title>
<updated>2022-04-19T12:52:15Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-03-28T22:01:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9bcab9fb4274c6e1aa1a2621dbfedf829e7fcfc5'/>
<id>urn:sha1:9bcab9fb4274c6e1aa1a2621dbfedf829e7fcfc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>filter/kalman: fix eigen warnings</title>
<updated>2019-09-22T11:35:52Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-09-22T11:35:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f6bec4948dda62c69ce7b242c96a0c7546a7f403'/>
<id>urn:sha1:f6bec4948dda62c69ce7b242c96a0c7546a7f403</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modernize only</title>
<updated>2019-01-16T06:49:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2019-01-14T15:21:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=42e6b27e1afda7fcd8beddd9676ba7edb6363a34'/>
<id>urn:sha1:42e6b27e1afda7fcd8beddd9676ba7edb6363a34</id>
<content type='text'>
- replace `static constexpr inline' with `static constexpr'.
  `inline' is implied.
- use braced initializer lists where applicable
- still missing `override' usages
</content>
</entry>
<entry>
<title>clang-tidy fixes only</title>
<updated>2019-01-16T06:48:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-12-28T02:02:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6f04e4ca46e6f2dcd3eda63529a1bbd915f7676b'/>
<id>urn:sha1:6f04e4ca46e6f2dcd3eda63529a1bbd915f7676b</id>
<content type='text'>
Maybe global `-Wcomma' is too harsh.

There should be no functional changes whatsoever.
</content>
</entry>
<entry>
<title>modernize only</title>
<updated>2018-07-08T21:20:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-07-08T21:20:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=90940a774eab876c38d5cef981b4be5bae67a462'/>
<id>urn:sha1:90940a774eab876c38d5cef981b4be5bae67a462</id>
<content type='text'>
</content>
</entry>
</feed>
