summaryrefslogtreecommitdiffstats
path: root/helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve lookup of cache dirArno2018-01-041-0/+14
| | | | | Implement looking up the cache dir as Helper::function. Create it if it doesn't exist.
* Add preview for videosArno2016-11-271-0/+56
| | | | | | Grab 4 frames from a video and display them in the Viewer. First frame is @00:01:00, last at length - 1 minute, and the other two are in between: length / 4 * 2 and 3 (hardcoded).
* Add detailed video dialogArno2016-09-031-0/+67
| | | | | Show each and everything ffprobe can extract from a video file and display it as a tree.
* Basic Version of FileWidgetArno2016-09-021-0/+50
It checks the DB for md5sums and colors the files accordingly. As I said: very basic!