summaryrefslogtreecommitdiff
path: root/src/wx/rating_dialog.h
AgeCommit message (Collapse)Author
2022-04-29Fix (I think) some strange situations where ::get() on dialogsCarl Hetherington
used by EditableList would return something that wasn't a optional<> but would then get implicitly cast to one. Now we have a static_assert to check that the type is what we expect.
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-03-09Improve ratings dialog to allow only valid values (#2199).Carl Hetherington
2019-05-10Basics of metadata dialog - ratings.Carl Hetherington