Add disk writer tool.
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Mar 2020 23:44:31 +0000 (00:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Apr 2020 13:57:14 +0000 (15:57 +0200)
commita1f7bf2d9e5610075fbd898cdf52f4f8373741f2
tree5539cea37bebe3347408b9404ac3d9aa5cd5fe1b
parentadddda49c17e87198253d9c900dcef0f5fb2e175
Add disk writer tool.
77 files changed:
DEVELOP.md
cscript
debian/rules
graphics/linux/128/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/16/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/22/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/256/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/32/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/48/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/512/dcpomatic2_disk.png [new file with mode: 0644]
graphics/linux/64/dcpomatic2_disk.png [new file with mode: 0644]
graphics/osx/dcpomatic2.icns
graphics/osx/dcpomatic2_batch.icns
graphics/osx/dcpomatic2_disk.icns [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_128x128.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_128x128@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_16x16.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_16x16@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_256x256.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_256x256@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_32x32.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_32x32@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_512x512.png [new file with mode: 0644]
graphics/osx/dcpomatic2_disk.iconset/icon_512x512@2x.png [new file with mode: 0644]
graphics/osx/dcpomatic2_kdm.icns
graphics/osx/dcpomatic2_player.icns
graphics/osx/dcpomatic2_playlist.icns
graphics/osx/dcpomatic2_server.icns
graphics/src/dcpomatic2_disk.svg [new file with mode: 0644]
graphics/update
graphics/web/favicon-128x128.png
graphics/web/favicon-16x16.png
graphics/web/favicon-32x32.png
graphics/web/favicon-64x64.png
graphics/windows/dcpomatic2_disk.ico [new file with mode: 0644]
platform/osx/dcpomatic2_disk.Info.plist.in [new file with mode: 0644]
platform/osx/make_dmg.sh
platform/osx/set_paths.sh [new file with mode: 0644]
platform/osx/wscript
platform/windows/copy_deps.sh [new file with mode: 0644]
platform/windows/dcpomatic2_disk_debug.bat [new file with mode: 0644]
platform/windows/dcpomatic2_disk_writer.exe.manifest [new file with mode: 0644]
platform/windows/dcpomatic_disk.rc [new file with mode: 0644]
platform/windows/dcpomatic_disk_writer.rc [new file with mode: 0644]
platform/windows/set_paths.bat [new file with mode: 0644]
platform/windows/wscript
run/dcpomatic_disk [new file with mode: 0755]
run/dcpomatic_disk_writer [new file with mode: 0755]
src/lib/copy_to_drive_job.cc [new file with mode: 0644]
src/lib/copy_to_drive_job.h [new file with mode: 0644]
src/lib/cross.cc [deleted file]
src/lib/cross.h
src/lib/cross_common.cc [new file with mode: 0644]
src/lib/cross_linux.cc [new file with mode: 0644]
src/lib/cross_osx.cc [new file with mode: 0644]
src/lib/cross_windows.cc [new file with mode: 0644]
src/lib/dcpomatic_log.h
src/lib/disk_writer_messages.h [new file with mode: 0644]
src/lib/exceptions.cc
src/lib/exceptions.h
src/lib/file_log.cc
src/lib/file_log.h
src/lib/log.h
src/lib/log_entry.cc
src/lib/log_entry.h
src/lib/nanomsg.cc [new file with mode: 0644]
src/lib/nanomsg.h [new file with mode: 0644]
src/lib/state.cc
src/lib/wscript
src/tools/dcpomatic_disk.cc [new file with mode: 0644]
src/tools/dcpomatic_disk_writer.cc [new file with mode: 0644]
src/tools/wscript
src/wx/drive_wipe_warning_dialog.cc [new file with mode: 0644]
src/wx/drive_wipe_warning_dialog.h [new file with mode: 0644]
src/wx/wscript
test/wscript
wscript