D18883: Add PDF thumbnailer

Pino Toscano noreply at phabricator.kde.org
Sat Feb 9 20:10:14 GMT 2019


pino added inline comments.

INLINE COMMENTS

> pdfcreator.cpp:45-46
> +{
> +    Q_UNUSED(width);
> +    Q_UNUSED(height);
> +

please honor the requested width and height

> pdfcreator.cpp:49
> +    QScopedPointer<Document> document;
> +    document.reset(Document::load(QFile::encodeName(path)));
> +

Document::load() takes a QString, so do not encode the filename (which will be encoded twice)

> pdfthumbnail.desktop:6
> +X-KDE-ServiceTypes=ThumbCreator
> +MimeType=application/pdf;application/x-dvi;application/postscript;
> +

definitely neither DVI nor PS...

REPOSITORY
  R320 KIO Extras

REVISION DETAIL
  https://phabricator.kde.org/D18883

To: broulik, dfaure, aacid, jtamate
Cc: pino, ltoscano, kde-frameworks-devel, kfm-devel, alexde, feverfew, michaelh, spoorun, navarromorales, firef, ngraham, andrebarros, bruns, emmanuelp, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20190209/4ec55d23/attachment.htm>


More information about the kfm-devel mailing list