aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LVideoLabel.cpp
Commit message (Collapse)AuthorAge
* A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably.Ken Moore2017-11-14
| | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody.
* Fixed issues with previews and LVideoWidget sizingZackaryWelch2017-10-25
|
* Fixed image previews with video thumbnailsZackaryWelch2017-10-25
|
* Added some testing code for issues with directories having >10 videosZackaryWelch2017-10-21
|
* Finished video thumbnails and roll over playback for lumina-fm andZackaryWelch2017-10-21
| | | | lumina-fileinfo
* Make LVideoLabel thread-safe.Ken Moore2017-10-18
| | | | Couple quick fixes for the Browser class in lumina-fm too (minor cleanup).
* Updated how video thumbnails are loaded. Now cached to stop crash whenZackaryWelch2017-10-16
| | | | resizing.
* Added framework to play video when the mouse is put over them. BreaksZackaryWelch2017-10-11
picture and video preview for lumina-fileinfo currently
bgstack15