Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang warnings in delegates | Arno | 2018-11-24 | 1 | -7/+7 |
| | |||||
* | Move filetype delegate to delegate.* | Arno | 2013-07-28 | 1 | -0/+11 |
| | | | | Missed this one the first time... | ||||
* | Read JSON from ffprobe | Arno | 2013-07-27 | 1 | -0/+59 |
Use JSON output from ffprobe instead of string parsing to get some kind of type safety. For doing that, some changes were needed in FileView: Use delegates for displaying Duration and Bitrate instead of mangling output in Qt::Displayrole. To reuse code, move all delegates from the new Archive to a separate file. And, of course, the initial objective: Show the accumulated size and duration of selected files in the status bar from the experimental archive. |