summaryrefslogtreecommitdiff
path: root/src/wx/audio_dialog.cc
AgeCommit message (Expand)Author
2025-10-10Improve the audio dialog title a bit.Carl Hetherington
2025-10-10Cleanup: use signals for seeking on audio graph clicks.Carl Hetherington
2025-07-16Remove unused content pointer from change signals.Carl Hetherington
2025-05-11Use case for property checks now that it's possible.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
2023-08-09Extract Film::Property to its own header to (maybe) increase compilation speed.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-10-18Fix colouring of audio plot in dark mode.Carl Hetherington
2022-10-14Remove unused variable.Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-04-04Cleanup: move some methods from util to maths_util.Carl Hetherington
2021-04-16Show content path in the audio dialog title bar when looking at a single piec...Carl Hetherington
2021-02-01Fix wxWidgets 3.1.x alignment assertion failure.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
2020-07-29Don't display all possible channel checkboxes while the analysisv2.15.94Carl Hetherington
2020-05-17Clicking on the audio graph jumps to that position in the film (#1507).Carl Hetherington
2020-04-20Add LEQ(m) when analysing audio (#1382).v2.15.52Carl Hetherington
2020-02-27Add and use dB/linear conversion functions.Carl Hetherington
2019-05-10Put Time types in dcpomatic namespace.Carl Hetherington
2019-01-08Re-analyse audio when DCP channel count changes (#1189).Carl Hetherington
2019-01-08Make sure audio analysis is re-run even if there's an existing job for the sa...Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl Hetherington
2018-04-16Put project path in the audio dialog title bar.Carl Hetherington
2018-03-26Add real-time mouse cursor readout in audio analysis (rest of #1082).Carl Hetherington
2018-03-26Allow audio analysis window to expand horizontally.Carl Hetherington
2018-02-10Fix odd behaviour when analysing single bits of audio which start at non-zero...Carl Hetherington
2017-10-13Colour axis labels in the audio plot (#835).Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-08-28Hacky window-on-top fix for OS X.Carl Hetherington
2016-08-25Add channel details to high-audio-level hints (#822).Carl Hetherington
2016-07-05Try wxFRAME_FLOAT_ON_PARENT instead of wxSTAY_ON_TOP (#909).Carl Hetherington
2016-07-02Fix crash when analysing audio of large-channel-count files.Carl Hetherington
2016-06-16Potential fix for crash on loading a new film after starting an audio analysis.Carl Hetherington
2016-05-30Keep audio dialog always-on-top (#756).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Fix rebase onto master.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-04-22Select active channels on opening audio analysis (#802).Carl Hetherington
2015-11-18Bump ffmpeg; gain-correct new LUFS/LRA.Carl Hetherington