summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
Commit message (Collapse)AuthorAgeFilesLines
* Refresh favorite dirs after configuringArno2018-01-191-0/+3
| | | | | Update favorite dirs when adding or removing favorite directories. Also try to keep the current selection.
* Create GUI for search widgetArno2017-02-111-1/+3
| | | | Does nothing yet, just the GUI, connections and actions...
* Add free space widget to status barArno2016-11-271-0/+3
| | | | Red is used, green is free, obviously...
* Remember and restore last tab on exitArno2016-09-161-1/+4
|
* Basic ActorWidget doneArno2016-09-161-0/+2
| | | | Next: Menubar and Toolbar...
* Add Help menuArno2016-09-051-0/+1
| | | | Doesn't really help at all, just 2 about dialogs.
* Make actions localArno2016-09-051-16/+0
| | | | | Define actions in their respective Widgets instead of MainWindow and fix the menus and toolbars accordingly.
* Make QActions local to FileWidgetArno2016-09-041-0/+1
| | | | Introduce Globals singleton for global actions.
* Add ProgressBar to status barArno2016-09-041-1/+2
| | | | | | | | Indicate progress of gathering data in status bar Also (yes, I know, should be a separate commit) fix keyboard navigation by getting rid of ShemovCleaner::keyPressEvent and replace it with buddies in QTabWidget.
* Add menuBar to FileWidgetArno2016-09-041-0/+6
|
* Navigate Tabs by ALT+Left+RightArno2016-09-041-0/+2
|
* Display duration and num. of selected FilesArno2016-09-041-0/+4
| | | | | | | | 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.
* FileWidget enhancementsArno2016-09-031-0/+3
| | | | | | | * add distinct icons for files presenet or non present in DB and non- video files, make it sortable * read and save settings * save geometry of ShemovCleaner
* Basic Version of FileWidgetArno2016-09-021-0/+2
| | | | | | It checks the DB for md5sums and colors the files accordingly. As I said: very basic!
* Added copyToClipboard where applicableArno2016-08-281-0/+2
|
* Added configration dialogArno2016-08-201-0/+2
| | | | | 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-36/+17
| | | | | | | | | | | 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!
* Implement file searchArno2016-08-201-2/+5
| | | | | Search for a regular expression in all files of all torrents and select them.
* Added torrent supportArno2016-08-191-0/+4
| | | | | | | | The BEncode parser is loosely based on this: https://github.com/jif/Bencode/blob/master/bencode.cpp Not perfect, but enough to display all the essential data in the shiny new TorrentDisplay dialog.
* Implemented MoveFiles and a status barArno2016-08-171-0/+5
| | | | Should be 2 commits, but who cares?
* Implement delete filesArno2016-08-161-5/+31
| | | | Thought I did an initial commit, but seems git thinks otherwise...
* Initial commitArno2016-08-161-0/+15
Shows files with the current extension and makes them distinguishable by different icons and by color. Not much else, just thought it was time for a commit.