wip: stuff.
authorCarl Hetherington <cth@carlh.net>
Sun, 3 May 2020 21:31:29 +0000 (23:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 May 2020 21:32:50 +0000 (23:32 +0200)
commit2a1c9e9cfeb1049b1ea0e3b300029218f652f002
tree5e4e3849b99f7ba69a6372a523a66af58d465b5d
parent348d7b4a29552204a8d049105a623b15a5786693
wip: stuff.
24 files changed:
src/lib/config.cc
src/lib/config.h
src/lib/dkdm_recipient.cc [new file with mode: 0644]
src/lib/dkdm_recipient.h [new file with mode: 0644]
src/lib/kdm_recipient.h
src/lib/recipient_with_dkdm.cc [new file with mode: 0644]
src/lib/recipient_with_dkdm.h [new file with mode: 0644]
src/lib/send_dkdm_email_job.cc [new file with mode: 0644]
src/lib/send_dkdm_email_job.h [new file with mode: 0644]
src/lib/wscript
src/tools/dcpomatic.cc
src/wx/cinema_dialog.cc
src/wx/cinema_dialog.h
src/wx/dkdm_dialog.cc [new file with mode: 0644]
src/wx/dkdm_dialog.h [new file with mode: 0644]
src/wx/dkdm_output_panel.cc [new file with mode: 0644]
src/wx/dkdm_output_panel.h [new file with mode: 0644]
src/wx/recipient_dialog.cc [new file with mode: 0644]
src/wx/recipient_dialog.h [new file with mode: 0644]
src/wx/recipients_panel.cc [new file with mode: 0644]
src/wx/recipients_panel.h [new file with mode: 0644]
src/wx/wscript
src/wx/wx_util.cc
src/wx/wx_util.h