Missed update to private test repo version.
[dcpomatic.git] / src / wx / audio_panel.cc
2024-02-26 Carl HetheringtonDisallow referring to OV audio unless channel counts...
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-03-07 Carl HetheringtonCleanup: use layout() wrapper.
2023-01-27 Carl HetheringtonMore stack-allocated Dialog objects.
2023-01-16 Carl HetheringtonUse wx_ptr more.
2022-11-02 Carl HetheringtonCleanup: use new CheckBox::bind().
2022-07-20 Carl HetheringtonFix failure to update peak on changing gain (#2286). v2.16.19
2022-05-08 Carl HetheringtonSpeed up content selection when we have audio analysis...
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-04-20 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-20 Carl HetheringtonTidying.
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2021-08-12 Carl HetheringtonFix flickering black square when selecting content...
2021-07-08 Carl HetheringtonFix strange layout problems with the content sub panels...
2021-06-01 Carl HetheringtonPut audio language back in the Film.
2021-04-02 Carl HetheringtonFix sensitivity of audio panel controls (#1946).
2021-04-02 Carl HetheringtonAdd language to audio content and use it instead of...
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-09 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-05-17 Carl HetheringtonClicking on the audio graph jumps to that position...
2020-02-27 Carl HetheringtonAdd and use dB/linear conversion functions.
2020-01-25 Carl HetheringtonWarn if doing a gain calculation might cause clipping.
2020-01-25 Carl HetheringtonApply fader-based gain calculations to the current...
2020-01-09 Carl HetheringtonMake the 'why not' messages for VF a bit clearer.
2019-12-19 Carl HetheringtonAdd an output audio matrix (#1482).
2019-07-02 Carl HetheringtonAdd support for Datasat AP2x and USL sound processors...
2019-01-15 Carl HetheringtonFix crash on file -> close.
2019-01-11 Carl HetheringtonTidy a little and remove Dolby fader calculation button...
2019-01-11 Carl HetheringtonRemove audio delay from simple interface.
2018-12-08 Carl HetheringtonSupport buttons.
2018-12-08 Carl HetheringtonBasics of in-place i18n with support for wxStaticText...
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-10-20 Carl HetheringtonMerge branch 'master' of /home/carl/src/dcpomatic
2018-10-20 Carl HetheringtonRemove erroneous empty gettext translations.
2018-10-08 Carl HetheringtonTry to fix crash reported in active_jobs_changed.
2018-09-06 Carl HetheringtonRemove extra spacing.
2018-09-06 Carl HetheringtonTweak audio panel layout.
2018-09-06 Carl HetheringtonInterface levels in audio tab.
2018-08-19 Carl HetheringtonMore missing updates.
2018-08-19 Carl HetheringtonUpdate new panels when they are created.
2018-03-27 Carl HetheringtonDisable audio mapping control when analysing audio...
2018-03-27 Carl HetheringtonUse a label rather than a tooltip to tell users why...
2018-03-27 Carl Hetheringtonwhy_not in can_reference can just be a string rather...
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonTweak label as suggested by Carsten.
2018-01-17 Carl HetheringtonFix layout with long translations.
2017-04-27 Carl HetheringtonUse orange for audio peaks that are quite near clipping...
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
2016-08-25 Carl HetheringtonAdd channel details to high-audio-level hints (#822).
2016-08-07 Carl HetheringtonSmall coding style tweak.
2016-08-05 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-08-05 Carl HetheringtonUpdate audio panel sensitivity when film's SMPTE/Intero...
2016-07-04 Carl HetheringtonFix control sensitivity in various places.
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-06-15 Carl HetheringtonPotential fix for crash on loading a new film after...
2016-06-01 Carl HetheringtonPut codec name into the audio mapping view for each...
2016-06-01 Carl HetheringtonBasics of better audio stream labelling in the audio...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonFix rebase onto master.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-04-15 Carl HetheringtonAllow setup of the frame rate that audio content is...
2016-03-12 Carl HetheringtonInclude trimming.
2016-01-07 Carl HetheringtonFactor out some common stuff and give a better tooltip...
2015-11-18 Carl HetheringtonBasic (untested) ebur128 (#368).
2015-11-08 Carl HetheringtonFix bad layout in the audio tab.
2015-11-07 Carl HetheringtonTidy up; rename add_label_to_grid_bag_sizer -> add_labe...
2015-10-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2015-10-20 Carl HetheringtonFix update of reference-dcp-audio button.
2015-10-13 Carl HetheringtonSome attempts to block referencing of DCPs when it...
2015-09-16 Carl HetheringtonFront-end to set up referencing of DCPs.
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonPeak value of audio into the audio tab.
2015-08-24 Carl HetheringtonRename show-audio button to something which is (hopeful...
2015-07-01 Carl HetheringtonRe-add show audio button and analyse just that content...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-12 Carl HetheringtonLayout the audio mapping's sizer after it changes ...
2015-06-03 Carl HetheringtonMake show audio work on the whole DCP, not individual...
2015-06-03 Carl HetheringtonVarious work on audio mapping.
2015-06-03 Carl HetheringtonFix confusion with AUDIO_STREAMS property.
2015-06-02 Carl HetheringtonHandle multiple audio streams in a single piece of...
2015-05-20 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-05-09 Carl Hetherington7fd73c0cf1f723896826c77fec3720c5c404d4e8 from master...
2015-04-29 Carl HetheringtonHand-apply b737b25e10a4bcfb8cb645e95a089192347b4805...
2015-03-16 Carl HetheringtonHand-apply 33b76b675d747fd828aba91d9d857227cb8a8244...
2014-12-15 Carl HetheringtonHand-apply 9e173bdda26f32a1da7afc38d5dcf8ed63e7d3cf...
2014-11-06 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-06 Carl HetheringtonForward-port move of content description generation...
2014-10-25 Carl HetheringtonMerge master.
2014-10-22 Carl HetheringtonMerge master.
2014-10-21 Carl HetheringtonMerge master.
2014-10-19 Carl HetheringtonAdd simple note about resampling to the audio panel.
next