summaryrefslogtreecommitdiff
path: root/src/wx/smpte_metadata_dialog.h
AgeCommit message (Collapse)Author
2025-12-17Refactor EditableList to take a new pair of functors for new/edit operations.Carl Hetherington
In the future this will allow more intricate text displays in EditableLists.
2025-02-09Remove unnecessary wx_ptrCarl Hetherington
It was only ever used for wxDialog subclasses, which can be stack-allocated.
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-08-28Use the same code for both Interop and SMPTE ratings controls.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-04-04Move luminance to Interop/SMPTE metadata and remove the ISDCF metadata dialogue.Carl Hetherington
2021-04-04Move chain to the Interop/SMPTE metadata.Carl Hetherington
2021-04-04Use studio and facility from Interop/SMPTE metadata rather than ISDCF.Carl Hetherington
2021-04-04Use release territory from Interop/SMPTE metadata instead of ISDCF metadata ↵Carl Hetherington
dialogue.
2021-04-04Inherit SMPTEMetadataDialog from a base class.Carl Hetherington
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-03-31Put subtitle language back into content from the film (#1930).Carl Hetherington
This also adds the main/additional language flag. Of all the considerations about how to specify subtitle language, the most important seems to be that the language specification happens for the content where the language is; i.e. in the content text tab.
2021-03-22Don't insist on writing optional metadata (#1923).Carl Hetherington
2021-03-22Split SMPTE metadata dialogue into two tabs (#1933).Carl Hetherington
2021-03-22Add simpler language tag dialog (#1931).Carl Hetherington
2021-03-22Rename LanguageTagDialog -> FullLanguageTagDialog.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-07Add WeakFilm and WeakConstFilm and use them a bit.Carl Hetherington
2020-11-20Store subtitle language(s) in Film, and allow setup of thoseCarl Hetherington
languages from the Interop/SMPTE metadata dialogues.
2020-11-15Add LanguageTagWidget and use it for the SMPTE metadata.Carl Hetherington
2020-09-23Add audio language configuration and pass it to libdcp.Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington