<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/migration/migration.cpp, branch opentrack-2.3.11-beta1</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.11-beta1</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.11-beta1'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2018-07-08T21:33:36Z</updated>
<entry>
<title>migration: actualy batch the updates</title>
<updated>2018-07-08T21:33:36Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-07-08T21:33:36Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=841e163ae4b86317cca29748cf0f2730418e4fa5'/>
<id>urn:sha1:841e163ae4b86317cca29748cf0f2730418e4fa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: fix 2 issues</title>
<updated>2018-07-08T21:29:49Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-07-08T21:29:49Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fa1801471c2708ed8266ec7b99bd4cec886ccc1b'/>
<id>urn:sha1:fa1801471c2708ed8266ec7b99bd4cec886ccc1b</id>
<content type='text'>
1. Calling valueChanged didn't invoke machinery in
   value&lt;t&gt;, only base_value aka value_.

   There's a fast path in value&lt;t&gt;::type() despite the
   pessimization.

2. Split global scope stuff into options::globals from
   the options::globals stuff

3. Adjust usages
</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>
<entry>
<title>migration: use thunks</title>
<updated>2018-04-28T19:27:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-04-28T15:19:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=526304a41970c1ad890cf81d92bb4b123e8608e7'/>
<id>urn:sha1:526304a41970c1ad890cf81d92bb4b123e8608e7</id>
<content type='text'>
Otherwise we get QCoreApplication used before
QApplication instance is created.

Requesting the sorted migration data will force the
thunks.
</content>
</entry>
<entry>
<title>compat/util: retire</title>
<updated>2018-01-18T18:35:29Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-01-18T18:35:08Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d361f57c8064ce13a0478653050b169dc94e2e99'/>
<id>urn:sha1:d361f57c8064ce13a0478653050b169dc94e2e99</id>
<content type='text'>
Adjust usages.
</content>
</entry>
<entry>
<title>options: don't create QSettings all the time</title>
<updated>2017-05-10T09:19:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2017-05-06T11:15:16Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=87c09c0ab5e1334e9877ee6fd7adeb1eb70d5929'/>
<id>urn:sha1:87c09c0ab5e1334e9877ee6fd7adeb1eb70d5929</id>
<content type='text'>
Update usages.
</content>
</entry>
<entry>
<title>add missing copyright terms</title>
<updated>2016-09-18T09:59:14Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-18T09:59:14Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=548c9549cd3e408df63426090088b08d72c2658e'/>
<id>urn:sha1:548c9549cd3e408df63426090088b08d72c2658e</id>
<content type='text'>
Due to fucking AT&amp;T vs BSD suit copyright defaults to all rights
reserved. Fuck Berne Convention as well.
</content>
</entry>
<entry>
<title>migration: type aliases confuse IDE so let's not</title>
<updated>2016-09-09T18:47:47Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-09T18:47:38Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e4ea50f431e8efbfb572c441d00d5539db516820'/>
<id>urn:sha1:e4ea50f431e8efbfb572c441d00d5539db516820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migration: try prevent developer naming migrations badly</title>
<updated>2016-09-09T18:41:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-09T18:02:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=64e983b3dda8f9b7d10cb31bebbc05ed13954e67'/>
<id>urn:sha1:64e983b3dda8f9b7d10cb31bebbc05ed13954e67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migration: prevent string printed with double-quotes in qDebug()</title>
<updated>2016-09-09T16:34:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-09-09T16:18:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6a029b2c2484e7753f8483ff822efccafe3cf176'/>
<id>urn:sha1:6a029b2c2484e7753f8483ff822efccafe3cf176</id>
<content type='text'>
</content>
</entry>
</feed>
