summaryrefslogtreecommitdiff
path: root/src/wx/kdm_cpl_panel.h
AgeCommit message (Collapse)Author
2025-06-14Use a new UISignal which checks thread safety slightly.3052-hangCarl Hetherington
This adds a wrapper around signals2::signal which checks that emission happens from the GUI thread, for signals whose handlers must be called in the UI thread. I'm not sure how helpful it really is but maybe it catches some bad situations.
2024-01-02Observe CPL changing, so that (e.g.) Make KDM button becomes sensitiveCarl Hetherington
when selecting a screen and then choosing a CPL by browsing the filesystem (when there was no CPL previously selected).
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-19Separate CPL choice for KDMs into a separate class.Carl Hetherington