| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-25 | Fix misunderstanding of wxDialog lifetime handling. | Carl Hetherington | |
| Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 wxDialog can be stack allocated if opened with ShowModal(), but not with Show(). Go back to wx_ptr for those that are opened with Show(). | |||
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2024-01-28 | Remove reference checkboxes from video/audio/text tabs. | Carl Hetherington | |
| 2023-08-09 | Extract Film::Property to its own header to (maybe) increase compilation speed. | Carl Hetherington | |
| 2023-01-16 | Use wx_ptr more. | Carl Hetherington | |
| 2022-11-02 | Cleanup: use new CheckBox::bind(). | Carl Hetherington | |
| 2022-05-08 | Speed up content selection when we have audio analysis files (#2247). | Carl Hetherington | |
| 2022-04-20 | Add button to use same fades for audio as video (#2230). | Carl Hetherington | |
| 2022-04-20 | Tidying. | Carl Hetherington | |
| 2022-04-04 | Add fade in/out option to the content audio tab (#1026). | Carl Hetherington | |
| 2021-08-12 | Fix flickering black square when selecting content on Windows (#1866). | Carl Hetherington | |
| 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 | Add language to audio content and use it instead of the general metadata. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-01-25 | Warn if doing a gain calculation might cause clipping. | Carl Hetherington | |
| 2018-10-08 | Try to fix crash reported in active_jobs_changed. | Carl Hetherington | |
| 2018-09-06 | Interface levels in audio tab. | 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-02-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2016-06-16 | Potential fix for crash on loading a new film after starting an audio analysis. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2015-09-16 | Front-end to set up referencing of DCPs. | Carl Hetherington | |
| 2015-09-14 | Peak value of audio into the audio tab. | Carl Hetherington | |
| 2015-07-01 | Re-add show audio button and analyse just that content when it is clicked. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-03 | Make show audio work on the whole DCP, not individual content. | Carl Hetherington | |
| 2015-06-02 | Handle multiple audio streams in a single piece of content | Carl Hetherington | |
| in a similar way to the V1 patch. | |||
| 2015-03-16 | Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵ | Carl Hetherington | |
| signals are disconnected in the right places. | |||
| 2015-01-11 | Remove unused variable. | Carl Hetherington | |
| 2014-10-21 | Merge master. | Carl Hetherington | |
| 2014-10-19 | Add simple note about resampling to the audio panel. | Carl Hetherington | |
| 2014-07-23 | Remove seemingly unnecessary stream description in audio panel; tidy layout ↵ | Carl Hetherington | |
| a bit. | |||
| 2014-07-13 | Very basic audio processing framework. | Carl Hetherington | |
| 2014-07-13 | Separate code for the content panel out into a separate class. | Carl Hetherington | |
| 2014-06-09 | Use a SpinCtrlDouble for audio gain, and change its representation | Carl Hetherington | |
| from float to double. Requested-by: Mattias Mattsson | |||
| 2013-11-11 | Try to neaten things up; first wxChoice. | Carl Hetherington | |
| 2013-11-11 | Add a couple of audio properties to the multi-select list. | Carl Hetherington | |
| 2013-11-11 | Basic multiple selection for cropping. | Carl Hetherington | |
| 2013-08-15 | Fix includes. | Carl Hetherington | |
| 2013-07-26 | Set up audio stream description on load. | Carl Hetherington | |
| 2013-07-23 | Use wx 2.9 binding API. | Carl Hetherington | |
| 2013-07-20 | Hopefully sensitivity is a bit tidier. | Carl Hetherington | |
| 2013-07-19 | Split video panel. | Carl Hetherington | |
| 2013-07-19 | Separate audio panel out. | Carl Hetherington | |
