summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
AgeCommit message (Collapse)Author
2026-01-13Add context menu option to verify DCPs from the main DoM (#2054).Carl Hetherington
2026-01-13White space: content_menu.{cc,h}Carl Hetherington
2026-01-02Use non-modal ContentPropertiesDialog.Carl Hetherington
This stops the really annoying behaviour where you drag it and the main DoM frame shrinks (maybe only on Linux).
2025-02-25Fix 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-09Remove unnecessary wx_ptrCarl Hetherington
It was only ever used for wxDialog subclasses, which can be stack-allocated.
2024-06-09Add option to copy content settings from another project (#2808).Carl Hetherington
2023-10-10Add 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-14Use wx_ptr for AutoCropDialogCarl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-05-02Extract and improve code to find missing files (#1940).Carl Hetherington
2022-04-29Primitive auto-crop (#1477).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-04-29Remove use of boost::noncopyable.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-05-18Add a new "Advanced settings" dialog for content, accessibleCarl 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-21Add code to copy the data and hook it up to a menu item.Carl Hetherington
2018-07-21Revert "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-20Remove join function; the code is long and I don't think anybodyCarl Hetherington
uses it.
2018-02-27Add a load of explicit keywords.Carl Hetherington
2016-11-23Attempt to fix crash on hitting enter in the crop control on Windows (#1009).Carl Hetherington
2016-11-20ContentMenu is never destroyed, so some bits can be removed.Carl Hetherington
2016-10-15Add KDMs after resolving asset references; don't complainCarl Hetherington
if a single KDM fails to decrypt a VF/OV combination.
2016-10-11Fix crash on opening content menu for DCPs that have had incorrect KDMs added.Carl Hetherington
2016-10-06Add menu option to select CPL.Carl Hetherington
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-04701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master; content properties dialog.Carl Hetherington
2015-03-24Hand-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-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2014-09-12Add context menu option to re-examine content (#339).Carl Hetherington
2014-07-20Basic support for decryption of imported DCPs.Carl Hetherington
2014-07-13Separate code for the content panel out into a separate class.Carl Hetherington
2013-12-28ContentMenu was keeping its initial film and not using the current one; ↵Carl Hetherington
should fix #255.
2013-11-23Basics of joining.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-07-19Give content menu on both main control and timeline. Fix silly bug on ↵Carl Hetherington
updating editor panels.