summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.cc
AgeCommit message (Collapse)Author
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.
2013-11-23Basics of joining.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-10-07Hopefully fix menu id error on OS X.Carl Hetherington
2013-08-15Fix includes.Carl Hetherington
2013-07-19Give content menu on both main control and timeline. Fix silly bug on ↵Carl Hetherington
updating editor panels.