| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-10 | Add system information dialog with OpenGL version. | Carl Hetherington | |
| 2019-05-10 | Validation of certificate chains will fail before dcpomatic_setup() | Carl Hetherington | |
| is called, as OpenSSL has not yet been set up. Make sure that these failures only raise a Bad() (which nobody is yet listening to) rather than throwing an exception which gets caught and reported as a failed-to-load config. If none of the OpenSSL stuff is working chain_valid() will return false but private_key_valid() will throw an exception (as it tries to get the leaf certificate, causing a validity check). | |||
| 2019-05-10 | Close splash before displaying config errors/warnings. | Carl Hetherington | |
| 2019-05-10 | Complain on startup if signer or decryption chains are inconsistent (#1520). | Carl Hetherington | |
| 2019-05-10 | Disable hints when there is no film. | Carl Hetherington | |
| 2019-05-04 | Fix logging when loading a film.v2.14.1 | Carl Hetherington | |
| 2019-04-14 | Add donation nag after 20 successful DCP encodes. | Carl Hetherington | |
| 2019-04-03 | BOOST_FOREACH addition. | Carl Hetherington | |
| 2019-03-28 | Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138 | Carl Hetherington | |
| 2019-03-21 | Tidy up translation emails slightly. | Carl Hetherington | |
| 2019-02-19 | Don't display non-existant items in the history. | Carl Hetherington | |
| 2019-02-17 | More player debugging for butler video-full states.v2.13.121 | Carl Hetherington | |
| 2019-02-02 | Add Ctrl-W shortcut to Close. | Carl Hetherington | |
| 2019-01-31 | Check consistency of refer-to-DCP settings after adding content (#1456). | Carl Hetherington | |
| 2019-01-13 | Fix Gb -> GB confusion (thanks Rob van Nieuwkerk). | Carl Hetherington | |
| 2019-01-10 | Check modified before File -> Close happens. | Carl Hetherington | |
| 2019-01-10 | Add File->Close to main DCP-o-matic (#1180). | Carl Hetherington | |
| 2019-01-09 | Hopefully improve layout on high-resolution displays (#1303). | Carl Hetherington | |
| 2018-12-23 | Fix thinko in previous. | Carl Hetherington | |
| 2018-12-23 | Tidy up previous. | Carl Hetherington | |
| 2018-12-23 | Close splash screen before displaying a startup error. | Carl Hetherington | |
| 2018-12-08 | Add sending of translations via email.v2.13.82 | Carl Hetherington | |
| 2018-11-27 | Fix controls in main DoM some more. | Carl Hetherington | |
| 2018-11-27 | Fix controls in main DoM. | Carl Hetherington | |
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2018-11-21 | Remove Film pointer from clone(). | Carl Hetherington | |
| 2018-11-21 | Add and use new FrameRateChange constructors. | Carl Hetherington | |
| 2018-11-09 | Allow specification of trusted devices by thumbprint rather thanv2.13.68 | Carl Hetherington | |
| by full certificate. | |||
| 2018-10-14 | Fix bad chars. | Carl Hetherington | |
| 2018-10-13 | Fix build. | Carl Hetherington | |
| 2018-10-13 | Improve Windows bad-chars error. | Carl Hetherington | |
| 2018-10-13 | Give a more informative error when using bad filename characters on Windows.v2.13.60 | Carl Hetherington | |
| 2018-09-11 | FilmViewer API tidying. | Carl Hetherington | |
| 2018-09-11 | Rename control_film_viewer file. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-09-10 | Basics of export of multiple reels to multiple files. | Carl Hetherington | |
| 2018-09-07 | Initial nag for interface complexity. | Carl Hetherington | |
| 2018-09-03 | Add basic quality option for x264 export. | Carl Hetherington | |
| 2018-08-21 | Check content for changes on loading a project. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-07-26 | Background-threaded hints including line length of CCAPs. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More 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-23 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-19 | Clean up after previous commit. | Carl Hetherington | |
| 2018-07-19 | Rename Subtitle -> Text | Carl 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-09 | Add option to open a DCP in the player (#1312). | Carl Hetherington | |
| 2018-06-09 | Factor out sending a message to another tool (possibly starting it first). | Carl Hetherington | |
