<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/file_picker_ctrl.cc, branch fixlibdir</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=fixlibdir</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=fixlibdir'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-07-06T19:48:01Z</updated>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-07-06T19:48:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-06T19:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3317a9b30752e2e311e7bfe36a8ce8201b07636a'/>
<id>urn:sha1:3317a9b30752e2e311e7bfe36a8ce8201b07636a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DCPoMatic compatible with ICU &gt;= 75</title>
<updated>2024-06-30T14:17:18Z</updated>
<author>
<name>Benjamin Radel</name>
<email>benjamin@radel.tk</email>
</author>
<published>2024-06-28T19:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0ca9937987ecf2bf3f579147ffc952838565415b'/>
<id>urn:sha1:0ca9937987ecf2bf3f579147ffc952838565415b</id>
<content type='text'>
ICU &gt;= 75 uses c++17 features and therefore requires compilation with
-std=c++17. However, this causes some namespace issues in
src/wx/file_picker_ctrl.cc and
src/wx/film_name_location_dialog.cc
between boost::optional, boost::filesystem and the corresponding
names from the std lib.

The patch fixes this namespace issues and adds a version check in
wscript to enable compilation with c++17, if icu &gt;= 75 is detected.
</content>
</entry>
<entry>
<title>Cleanup: clarify some namespace use.</title>
<updated>2024-03-20T17:25:09Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-22T22:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=79904ec4669a60932004daf35256565aefa0c392'/>
<id>urn:sha1:79904ec4669a60932004daf35256565aefa0c392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remember some more paths when selecting files (#2728).</title>
<updated>2024-01-16T20:33:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-16T00:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=127bdaa2d8a869112fd6ec908cf115f391dbba24'/>
<id>urn:sha1:127bdaa2d8a869112fd6ec908cf115f391dbba24</id>
<content type='text'>
* export subtitles
* export video
* debug log
* cinema database
* config file
</content>
</entry>
<entry>
<title>Cleanup: rename some methods in FilePickerCtrl and use boost::filesystem::path more.</title>
<updated>2024-01-16T20:33:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-15T23:33:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d464a939f9f851e835b2a4926fafd6eadaa183de'/>
<id>urn:sha1:d464a939f9f851e835b2a4926fafd6eadaa183de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace deprecated leaf() with filename().</title>
<updated>2023-11-12T21:11:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-11-11T00:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=dfa7b94e802b05bba4243381460eef96626102a0'/>
<id>urn:sha1:dfa7b94e802b05bba4243381460eef96626102a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More stack-allocated Dialog objects.</title>
<updated>2023-01-27T12:41:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-27T12:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7aab34abcab28ca38a5354dec075b56d430e82db'/>
<id>urn:sha1:7aab34abcab28ca38a5354dec075b56d430e82db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use libdcp's warnings.h</title>
<updated>2022-04-22T21:27:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-22T21:27:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3c29aa6531a4046a8db72dcac81189eb8893233c'/>
<id>urn:sha1:3c29aa6531a4046a8db72dcac81189eb8893233c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide warnings triggered by Ubuntu 20.04's gcc.</title>
<updated>2020-07-27T08:05:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-07-26T23:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c622a06189181a3a6ad356094c9a3cf4e1f5a722'/>
<id>urn:sha1:c622a06189181a3a6ad356094c9a3cf4e1f5a722</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to improve the checking for overwrite of export files a little</title>
<updated>2019-11-30T21:34:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-11-30T21:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d9e6b138e84e7a8504075b8581cca4d0fabfbc40'/>
<id>urn:sha1:d9e6b138e84e7a8504075b8581cca4d0fabfbc40</id>
<content type='text'>
on Linux; I think we need to do it ourselves rather than relying
on wxFileDialog.
</content>
</entry>
</feed>
