| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-22 | Return 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-29 | Fix (I think) some strange situations where ::get() on dialogs | Carl 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-23 | Support CPL metadata. | Carl Hetherington | |
