Separate GUI verifier with basic reporting (#1823).
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Apr 2024 00:02:28 +0000 (02:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Apr 2024 07:36:45 +0000 (09:36 +0200)
commitaf20e21e2363f7c4d5f7031c444984f383c26914
tree072277c1a9c48d81367384d0c0f4a3ae356ce54e
parent39960bc88eee794ade1a73b00523e749945b9eab
Separate GUI verifier with basic reporting (#1823).
43 files changed:
cscript
graphics/linux/128/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/16/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/22/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/256/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/32/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/48/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/512/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/linux/64/dcpomatic2_verifier.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.icns [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_128x128.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_128x128@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_16x16.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_16x16@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_256x256.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_256x256@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_32x32.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_32x32@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_512x512.png [new file with mode: 0644]
graphics/osx/dcpomatic2_verifier.iconset/icon_512x512@2x.png [new file with mode: 0644]
graphics/src/dcpomatic2_verifier.svg [new file with mode: 0644]
graphics/update
graphics/windows/dcpomatic2_verifier.ico [new file with mode: 0644]
graphics/wscript
platform/linux/dcpomatic_verifier.desktop.in [new file with mode: 0644]
platform/linux/wscript
platform/osx/dcpomatic2_verifier.Info.plist.in [new file with mode: 0644]
platform/osx/make_dmg.sh
platform/osx/wscript
platform/windows/dcpomatic2_verifier.bat [new file with mode: 0644]
platform/windows/dcpomatic_verifier.rc [new file with mode: 0644]
platform/windows/wscript
run/dcpomatic_verifier [new file with mode: 0755]
src/lib/config.cc
src/lib/verify_dcp_job.cc
src/lib/verify_dcp_job.h
src/tools/dcpomatic_verifier.cc [new file with mode: 0644]
src/tools/wscript
src/wx/verify_dcp_result_dialog.cc
src/wx/verify_dcp_result_panel.cc
src/wx/verify_dcp_result_panel.h
test/reels_test.cc
test/test.cc