<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/wx/screen_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>2026-01-04T10:11:14Z</updated>
<entry>
<title>White space: screen_dialog.{cc,h}</title>
<updated>2026-01-04T10:11:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2026-01-04T10:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056'/>
<id>urn:sha1:ddfeed4cbb8b9dfe3a6e77ef7e9e99532dfa3056</id>
<content type='text'>
</content>
</entry>
<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>Remove compose.hpp includes.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bad01065584014aee4024e7cbc4a66acac7617e1'/>
<id>urn:sha1:bad01065584014aee4024e7cbc4a66acac7617e1</id>
<content type='text'>
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
</content>
</entry>
<entry>
<title>Return std::vector instead of boost::optional from the EditableList dialog.</title>
<updated>2025-02-22T22:05:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-02-20T22:06:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=b29a0f4bc67f6f8cc84c3d88cdbb9582e35d3fed'/>
<id>urn:sha1:b29a0f4bc67f6f8cc84c3d88cdbb9582e35d3fed</id>
<content type='text'>
It's a bit clumsy, as returning more than one thing only makes sense
when adding (not when editing), but allowing both optional and vector
with template voodoo seems awkward (at least with C++11).
</content>
</entry>
<entry>
<title>Remove use of wxT in favour of char_to_wx().</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-09T22:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c97de27f9c5364b6f126016c5e1f31a76d5ce565'/>
<id>urn:sha1:c97de27f9c5364b6f126016c5e1f31a76d5ce565</id>
<content type='text'>
The wxWidgets docs advise against its use these days.
</content>
</entry>
<entry>
<title>Move ScopeGuard into libdcp.</title>
<updated>2024-01-09T10:54:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-01-08T15:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=12d1abf033654727d6ab6278087ff7cfc65d63f6'/>
<id>urn:sha1:12d1abf033654727d6ab6278087ff7cfc65d63f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support loading of certificate chains for trusted devices.</title>
<updated>2023-04-08T22:19:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-08T22:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=76d12be80c4377edfc3e8fce4da01a575dec74d1'/>
<id>urn:sha1:76d12be80c4377edfc3e8fce4da01a575dec74d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve thumbprint dialog; disallow thumbprint editing and make OK only sensitive when a certificate is there.</title>
<updated>2023-04-08T20:36:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-04-08T20:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a66c4f957d50e93e01912810876fbdd883ac5d6a'/>
<id>urn:sha1:a66c4f957d50e93e01912810876fbdd883ac5d6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add certificate validity period to the screen dialog.</title>
<updated>2023-01-16T23:13:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-16T23:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=76ae4374b0d9f388b34bad22c0969e10a40342f8'/>
<id>urn:sha1:76ae4374b0d9f388b34bad22c0969e10a40342f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up certificate detail handling.</title>
<updated>2023-01-16T23:11:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-16T23:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=191838e49221a1d07be0116b1d30d0f6ee58394e'/>
<id>urn:sha1:191838e49221a1d07be0116b1d30d0f6ee58394e</id>
<content type='text'>
</content>
</entry>
</feed>
