summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-02-03Fix missing verify string.v2.16.42Carl Hetherington
2023-02-02Add missing preferences menu option on macOS.Carl Hetherington
2023-02-01Handle 2D/3D mismatches in the player (#2409).Carl Hetherington
Previously if there was 2D content in a 3D project (or vice versa) the player would emit the video anyway and the encoder would have to deal with it. Since previously the FFmpeg encoder did not deal with this quite right, it seems to make sense to move the logic into the player so that neither encoder has to worry about it.
2023-01-30Cleanup: replace another short variable name.Carl Hetherington
2023-01-30Cleanup: replace short variable name.Carl Hetherington
2023-01-30Updated sl_SI translation from Martin Srebotnjak.Carl Hetherington
2023-01-29Add DiskWriterBackendResponse::write_to_nanomsg() and use itCarl Hetherington
everywhere. In the process, use raw_convert() on both ends to avoid any locale-based problems with floating point number separators.
2023-01-29Better logging in macOS unmount code.Carl Hetherington
2023-01-29Increase unmount timeout to 5s - maybe... this is a bit of a guess.Carl Hetherington
2023-01-29Use DiskWriterBackEndResponse, and add some more information to the unmount ↵Carl Hetherington
error.
2023-01-29Add DiskWriterBackEndResponse.Carl Hetherington
2023-01-27More stack-allocated Dialog objects.Carl Hetherington
2023-01-24Supporters update.v2.16.41Carl Hetherington
2023-01-24Use MCASoundField::STEREO (20) for stereo DCPs.Carl Hetherington
2023-01-23Fix isdcf name ATMOS test.Carl Hetherington
2023-01-21Fix error when OK-ing a text track dialog with no language (#2430).Carl Hetherington
2023-01-21Fix extra widgets appearing when switching between subs and closed captions ↵Carl Hetherington
in the timing tab.
2023-01-19Simplify and fix up selection code for the content list (#2428).Carl Hetherington
This has been broken for a while, I think since the ContentListCtrl was added (overriding wxListCtrl) which stopped the GetItemData stuff working.
2023-01-19Use ScopeGuard for _no_check_selectionCarl Hetherington
2023-01-18Cleanup: stack-allocated dialogs.Carl Hetherington
2023-01-18Support Dolby-style WAV back surround names when guessing mappings (#2427).Carl Hetherington
2023-01-18Dolby is apparently recreating all their certificates (as they will soon ↵Carl Hetherington
expire) and they renamed the files.
2023-01-18Add -ISDCF to ISDCF name as required (#2416).Carl Hetherington
2023-01-18Cleanup: make a temporary for the content list.Carl Hetherington
2023-01-17Allow Collators to have their language specified, and specify it for tests.Carl Hetherington
2023-01-17Use Collator for recipients search (#2426).Carl Hetherington
2023-01-17Cleanup: use stack-allocated Dialogs.Carl Hetherington
2023-01-17Use collator to search for screens (#2426).Carl Hetherington
2023-01-17Add basic Collator::find() method.Carl Hetherington
2023-01-17Add a comment.Carl Hetherington
2023-01-17Cleanup: use std::vector and extract utf8_to_utf16().Carl Hetherington
2023-01-17Build fix for Windows.Carl Hetherington
2023-01-17Swap some wx_ptr for simple members/locals.Carl Hetherington
2023-01-17Add certificate validity period to the screen dialog.Carl Hetherington
2023-01-17Tidy up certificate detail handling.Carl Hetherington
2023-01-16Layout tweaks to screen dialog.Carl Hetherington
2023-01-16Add indent option to wxGridBagSizer version of add_label_to_sizerCarl Hetherington
Also remove the use of wxRIGHT as I don't think it was doing anything before.
2023-01-16Add DCPOMATIC_SUBHEADING_TOP_PAD.Carl Hetherington
2023-01-16Double-click to edit cinemas/screens.Carl Hetherington
2023-01-16Stack-allocate wxDialog instead of using wx_ptr.Carl Hetherington
2023-01-16Add subject/issuer details to the screen dialog (#2422).Carl Hetherington
2023-01-16Add tooltip for recipient file in the screen dialog.Carl Hetherington
2023-01-16Add set_recipient_file().Carl Hetherington
2023-01-16Cleanup: use auto.Carl Hetherington
2023-01-16Limit the size of the recipient file name in the screen dialog.Carl Hetherington
2023-01-16Manually call selection_changed() after removing a screen (#2418).Carl Hetherington
This is called by the signal handler on Linux but not on Windows, for some reason.
2023-01-16Write dummy subtitles also to empty Interop reels (#2421).Carl Hetherington
2023-01-16Bump libdcp to version which checks for empty interop subtitle assets.Carl Hetherington
2023-01-16Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2023-01-16Use wx_ptr more.Carl Hetherington