| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-12 | Fix flickering black square when selecting content on Windows (#1866). | Carl Hetherington | |
| 2021-07-09 | Fix strange layout problems with the content sub panels (#2059). | Carl Hetherington | |
| It seems that if Layout() is called on a sizer inside a wxScrolledWindow when that window is scrolled, things go wrong. Work around this by wrapping calls to Layout(). | |||
| 2021-06-01 | Put audio language back in the Film. | Carl Hetherington | |
| It feels neat to have audio language in the audio tab, to match the subtitle language in the subtitle tab. It also avoids the potential confusion of there being an audio language setting in the DCP metadata but no subtitle language setting. However: - I am yet to find a need to describe multiple audio languages in the same DCP (all previous users of Film::audio_languages() were just taking the first language off the list). - As Carsten points out it's fiddly to have to set the audio language for 5 separate-channel WAV files, for example (you wouldn't actually have had to do this, but it would have felt like you did). I think subtitle language remains neater where it is (per-content) as there is this additional subtitle language metadata and it makes much more sense (and is much more likely) that there are multiple subtitle languages in a DCP than it does multiple audio languages. | |||
| 2021-04-02 | Fix sensitivity of audio panel controls (#1946). | Carl Hetherington | |
| 2021-04-02 | Add language to audio content and use it instead of the general metadata. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-09 | More c++ tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-21 | Remove the "simple" UI (#1868). | Carl Hetherington | |
| It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see. | |||
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-05-17 | Clicking on the audio graph jumps to that position in the film (#1507). | Carl Hetherington | |
| 2020-02-27 | Add and use dB/linear conversion functions. | Carl Hetherington | |
| 2020-01-25 | Warn if doing a gain calculation might cause clipping. | Carl Hetherington | |
| 2020-01-25 | Apply fader-based gain calculations to the current gain, not 0dB. | Carl Hetherington | |
| 2020-01-09 | Make the 'why not' messages for VF a bit clearer. | Carl Hetherington | |
| Before it sounded like just because we couldn't refer to (e.g.) the audio we couldn't refer to any part of the DCP. | |||
| 2019-12-19 | Add an output audio matrix (#1482). | Carl Hetherington | |
| 2019-07-02 | Add support for Datasat AP2x and USL sound processors when converting | Carl Hetherington | |
| fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains. | |||
| 2019-01-15 | Fix crash on file -> close. | Carl Hetherington | |
| 2019-01-11 | Tidy a little and remove Dolby fader calculation button in simple mode. | Carl Hetherington | |
| 2019-01-11 | Remove audio delay from simple interface. | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-12-08 | Basics of in-place i18n with support for wxStaticText and wxCheckBox. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-10-20 | Remove erroneous empty gettext translations. | Carl Hetherington | |
| 2018-10-08 | Try to fix crash reported in active_jobs_changed. | Carl Hetherington | |
| 2018-09-06 | Remove extra spacing. | Carl Hetherington | |
| 2018-09-06 | Tweak audio panel layout. | Carl Hetherington | |
| 2018-09-06 | Interface levels in audio tab. | Carl Hetherington | |
| 2018-08-19 | More missing updates. | Carl Hetherington | |
| 2018-08-19 | Update new panels when they are created. | Carl Hetherington | |
| 2018-03-28 | Disable audio mapping control when analysing audio (#1250). | Carl Hetherington | |
| 2018-03-27 | Use a label rather than a tooltip to tell users why they can't refer to DCPs. | Carl Hetherington | |
| Tooltips don't seem to work on disabled widgets in Windows (at least). | |||
| 2018-03-27 | why_not in can_reference can just be a string rather than a list of strings. | Carl Hetherington | |
| 2018-01-31 | Tweak label as suggested by Carsten. | Carl Hetherington | |
| 2018-01-17 | Fix layout with long translations. | Carl Hetherington | |
| 2017-04-27 | Use orange for audio peaks that are quite near clipping and red for those ↵ | Carl Hetherington | |
| that are very close (#1054). | |||
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-08-25 | Add channel details to high-audio-level hints (#822). | Carl Hetherington | |
| 2016-08-07 | Small coding style tweak. | Carl Hetherington | |
| 2016-08-05 | Update audio panel sensitivity when film's SMPTE/Interop selection changes. | Carl Hetherington | |
| 2016-07-04 | Fix control sensitivity in various places. | Carl Hetherington | |
| 2016-06-21 | Revert "Use make_shared<>." | Carl Hetherington | |
| Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f. | |||
| 2016-06-21 | Use make_shared<>. | Carl Hetherington | |
| 2016-06-16 | Potential fix for crash on loading a new film after starting an audio analysis. | Carl Hetherington | |
| 2016-06-01 | Put codec name into the audio mapping view for each stream. | Carl Hetherington | |
| 2016-06-01 | Basics of better audio stream labelling in the audio mapping view (#849). | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Move video frame rate ('prepared-for') into Content. | Carl Hetherington | |
| 2016-05-18 | Fix rebase onto master. | Carl Hetherington | |
