summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.