<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/subtitle_content.cc, branch cpp17</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=cpp17</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=cpp17'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2018-07-19T22:36:56Z</updated>
<entry>
<title>Rename Subtitle -&gt; Text</title>
<updated>2018-07-19T22:36:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-06-11T22:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d7ac100c0eb1b5efdcfbec59be870fd869252840'/>
<id>urn:sha1:d7ac100c0eb1b5efdcfbec59be870fd869252840</id>
<content type='text'>
sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc
sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc
sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript
sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript
mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc
mv src/lib/subtitle_decoder.h src/lib/text_decoder.h
mv src/lib/subtitle_content.cc src/lib/text_content.cc
mv src/lib/subtitle_content.h src/lib/text_content.h
mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc
mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h
mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc
mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h
mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc
mv src/lib/text_subtitle_content.h src/lib/text_text_content.h
mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc
mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h
mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc
mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h
</content>
</entry>
<entry>
<title>Add colour, effect and effect colour to ::identifier() to force remake of video when they change (#1290).</title>
<updated>2018-05-07T23:49:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-05-07T23:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4a23fb5dd58c6439f240f678be2e26a5bee17881'/>
<id>urn:sha1:4a23fb5dd58c6439f240f678be2e26a5bee17881</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix thinko when writing XML.</title>
<updated>2018-01-14T00:24:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-13T22:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=79f3e6ae2739bdccbb1114ed410bff1452c4aef6'/>
<id>urn:sha1:79f3e6ae2739bdccbb1114ed410bff1452c4aef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forcing for fade in/out.</title>
<updated>2018-01-13T01:00:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-13T01:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d54c8291f83bd9f2cf964ca0372f74734ccb0ae2'/>
<id>urn:sha1:d54c8291f83bd9f2cf964ca0372f74734ccb0ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note whether effect is forced or not.</title>
<updated>2018-01-13T00:06:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-12T20:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=9b1c6dd87c2a1b0b480a23da756d22c3bfedd9f1'/>
<id>urn:sha1:9b1c6dd87c2a1b0b480a23da756d22c3bfedd9f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use an enum for the effect in SubtitleContent.</title>
<updated>2018-01-13T00:06:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-12T13:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=67a404fff364c6e1fa02eab270755895ba0e1fe8'/>
<id>urn:sha1:67a404fff364c6e1fa02eab270755895ba0e1fe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note whether subtitle effect colour is forced or not.</title>
<updated>2018-01-13T00:06:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-12T13:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=99b4e0705e9007aabfec08ea2c8d1a84eda0d32e'/>
<id>urn:sha1:99b4e0705e9007aabfec08ea2c8d1a84eda0d32e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note whether subtitle colour is forced or not.</title>
<updated>2018-01-13T00:06:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-12T12:48:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=10818d95000c291af776ed9ba1c847257ded4b1f'/>
<id>urn:sha1:10818d95000c291af776ed9ba1c847257ded4b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add simple copy and paste for content settings (#1051).</title>
<updated>2018-01-05T23:17:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-05T23:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d26296467bbf6bd1b2300dd862ce55fcd7f3d624'/>
<id>urn:sha1:d26296467bbf6bd1b2300dd862ce55fcd7f3d624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/use_template/take_settings_from/g</title>
<updated>2018-01-05T22:02:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2018-01-05T22:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=249ae25148213a2ab5d76980133182e7f2521524'/>
<id>urn:sha1:249ae25148213a2ab5d76980133182e7f2521524</id>
<content type='text'>
</content>
</entry>
</feed>
