summaryrefslogtreecommitdiffstats
path: root/torrentwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Always select and set current first rowArno2016-09-161-0/+7
|
* Use enums in TorrentWidgetArno2016-09-051-21/+23
| | | | Revamp gatherData() to use Enums for colums, roles and data.
* Fix keyboard naviagtion for TorrentWidget tooArno2016-09-051-1/+27
| | | | For an explanation see commit eaaa0c165b83aba1227304eb1074098ac0028ae8
* Make actions localArno2016-09-051-2/+60
| | | | | Define actions in their respective Widgets instead of MainWindow and fix the menus and toolbars accordingly.
* Added copyToClipboard where applicableArno2016-08-281-0/+8
|
* Added configration dialogArno2016-08-201-9/+3
| | | | | Database connection options are now configurable. Hopefully it doesn't end up in an infinite loop if the credentials are not corrent...
* Revamped ShemovCleaner to a QTabWidgetArno2016-08-201-0/+269
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!