45 Commits (267f8c8ea36eeecfba37b489ab38f6784df2e404)

Author SHA1 Message Date
Pino Toscano 6b6a111099 Make the poppler(pdf), spectre(ps), dvi and chm backend calculate and set bounding box of pages. 18 years ago
Albert Astals Cid 3593d174b5 microoptimization 18 years ago
Pino Toscano 975b5e550b give the debug messages their correct area 18 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 03e0154fc4 use a stack of dom elements by value, so no memory is leaked 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 10503cf472 Add stubs for about data for the backends that don't have one, but have translations. 19 years ago
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago
Pino Toscano e461f0c113 don't include kpixmapeffect.h 19 years ago
Laurent Montel d7193013e2 Adapt to new KWarning/kFatal/kDebug api 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
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
Tobias Koenig baf1fb2870 Several changes: 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
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 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Tobias Koenig 2aa8a4c31b Moved SourceReference into its own file 19 years ago
Tobias Koenig 57139e3192 API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano 274469dae8 Almost complete support for inverse search within okular. 20 years ago
Holger Freyther 569e93b929 oKular: Add method(s) to get the DPI of the primary screen 20 years ago
Pino Toscano a3667a7202 make the rotation work again 20 years ago
Tobias Koenig a375953402 Adapt ghostview, kimgio, pdf, dvi, chm, xps and ooo generators to setImage() 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
Dirk Mueller 5b69bb6ccb fix rather artificial memory leak (CID 2684) 20 years ago
Pino Toscano b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano 1ba01ac6f1 Refactor a bit how ObjectRect works: now it's an independent class, that keeps the shape of the "kept" object using a QPainterPath [the qreal version to QRegion]. 20 years ago
Pino Toscano aa109c9ef0 Port the recent changes to kdv, and remove some debug code 20 years ago
Pino Toscano c82fed6d75 Make use of okularUtils, and use a Center viewport position for links. 20 years ago
Pino Toscano d0b5207bce Extract the table of contents from DVI documents. 20 years ago
Pino Toscano e5018d700f Complete support for hyperlinks. 20 years ago
Pino Toscano 2bfdb0f319 New backend: DVI. 20 years ago