summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2019-12-24Tweak certficate chain dialogue layout (#1530).Carl Hetherington
2019-12-19Add an output audio matrix (#1482).Carl Hetherington
2019-12-19Move sound output driver selection into new preferences tab.Carl Hetherington
2019-12-18Accept float fps when getting timecodes from the Timecode controlCarl Hetherington
otherwise inaccurate values are returned for non-integer rates. Should fix #1694. Forward-ported from 1229de2042c785a9e851e5fc53922a75bfbf195d in master.
2019-12-17Allow configuration of relevant log levels in the player (#1549).Carl Hetherington
2019-12-15Support content version metadata (#782).Carl Hetherington
2019-12-15Add some missing verification messages.Carl Hetherington
2019-12-11Fix crash on hotkey-opening the menu then pressing right a few times.Carl Hetherington
2019-12-01Nice error when a KDM cannot be made because its validity period is not ↵Carl Hetherington
within the signing certificate chain's validity period.
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
on Linux; I think we need to do it ourselves rather than relying on wxFileDialog.
2019-11-20Put the timecode next to the rewind-to-0 button to help avoid mouse-slips ↵v2.15.36Carl Hetherington
(#1234).
2019-11-05Differentiate between stop and suspend in player.Carl Hetherington
This and the previous commit somewhat improve the previously terrible behaviour when seeking during playback, probably introduced by the idle update stuff.
2019-11-05Don't request idle get if we are starting playback again.Carl Hetherington
2019-10-31Keep default export name even if the user changes the format (#1584).Carl Hetherington
2019-10-31Set fade in/out using content frame rate rather than DCP rate (#1642).Carl Hetherington
2019-10-21Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.Carl Hetherington
2019-10-14Remove unused bits.Carl Hetherington
2019-10-14Remove an optimisation to not run the body of ContentPanel::check_selectionCarl Hetherington
if it is called with an unchanged selection. It breaks updates of the available tabs when a OV is added to a VF DCP.
2019-10-13Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22Carl Hetherington
The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet.
2019-10-09Allow debug builds with no internet connection. Also add missing patron.Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter.
2019-09-27Use content video frame rate rather than the DCP one when readingCarl Hetherington
trim start/end back from the UI. See #1607.
2019-09-09pot/merge.v2.15.19Carl Hetherington
2019-09-09Handle errors a little better when scanning for closed captions (in hints).Carl Hetherington
2019-09-08Fix timeline selection under scroll.Carl Hetherington
2019-09-05Stop double-click on the splitter divider from doing anything (#1601).v2.15.17Carl Hetherington
2019-08-31Primitive subtitle export feature.v2.15.16Carl Hetherington
2019-08-30Make player more tolerant of some DCP errors.Carl Hetherington
2019-08-27Slightly better errors when the player fails to load a DCP.Carl Hetherington
2019-08-23Add Luproduction as patron.Carl Hetherington
2019-08-11Allow specification of audio forensic marking (in KDMs) for some channels ↵Carl Hetherington
only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
2019-07-25Use ISDCF name as a default export filename (#1584).Carl Hetherington
2019-07-25Trim after _ in current name when enabling 'Use ISDCF name' (#1513).Carl Hetherington
2019-07-25Hack to allow OS X to find timeline icons when running from the source tree.Carl Hetherington
2019-07-25Optimise decoder_factory for DCPDecoder by offering the old decoderCarl Hetherington
(if available) to recover the list of reels from, rather than having to scan the filesystem again.
2019-07-25Add assert.Carl Hetherington
2019-07-24Re-work idle handling from previous commit.Carl Hetherington
2019-07-24Optimise the feel of some GUI functions by doing the seek afterCarl Hetherington
many content changes in an idle handler, rather than blocking the UI update until the seek and image redisplay have finished.
2019-07-22swaroop: support creation of H264 with 24-bit PCM.Carl Hetherington
2019-07-22Add some stubs so that swaroop variants build on OS X.Carl Hetherington
2019-07-10swaroop: fix crash when there's an incorrect ecinema KDM.v2.15.11Carl Hetherington
2019-07-08Fix flicker in timeline view when selecting (in some cases).Carl Hetherington
2019-07-06swaroop: clear out viewer when deselecting playlist.Carl Hetherington
2019-07-05swaroop: remove on-screen log from player.Carl Hetherington
2019-07-02Add support for Datasat AP2x and USL sound processors when convertingCarl Hetherington
fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
2019-07-01swaroop: write position file every 2 minutes; tweak play sensitivityv2.15.9Carl Hetherington
on finishing a SPL; deselected playlist if stop is clicked.
2019-07-01swaroop: fix decrementing of allowed shows count to be at the right time.Carl Hetherington
2019-07-01swaroop: set controls to 'stopped' when a playlist finishes.Carl Hetherington
2019-06-27Try to reduce audio mapping flicker on Windows.Carl Hetherington
2019-06-10Various build system fixes.v2.15.8Carl Hetherington