| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-04 | Support for arm64 macOS builds. | Carl Hetherington | |
| 2021-01-01 | Happy new year. | Carl Hetherington | |
| 2020-12-26 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2020-12-23 | pot/merge. | Carl Hetherington | |
| 2020-12-23 | Various tweaks to fix playback at the end of a film (#1858). | Carl Hetherington | |
| The most questionable change here is probably how SimpleVideoView::display_next_frame no longer re-schedules itself if the call to get_next_frame returned AGAIN; it seems wrong to do that when FilmViewer::idle_handler() also reschedules itself when display_next_frame() returns AGAIN. | |||
| 2020-12-22 | Fix error when cancelling load of a trusted device certificate. | Carl Hetherington | |
| 2020-12-22 | Accept serial numbers with A prefix entered by user. | Carl Hetherington | |
| 2020-12-22 | Fix Christie certificate download when first try fails. | Carl Hetherington | |
| 2020-12-22 | Confirm removal of cinemas and screens. | Carl Hetherington | |
| 2020-12-21 | Fix alignment of some labels. | Carl Hetherington | |
| 2020-12-21 | Select newly-added cinemas. | Carl Hetherington | |
| 2020-12-11 | Fix lots of macOS warnings by using a different boost/bind include. | Carl Hetherington | |
| 2020-12-08 | Assorted macOS layout tweaks. | Carl Hetherington | |
| 2020-12-08 | Shrink some big buttons. | Carl Hetherington | |
| 2020-12-08 | Tidy up alignment of play controls on macOS. | Carl Hetherington | |
| 2020-12-08 | Fix crop control alignment on macOS (#1864). | Carl Hetherington | |
| 2020-12-07 | Add WeakFilm and WeakConstFilm and use them a bit. | Carl Hetherington | |
| 2020-12-06 | Add some hints for violations of SMPTE Bv2.1 with subtitles and closed | Carl Hetherington | |
| captions. | |||
| 2020-12-02 | Missing #includes from previous. | Carl Hetherington | |
| 2020-12-01 | Limit video frame rate text control to numbers. | Carl Hetherington | |
| 2020-12-01 | Rename refresh_metadata -> reset_metadata. | Carl Hetherington | |
| 2020-12-01 | Give Butler a weak_ptr<Film> | Carl Hetherington | |
| 2020-12-01 | Change re{set,fresh}_metadata to take a film and a size from the player. | Carl Hetherington | |
| 2020-11-30 | Fix build error.v2.15.111 | Carl Hetherington | |
| 2020-11-30 | Hide some wx warnings.v2.15.110 | Carl Hetherington | |
| 2020-11-30 | Fix overlapping group labels in the audio matrix (#1882).v2.15.109 | Carl Hetherington | |
| 2020-11-29 | Better progress reporting during DCP validation (#1812).v2.15.108 | Carl Hetherington | |
| 2020-11-25 | Disallow referring to subtitles / closed captions with start trim. | Carl Hetherington | |
| Since per Bv2.1 we can't have subs / closed captions with non-zero entry point I think we have no choice but to rewrite in that case (#1802). | |||
| 2020-11-24 | Fix uninitialised variable. | Carl Hetherington | |
| 2020-11-24 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-11-21 | pot/merge. | Carl Hetherington | |
| 2020-11-21 | Update ISDCF name when subtitle language metadata changes (related to #1737). | 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-11-20 | Use a LanguageTag for closed caption tracks. | Carl Hetherington | |
| 2020-11-20 | Remove subtitle language from text content. | Carl Hetherington | |
| 2020-11-20 | Fix label alignment. | Carl Hetherington | |
| 2020-11-20 | Store subtitle language(s) in Film, and allow setup of those | Carl Hetherington | |
| languages from the Interop/SMPTE metadata dialogues. | |||
| 2020-11-20 | Tidy up button alignment. | Carl Hetherington | |
| 2020-11-20 | Move labelling out of LanguageTagWidget. | Carl Hetherington | |
| 2020-11-20 | Disable video range control for DCP content (#1821). | Carl Hetherington | |
| 2020-11-17 | Fix strange OR operator. | Carl Hetherington | |
| 2020-11-16 | Make sure we use limited ("video") range data when exporting. | Carl Hetherington | |
| Our export formats all currently use limited range but we weren't making sure data fed to the encoders was limited range. Should fix #1832. | |||
| 2020-11-16 | Add catch-all assertion. | Carl Hetherington | |
| 2020-11-15 | Add LanguageTagWidget and use it for the SMPTE metadata. | Carl Hetherington | |
| 2020-11-15 | Fix invisible subtag lists in some cases. | Carl Hetherington | |
| On Debian 10 / GTK3 (at least) sometimes when you add a new subtag the searchable list isn't displayed until you scroll it a little. This hack seems to fix that. | |||
| 2020-11-15 | Add Remove button to language tag dialogue. | Carl Hetherington | |
| 2020-11-15 | Improve text panel layout with GTK3's enormous spin controls. | Carl Hetherington | |
| 2020-11-13 | Fix finding of subtitles when clicking in the list view. | Carl Hetherington | |
| I didn't look into this as deeply as I probably should have, but it seems there's some rounding error which means we don't always hit the subtitle's frame unless we add one on. | |||
| 2020-11-13 | More vertical alignment fixes. | Carl Hetherington | |
