<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/options, 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-08-04T01:29:31Z</updated>
<entry>
<title>i18n: add German translations</title>
<updated>2024-08-04T01:29:31Z</updated>
<author>
<name>Kai Krakow</name>
<email>kai@kaishome.de</email>
</author>
<published>2024-08-04T01:29:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c6e56ce73bc4fd59b65d73a39f48368411beeb6e'/>
<id>urn:sha1:c6e56ce73bc4fd59b65d73a39f48368411beeb6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options/value: log more with OTR_TRACE_NOTIFY</title>
<updated>2023-03-01T21:46:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2023-03-01T21:46:10Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6274ec1b5f63087bb3ca41390ed0149ea3d6ae8c'/>
<id>urn:sha1:6274ec1b5f63087bb3ca41390ed0149ea3d6ae8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options/tie: fix combobox with single element on reload</title>
<updated>2023-03-01T21:44:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2023-03-01T21:44:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1eb2ed6e95332bc6568d796226986e78a02d4785'/>
<id>urn:sha1:1eb2ed6e95332bc6568d796226986e78a02d4785</id>
<content type='text'>
This was breaking the camera list with only one camera present.
</content>
</entry>
<entry>
<title>options/tie: fix QComboBox connect() thread safety</title>
<updated>2022-10-10T08:31:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-10-06T16:43:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0f82330b2252301c5ddbb49350111b336ff8de4b'/>
<id>urn:sha1:0f82330b2252301c5ddbb49350111b336ff8de4b</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>compat: drop pre-C++20 macros.hpp header</title>
<updated>2022-07-01T16:30:37Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-07-01T16:30:37Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=33e902a74465110489c6566f5f0c035ad9432de4'/>
<id>urn:sha1:33e902a74465110489c6566f5f0c035ad9432de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>whitespace only</title>
<updated>2022-07-01T16:07:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-07-01T16:07:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2'/>
<id>urn:sha1:15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2</id>
<content type='text'>
</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>compat/macros: move cv_qualified to options/</title>
<updated>2022-07-01T13:47:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-07-01T13:42:26Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=74dff816c07737b7e697e5d63222e59a9fefe23e'/>
<id>urn:sha1:74dff816c07737b7e697e5d63222e59a9fefe23e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: don't pass OPENTRACK_ORG on cmdline</title>
<updated>2022-06-16T11:16:55Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-06-16T11:16:55Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6025e509b1bde02299696f7fd81f4d11983d9e2d'/>
<id>urn:sha1:6025e509b1bde02299696f7fd81f4d11983d9e2d</id>
<content type='text'>
</content>
</entry>
</feed>
