summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.cc
AgeCommit message (Collapse)Author
2019-02-12Try to fix some warnings.Carl Hetherington
2018-12-12Fix content properties (#1428).Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-08-14Use a radio item rather than a check item when selecting CPL in the content ↵Carl Hetherington
menu.
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-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2018-01-06Catch exceptions thrown when there are bad KDMs added to imported DCPs (#1000).Carl Hetherington
2017-05-23Fix find-missing-content.Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-12-16Increase maximum allowable KDM file size.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-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-11-16Catch failures to read missing DCPs in various places.Carl Hetherington
2016-11-15Fix 0-id menu item in the CPL menu which causes an error on OS X (#1001).Carl Hetherington
2016-10-29Fix crash on Repeat... option.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-06Fix sensitivity of add-ov option in the content menu.Carl Hetherington
2016-10-06Add menu option to select CPL.Carl Hetherington
2016-08-24Allow import of OV/VF DCPs (#906).Carl Hetherington
2016-06-30Re-examine joined content.Carl Hetherington
2016-06-30Big speed-up to content joining.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
2015-08-26Rest of src/lib/*.h tidying.Carl Hetherington
2015-07-29Fix find missing function for DCP content (#646).Carl Hetherington
2015-07-26Don't bother re-examining content if loading a KDM fails.Carl Hetherington
2015-07-26Catch exceptions when loading KDMs.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-17Final tweaks and removal of Film::playlist().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-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
Basics of an image sequence dialog that asks about frame rate and digest calculation.
2014-09-12Add context menu option to re-examine content (#339).Carl Hetherington
2014-07-21Save KDMs for imported DCPs to metadata.xml.Carl Hetherington
2014-07-20Basic support for decryption of imported DCPs.Carl Hetherington
2013-12-28ContentMenu was keeping its initial film and not using the current one; ↵Carl Hetherington
should fix #255.
2013-12-28Remove unused Film::content_paths_valid; fix ImageDecoder to throw an ↵Carl Hetherington
OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid.