Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display duration and num. of selected Files | Arno | 2016-09-04 | 1 | -3/+1 |
| | | | | | | | | When selecting files in FileWidget, calculate the total duration and display it in the status bar. Also count the selected Files and show them. Update status bar on changing tabs. | ||||
* | Added copyToClipboard where applicable | Arno | 2016-08-28 | 1 | -0/+2 |
| | |||||
* | Revamped ShemovCleaner to a QTabWidget | Arno | 2016-08-20 | 1 | -0/+64 |
It's a rather large commit. After renaming ShemovCleaner to TorrentWidget, I had to recreate ShemovCleaner as MainWindow with a single Tab. Then I created QActions for everything, including a QToolBar, a QMenu and a contetext Menu. For that the button bar at the bottom had to go. Oh, and I added some icons for the actions! |