mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Improve status reporting
There are some user complaints that Imager hangs at "writing 0%" Mention in the progress status what it is actually doing prior to writing (e.g. opening storage, blkdiscarding, zero'ing out MBR, starting download) to help diagnose potential issues.
This commit is contained in:
parent
8a44c6b3ca
commit
6b178731c7
7 changed files with 91 additions and 28 deletions
|
@ -99,6 +99,7 @@ signals:
|
|||
void cancelled();
|
||||
void finalizing();
|
||||
void networkOnline();
|
||||
void preparationStatusUpdate(QVariant msg);
|
||||
|
||||
protected slots:
|
||||
|
||||
|
@ -112,6 +113,7 @@ protected slots:
|
|||
void onCacheFileUpdated(QByteArray sha256);
|
||||
void onFinalizing();
|
||||
void onTimeSyncReply(QNetworkReply *reply);
|
||||
void onPreparationStatusUpdate(QString msg);
|
||||
|
||||
protected:
|
||||
QUrl _src, _repo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue