summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-22Add MOS tag in ISDCF names if there is no sound.v2.13.16Carl Hetherington
2018-04-22Allow + in DCP names for ISDCF RU rating strings.Carl Hetherington
2018-04-22Actually make that test work.Carl Hetherington
2018-04-22Add a new test.Carl Hetherington
2018-04-21Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-04-21Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-04-20Fix some bad fuzzy translations.Carl Hetherington
2018-04-20pot/merge.Carl Hetherington
2018-04-20Report errors from other parts of the VerifyDCPJob.Carl Hetherington
2018-04-19Fix crash on make-dcp after trimming end of text subtitles (#1275).Carl Hetherington
2018-04-19New test data for previous.Carl Hetherington
2018-04-19Add unit test to trigger #1275 and an assert to prevent the segfault.Carl Hetherington
2018-04-18Use round() when moving the slider - try to make it the same as trim so that ↵v2.13.15Carl Hetherington
there are no surprises.
2018-04-17Fix .gitignore.Carl Hetherington
2018-04-17Use round rather than ceil when putting positions and start trimsCarl Hetherington
onto frame boundaries. ceil() can creep upwards with rounding error, which I have seen happen over a save/load.
2018-04-17When seeking to the start of some content, take trim into accountCarl Hetherington
so that we don't have to run through the whole of the trimmed portion to get to the data we want.
2018-04-16Put project path in the audio dialog title bar.Carl Hetherington
2018-04-15about_dialog.cc doesn't always rebuild if supporters.cc changes;Carl Hetherington
hack around this. Also make supporters lists right for older versions.
2018-04-15Fix thinko.Carl Hetherington
2018-04-13Account for J2K decoding at lower-than-maximum resolution when croppingv2.13.14Carl Hetherington
the resulting images; fixes #1274.
2018-04-13Tidy up to use one list of servers.Carl Hetherington
2018-04-13Update encoding server list when servers disappear (#1176).Carl Hetherington
2018-04-13Note and indicate servers with bad link version (#982).Carl Hetherington
2018-04-12Disable OK in export dialogue until a filename has been specified (#1260).Carl Hetherington
2018-04-11Fix 3D DCP handling in the player.Carl Hetherington
2018-04-10Missing setup of SubtitleDecoder position causing #1271 and probably other ↵Carl Hetherington
things.
2018-04-08Add missing .desktop file to RPM builds.Carl Hetherington
2018-04-07Somewhat speculative shuffler fix for assertion failure.v2.13.13Carl Hetherington
2018-04-07Fix silly crash in shuffler.Carl Hetherington
2018-04-06Fix missing start icon for the player in Linux.Carl Hetherington
2018-04-05Further adjustment of shuffler to cope with having sources for only one eye.v2.13.12Carl Hetherington
2018-04-05Fix old merge artefact.Carl Hetherington
2018-04-05Remove believed-unnecessary check.Carl Hetherington
2018-04-05Updated zh_CN translation from 刘汉源.Carl Hetherington
2018-04-05Speculative fix for crash on startup with no audio devices (#1265).v2.13.11Carl Hetherington
2018-04-05Stop hot keys stealing from text fields (#1263).v2.13.10Carl Hetherington
2018-04-05Wait for in-order input to shuffler before emitting anything, otherwiseCarl Hetherington
we emit a crucial frame and then fail to carry on because we miss it.
2018-04-05Tidy up assertion.Carl Hetherington
2018-04-05Add failing 3D L/R test.Carl Hetherington
2018-04-03Remove rather wordy debug for #953, not seen for a while.Carl Hetherington
2018-03-28Tweak OS X version.v2.13.9Carl Hetherington
2018-03-28Fix compile warnings on OS X.Carl Hetherington
2018-03-28Try to fix OS X .dmg versioning with new scheme.v2.13.8Carl Hetherington
2018-03-28Disable audio mapping control when analysing audio (#1250).Carl Hetherington
2018-03-28Build script typo.v2.13.7Carl Hetherington
2018-03-28Don't distribute compile_commands.json.Carl Hetherington
2018-03-27Tweak wording of DCP referencing tips.Carl Hetherington
2018-03-27Use a label rather than a tooltip to tell users why they can't refer to DCPs.Carl Hetherington
Tooltips don't seem to work on disabled widgets in Windows (at least).
2018-03-27why_not in can_reference can just be a string rather than a list of strings.Carl Hetherington
2018-03-27Remove believed-misleading comment.v2.13.6Carl Hetherington