Bug 339456

Summary: Thumbnailers in kio-extras needs porting to KF5
Product: [Frameworks and Libraries] kio-extras Reporter: Bhushan Shah <bhush94>
Component: defaultAssignee: Plasma Development Mailing List <plasma-devel>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck, elvis.angelaccio, hein, simonandric5
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bhushan Shah 2014-09-27 13:21:38 UTC
I tried to port it but somehow it is not working, it will be very good if people with more knowledge in this area can take a look at it.

Reproducible: Always
Comment 1 Bhushan Shah 2014-09-27 13:23:41 UTC
It will be very good to have at least text and video files thumbnailers working..
Comment 2 Christoph Feck 2014-09-27 13:30:38 UTC
The ffmpeg thumbnailer was already ported by Hrvoje, it is not in kio-extras, though.
Comment 3 Maarten De Meyer 2014-09-28 15:46:08 UTC
Git commit 72d25f79050f8cf249b0a640a2be8764c59eca91 by Maarten De Meyer.
Committed on 28/09/2014 at 15:35.
Pushed by demeyer into branch 'master'.

Port comicbook thumbnailer to KF5

Mostly standard porting stuff.
Still need to change qdebug calls to qCDebug.
REVIEW: 120382

M  +1    -0    CMakeLists.txt
M  +13   -9    thumbnail/CMakeLists.txt
M  +19   -22   thumbnail/comiccreator.cpp

http://commits.kde.org/kio-extras/72d25f79050f8cf249b0a640a2be8764c59eca91
Comment 4 Maarten De Meyer 2014-09-29 19:42:56 UTC
Git commit 7cadf8888ec1b02e30512a44c1bae76202f30f96 by Maarten De Meyer.
Committed on 28/09/2014 at 22:32.
Pushed by demeyer into branch 'master'.

Port textcreator thumbnailer

Thumbcreator needs to be a QGuiApplication because we use pixmaps.
REVIEW: 120408

M  +14   -11   thumbnail/CMakeLists.txt
M  +7    -7    thumbnail/textcreator.cpp
M  +1    -1    thumbnail/thumbnail.cpp

http://commits.kde.org/kio-extras/7cadf8888ec1b02e30512a44c1bae76202f30f96
Comment 5 Elvis Angelaccio 2017-05-07 14:06:10 UTC
This has been fixed for a while.