summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2016-06-20Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-20Fix missing code to display italic / bold font names.Carl Hetherington
2016-06-20Hand-apply one pt_BR translation from Mx.Carl Hetherington
2016-06-20pot/merge.Carl Hetherington
2016-06-20Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-20pot/merge.Carl Hetherington
2016-06-19Updated pt_BR translation from Max M. Fuhlendorf.Carl Hetherington
2016-06-18Supporter.Carl Hetherington
2016-06-18Use wx_to_std and std_to_wx for now.Carl Hetherington
2016-06-17Add preference for the default number of DCP channels (#897).Carl Hetherington
2016-06-16Fix typo in previous.Carl Hetherington
2016-06-16Supporter.Carl Hetherington
2016-06-16Potential fix for crash on loading a new film after starting an audio analysis.Carl Hetherington
2016-06-16Remove seconds from KDM time period specification (#819).Carl Hetherington
2016-06-13Add 3D video frame type for, e.g. 3D DCP inputs (part of #806).Carl Hetherington
2016-06-13Remove caching of old ImageDecoder objects.Carl Hetherington
This breaks things when there is a 3D ImageContent. When you change the video frame type on this content the view does not update because the re-used ImageDecoder recycles the same video without noticing that the frame type has changed. I guess this is sort of `because' the video frame type is used in VideoDecoder::give, which sets up the cache. Unfortunately I can't remember the case which the caching of ImageDecoders was meant to speed up. Maybe this will now become apparent.
2016-06-13Add button to move things to the start of reels (#798).Carl Hetherington
2016-06-11Fix supporter name.Carl Hetherington
2016-06-11Supporter.Carl Hetherington
2016-06-08Revert accidentally-committed test patch.Carl Hetherington
2016-06-07Remove some flawed condition manipulation.Carl Hetherington
I think this stuff is unnecessary as wait() is interruptible by boost::thread::interrupt. Hence instead of setting a flag then signalling the condition we can just do interrupt(), the exception will be thrown and that's that.
2016-06-07Add tooltips over content channel names in the audio mapping view (#888).Carl Hetherington
2016-06-07Re-add option to save DKDMs to a file.Carl Hetherington
2016-06-05Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-06-04Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2016-06-03pot/merge.Carl Hetherington
2016-06-03Fix cut-off content properties.Carl Hetherington
2016-06-03Fix audio mapping view on Windows (#885).Carl Hetherington
The appearance was odd due to a lack of refresh.
2016-06-02Fix missing content properties when using translations.Carl Hetherington
2016-06-02Add an assert.Carl Hetherington
2016-06-01Fix height of content properties dialogue (#884).Carl Hetherington
2016-06-01Put codec name into the audio mapping view for each stream.Carl Hetherington
2016-06-01Tweak group label formatting in AudioMappingView.Carl Hetherington
2016-06-01Basics of better audio stream labelling in the audio mapping view (#849).Carl Hetherington
2016-06-01White space.Carl Hetherington
2016-06-01Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2016-05-31Updated de_DE translation from Carsten Kurz.Carl Hetherington
2016-05-31Restore some missing stuff to the content properties dialogue.Carl Hetherington
2016-05-30Keep audio dialog always-on-top (#756).Carl Hetherington
2016-05-30Add Cancel button to custom colour conversion dialogue (#880).Carl Hetherington
2016-05-30Remove unused code.Carl Hetherington
2016-05-29Updated fr_FR translation from Thierry Journet.Carl Hetherington
2016-05-27Try to keep video waveform dialogue on top (#820).Carl Hetherington
2016-05-27Updated uk_UA translation from Igor Voytovich.Carl Hetherington
2016-05-27Updated ru_RU translation from Igor Voytovich.Carl Hetherington
2016-05-26Fix subtitle appearance configuration with FFmpeg-text subs.Carl Hetherington
2016-05-26Factor out decoder creation to a factory method.Carl Hetherington
2016-05-26Tidy up image/text subtitle distinction with FFmpeg sources.Carl Hetherington
2016-05-25Hint on high audio levels (part of #822).Carl Hetherington
2016-05-25Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington