summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Collapse)Author
2022-05-02Replace some raw arrays with std::vectors.Carl Hetherington
2022-04-29Put * in the title bar when the DCP-o-matic project is modified (#1938).Carl Hetherington
2022-04-29Set window title based on the directory from Film.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-20Move make_dcp() out of Film (#2132).Carl Hetherington
2022-04-09Add some missing override labels.Carl Hetherington
2022-04-09Fix some comment typos.Carl Hetherington
2022-03-09Add option to export config as a .zip (#1776).Carl Hetherington
2022-02-12Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.Carl Hetherington
2022-02-12Warn if the signing certificates have a validity period > 10 years (#2174).Carl Hetherington
2021-12-13Make sure translators give email addresses.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed.
2021-09-27Add config location versioning (#2090).Carl Hetherington
2021-09-21Move 'show in file manager' code to cross_*Carl Hetherington
2021-08-17Add comments for shortcuts and extract them for the manual (#2073).Carl Hetherington
2021-07-01Fix race.Carl Hetherington
2021-07-01C++11 tidying.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-03-20Add select-all.Carl Hetherington
2021-02-23Remove wxSTAY_ON_TOP from splash screen on Windows to stop it hidingCarl Hetherington
error dialogues that pop up during startup.
2021-02-17Assorted C++11 tidying.Carl Hetherington
2021-02-16C++11 tidying.Carl Hetherington
2021-02-07Report boost::filesystem_error with more details.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-09More c++ tidying.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-21Remove the "simple" UI (#1868).Carl Hetherington
It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see.
2020-10-19macOS build fix.Carl Hetherington
2020-10-18Clarify some error messages on macOS (#1837).jenkinsCarl Hetherington
When we say we can't start a particular tool, it may be because it has not even been downloaded/installed.
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2020-08-25Try to clean up the mess of exporting subtitles when there isCarl Hetherington
one file vs many files (multiple reels or fonts).
2020-08-25Add option to export Interop subs with or without the font file / reference.Carl Hetherington
2020-08-25Rename export dialogue to export video.Carl Hetherington
2020-08-25Move subtitle export to its own dialogue.Carl Hetherington
2020-08-07Fix layout bug where the stuff in the content panel would be completelyCarl Hetherington
hidden in some cases (seen on Linux only, I think). wxDisplay::GetFromWindow sometimes returns -1 (perhaps when multiple monitors are connected) and we have to set the splitter position in this case.
2020-08-05Allow export with one audio stream per channel.v2.15.95Carl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2020-06-09Try to provide some platform-specific menu text for 'show DCP in <thing>'Carl Hetherington
2020-06-04Clean up handling of paths relative to the executable.Carl Hetherington
2020-05-20Fix DKDM generation by moving the validity period a day inside the ↵Carl Hetherington
certificate validity.
2020-05-10Remove scale to fit {width,height} options.Carl Hetherington
2020-05-07Add a 'Make DKDM' dialogue box to simplify and (hopefully) clarify DKDM ↵Carl Hetherington
creation (#1637).
2020-05-06Move some functions to kdm_with_metadataCarl Hetherington
2020-05-06Rename ScreenKDM -> KDMWithMetadataCarl Hetherington
2020-03-11Give a better error when opening a DCP with File -> Open by mistake (#1723).Carl Hetherington
2020-03-10Make DKDMs with validity 2 minutes shorter than the signer certificateCarl Hetherington
validity (#1728).