<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/tools, branch win-splash</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=win-splash</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=win-splash'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-02-23T18:41:31Z</updated>
<entry>
<title>Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hiding</title>
<updated>2021-02-23T18:41:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=216ab537915307f5033e8b1fce13bc2517bc4bb9'/>
<id>urn:sha1:216ab537915307f5033e8b1fce13bc2517bc4bb9</id>
<content type='text'>
error dialogues that pop up during startup.
</content>
</entry>
<entry>
<title>Be more careful to always close the splash screen when necessary.</title>
<updated>2021-02-23T00:24:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-23T00:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b5700cf59c12164b07550d8b217b98b1616227ab'/>
<id>urn:sha1:b5700cf59c12164b07550d8b217b98b1616227ab</id>
<content type='text'>
Trying to prevent error dialogues appearing behind it.
</content>
</entry>
<entry>
<title>Assorted C++11 tidying.</title>
<updated>2021-02-17T16:33:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-17T16:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=33e13c4053138930f4b2f59349e441c76111059d'/>
<id>urn:sha1:33e13c4053138930f4b2f59349e441c76111059d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some wx3.1 assertions and some C++ tidying.</title>
<updated>2021-02-17T16:30:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-17T16:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e573f4fa173608dcb7ca23f543b49d5be26a8226'/>
<id>urn:sha1:e573f4fa173608dcb7ca23f543b49d5be26a8226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++11 tidying.</title>
<updated>2021-02-16T09:40:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-16T09:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bb949ec65adf95f4a2c7dd5ee7e97b9daaaf3d3f'/>
<id>urn:sha1:bb949ec65adf95f4a2c7dd5ee7e97b9daaaf3d3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coalesce player changes around KDM loading.</title>
<updated>2021-02-15T02:16:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-15T00:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e48d176b029a365fb879444c4efe41cfbf075fa7'/>
<id>urn:sha1:e48d176b029a365fb879444c4efe41cfbf075fa7</id>
<content type='text'>
A similar fix for KDM changes as 7d33aff2d5e81185f3361e28c84e3f9858464ef1
was for CPL changes.
</content>
</entry>
<entry>
<title>Coalesce player changes around CPL change.</title>
<updated>2021-02-09T13:08:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-09T13:08:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7d33aff2d5e81185f3361e28c84e3f9858464ef1'/>
<id>urn:sha1:7d33aff2d5e81185f3361e28c84e3f9858464ef1</id>
<content type='text'>
If multiple player changes happen, causing the player to be suspended,
there are problems if one of those changes causes a FilmViewer:seek.
In there, we wait for the seek to finish, but it will never finish
because of the suspension.  Hence it's important that we only trigger
the seek once the suspension is over.

Fixes #1905.
</content>
</entry>
<entry>
<title>Report boost::filesystem_error with more details.</title>
<updated>2021-02-07T21:16:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-07T21:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f09a7994fb374d4a6dde0224eb1dfb5cbb83bc0b'/>
<id>urn:sha1:f09a7994fb374d4a6dde0224eb1dfb5cbb83bc0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix no subtitles/captions in the player after changing the CPL.</title>
<updated>2021-02-04T16:21:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-04T16:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=06330bc1cb426a6d40697057fb7d744381892a36'/>
<id>urn:sha1:06330bc1cb426a6d40697057fb7d744381892a36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some C++11 stuff.</title>
<updated>2021-02-04T14:44:12Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-02-04T14:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3b50beca67cc53f15ef736398c549e0b5d1c9d12'/>
<id>urn:sha1:3b50beca67cc53f15ef736398c549e0b5d1c9d12</id>
<content type='text'>
</content>
</entry>
</feed>
