<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch v2.13.154</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.154</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.13.154'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2019-04-28T01:06:11Z</updated>
<entry>
<title>Fix AudioMappingView scrolling so that only the body of the grid is scrolled.</title>
<updated>2019-04-28T01:06:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-27T22:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4540ff0beb2dad9911afc309b75952adc226fa48'/>
<id>urn:sha1:4540ff0beb2dad9911afc309b75952adc226fa48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nudge audio mapping view sizes up a little.</title>
<updated>2019-04-27T21:16:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-27T21:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=68e1ce3ac94ee0b0313d612c21cddc007f3b4e7a'/>
<id>urn:sha1:68e1ce3ac94ee0b0313d612c21cddc007f3b4e7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix channel numbering in tooltip.</title>
<updated>2019-04-27T11:11:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-27T11:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=77a79e2e9dcdbcba92e2f0701086fc953c903be6'/>
<id>urn:sha1:77a79e2e9dcdbcba92e2f0701086fc953c903be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-work of audio mapping view to use a custom-drawn</title>
<updated>2019-04-27T00:40:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-27T00:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=eed0487aa9cd13faa45d8f79c777306fd85956b3'/>
<id>urn:sha1:eed0487aa9cd13faa45d8f79c777306fd85956b3</id>
<content type='text'>
canvas rather than wxGrid.

Inspired by the accumulation of odd problems due to the use of 3
separate panels, and also the endless resizing loop weird bug #1535.
</content>
</entry>
<entry>
<title>Updated de_DE translation from Carsten Kurz.</title>
<updated>2019-04-26T21:34:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-26T21:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=54f2e33fada1f54bdb1486a2f6b91811ff67b5b9'/>
<id>urn:sha1:54f2e33fada1f54bdb1486a2f6b91811ff67b5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure at least one position change event is emitted after</title>
<updated>2019-04-26T21:31:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-26T21:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=aafa1cc676b6bd4d333f0ff3a09e1effabf979c3'/>
<id>urn:sha1:aafa1cc676b6bd4d333f0ff3a09e1effabf979c3</id>
<content type='text'>
a timeline drag (with frequent=false), even if lots have been sent
with frequent=true.

Otherwise the code in the CHNAGE_TYPE_DONE branch of Butler::player_change
never gets to seek (since frequent is true, it ignores the signal).
Without the seek things go wrong.

Believed to fix #1534.
</content>
</entry>
<entry>
<title>Fix preview update when fade is changed (#1531).</title>
<updated>2019-04-25T15:33:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-25T15:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=306e2f021410d2184a3945b1e374b563104b3ea8'/>
<id>urn:sha1:306e2f021410d2184a3945b1e374b563104b3ea8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix or remove several broken pixel formats in Image::fade and add</title>
<updated>2019-04-25T15:19:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-25T15:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=11efa93e15b694b8ea6f0a2bc68c87503cc570bb'/>
<id>urn:sha1:11efa93e15b694b8ea6f0a2bc68c87503cc570bb</id>
<content type='text'>
unit tests for the remainder.  Fixes #1532.
</content>
</entry>
<entry>
<title>Don't try to upload to TMS after export.</title>
<updated>2019-04-25T11:45:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-25T11:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=948afc5ed3d4e041dec96071e180f8a75bd36f50'/>
<id>urn:sha1:948afc5ed3d4e041dec96071e180f8a75bd36f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated zh_CN translation from 刘汉源</title>
<updated>2019-04-22T21:16:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-04-22T21:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d9c0f3b065f11bae30c114d3ab09adf8bbf065ea'/>
<id>urn:sha1:d9c0f3b065f11bae30c114d3ab09adf8bbf065ea</id>
<content type='text'>
</content>
</entry>
</feed>
