summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make ffprobe and mkvinfo configurableArno2016-09-031-12/+14
| | | | Need ffprobe for video file infos, maybe mkvinfo, too...
* FileWidget enhancementsArno2016-09-031-0/+10
| | | | | | | * 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/+3
| | | | | | It checks the DB for md5sums and colors the files accordingly. As I said: very basic!
* Added copyToClipboard where applicableArno2016-08-281-1/+19
|
* Added configration dialogArno2016-08-201-0/+43
| | | | | 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-253/+71
| | | | | | | | | | | 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-14/+37
| | | | | Search for a regular expression in all files of all torrents and select them.
* Present torrent files as a treeArno2016-08-201-1/+1
| | | | | | | | | | | | A torrent info dictionary has two modes: single and multi files. When in multi-mode, the name-entry is the directory containing the files. Represent it as a tree. During testing I discovered a fatal bug in the torrent parser: If we encounter an invalid string, we have to move mPos forward, else we will loop indefinitely until we're OOM. I also added some icons for folders, files and trackers.
* Added torrent supportArno2016-08-191-0/+21
| | | | | | | | 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-4/+36
| | | | Should be 2 commits, but who cares?
* Implement delete filesArno2016-08-161-5/+193
| | | | Thought I did an initial commit, but seems git thinks otherwise...
* Initial commitArno2016-08-161-0/+11
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.