summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-04swaroop: hopefully fix wallpaper apparition.v2.13.112Carl Hetherington
2019-02-04swaroop: populate playlist after recovery from crash.Carl Hetherington
2019-02-03Fix incorrect subtitle positioning when there are simultaneousCarl Hetherington
subtitles at the same vposition from different reference points (#1458).
2019-02-02Manual tweaks.Carl Hetherington
2019-02-02Document re-encode checkbox.Carl Hetherington
2019-02-02Some basic documentation of the timeline.Carl Hetherington
2019-02-02Tweak timeline layout.Carl Hetherington
2019-02-02Add Ctrl-W shortcut to Close.Carl Hetherington
2019-02-02Remove unused variable.Carl Hetherington
2019-02-01Allow loading of OTF files.Carl Hetherington
2019-02-01Remove unused file.Carl Hetherington
2019-02-01Fix font in splash image.Carl Hetherington
2019-02-01Always show splash even if we already have a config.xml.Carl Hetherington
2019-02-01Try doing it after Pango::init().Carl Hetherington
2019-02-01Try to move fontconfig cache delay to program startup on Windows.Carl Hetherington
2019-02-01Set fontconfig cache location on Windows.Carl Hetherington
2019-02-01Fix crash when importing a file called subs.srt.txt.Carl Hetherington
2019-02-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-01-31Missing libsub bump.Carl Hetherington
2019-01-31pot/merge.Carl Hetherington
2019-01-31Bumps for new asdcplib to fix #1325.Carl Hetherington
2019-01-31Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2019-01-31Check consistency of refer-to-DCP settings after adding content (#1456).Carl Hetherington
2019-01-31Add some comments.Carl Hetherington
2019-01-30Missing #include.Carl Hetherington
2019-01-30Hide the 'export decryption chain' button in the advanced page of preferences.Carl Hetherington
2019-01-30Test debugging.Carl Hetherington
2019-01-30Fix non-translated days of the week (#1455).Carl Hetherington
2019-01-30More noncopyable includes for arch.Carl Hetherington
2019-01-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2019-01-29Bump libsub for crash in malformed .srt (#1454).Carl Hetherington
2019-01-29Don't enable the export OK button if we change format but have still not set ↵Carl Hetherington
an output file.
2019-01-29Fix odd formatting.Carl Hetherington
2019-01-28Export in the manual.Carl Hetherington
2019-01-28OpenGL hacks.Carl Hetherington
2019-01-28Update subtitles -> timed text in manual.Carl Hetherington
2019-01-28Manual updates.Carl Hetherington
2019-01-28Fix missing word.Carl Hetherington
2019-01-28Updates test/data.Carl Hetherington
2019-01-27Better error from avformat_alloc_output_context2.Carl Hetherington
2019-01-27Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2019-01-27Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2019-01-27Fix test.Carl Hetherington
2019-01-27Remove vestiges of some unused translations.v2.13.111Carl Hetherington
2019-01-27Remove specification of italic/bold fonts (#1451); synthesis will be used ↵v2.13.110Carl Hetherington
instead.
2019-01-26Modify FontConfig call to allow italic/bold synthesis.Carl Hetherington
2019-01-26Revert accidentally-committed stuff in pot/merge.Carl Hetherington
2019-01-26pot/merge.Carl Hetherington
2019-01-26Suggest that DCP rates <= 30 are used unless the user explictly goes higher ↵Carl Hetherington
(#1441).
2019-01-26Fix hints object so that its lifetime is (nearly) the same as its thread.Carl Hetherington
Then when the thread AND Hints object are destroyed we get the Signaller's destructor stuff to stop left-over hint signals being delivered. Also add a hint about > 30fps DCP rates.