summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
AgeCommit message (Collapse)Author
2019-10-15Fix confusing error in windows where it would complain about : in full ↵Carl Hetherington
pathnames if creating a directory failed.
2019-05-22More destruction of the splash screen.v2.14.4Carl Hetherington
2019-05-22Try to make splash screen disappear sooner by Skip()ing the idle event.Carl Hetherington
2019-05-04Fix logging when loading a film.v2.14.1Carl Hetherington
2019-04-14Add donation nag after 20 successful DCP encodes.Carl Hetherington
2019-04-03BOOST_FOREACH addition.Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2019-03-21Tidy up translation emails slightly.Carl Hetherington
2019-02-19Don't display non-existant items in the history.Carl Hetherington
2019-02-17More player debugging for butler video-full states.v2.13.121Carl Hetherington
2019-02-02Add Ctrl-W shortcut to Close.Carl Hetherington
2019-01-31Check consistency of refer-to-DCP settings after adding content (#1456).Carl Hetherington
2019-01-13Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).Carl Hetherington
2019-01-10Check modified before File -> Close happens.Carl Hetherington
2019-01-10Add File->Close to main DCP-o-matic (#1180).Carl Hetherington
2019-01-09Hopefully improve layout on high-resolution displays (#1303).Carl Hetherington
2018-12-23Fix thinko in previous.Carl Hetherington
2018-12-23Tidy up previous.Carl Hetherington
2018-12-23Close splash screen before displaying a startup error.Carl Hetherington
2018-12-08Add sending of translations via email.v2.13.82Carl Hetherington
2018-11-27Fix controls in main DoM some more.Carl Hetherington
2018-11-27Fix controls in main DoM.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Remove Film pointer from clone().Carl Hetherington
2018-11-21Add and use new FrameRateChange constructors.Carl Hetherington
2018-11-09Allow specification of trusted devices by thumbprint rather thanv2.13.68Carl Hetherington
by full certificate.
2018-10-14Fix bad chars.Carl Hetherington
2018-10-13Fix build.Carl Hetherington
2018-10-13Improve Windows bad-chars error.Carl Hetherington
2018-10-13Give a more informative error when using bad filename characters on Windows.v2.13.60Carl Hetherington
2018-09-11FilmViewer API tidying.Carl Hetherington
2018-09-11Rename control_film_viewer file.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-09-10Basics of export of multiple reels to multiple files.Carl Hetherington
2018-09-07Initial nag for interface complexity.Carl Hetherington
2018-09-03Add basic quality option for x264 export.Carl Hetherington
2018-08-21Check content for changes on loading a project.Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-07-26Background-threaded hints including line length of CCAPs.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More automated renaming.Carl Hetherington
ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType
2018-07-23Very basic closed caption viewer.Carl Hetherington
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington
hold subs and closed captions.
2018-07-19Clean up after previous commit.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl Hetherington
sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h
2018-06-09Add option to open a DCP in the player (#1312).Carl Hetherington
2018-06-09Factor out sending a message to another tool (possibly starting it first).Carl Hetherington
2018-05-24Try another way of fixing accelerators stealing text control arrow keys (#1263).Carl Hetherington
2018-04-05Stop hot keys stealing from text fields (#1263).v2.13.10Carl Hetherington