summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-04-03Add fonts.conf to OS X build to try to fix failure to synthesizev2.13.142Carl Hetherington
bold/italic on 10.12 (Sierra) and earlier (#1524).
2019-04-03Make a note about ISDCFMetadata SubtitleLanguage being set (part of #1516).Carl Hetherington
2019-04-03BOOST_FOREACH addition.Carl Hetherington
2019-04-02Extract subtitle language from text content rather than ISDCFMetadata (part ↵Carl Hetherington
of #1516).
2019-04-02Try to fix strange behaviour of the preview slider towards the endCarl Hetherington
of content where there is a section at the end with no keyframe (#1522).
2019-03-29Add episode/promo content types.Carl Hetherington
2019-03-29Don't crash when loading DCPs with multiple CCAP assets per reel (part of ↵v2.13.140Carl Hetherington
#1516).
2019-03-29Set CCAP language tag correctly.Carl Hetherington
2019-03-29Don't warn about overlapping CCAPs in SMPTE DCPs (part of #1516).Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2019-03-27Remove untouched fi_FI translation.Carl Hetherington
2019-03-27Hack to avoid empty tracks appearing in the DCP Track control.Carl Hetherington
2019-03-27Fix CHARSET in tr_TR.Carl Hetherington
2019-03-27Beginnings of tr_TR translation from Gökhan Aksoy.Carl Hetherington
2019-03-26Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2019-03-26Updated de_DE translation from Carsten Kurz.Carl Hetherington
2019-03-26Nag/warn when removing KDM decryption certificate.v2.13.137Carl Hetherington
2019-03-26Increase and tidy up spacing around message.Carl Hetherington
2019-03-26Try to extend minimum size of OS X prefs panels to fix #1502.Carl Hetherington
2019-03-26Unset _awaiting on a regular seek. This fixes bad behaviour in the sequence:Carl Hetherington
- some player_change; _awaiting is set - regular seek occurs (perhaps to a time much earlier than _awaiting) - another player_change occurs; player_change handler wrongly seeks back to _awaiting May help with #1505.
2019-03-25Fix missing serial number controls in certificate download dialogue (#1508).Carl Hetherington
2019-03-25Remove nasty border from wxSplitterWindow.Carl Hetherington
2019-03-25Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-03-25Updated de_DE translation from Carsten Kurz.Carl Hetherington
2019-03-25Fix crash on pressing spacebar in the player with no film loaded (#1506).Carl Hetherington
2019-03-25Try to fix missing inbuilt translations of wxWidgets in Fedora (#1502).v2.13.136Carl Hetherington
2019-03-25Sort KDM CPL list in reverse timestamp order (#1496).Carl Hetherington
2019-03-25Try to fix server status window being opened behind others (#1503).Carl Hetherington
2019-03-24Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-03-24Possibly fix OSX startup error in batch converter (#1501).Carl Hetherington
2019-03-24pot/merge.Carl Hetherington
2019-03-24Differentiate Y in a couple of i18n places.Carl Hetherington
2019-03-23Another attempt to fix build.v2.13.135Carl Hetherington
2019-03-23Try to fix Windows build.Carl Hetherington
2019-03-22Fix referencing of trimmed multi-reel DCPs (#1495).Carl Hetherington
2019-03-22Make careful_string_filter a little better and use it for KDM filenames.v2.13.133Carl Hetherington
2019-03-21fr_FR updates from Dan Cohen.Carl Hetherington
2019-03-21Fix instant-translation when things are changed more than once.Carl Hetherington
2019-03-21Tidy up translation emails slightly.Carl Hetherington
2019-03-19Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-03-18More missing translations.Carl Hetherington
2019-03-18I said we were in string freeze, but only nl_NL has come in soCarl Hetherington
far and robn has asked to translate these, so ;)
2019-03-15Draw 'masking' even when there's no _frame; stops a jump in theCarl Hetherington
size of the image when doing play-to-end, then play; in this case we start playing again, _frame goes to 0 and we stop.
2019-03-15Give a better error when FFmpegImageProxy fails to decode an image that was ↵Carl Hetherington
passed in without a filename.
2019-03-15Warn on importing complete certificate chains (part of #1488).Carl Hetherington
2019-03-15Don't offer to make KDMs for CPLs with no encrypted assets (#1490).Carl Hetherington
2019-03-15Don't try to send emails to cinemas with no addresses (#1489).Carl Hetherington
2019-03-15Remove unnecessary include.Carl Hetherington
2019-03-14Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-03-13Only mark _suspended as false at the appropriate times; previouslyv2.13.130Carl Hetherington
it was done too often, I think.