summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-27Remove believed-misleading comment.v2.13.6Carl Hetherington
2018-03-27Fix order of calculations to make subtitle centering work after scaling ↵Carl Hetherington
(related to #1246).
2018-03-27Missing #include for some platforms.Carl Hetherington
2018-03-26Add real-time mouse cursor readout in audio analysis (rest of #1082).Carl Hetherington
2018-03-26Bump audio analysis file version and cache drawn points in the audio plot.Carl Hetherington
2018-03-26Add time axis to audio analysis (part of #1082).Carl Hetherington
2018-03-26Allow audio analysis window to expand horizontally.Carl Hetherington
2018-03-26Remove specific libdcp/libsub dependencies for now.Carl Hetherington
2018-03-26Bump libsub.Carl Hetherington
2018-03-25Bump libdcp for build fix.v2.13.5Carl Hetherington
2018-03-25Fix mangled wscript.v2.13.4Carl Hetherington
2018-03-25Bump versionv2.13.3Carl Hetherington
2018-03-25Bump versionv2.13.2Carl Hetherington
2018-03-24Fix crash when changing DCP audio channel count.Carl Hetherington
Without this we ask the AudioMerger to merge new buffers with N channels with old buffers with M channels, which it can't do. I'm not convinced this is the best solution but I think it will do for now.
2018-03-24Fix update checket error when there is no test version.Carl Hetherington
2018-03-24Cherry-pick 9964901 from v2.12.xCarl Hetherington
2018-03-23We are using lightweight (not annotated) tags so we need an extra option to ↵Carl Hetherington
git describe.
2018-03-23Add arrows to player too.Carl Hetherington
2018-03-23Arrows to go forward/back one frame.Carl Hetherington
2018-03-23Ctrl-T to open timeline (#1201).Carl Hetherington
2018-03-23Fix crash on pressing space with no loaded film.Carl Hetherington
2018-03-23Add space shortcut to start/stop playback (#1201).Carl Hetherington
2018-03-22Don't crash when trying to create a film in a bad location.Carl Hetherington
2018-03-22Allow CPL selection in player (#1239).Carl Hetherington
2018-03-22Improve the appearance of a few error messages (#1187).Carl Hetherington
2018-03-22Add hint about making a DCP with a very different frame rate to the content.Carl Hetherington
2018-03-22Merge de_DE readme from 2.12.x.Carl Hetherington
2018-03-22Merge nl_NL translation 15f3ff4 from v2.12.x.Carl Hetherington
2018-03-22Merge Carsten's de_DE translation from c52231e.Carl Hetherington
2018-03-22Add stub el_GR translations and add ar_LB/fi_FI to build scripts.Carl Hetherington
2018-03-21Bump libdcp for xmlns changes.v2.13.1Carl Hetherington
2018-03-21Update for new bits in libdcp verify.Carl Hetherington
2018-03-21Must tell RPM about new translation files.Carl Hetherington
2018-03-21Merge.Carl Hetherington
2018-03-21Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2018-03-21Fix for python 3.Carl Hetherington
2018-03-20.dmg tweaks from v2.12.x.Carl Hetherington
2018-03-20Missing libdcp prefix.Carl Hetherington
2018-03-20Typo in previous.Carl Hetherington
2018-03-20Fix build for newer libdcp.Carl Hetherington
2018-03-20Bump libdcp.Carl Hetherington
2018-03-19Support for ycmd.Carl Hetherington
2018-03-18Fix corrupted image (and probably crashes) when changing the player'sCarl Hetherington
window size; we request images of the new size with set_video_container_size but some old ones from the butler (I think) will arrive. Check that the images are the right size before we try to construct a wxBitmap with them. Should fix #1242.
2018-03-16KDM writing tweak from v2.12.x.Carl Hetherington
2018-03-16Another OS X signing-related fix.Carl Hetherington
2018-03-16Fixes for OS X signing.Carl Hetherington
2018-03-16Fix mageia dependency.Carl Hetherington
2018-03-15Missing files.Carl Hetherington
2018-03-14Better error when loading a non-certificate as a certificate; the chain is ↵Carl Hetherington
OK but empty.
2018-03-14Very basic DCP verification in the player (#1238).Carl Hetherington