<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/facetracknoir, branch opentrack-2.3-rc18</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc18</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc18'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-09-05T06:12:53Z</updated>
<entry>
<title>qfc, mapping: disallow editing and change color when checkbox disabled</title>
<updated>2015-09-05T06:12:53Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-09-05T06:10:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a1783d425448394e6962f75f7aadd22b85318c59'/>
<id>urn:sha1:a1783d425448394e6962f75f7aadd22b85318c59</id>
<content type='text'>
Sponsored-by: TrackHat
</content>
</entry>
<entry>
<title>also save if save pending when start tracking</title>
<updated>2015-09-03T07:35:22Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-09-03T07:35:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3bce28ee28b3266c2a8cd871a3a891d477621ce2'/>
<id>urn:sha1:3bce28ee28b3266c2a8cd871a3a891d477621ce2</id>
<content type='text'>
Just to be safe.

Issue: #179
</content>
</entry>
<entry>
<title>ui: force saving if saving timer is pending</title>
<updated>2015-09-03T07:33:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-09-03T07:33:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=66054ee6ccd0e86534c42167d9e93704f7995db8'/>
<id>urn:sha1:66054ee6ccd0e86534c42167d9e93704f7995db8</id>
<content type='text'>
Force saving when tracking is stopping at least. Due to "struct work"
being destroyed, unsaved settings revert to last saved.

So before "struct work" destruction need to save if save is pending.

Issue: #179
</content>
</entry>
<entry>
<title>ui: save settings on a timer</title>
<updated>2015-08-30T07:28:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-30T07:28:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=77542be46d3b56c48735f72d7345a1f1034a0a90'/>
<id>urn:sha1:77542be46d3b56c48735f72d7345a1f1034a0a90</id>
<content type='text'>
The QSettings IO is damn slow on Windows. Save only after five seconds
have elapsed with nothing being changed.
</content>
</entry>
<entry>
<title>ui: show a warning if configuration directory can't be used</title>
<updated>2015-08-30T07:27:33Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-30T07:27:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f281b514b060a2225702b2e7c9420b73d0b2bb72'/>
<id>urn:sha1:f281b514b060a2225702b2e7c9420b73d0b2bb72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui: no need to reset settings on tracking start</title>
<updated>2015-08-30T06:49:44Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-30T06:46:18Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1dae49c90d62d7f0f627e1ac2401b94a2c67775a'/>
<id>urn:sha1:1dae49c90d62d7f0f627e1ac2401b94a2c67775a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui: save profile when combobox text changes, not merely index</title>
<updated>2015-08-30T06:49:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-30T06:48:24Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8b08d5800354a5dcedfd7811447ea76e09c31d03'/>
<id>urn:sha1:8b08d5800354a5dcedfd7811447ea76e09c31d03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui: save current tracker/filter/proto, not last</title>
<updated>2015-08-30T06:49:36Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-30T06:46:03Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=be000a8a9aad1d6804ee27b02b12b531029427cb'/>
<id>urn:sha1:be000a8a9aad1d6804ee27b02b12b531029427cb</id>
<content type='text'>
Current tracker/filter/proto name depends on the currentTextChanged()
slot. currentIndexChanged() runs before currentText() is updated,
causing the old name to be saved.
</content>
</entry>
<entry>
<title>no need to save on tracking start anymore</title>
<updated>2015-08-28T11:51:41Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-28T11:51:41Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=303f621e3091e2bbe12f6a5e2e35310f6e9b0701'/>
<id>urn:sha1:303f621e3091e2bbe12f6a5e2e35310f6e9b0701</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui: really don't switch profiles while refreshing combobox</title>
<updated>2015-08-28T07:04:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-28T07:04:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5dd01a9a8ba94a61462340446031904629d12792'/>
<id>urn:sha1:5dd01a9a8ba94a61462340446031904629d12792</id>
<content type='text'>
</content>
</entry>
</feed>
