summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2026-02-12FIXME: Fix MainSoundConfiguration CPL tag with Atmos content.Carl Hetherington
Needs libdcp version bump.
2026-02-11Fix build error on Ubuntu 16.04.Carl Hetherington
2026-02-11Allow adding multiple DCPs to the verifier in one go, and remember the last ↵Carl Hetherington
location.
2026-02-11Support wxDD_MULTIPLE in DirDialog.Carl Hetherington
2026-02-10Fix subtitle area rectangle with offset (#3138).Carl Hetherington
2026-02-10Improve vertical position of link buttons with GTK3.Carl Hetherington
2026-02-10Add link button for subtitle scale.Carl Hetherington
2026-02-10Extract weird link button size logic to wx_util.{cc,h}.Carl Hetherington
2026-02-09Fix build on Linux.Carl Hetherington
2026-02-09Copy some more metadata from DCP into the film when requested.Carl Hetherington
2026-02-09Fix build on macOS and Windows.Carl Hetherington
2026-02-09Supporters update.Carl Hetherington
2026-02-08Fix a few unwrapped boost::filesystem calls that had crept in.Carl Hetherington
2026-02-08Don't respect template maximum video rate if the configured maximum is lower.Carl Hetherington
Otherwise the GUI shows the lower rate but the Film contains the higher one. Since the recent change to stop the maximum bit rates being set below the standard maximum this should only happen if the user has configured a non-standard rate and then made a template with a yet higher rate.
2026-02-08Stop reading default video bit rate values from config.xmlCarl Hetherington
We haven't written them back in a long time, and they will only take effect for those updating from a very old version (and then, only until the config is re-saved without the tags).
2026-02-08Don't allow the maximum bit rates to be set below the "standard" maximum.Carl Hetherington
This option is meant to be for making non-standard DCPs, not setting a maximum for any other reason.
2026-02-07Add missing word in explanation.Carl Hetherington
2026-02-02Stop doing some more stuff during content drags in the timeline.Carl Hetherington
2026-02-02Don't draw the playhead so often.Carl Hetherington
2026-02-02Remember where the last editor DCP was opened from.Carl Hetherington
2026-01-26Supporters update.v2.18.36Carl Hetherington
2026-01-25Fix incorrect calculation of DCP time from Atmos content time for the 2nd ↵Carl Hetherington
and subsequent reels. This would cause only the 1st reel of atmos content to make it into the DCP.
2026-01-15Remove confusing ellipsis (there is no further dialog on choosing a menu ↵Carl Hetherington
option here).
2026-01-15Fix Lightbenders name.Carl Hetherington
2026-01-14Supporters update.Carl Hetherington
2026-01-13Add context menu option to verify DCPs from the main DoM (#2054).Carl Hetherington
2026-01-13Rename n -> ffmpeg_count and use count_if().Carl Hetherington
2026-01-13White space: content_menu.{cc,h}Carl Hetherington
2026-01-11Add ko_KR translation stub.Carl Hetherington
2026-01-09Possibly fix disappearing Cancel/Verify buttons.Carl Hetherington
Before this commit these buttons would need the window to be half a screen width width before they were seen (at least on Ubuntu 24.04).
2026-01-09Supporters update.Carl Hetherington
2026-01-09Don't keep a shared_ptr to the Job for the whole of the ::go() method.Carl Hetherington
This fixes a number of weird segfaults/crashes in tests that I didn't get to the bottom of.
2026-01-09Use inaccurate seek when clicking in the timeline, like we do with the slider.Carl Hetherington
Otherwise sometimes the frame view doesn't get updated (not sure why).
2026-01-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-01-05Fix valgrind support.Carl Hetherington
2026-01-05White space: image.{cc,h}Carl Hetherington
2026-01-05pot/merge.Carl Hetherington
2026-01-05Fix some untranslatable strings, spotted by Rob van Nieuwkerk.Carl Hetherington
2026-01-04White space: screen_dialog.{cc,h}Carl Hetherington
2026-01-03Compress an if.Carl Hetherington
2026-01-03Make a function static.Carl Hetherington
2026-01-03White space: internet.{cc,h}Carl Hetherington
2026-01-03White space: dolby_doremi_certificate_panel.{cc,h}Carl Hetherington
2026-01-03White space: barco_alchemy_certificate_panel.{cc,h}Carl Hetherington
2026-01-03Show properties of all audio streams (#2397).Carl Hetherington
2026-01-03Add sub_heading to UserProperty.Carl Hetherington
2026-01-03White space.Carl Hetherington
2026-01-02White space: user_property.hCarl Hetherington
2026-01-02White space: audio_content.{cc,h}Carl Hetherington
2026-01-02Use non-modal ContentPropertiesDialog.Carl Hetherington
This stops the really annoying behaviour where you drag it and the main DoM frame shrinks (maybe only on Linux).