1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836
|
/*
SPDX-FileCopyrightText: 2005 Piotr Szymanski <niedakh@gmail.com>
SPDX-FileCopyrightText: 2008 Albert Astals Cid <aacid@kde.org>
Work sponsored by the LiMux project of the city of Munich:
SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company <info@kdab.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config-okular.h"
#include "generator.h"
#include "generator_p.h"
#include "observer.h"
#include <QApplication>
#include <QEventLoop>
#include <QPrinter>
#include <KLocalizedString>
#include <QDebug>
#include <QIcon>
#include <QMimeDatabase>
#include <QTimer>
#if HAVE_KWALLET
#include <KWallet>
#endif
#include "document_p.h"
#include "page.h"
#include "page_p.h"
#include "textpage.h"
#include "utils.h"
using namespace Okular;
GeneratorPrivate::GeneratorPrivate()
: q_ptr(nullptr)
, m_document(nullptr)
, mPixmapGenerationThread(nullptr)
, mTextPageGenerationThread(nullptr)
, mPixmapReady(true)
, mTextPageReady(true)
, m_closing(false)
, m_closingLoop(nullptr)
, m_dpi(72.0, 72.0)
{
qRegisterMetaType<Okular::Page *>();
}
GeneratorPrivate::~GeneratorPrivate()
{
if (mPixmapGenerationThread) {
mPixmapGenerationThread->wait();
}
delete mPixmapGenerationThread;
if (mTextPageGenerationThread) {
mTextPageGenerationThread->wait();
}
delete mTextPageGenerationThread;
}
PixmapGenerationThread *GeneratorPrivate::pixmapGenerationThread()
{
if (mPixmapGenerationThread) {
return mPixmapGenerationThread;
}
Q_Q(Generator);
mPixmapGenerationThread = new PixmapGenerationThread(q);
QObject::connect(mPixmapGenerationThread, &PixmapGenerationThread::finished, q, [this] { pixmapGenerationFinished(); }, Qt::QueuedConnection);
return mPixmapGenerationThread;
}
TextPageGenerationThread *GeneratorPrivate::textPageGenerationThread()
{
if (mTextPageGenerationThread) {
return mTextPageGenerationThread;
}
Q_Q(Generator);
mTextPageGenerationThread = new TextPageGenerationThread(q);
QObject::connect(mTextPageGenerationThread, &TextPageGenerationThread::finished, q, [this] { textpageGenerationFinished(); }, Qt::QueuedConnection);
return mTextPageGenerationThread;
}
void GeneratorPrivate::pixmapGenerationFinished()
{
Q_Q(Generator);
PixmapRequest *request = mPixmapGenerationThread->request();
const QImage &img = mPixmapGenerationThread->image();
mPixmapGenerationThread->endGeneration();
QMutexLocker locker(threadsLock());
if (m_closing) {
mPixmapReady = true;
delete request;
if (mTextPageReady) {
locker.unlock();
m_closingLoop->quit();
}
return;
}
if (!request->shouldAbortRender()) {
request->page()->setPixmap(request->observer(), new QPixmap(QPixmap::fromImage(img)), request->normalizedRect());
const int pageNumber = request->page()->number();
if (mPixmapGenerationThread->calcBoundingBox()) {
q->updatePageBoundingBox(pageNumber, mPixmapGenerationThread->boundingBox());
}
} else {
// Cancel the text page generation too if it's still running
if (mTextPageGenerationThread && mTextPageGenerationThread->isRunning()) {
mTextPageGenerationThread->abortExtraction();
mTextPageGenerationThread->wait();
}
}
mPixmapReady = true;
q->signalPixmapRequestDone(request);
}
void GeneratorPrivate::textpageGenerationFinished()
{
Q_Q(Generator);
Page *page = mTextPageGenerationThread->page();
mTextPageGenerationThread->endGeneration();
QMutexLocker locker(threadsLock());
mTextPageReady = true;
if (m_closing) {
delete mTextPageGenerationThread->textPage();
if (mPixmapReady) {
locker.unlock();
m_closingLoop->quit();
}
return;
}
if (mTextPageGenerationThread->textPage()) {
TextPage *tp = mTextPageGenerationThread->textPage();
page->setTextPage(tp);
q->signalTextGenerationDone(page, tp);
}
}
QMutex *GeneratorPrivate::threadsLock()
{
return &m_threadsMutex;
}
QVariant GeneratorPrivate::metaData(const QString &, const QVariant &) const
{
return QVariant();
}
QImage GeneratorPrivate::image(PixmapRequest *)
{
return QImage();
}
Generator::Generator(QObject *parent, const QVariantList &args)
: Generator(*new GeneratorPrivate(), parent, args)
{
// the delegated constructor does it all
}
Generator::Generator(GeneratorPrivate &dd, QObject *parent, const QVariantList &args)
: QObject(parent)
, d_ptr(&dd)
{
d_ptr->q_ptr = this;
Q_UNUSED(args)
}
Generator::~Generator()
{
delete d_ptr;
}
bool Generator::loadDocument(const QString &fileName, QList<Page *> &pagesVector)
{
Q_UNUSED(fileName);
Q_UNUSED(pagesVector);
return false;
}
bool Generator::loadDocumentFromData(const QByteArray &, QList<Page *> &)
{
return false;
}
Document::OpenResult Generator::loadDocumentWithPassword(const QString &fileName, QList<Page *> &pagesVector, const QString &)
{
return loadDocument(fileName, pagesVector) ? Document::OpenSuccess : Document::OpenError;
}
Document::OpenResult Generator::loadDocumentFromDataWithPassword(const QByteArray &fileData, QList<Page *> &pagesVector, const QString &)
{
return loadDocumentFromData(fileData, pagesVector) ? Document::OpenSuccess : Document::OpenError;
}
Generator::SwapBackingFileResult Generator::swapBackingFile(QString const & /*newFileName */, QList<Okular::Page *> & /*newPagesVector*/)
{
return SwapBackingFileError;
}
bool Generator::closeDocument()
{
Q_D(Generator);
d->m_closing = true;
d->threadsLock()->lock();
if (!(d->mPixmapReady && d->mTextPageReady)) {
QEventLoop loop;
d->m_closingLoop = &loop;
d->threadsLock()->unlock();
loop.exec();
d->m_closingLoop = nullptr;
} else {
d->threadsLock()->unlock();
}
bool ret = doCloseDocument();
d->m_closing = false;
return ret;
}
bool Generator::canGeneratePixmap() const
{
Q_D(const Generator);
return d->mPixmapReady;
}
bool Generator::canSign() const
{
return false;
}
std::pair<SigningResult, QString> Generator::sign(const NewSignatureData &, const QString &)
{
return {};
}
CertificateStore *Generator::certificateStore() const
{
return nullptr;
}
Okular::CertificateInfo::Backend Generator::activeCertificateBackend() const
{
Q_D(const Generator);
return d->m_signatureBackend;
}
void Generator::setActiveCertificateBackend(Okular::CertificateInfo::Backend newBackend)
{
Q_D(Generator);
d->m_signatureBackend = newBackend;
}
void Generator::generatePixmap(PixmapRequest *request)
{
Q_D(Generator);
d->mPixmapReady = false;
const bool calcBoundingBox = !request->isTile() && !request->page()->isBoundingBoxKnown();
if (request->asynchronous() && hasFeature(Threaded)) {
if (d->textPageGenerationThread()->isFinished() && !canGenerateTextPage()) {
// It can happen that the text generation has already finished but
// mTextPageReady is still false because textpageGenerationFinished
// didn't have time to run, if so queue ourselves
QTimer::singleShot(0, this, [this, request] { generatePixmap(request); });
return;
}
/**
* We create the text page for every page that is visible to the
* user, so he can use the text extraction tools without a delay.
*/
if (hasFeature(TextExtraction) && !request->page()->hasTextPage() && canGenerateTextPage() && !d->m_closing) {
d->mTextPageReady = false;
d->textPageGenerationThread()->setPage(request->page());
// dummy is used as a way to make sure the lambda gets disconnected each time it is executed
// since not all the times the pixmap generation thread starts we want the text generation thread to also start
QObject *dummy = new QObject();
connect(d_ptr->pixmapGenerationThread(), &QThread::started, dummy, [this, dummy] {
delete dummy;
d_ptr->textPageGenerationThread()->startGeneration();
});
}
// pixmap generation thread must be started *after* connect(), else we may miss the start signal and get lock-ups (see bug 396137)
d->pixmapGenerationThread()->startGeneration(request, calcBoundingBox);
return;
}
const QImage &img = image(request);
request->page()->setPixmap(request->observer(), new QPixmap(QPixmap::fromImage(img)), request->normalizedRect());
const int pageNumber = request->page()->number();
d->mPixmapReady = true;
signalPixmapRequestDone(request);
if (calcBoundingBox) {
updatePageBoundingBox(pageNumber, Utils::imageBoundingBox(&img));
}
}
bool Generator::canGenerateTextPage() const
{
Q_D(const Generator);
return d->mTextPageReady;
}
void Generator::generateTextPage(Page *page)
{
TextRequest treq(page);
TextPage *tp = textPage(&treq);
page->setTextPage(tp);
signalTextGenerationDone(page, tp);
}
QImage Generator::image(PixmapRequest *request)
{
Q_D(Generator);
return d->image(request);
}
TextPage *Generator::textPage(TextRequest *)
{
return nullptr;
}
DocumentInfo Generator::generateDocumentInfo(const QSet<DocumentInfo::Key> &keys) const
{
Q_UNUSED(keys);
return DocumentInfo();
}
const DocumentSynopsis *Generator::generateDocumentSynopsis()
{
return nullptr;
}
FontInfo::List Generator::fontsForPage(int)
{
return FontInfo::List();
}
const QList<EmbeddedFile *> *Generator::embeddedFiles() const
{
return nullptr;
}
Generator::PageLayout Generator::defaultPageLayout() const
{
return NoLayout;
}
bool Generator::defaultPageContinuous() const
{
return false;
}
Generator::PageSizeMetric Generator::pagesSizeMetric() const
{
return None;
}
bool Generator::isAllowed(Permission) const
{
return true;
}
void Generator::rotationChanged(Rotation, Rotation)
{
}
PageSize::List Generator::pageSizes() const
{
return PageSize::List();
}
void Generator::pageSizeChanged(const PageSize &, const PageSize &)
{
}
Document::PrintError Generator::print(QPrinter &)
{
return Document::UnknownPrintError;
}
BackendOpaqueAction::OpaqueActionResult Generator::opaqueAction(const BackendOpaqueAction * /*action*/)
{
return BackendOpaqueAction::DoNothing;
}
void Generator::freeOpaqueActionContents(const BackendOpaqueAction & /*action*/)
{
}
QVariant Generator::metaData(const QString &key, const QVariant &option) const
{
Q_D(const Generator);
return d->metaData(key, option);
}
ExportFormat::List Generator::exportFormats() const
{
return ExportFormat::List();
}
bool Generator::exportTo(const QString &, const ExportFormat &)
{
return false;
}
void Generator::walletDataForFile(const QString &fileName, QString *walletName, QString *walletFolder, QString *walletKey) const
{
#if HAVE_KWALLET
*walletKey = fileName.section(QLatin1Char('/'), -1, -1);
*walletName = KWallet::Wallet::NetworkWallet();
*walletFolder = QStringLiteral("KPdf");
#else
Q_UNUSED(fileName);
Q_UNUSED(walletName);
Q_UNUSED(walletFolder);
Q_UNUSED(walletKey);
#endif
}
bool Generator::hasFeature(GeneratorFeature feature) const
{
Q_D(const Generator);
return d->m_features.contains(feature);
}
void Generator::signalPixmapRequestDone(PixmapRequest *request)
{
Q_D(Generator);
if (d->m_document) {
d->m_document->requestDone(request);
} else {
delete request;
}
}
void Generator::signalTextGenerationDone(Page *page, TextPage *textPage)
{
Q_D(Generator);
if (d->m_document) {
d->m_document->textGenerationDone(page);
} else {
delete textPage;
}
}
void Generator::signalPartialPixmapRequest(PixmapRequest *request, const QImage &image)
{
if (request->shouldAbortRender()) {
return;
}
PagePrivate *pagePrivate = PagePrivate::get(request->page());
pagePrivate->setPixmap(request->observer(), new QPixmap(QPixmap::fromImage(image)), request->normalizedRect(), true /* isPartialPixmap */);
const int pageNumber = request->page()->number();
request->observer()->notifyPageChanged(pageNumber, Okular::DocumentObserver::Pixmap);
}
const Document *Generator::document() const
{
Q_D(const Generator);
if (d->m_document) {
return d->m_document->m_parent;
}
return nullptr;
}
Okular::Action *Generator::additionalDocumentAction(Okular::Document::DocumentAdditionalActionType)
{
return nullptr;
}
void Generator::setFeature(GeneratorFeature feature, bool on)
{
Q_D(Generator);
if (on) {
d->m_features.insert(feature);
} else {
d->m_features.remove(feature);
}
}
QVariant Generator::documentMetaData(const DocumentMetaDataKey key, const QVariant &option) const
{
Q_D(const Generator);
if (!d->m_document) {
return QVariant();
}
return d->m_document->documentMetaData(key, option);
}
QMutex *Generator::userMutex() const
{
Q_D(const Generator);
return &d->m_mutex;
}
void Generator::updatePageBoundingBox(int page, const NormalizedRect &boundingBox)
{
Q_D(Generator);
if (d->m_document) { // still connected to document?
d->m_document->setPageBoundingBox(page, boundingBox);
}
}
QByteArray Generator::requestFontData(const Okular::FontInfo & /*font*/)
{
return {};
}
void Generator::setDPI(const QSizeF dpi)
{
Q_D(Generator);
d->m_dpi = dpi;
}
QSizeF Generator::dpi() const
{
Q_D(const Generator);
return d->m_dpi;
}
QAbstractItemModel *Generator::layersModel() const
{
return nullptr;
}
TextRequest::TextRequest()
: d(new TextRequestPrivate)
{
d->mPage = nullptr;
d->mShouldAbortExtraction = 0;
}
TextRequest::TextRequest(Page *page)
: d(new TextRequestPrivate)
{
d->mPage = page;
d->mShouldAbortExtraction = 0;
}
TextRequest::~TextRequest()
{
delete d;
}
Page *TextRequest::page() const
{
return d->mPage;
}
bool TextRequest::shouldAbortExtraction() const
{
return d->mShouldAbortExtraction != 0;
}
TextRequestPrivate *TextRequestPrivate::get(const TextRequest *req)
{
return req->d;
}
PixmapRequest::PixmapRequest(DocumentObserver *observer, int pageNumber, int width, int height, qreal dpr, int priority, PixmapRequestFeatures features)
: d(new PixmapRequestPrivate)
{
d->mObserver = observer;
d->mPageNumber = pageNumber;
d->mWidth = ceil(width * dpr);
d->mHeight = ceil(height * dpr);
d->mPriority = priority;
d->mFeatures = features;
d->mForce = false;
d->mTile = false;
d->mNormalizedRect = NormalizedRect();
d->mPartialUpdatesWanted = false;
d->mShouldAbortRender = 0;
}
PixmapRequest::~PixmapRequest()
{
delete d;
}
DocumentObserver *PixmapRequest::observer() const
{
return d->mObserver;
}
int PixmapRequest::pageNumber() const
{
return d->mPageNumber;
}
int PixmapRequest::width() const
{
return d->mWidth;
}
int PixmapRequest::height() const
{
return d->mHeight;
}
int PixmapRequest::priority() const
{
return d->mPriority;
}
bool PixmapRequest::asynchronous() const
{
return d->mFeatures & Asynchronous;
}
bool PixmapRequest::preload() const
{
return d->mFeatures & Preload;
}
Page *PixmapRequest::page() const
{
return d->mPage;
}
void PixmapRequest::setTile(bool tile)
{
d->mTile = tile;
}
bool PixmapRequest::isTile() const
{
return d->mTile;
}
void PixmapRequest::setNormalizedRect(const NormalizedRect &rect)
{
if (d->mNormalizedRect == rect) {
return;
}
d->mNormalizedRect = rect;
}
const NormalizedRect &PixmapRequest::normalizedRect() const
{
return d->mNormalizedRect;
}
void PixmapRequest::setPartialUpdatesWanted(bool partialUpdatesWanted)
{
d->mPartialUpdatesWanted = partialUpdatesWanted;
}
bool PixmapRequest::partialUpdatesWanted() const
{
return d->mPartialUpdatesWanted;
}
bool PixmapRequest::shouldAbortRender() const
{
return d->mShouldAbortRender != 0;
}
Okular::TilesManager *PixmapRequestPrivate::tilesManager() const
{
return mPage->d->tilesManager(mObserver);
}
PixmapRequestPrivate *PixmapRequestPrivate::get(const PixmapRequest *req)
{
return req->d;
}
void PixmapRequestPrivate::swap()
{
std::swap(mWidth, mHeight);
}
class Okular::ExportFormatPrivate : public QSharedData
{
public:
ExportFormatPrivate(const QString &description, const QMimeType &mimeType, const QIcon &icon = QIcon())
: QSharedData()
, mDescription(description)
, mMimeType(mimeType)
, mIcon(icon)
{
}
~ExportFormatPrivate()
{
}
QString mDescription;
QMimeType mMimeType;
QIcon mIcon;
};
ExportFormat::ExportFormat()
: d(new ExportFormatPrivate(QString(), QMimeType()))
{
}
ExportFormat::ExportFormat(const QString &description, const QMimeType &mimeType)
: d(new ExportFormatPrivate(description, mimeType))
{
}
ExportFormat::ExportFormat(const QIcon &icon, const QString &description, const QMimeType &mimeType)
: d(new ExportFormatPrivate(description, mimeType, icon))
{
}
ExportFormat::~ExportFormat()
{
}
ExportFormat::ExportFormat(const ExportFormat &other)
: d(other.d)
{
}
ExportFormat &ExportFormat::operator=(const ExportFormat &other)
{
if (this == &other) {
return *this;
}
d = other.d;
return *this;
}
QString ExportFormat::description() const
{
return d->mDescription;
}
QMimeType ExportFormat::mimeType() const
{
return d->mMimeType;
}
QIcon ExportFormat::icon() const
{
return d->mIcon;
}
bool ExportFormat::isNull() const
{
return !d->mMimeType.isValid() || d->mDescription.isNull();
}
ExportFormat ExportFormat::standardFormat(StandardExportFormat type)
{
QMimeDatabase db;
switch (type) {
case PlainText:
return ExportFormat(QIcon::fromTheme(QStringLiteral("text-x-generic")), i18n("Plain &Text…"), db.mimeTypeForName(QStringLiteral("text/plain")));
break;
case PDF:
return ExportFormat(QIcon::fromTheme(QStringLiteral("application-pdf")), i18n("PDF"), db.mimeTypeForName(QStringLiteral("application/pdf")));
break;
case OpenDocumentText:
return ExportFormat(
QIcon::fromTheme(QStringLiteral("application-vnd.oasis.opendocument.text")), i18nc("This is the document format", "OpenDocument Text"), db.mimeTypeForName(QStringLiteral("application/vnd.oasis.opendocument.text")));
break;
case HTML:
return ExportFormat(QIcon::fromTheme(QStringLiteral("text-html")), i18nc("This is the document format", "HTML"), db.mimeTypeForName(QStringLiteral("text/html")));
break;
}
return ExportFormat();
}
bool ExportFormat::operator==(const ExportFormat &other) const
{
return d == other.d;
}
bool ExportFormat::operator!=(const ExportFormat &other) const
{
return d != other.d;
}
QDebug operator<<(QDebug str, const Okular::PixmapRequest &req)
{
PixmapRequestPrivate *reqPriv = PixmapRequestPrivate::get(&req);
str << "PixmapRequest:" << &req;
str << "- observer:" << (qulonglong)req.observer();
str << "- page:" << req.pageNumber();
str << "- width:" << req.width();
str << "- height:" << req.height();
str << "- priority:" << req.priority();
str << "- async:" << (req.asynchronous() ? "true" : "false");
str << "- tile:" << (req.isTile() ? "true" : "false");
str << "- rect:" << req.normalizedRect();
str << "- preload:" << (req.preload() ? "true" : "false");
str << "- partialUpdates:" << (req.partialUpdatesWanted() ? "true" : "false");
str << "- shouldAbort:" << (req.shouldAbortRender() ? "true" : "false");
str << "- force:" << (reqPriv->mForce ? "true" : "false");
return str;
}
/* kate: replace-tabs on; indent-width 4; */
|