summaryrefslogtreecommitdiff
path: root/src/wx/content_version_dialog.cc
AgeCommit message (Collapse)Author
2025-02-22Return std::vector instead of boost::optional from the EditableList dialog.Carl Hetherington
It's a bit clumsy, as returning more than one thing only makes sense when adding (not when editing), but allowing both optional and vector with template voodoo seems awkward (at least with C++11).
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.
2020-09-23Support CPL metadata.Carl Hetherington