Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now MoveToUSB does something! | Arno | 2016-03-04 | 1 | -5/+10 |
| | | | | | | Make it work. Lessons learned: Don't keep a QProgressDialog around. Use it and delete it later. Otherwise it will show up spontaneously. | ||||
* | First version of CopyWorker | Arno | 2016-03-04 | 1 | -0/+38 |
Preparation for archiving Movies to an USB disk: Implement CopyWorker: a QThread for copying files in the background. It compiles, nothing more, so expect bugs! |