summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Switch ActorWidget to type-safe connect syntaxArno2018-01-311-6/+6
* Add action for searching the interwebs for filenameArno2018-01-284-1/+17
* New feature: Guess subjectArno2018-01-272-1/+53
* Use type-safe connect syntaxArno2018-01-191-12/+12
* Remember last MIME-FilterArno2018-01-191-0/+13
* Refresh favorite dirs after configuringArno2018-01-194-1/+15
* Show total duration againArno2018-01-191-0/+1
* Implement filtering by MIME-TypeArno2018-01-044-13/+42
* Implement configuration option for MIME filtersArno2018-01-042-0/+9
* More renaming for new ItemSelectionWidgetArno2018-01-043-41/+46
* Rename dirselectionwidget > itemselectionwidgetArno2018-01-045-20/+20
* Implement favorite dirsArno2018-01-044-1/+33
* Implement DirSelectionWidgetArno2018-01-045-79/+120
* Modernize filewidget.cppArno2018-01-041-28/+28
* Add cache operationsArno2018-01-045-0/+38
* Export reading and writing cache into functionsArno2018-01-042-26/+36
* Improve lookup of cache dirArno2018-01-043-3/+17
* Update CachedFileData after copying filesArno2018-01-041-0/+4
* Check Present attribute on cached dataArno2018-01-032-26/+6
* Update the cache when copying or moving filesArno2018-01-031-3/+14
* Optimize deleteFilesArno2018-01-021-4/+9
* Sort size numerically, not alphabeticallyArno2018-01-023-3/+14
* Save CachedFileData to diskArno2018-01-024-1/+42
* Implement cache for FileWidgetArno2018-01-025-87/+156
* Try harder to delete a fileArno2018-01-021-1/+5
* Fix buildinfo.plArno2017-12-211-3/+4
* Remove QFileInfo::created() deprecation warningArno2017-12-211-2/+2
* Removed QSignalMapper from filewidget.cppArno2017-12-212-12/+3
* Qt update to 5.10Arno2017-12-192-57/+58
* Use QDirIterator in FileWidgetArno2017-12-191-18/+17
* Improve FileWidgetArno2017-12-191-0/+6
* Keep sort order and column when gathering torrent dataArno2017-12-191-0/+4
* Don't gatherData() when deleting torrentsArno2017-12-191-3/+10
* Don't gatherData() when moving torrentsArno2017-12-191-2/+9
* Use QT for deleting directoriesArno2017-12-182-26/+17
* Add splash screenArno2017-06-173-3/+18
* Fix TorrentParserArno2017-02-261-0/+1
* Everything is a RegEx!Arno2017-02-112-18/+0
* Implement searchArno2017-02-113-3/+57
* Read and write search settingsArno2017-02-113-6/+43
* Create GUI for search widgetArno2017-02-117-3/+191
* Replace RE match in OriginDialog with LIKEArno2016-12-191-2/+4
* Do not try to copy directoriesArno2016-12-061-1/+1
* Add a summary to ProgressDialogArno2016-12-066-0/+26
* Add destination to ProgressDialogArno2016-12-066-16/+23
* Prettify ProgressDialogArno2016-12-063-2/+12
* Actually use Copy Files to...Arno2016-12-037-3/+229
* Add Copy Files to... context menuArno2016-12-022-1/+25
* Emit freeSpaceChanged in gatherData()Arno2016-12-021-3/+1
* Indicate copy status of fileArno2016-12-022-3/+22