| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-25 | Fix misunderstanding of wxDialog lifetime handling. | Carl Hetherington | |
| Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 wxDialog can be stack allocated if opened with ShowModal(), but not with Show(). Go back to wx_ptr for those that are opened with Show(). | |||
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-06-09 | Add option to copy content settings from another project (#2808). | Carl Hetherington | |
| 2023-10-10 | Add new "copy markers from this DCP" option (#2628). | Carl Hetherington | |
| Also stop the "copy settings" options from doing this, as Carsten points out that it could be confusing and potentially very bad if you copy markers from an OV to an edited VF which then bring house lights up at the wrong time or whatever. | |||
| 2023-01-14 | Use wx_ptr for AutoCropDialog | Carl Hetherington | |
| 2022-10-14 | Cleanup: use simpler ownership for FilmViewer. | Carl Hetherington | |
| 2022-05-02 | Extract and improve code to find missing files (#1940). | Carl Hetherington | |
| 2022-04-29 | Primitive auto-crop (#1477). | Carl Hetherington | |
| 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-04-29 | Remove use of boost::noncopyable. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-05-18 | Add a new "Advanced settings" dialog for content, accessible | Carl Hetherington | |
| from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel. Maybe other things should be hidden in here. I'm looking at you, video filters... | |||
| 2020-04-21 | Add code to copy the data and hook it up to a menu item. | Carl Hetherington | |
| 2018-07-21 | Revert "Remove join function; the code is long and I don't think anybody" | Carl Hetherington | |
| It turns out Carsten uses it :) This reverts commit bd5e8b83a3a18787241982efdae809d4db21f65d. | |||
| 2018-07-20 | Remove join function; the code is long and I don't think anybody | Carl Hetherington | |
| uses it. | |||
| 2018-02-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2016-11-23 | Attempt to fix crash on hitting enter in the crop control on Windows (#1009). | Carl Hetherington | |
| 2016-11-20 | ContentMenu is never destroyed, so some bits can be removed. | Carl Hetherington | |
| 2016-10-15 | Add KDMs after resolving asset references; don't complain | Carl Hetherington | |
| if a single KDM fails to decrypt a VF/OV combination. | |||
| 2016-10-11 | Fix crash on opening content menu for DCPs that have had incorrect KDMs added. | Carl Hetherington | |
| 2016-10-06 | Add menu option to select CPL. | Carl Hetherington | |
| 2016-08-24 | Allow import of OV/VF DCPs (#906). | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-05-04 | 701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master; content properties dialog. | Carl Hetherington | |
| 2015-03-24 | Hand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c from master; | Carl Hetherington | |
| allow "deletion" of the audio part of a FFmpeg file from the timeline; delete unmaps the audio (#316). | |||
| 2015-03-16 | Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵ | Carl Hetherington | |
| signals are disconnected in the right places. | |||
| 2015-01-28 | Small fixes and tidy-ups spotted by cppcheck. | Carl Hetherington | |
| 2014-09-12 | Add context menu option to re-examine content (#339). | Carl Hetherington | |
| 2014-07-20 | Basic support for decryption of imported DCPs. | Carl Hetherington | |
| 2014-07-13 | Separate code for the content panel out into a separate class. | Carl Hetherington | |
| 2013-12-28 | ContentMenu was keeping its initial film and not using the current one; ↵ | Carl Hetherington | |
| should fix #255. | |||
| 2013-11-23 | Basics of joining. | Carl Hetherington | |
| 2013-10-22 | Allow films to be loaded when content is missing. | Carl Hetherington | |
| 2013-07-19 | Give content menu on both main control and timeline. Fix silly bug on ↵ | Carl Hetherington | |
| updating editor panels. | |||
