From 0432c09d7889009beb9557e0546d0c4f240bb37e Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Dec 2016 00:00:16 +0100 Subject: Actually use Copy Files to... Create a FileCopier and show a custom, non-modal progress dialog when we're copying files. Turns out that a QProgressDialog always shows when it's created. This is by design, so I had to implement one that fits my needs. Also, a buffer size of 32K (as used in MKVMerger) is way too small to max out the available bandwidth, so I set it to an (arbitrary) value of 16MB. --- ShemovCleaner.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ShemovCleaner.pro') diff --git a/ShemovCleaner.pro b/ShemovCleaner.pro index f838cce..acf5065 100644 --- a/ShemovCleaner.pro +++ b/ShemovCleaner.pro @@ -27,7 +27,9 @@ SOURCES += main.cpp\ globals.cpp \ actorwidget.cpp \ origindialog.cpp \ - viewer.cpp + viewer.cpp \ + filecopier.cpp \ + progressdialog.cpp HEADERS += \ filesorter.h \ @@ -42,7 +44,9 @@ HEADERS += \ globals.h \ actorwidget.h \ origindialog.h \ - viewer.h + viewer.h \ + filecopier.h \ + progressdialog.h DISTFILES += -- cgit v1.2.3-70-g09d2