| 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). | |||
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2023-04-25 | Cleanup: remove some unnecessary includes. | Carl Hetherington | |
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
| 2023-01-14 | Use more ScopeGuards. | Carl Hetherington | |
| 2022-09-01 | Fix two more badly-adapted instantiations of EditableList and make | Carl Hetherington | |
| it harder to make similar errors in the future. | |||
| 2022-04-29 | Use explicit parameters to the EditableList constructor, and allow | Carl Hetherington | |
| arbitrary new/edit/remove button combinations to be used. | |||
| 2022-04-29 | C++11 tidying. | Carl Hetherington | |
| 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. | |||
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2022-04-21 | Disable warnings around all wx includes. | Carl Hetherington | |
| 2022-04-21 | Tidying. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2020-11-20 | Tidy up button alignment. | Carl Hetherington | |
| 2020-09-08 | Fix incorrect sense of title parameter. | Carl Hetherington | |
| 2020-09-08 | Use wxString for EditableListColumn. | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-06-08 | Add a border round EditableLists on GTK3, otherwise they are hard to see. | Carl Hetherington | |
| 2019-05-10 | Basics of metadata dialog - ratings. | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-10-09 | swaroop: required monitors checks. | Carl Hetherington | |
| 2016-10-20 | Give a better error if the user tries to load a non-KDM as a DKDM into the ↵ | Carl Hetherington | |
| KDM creator. | |||
| 2016-07-26 | Expand vertical size of servers list in preferences (#913). | Carl Hetherington | |
| Remove a rather baroque sizer arrangement with a simpler wxBoxSizer which allows EditableLists to grow. There may have been a reason for the more complicated arrangement... | |||
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-03-13 | Ignore empty KDM email addresses (#818). | Carl Hetherington | |
| 2016-02-27 | Fix layout of KDM CC configuration (#793). | Carl Hetherington | |
| 2015-12-23 | Add a stored list of DKDMs to the creator rather than just a load button (#767). | Carl Hetherington | |
| 2015-11-15 | Add user interface for trusted devices. | Carl Hetherington | |
| 2015-11-15 | Fix operation of cancel in EditableList's operation dialogue box. | Carl Hetherington | |
| 2015-11-15 | Remove copy button (added for colour conversion presets but no longer required). | Carl Hetherington | |
| 2015-11-13 | Allow multiple recipients of KDM emails (#745). | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-04-15 | 00cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog ↵ | Carl Hetherington | |
| update itself when the configuration changes, and add a menu option to restore the default configuration. | |||
| 2014-12-20 | Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵ | Carl Hetherington | |
| assert()s with thrown exceptions. | |||
| 2014-08-31 | Merge master. | Carl Hetherington | |
| 2014-08-31 | Add copy button to EditableList (#399). | Carl Hetherington | |
| 2014-07-18 | Keep signing certificates / keys in config.xml rather than on disk; allow ↵ | Carl Hetherington | |
| configuration. | |||
| 2014-03-16 | Basic work on new prefs dialog. | Carl Hetherington | |
| 2013-11-06 | GUI layout tweaks. | Carl Hetherington | |
| 2013-10-19 | Fix non-saving of colour transform presets. | Carl Hetherington | |
| 2013-08-17 | Fix some crashiness on removing things from EditableList. | Carl Hetherington | |
| 2013-08-17 | Various bits mostly related to colour conversions. | Carl Hetherington | |
| 2013-08-16 | Very basics of colour conversion configuration. | Carl Hetherington | |
