summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Collapse)Author
2021-07-10Use dcp::compose rather than our own.composeCarl 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).
2020-01-08Barely-functioning GL playback with new arrangement.Carl Hetherington
2019-12-27Add --config option to dcpomatic2 (#1703).Carl Hetherington
2019-12-27Add --version option to main DCP-o-matic.Carl Hetherington
2019-12-23Fix error when trying to make DCP-o-matic DKDMs due to attempts to makeCarl Hetherington
the validity time wider than that of the signing certificate.
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
on Linux; I think we need to do it ourselves rather than relying on wxFileDialog.
2019-11-11Add a warning message about Windows controlled folder access.Carl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-10-15Fix confusing error in windows where it would complain about : in full ↵Carl Hetherington
pathnames if creating a directory failed.
2019-08-31Primitive subtitle export feature.v2.15.16Carl Hetherington
2019-07-25Use ISDCF name as a default export filename (#1584).Carl Hetherington
2019-07-25Fix crash when loading a film from the command line.Carl Hetherington
2019-07-23Tidy up handling of content-modified checks when using the dcpomatic_cli.Carl Hetherington
2019-07-15swaroop: beginnings of DCP -> ecinema support.v2.15.12Carl Hetherington
2019-06-05Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) ↵Carl Hetherington
(#1569).