summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-21Remove old debian changelog and fix its creation.clCarl Hetherington
2024-04-21Try to make test more robust.Carl Hetherington
2024-04-19Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-04-18Missed update to private test repo version.v2.16.80Carl Hetherington
2024-04-18Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-04-18Add missing GUI-side verification note descriptions.Carl Hetherington
2024-04-17Supporters update.Carl Hetherington
2024-04-17Bump libdcp for more relaxed CPL parsing (#2797).Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2024-04-16Fix page size of icon SVGs.Carl Hetherington
2024-04-16Split VerifyDCPResultPanel so that construction and fill are separate.Carl Hetherington
2024-04-16Split VerifyDCPProgressDialog into a panel and a dialog.Carl Hetherington
2024-04-16Split VerifyDCPResultDialog into a panel and a dialog.Carl Hetherington
2024-04-16Rename VerifyDCPDialog -> VerifyDCPResultDialog.Carl Hetherington
2024-04-16Add leaf parameter to DirPickerCtrl.Carl Hetherington
2024-04-16Ellipsize end of DirPickerCtrl labels.Carl Hetherington
2024-04-16Rename dcpomatic2_verify to dcpomatic2_verify_cli.Carl Hetherington
2024-04-15Don't use --target-macos-arm64 any more, since it's not supported.Carl Hetherington
2024-04-15Fix build on macOS 10.8 (wxWidgets 3.0.5).Carl Hetherington
2024-04-10Hopefully fix build with the older wxWidgets use for old macOS.Carl Hetherington
2024-04-08Add new setup of i18n for macOS (#2778).Carl Hetherington
2024-04-08Cleanup: header ordering.Carl Hetherington
2024-04-08Fix DCP Timeline menu on macOS.Carl Hetherington
2024-04-08Disable Reels... button with no film.Carl Hetherington
2024-04-02Add add-dkdm command to add DKDMs to DCP-o-matic's internal list from the CLI.Carl Hetherington
2024-04-02Switch "command-like" options --list-cinemas and --list-dkdm-cpls to actual ↵Carl Hetherington
commands.
2024-04-02Add --decryption-key option to KDM CLI (#2790).Carl Hetherington
2024-04-02Cleanup: white space.Carl Hetherington
2024-04-02Rename --trusted-device to --trusted-device-certificate in the KDM CLI.Carl Hetherington
2024-04-02Rename --certificate to --projector-certificate in KDM CLI.Carl Hetherington
2024-04-01Fix hanging/overlapping dvb subtitles (#2792).Carl Hetherington
This reverts a change made in 8ca6fd6d97e6d42492afddb655fa85130946853c "Fix doubled subtitles if subtitle stop times are specified." That change breaks the case where a subtitle _does_ have a stop time, but it's wrong (30s from the start time) and we want the next subtitle to clear the previous one. I can't now see how reverting this could cause doubled subtitles, so maybe that problem wlil come back. At least now there's a test for #2792.
2024-03-30Remove now-unnecessary --target-macos-arm64v2.17.15Carl Hetherington
2024-03-30Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-29Fix crash introduced in previous commit.Carl Hetherington
2024-03-29Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-03-29Fix lack of video rotation in some cases (#2971).Carl Hetherington
Setting the optional to 0 here means we never even looked at the packet side data. This seems to be more of a problem with the v2.17.x branch for some reason.
2024-03-29Fix video scaling when the video needs rotation (#2791).Carl Hetherington
2024-03-29Add VideoContent::rotate_size().Carl Hetherington
2024-03-27Bump libdcp for libcxml build fix.v2.17.14Carl Hetherington
2024-03-25Hack to local build script to use environment if ~/build if present.Carl Hetherington
2024-03-23Fix detection of SSE, removing unnecessary --target-macos-arm64.Carl Hetherington
2024-03-23pangommconfig.h is not included by pangomm.h on some platforms.Carl Hetherington
2024-03-22Bump libdcp for new asdcplib version.Carl Hetherington
2024-03-20Bump libdcp with corresponding merge to previous.Carl Hetherington
2024-03-20Merge tag 'v2.16.79' into v2.17.xCarl Hetherington
2024-03-20Replace std::random_shuffle (removed in C++17).Carl Hetherington
2024-03-20Use C++17 when building for (new) macOS.Carl Hetherington
2024-03-20Allow building with C++17 and updated libxml++/pangomm/cairomm.Carl Hetherington
2024-03-20Cleanup: clarify some namespace use.Carl Hetherington
2024-03-20Remove all use of add_child() from xmlpp.Carl Hetherington