60 Commits (24e03633fc0b06fd6bd6406aadabd8a00d96cee4)

Author SHA1 Message Date
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
Pino Toscano 48b2cad049 fixed wrong example in the apidox, and all the code that was done by copy&paste from it, basically... 19 years ago
Pino Toscano a9f0d2eb46 Try to extract the text entities (thus the text) from a DjVu document. 19 years ago
Pino Toscano 27e738f238 Start adding backend information to each generator. 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Pino Toscano f3e484082d Link -> Action renaming. 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
David Faure 0c1b5314e9 Use standard mimetype names from shared-mime-info 19 years ago
Pino Toscano ed3b44ad38 missing #include 19 years ago
Tobias Koenig baf1fb2870 Several changes: 19 years ago
Pino Toscano 2db51ef56b Read information like 'title', 'author', 'editor', 'publisher', 'year' and 'volume' from DjVu documents, and make them visible in the Information dialog. 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Pino Toscano a1b0e157c8 release the pointer of a done request 19 years ago
Pino Toscano 3a4e56015e no need to recalculate the links for every pixmap request 19 years ago
Pino Toscano 2de89d6eb8 don't leak the format mask and the (empty) kdjvu 19 years ago
Pino Toscano 4b922367e2 Use a proper enum to deal with orientation/rotation all around okular. 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Pino Toscano 5c0de8b638 Add printing support for DjVu files. (It is also PostScript exporting, as you can print to file to get a PS document.) 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano 4f305424bc read the annotations only once, ie when loading the pages 20 years ago
Pino Toscano 673fe63610 generate an uid for the djvu annotations 20 years ago
Pino Toscano 5731b36fe5 the text is needed in this field, too, for the moment 20 years ago
Pino Toscano cb414fbf1d remember, pino, remember: djvu coordinates refer to the lower-left corner of a page. 20 years ago
Pino Toscano 825c725eaf change the internal KDjVu data storage to an hash of variants 20 years ago
Pino Toscano 0c4a081174 Add preliminary support for DjVu Text and Line annotations. 20 years ago
Pino Toscano eb83fc5d27 adapt the djvu generator (and kdjvu) to handle images instead of pixmaps 20 years ago
Tobias Koenig d22b2f1892 A rather big change: 20 years ago
Pino Toscano 18028a8a2c API change in the Generator: use an empty construct, and set the document for the generator right after its construction. 20 years ago
Tobias Koenig fccd412d69 * Added documentation to Generator API 20 years ago
Pino Toscano c52a0e622b Change the way we rotate the pages. 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano e147f53ab7 make sure to really close the djvu document 20 years ago
Pino Toscano b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano 38593f718c delete a Link if an ObjectRect is not created; less deferences 20 years ago
Pino Toscano 2d64d446d7 Read correctly the 'poly' links for DjVu documents. 20 years ago