summaryrefslogtreecommitdiffstats
path: root/delegates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Major revamp of the file ManagerArno2014-12-071-1/+1
| | | | | | Nothing is async any more. Didn't work, anyway. Instead show a QProgressDialog when gathering data. Was kinda surprising that processEvents has to be called explicitly... Well, done!
* Move filetype delegate to delegate.*Arno2013-07-281-0/+26
| | | | Missed this one the first time...
* Read JSON from ffprobeArno2013-07-271-0/+86
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.