<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/metadata_dialog.cc, branch main</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=main</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-12-17T00:40:51Z</updated>
<entry>
<title>Refactor EditableList to take a new pair of functors for new/edit operations.</title>
<updated>2025-12-17T00:40:51Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-17T00:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=235483a91d4160f4b9b2e53f1a7d5c4cb5b27925'/>
<id>urn:sha1:235483a91d4160f4b9b2e53f1a7d5c4cb5b27925</id>
<content type='text'>
In the future this will allow more intricate text displays in
EditableLists.
</content>
</entry>
<entry>
<title>Return std::string rather than wxString from Choice::get_data().</title>
<updated>2025-05-07T23:29:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-05-06T15:52:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=71f9236b03ef8934d28d291f1d9f248137448e72'/>
<id>urn:sha1:71f9236b03ef8934d28d291f1d9f248137448e72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash on Windows (#2874).</title>
<updated>2024-10-05T22:28:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-10-02T08:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f395c664aedb5bf022ddcde91c6e0c6531209a5d'/>
<id>urn:sha1:f395c664aedb5bf022ddcde91c6e0c6531209a5d</id>
<content type='text'>
As discussed in
https://groups.google.com/g/wx-dev/c/RCK_1m5Emzo

"
_() macro when used with wxNO_IMPLICIT_WXSTRING_ENCODING will expand to wxGetTranslation(wxASCII_STR(s))
which is going to be broken for any strings that are not ASCII or are wide char. So this will mean you
cannot use anything non-ASCII in your base language.
"
</content>
</entry>
<entry>
<title>Fix missing i18n markup.</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-09T00:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a28d6f64de8577dcdc2de20ac69d54289122c241'/>
<id>urn:sha1:a28d6f64de8577dcdc2de20ac69d54289122c241</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some implicit conversions between wxString and std::string.</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-09T00:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5527bdb269e355ca95aa91fe3907bfef0ef17ff4'/>
<id>urn:sha1:5527bdb269e355ca95aa91fe3907bfef0ef17ff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Choice::add to Choice::add_entry.</title>
<updated>2024-04-22T11:03:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-04-03T21:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=903c33051d45700a8e389b970c857c5339f9f395'/>
<id>urn:sha1:903c33051d45700a8e389b970c857c5339f9f395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new "territory type" so that INT-T{D,L} can be chosen (#2704).</title>
<updated>2024-01-05T16:06:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-05T00:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=43cca4d3a11e077b3e75c713b95942cc3afc9eb1'/>
<id>urn:sha1:43cca4d3a11e077b3e75c713b95942cc3afc9eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some missed includes of the old boost bind header.</title>
<updated>2023-08-09T08:18:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-08T16:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c3cc50f2b55aece1ce2c502cb57d0418951b1ae4'/>
<id>urn:sha1:c3cc50f2b55aece1ce2c502cb57d0418951b1ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract Film::Property to its own header to (maybe) increase compilation speed.</title>
<updated>2023-08-09T08:18:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-08-08T16:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a3c1ae7c2e46b65347341896b3d1a505ff92632b'/>
<id>urn:sha1:a3c1ae7c2e46b65347341896b3d1a505ff92632b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default to 14fL luminance in the GUI.</title>
<updated>2023-04-12T10:00:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-12T10:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=eb8b123d18f07e8b0d4fe48aad84863f92e91550'/>
<id>urn:sha1:eb8b123d18f07e8b0d4fe48aad84863f92e91550</id>
<content type='text'>
</content>
</entry>
</feed>
