27 Commits (f2e9633ea7603df965eb7fdddf875fa8e950fb4d)

Author SHA1 Message Date
Alex Richardson 1049dc188a Add Q_INTERFACES( Okular::Generator ) to all plugins 11 years ago
Albert Astals Cid e9e3d4a435 Make documentInfo be Hash based instead of XML based 12 years ago
Pino Toscano 505139af31 generators: fix core #includes removing the okular prefix 15 years ago
Albert Astals Cid f12bd0a942 remove const_cast eeeeeeeeeek 16 years ago
Luigi Toscano 1f548c29b6 Activate support for DVI font information in the document properties dialog. 17 years ago
Pino Toscano 32ca783be8 add named viewport resolution 17 years ago
Pino Toscano 455b535ab6 Switch from the sync API to the async one. 17 years ago
Pino Toscano e75b76545c convert and set the links only *once* per page 17 years ago
Pino Toscano 59f19fe8aa Patch by Luigi Toscano <luigi.toscano@tiscali.it> to mplemented printing support for DVI backend. 18 years ago
Pino Toscano e984ef4086 Patch by Luigi Toscano <luigi.toscano@tiscali.it> to: 18 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
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago
Pino Toscano 6068c76df6 Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 19 years ago
Pino Toscano 55dfb87f3f simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Pino Toscano 135a18b407 get rid of supportsSearching() by using a proper feature 19 years ago
Pino Toscano 468a0da775 bye bye canGenerateTextPage(), unused nowadays 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Pino Toscano 94c9ffa3d7 do not explicitely include document.h in generator.h 19 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 b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano d0b5207bce Extract the table of contents from DVI documents. 20 years ago
Pino Toscano 2bfdb0f319 New backend: DVI. 20 years ago