| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
*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 :)
|
|
|
|
|
|
| |
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 :)
|
|
|
|
| |
Use nullptr, add an explicit cast and remove an unused variable.
|
|
|
|
| |
use type safe connect syntax and make the QTabWidget a non-member.
|
|
|
|
|
|
| |
* save and restore size
* actually restore header data
* add Properties... to context menu
|
|
|
|
|
|
| |
* rename itemDoubleClicked to itemSelected
* turn cd and fileData into functions
* Bugfix: actually exec() mQFiles when gathering data!
|
|
|
|
|
| |
Show each and everything ffprobe can extract from a video file and
display it as a tree.
|
|
When doubleclicking on a file already present in DB show a dialog with
the series name, actors and genres.
|