summaryrefslogtreecommitdiffstats
path: root/filedisplay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Another round of Clang fixes...Arno2022-04-161-1/+1
|
* Make it compile with qt6Arno2022-04-161-3/+3
| | | | | | | *BIG FAT WARNING* Took me a while to figure it out, but the database connection only works with MINGW64 instead of MINGW32! With the latter loading the SQL Plugin fails! That said, off to brighter shores :)
* Fix implicit casts in FileDisplayArno2018-12-091-1/+1
| | | | | | Turn Duration(qint64) into Duration(int) to avoid implicit casts. INT_MAX is good for 68 years of video, that should be enough for everyone :)
* Fix clang warningsArno2018-12-091-2/+1
| | | | Use nullptr, add an explicit cast and remove an unused variable.
* Clean up FileDisplayArno2018-01-311-5/+5
| | | | use type safe connect syntax and make the QTabWidget a non-member.
* Usability fixes for FileDisplayArno2016-09-051-1/+24
| | | | | | * save and restore size * actually restore header data * add Properties... to context menu
* Move some code around: prep for actionsArno2016-09-041-0/+6
| | | | | | * rename itemDoubleClicked to itemSelected * turn cd and fileData into functions * Bugfix: actually exec() mQFiles when gathering data!
* Add detailed video dialogArno2016-09-031-0/+98
| | | | | Show each and everything ffprobe can extract from a video file and display it as a tree.
* Add FileDisplayArno2016-09-031-0/+155
When doubleclicking on a file already present in DB show a dialog with the series name, actors and genres.