97 Commits (44c86de7e415e30572d774a3ec3e90681bc8abfa)

Author SHA1 Message Date
Alexander Lohnau 2f193a63de Convert license headers to SPDX 5 years ago
Alexander Lohnau 3c1fa441d9 Remove dead code 5 years ago
Albert Astals Cid 19d98d6a74 Run clang-format 6 years ago
Alexander Kandaurov b04a2daa6b Fix DjVu links pointing to pages with different dimensions 7 years ago
Yuri Chornoivan c04ca1fa96 Fix minor EBN issues 8 years ago
Albert Astals Cid 2d8b2c7e95 Add support for cancellable image rendering and text extraction 8 years ago
Albert Astals Cid dcf544f826 djvu: Fix printing 8 years ago
Kevin Funk a53a2402ca clang-tidy: modernize-use-nullptr run 9 years ago
Patrick Spendrin 37d5623102 Remove kdelibs4support from the generator plugins 10 years ago
Alex Richardson 2f9246ae42 Port to new JSON plugin loading system 10 years ago
Montel Laurent 466eb79615 Use QStringLiteral 11 years ago
Montel Laurent 3b4ee788b8 Fix includes 12 years ago
Raymond Wooninck 7e3e82693e Make the generators build 12 years ago
Montel Laurent fc13e5c148 Reactivate djvu generator 12 years ago
Raymond Wooninck f4badbc117 Port the aboutData to the new methods. Next would be to bring back 12 years ago
Frederik Gladhorn 3581fb6245 Port to QTemporaryFile 12 years ago
Frederik Gladhorn 6c602bf0e7 Use categorized logging even more 12 years ago
Frederik Gladhorn 83d3f1f6b7 Revert "Some more kDebug->qDebug" 12 years ago
Frederik Gladhorn 34fbdf8c85 Some more kDebug->qDebug 12 years ago
Albert Astals Cid e9e3d4a435 Make documentInfo be Hash based instead of XML based 12 years ago
Jon Mease 2ae9e58bb4 Merge window.text, contents and inplaceText annotation properties 13 years ago
Albert Astals Cid 81c5c540df Update versions for KDE 4.8 14 years ago
Albert Astals Cid 51a77e6a51 Update versions for KDE 4.8 14 years ago
Pino Toscano 56e1002af6 djvu: try to extract "line" text blocks if there are no "word" ones 15 years ago
Kevin Kofler e001fbab55 Fix landscape documents getting printed in portrait format if "Landscape" is selected in the print dialog (the default). 15 years ago
Pino Toscano 505139af31 generators: fix core #includes removing the okular prefix 15 years ago
Pino Toscano e6b98db3d0 bump some generators version number to the values of the 4.5 branch, plus increase if there was work/fixes done 15 years ago
Pino Toscano 26d462e143 do not crash when handling links pointing to pages not in the document 16 years ago
John Layt b30305b668 Enable Current Page option in Okular print dialog if running Qt >= 4.7 16 years ago
John Layt cc45ce4a1e Fix Print to File output by using Ghostscript ps2pdf to convert ps print file 17 years ago
Pino Toscano 25a414904a djvu toc: 18 years ago
Pino Toscano 674380340e supports url's as destination of toc items 18 years ago
Pino Toscano b43fe1ce35 djvu toc: 18 years ago
Pino Toscano ef8a4b9a83 be sure to close the file before sending it for printing 18 years ago
Pino Toscano eceb09c379 add more contexts in i18n calls 18 years ago
Pino Toscano d51be3729b add a way to disable the internal page cache, and disable it by default in the generator 18 years ago
Pino Toscano a9227aff93 SVN_SILENT bump version, update copyright notice and slightly improve the description 18 years ago
Pino Toscano 903956dec9 SVN_SILENT unused parameter 18 years ago
Pino Toscano 080acb4344 one constness more, one ugly cast less 19 years ago
Pino Toscano 870980da75 correctly set the External flag for annotations loaded from documents 19 years ago
Pino Toscano 6aa123656a Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far. 19 years ago
John Layt 1b1ed9451b Enable Okular printing features: 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago
Pino Toscano 9ec65271fa SVN_SILENT old stuff 19 years ago
Pino Toscano 4edda7b967 provide the title of the document, if it has any 19 years ago
Pino Toscano 50b73a93b1 Remove the (not working) homemade async loading, and make use of the Generator API for async loading. 19 years ago
Pino Toscano 823edf52b1 make KDjVu no more a QObject, and remove the traces of "async" loading (never really implemented) 19 years ago
Pino Toscano 0b76db026f don't tell kdeprint to remove the file, KTemporaryFile does that for us 19 years ago
Pino Toscano ee925f2e58 add a postscript export overload that takes a QFile*, so we can properly use KTemporaryFile with printing 19 years ago