<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/facetracknoir/ui.cpp, branch trackhat-1.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-10-30T07:39:33Z</updated>
<entry>
<title>rename gui directory</title>
<updated>2015-10-30T07:39:33Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-30T07:34:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2160e39a4f3d5198eafbb483671583a5a0b51eaa'/>
<id>urn:sha1:2160e39a4f3d5198eafbb483671583a5a0b51eaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: drop volatile, not needed</title>
<updated>2015-10-12T06:40:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-12T06:40:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=604fb7c18170b039d9d3d5818af8bd7c21d407ae'/>
<id>urn:sha1:604fb7c18170b039d9d3d5818af8bd7c21d407ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui: set focus to start/stop buttons</title>
<updated>2015-10-11T05:07:43Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-11T05:07:43Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=525a01eabe4e202b1854953eb415d473e07e651d'/>
<id>urn:sha1:525a01eabe4e202b1854953eb415d473e07e651d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main, ui: fix sort order</title>
<updated>2015-10-06T05:09:31Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-06T05:06:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=629875abd995f46f99b3cba3387faa7367a6f823'/>
<id>urn:sha1:629875abd995f46f99b3cba3387faa7367a6f823</id>
<content type='text'>
Sort order was applied only to combobox but not to tracker list.

Reported-by: @nanospork
cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998
</content>
</entry>
<entry>
<title>ui: fix close on save</title>
<updated>2015-10-06T04:28:57Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-06T04:28:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=18001ba72d8472697fafdcbd7fa8873e792d5f64'/>
<id>urn:sha1:18001ba72d8472697fafdcbd7fa8873e792d5f64</id>
<content type='text'>
stopping the timer prevented maybe_save() from working
</content>
</entry>
<entry>
<title>ui: sort combobox items according to their name, not filename</title>
<updated>2015-10-06T03:10:06Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-10-06T03:04:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0f7a4ba62369a42cf6b513ce0fa59d117551f0ed'/>
<id>urn:sha1:0f7a4ba62369a42cf6b513ce0fa59d117551f0ed</id>
<content type='text'>
</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>
</feed>
