summaryrefslogtreecommitdiff
path: root/src/wx/smpte_metadata_dialog.cc
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.
2024-09-03Fix missing i18n markup.Carl Hetherington
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-09-01Fix two more badly-adapted instantiations of EditableList and makeCarl Hetherington
it harder to make similar errors in the future.
2022-08-28Use the same code for both Interop and SMPTE ratings controls.Carl Hetherington
2022-08-28Fix missing buttons for ratings lists.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-04-01Remove unused method.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-22C++11 tidying.Carl Hetherington
2021-03-22Add simpler language tag dialog (#1931).Carl Hetherington
2021-03-22Rename LanguageTagDialog -> FullLanguageTagDialog.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.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-20Move labelling out of LanguageTagWidget.Carl Hetherington
2020-11-16Add catch-all assertion.Carl Hetherington
2020-11-15Add LanguageTagWidget and use it for the SMPTE metadata.Carl Hetherington
2020-10-21macOS / new boost build fixes.v2.15.104Carl Hetherington
2020-09-23Add audio language configuration and pass it to libdcp.Carl Hetherington
2020-09-23Fix some vertical alignment.Carl Hetherington
2020-09-23Support CPL metadata.Carl Hetherington