summaryrefslogtreecommitdiff
path: root/src/wx/screen_dialog.cc
AgeCommit message (Expand)Author
2026-01-04White space: screen_dialog.{cc,h}Carl Hetherington
2025-12-17Refactor EditableList to take a new pair of functors for new/edit operations.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-02-22Return std::vector instead of boost::optional from the EditableList dialog.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-01-09Move ScopeGuard into libdcp.Carl Hetherington
2023-04-09Support loading of certificate chains for trusted devices.Carl Hetherington
2023-04-08Improve thumbprint dialog; disallow thumbprint editing and make OK only sensi...Carl Hetherington
2023-01-17Add certificate validity period to the screen dialog.Carl Hetherington
2023-01-17Tidy up certificate detail handling.Carl Hetherington
2023-01-16Layout tweaks to screen dialog.Carl Hetherington
2023-01-16Stack-allocate wxDialog instead of using wx_ptr.Carl Hetherington
2023-01-16Add subject/issuer details to the screen dialog (#2422).Carl Hetherington
2023-01-16Add tooltip for recipient file in the screen dialog.Carl Hetherington
2023-01-16Add set_recipient_file().Carl Hetherington
2023-01-16Cleanup: use auto.Carl Hetherington
2023-01-16Limit the size of the recipient file name in the screen dialog.Carl Hetherington
2023-01-14Add wx_ptr and use it instead of ScopeGuard in a lot of places.Carl Hetherington
2023-01-14Use more ScopeGuards.Carl Hetherington
2023-01-04Also use FileDialog for adding certificates to screens.Carl Hetherington
2022-09-15Fix some spelling mistakes (mostly in comments).Carl Hetherington
2022-09-01Fix two more badly-adapted instantiations of EditableList and makeCarl Hetherington
2022-04-29Use explicit parameters to the EditableList constructor, and allowCarl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-03-09Remove unused file_dialog_wrapper.hCarl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-03-09C++11 and general tidying.Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2020-12-22Fix error when cancelling load of a trusted device certificate.Carl Hetherington
2020-09-08Use wxString for EditableListColumn.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
2018-03-14Better error when loading a non-certificate as a certificate; the chain is OK...Carl Hetherington
2018-02-27Add a load of explicit keywords.Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-10-20Give a better error if the user tries to load a non-KDM as a DKDM into the KD...Carl Hetherington
2016-08-25Take the leaf of a certificate chain if one is providedCarl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-29Add free-text notes field to cinemas and screens.Carl Hetherington
2016-04-25Missing i18n tags.Carl Hetherington
2016-03-13Ignore empty KDM email addresses (#818).Carl Hetherington
2015-12-23Fix build on Centos.Carl Hetherington
2015-12-23Add a stored list of DKDMs to the creator rather than just a load button (#767).Carl Hetherington
2015-12-22Fix sensitivity of OK in the screen dialog.Carl Hetherington
2015-11-15Save trusted devices.Carl Hetherington