rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
158 stars 46 forks source link

ProgressDialog bug #78

Closed rodlie closed 5 years ago

rodlie commented 5 years ago

Multiple copy/move crashes since all copy/move operations use the same progressDialog. I have fixed all the crashes, but there are still issue since multiple copy/move operations share the same widget (when one copy is done it will kill the progressDialog and the previous/existing copy/move will still run in the background.

This is a stupid bug from the 5.x days, so for now DON'T do multiple copy/move in qtfm until 6.1.5!

rodlie commented 5 years ago

fixed...

But, we do need a proper copy/move widget with a queue.