68 Commits (4e5096e731d680becbeeaff77a2bd2dc6b6ced8a)

Author SHA1 Message Date
Pino Toscano 9e45d58aaf adapt to the recent debug areas 18 years ago
Pino Toscano c6a6c3873d better initialize the document structure to avoid crashing later 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 e461f0c113 don't include kpixmapeffect.h 19 years ago
Pino Toscano 7e150aeb43 don't leak the internal documents, but properly delete them 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
Laurent Montel d7193013e2 Adapt to new KWarning/kFatal/kDebug api 19 years ago
Pino Toscano 27e738f238 Start adding backend information to each generator. 19 years ago
Pino Toscano a9900ec937 const& and simplify 19 years ago
Dirk Mueller 452ddeeb63 trying to fix a memory leak. strange API (CID 3642) 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Pino Toscano 2e024d6d96 generalize a bit more the way for constructing "standard" ExportFormat's 19 years ago
Jiri Klement afa1902c78 Fixed wrong rendering size of images which don't have dpi specified. I had to use workaround described in loadImageFromFile method 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Jiri Klement 6147136895 Unpack page source completely before rendering. It's possible that another file from zip will be required during rendering (font, image, ...), but KZip doesn't allow simuntanelous reading of more than one file. 19 years ago
Jiri Klement 0b77d7011c Fixed parsing of abbreviated data - now it don't freeze in case of wrong data in xps 19 years ago
David Jarvie 6ccde0505c Add fancy date option to KLocale::formatDate(), KLocale::formatDateTime() 19 years ago
Brad Hards 3716cc9eb3 Minor cleanups - make debugging more informative, a spello 19 years ago
Pino Toscano 3507d4e68f use the new Okular::ExportFormat::plainText() 19 years ago
Brad Hards 61aa0d440d Switch the Text Extraction handler over to using 19 years ago
Brad Hards 3c05813278 More conversion from DOM to QXmlStreamReader. Same functionality, 19 years ago
Brad Hards 81a132092f Switch to using QXmlStreamReader (from Qt4.3) for 19 years ago
Brad Hards b6a3ab9a2c Fix a couple of crash bugs. 19 years ago
Brad Hards 642a841840 Add document synopsis for XPS. 19 years ago
Brad Hards f749c5dc22 Minor rethink on the colour parsing. If we have separate methods for 19 years ago
Brad Hards 999967935e Implement pen colour and size (Stroke and StrokeThickness 19 years ago
Brad Hards e29e44ff89 Store away the digital signature origin. 19 years ago
Brad Hards d5ec64e34c Add support for the Opacity attribute. 19 years ago
Jiri Klement dbe7fea25a Fix memory leaks 19 years ago
Jiri Klement 065287322a Share fonts in whole xpsfile (not only xpspage) 19 years ago
Jiri Klement 1c545fb8cb Text extraction support 19 years ago
Jiri Klement 4ea8794f52 ImageBrush rendering element: support for Viewbox, Viewport, Transform 19 years ago
Pino Toscano 90f1a9f5be properly use of loadDocument()/closeDocument() 19 years ago
Jiri Klement c8adc05145 Fix font size 19 years ago
Jiri Klement f0eaa1fbff Rewrite of page rendering. Now it respects context and actual work is done at the end of element so child elements are taken into account 19 years ago
Jiri Klement 411bf7d873 Fix separation of graphics elements (settings for path could affect glyphs) 19 years ago
Jiri Klement 55d67b9034 Fix memory leaks 19 years ago
Jiri Klement 03dc9c916c Page is now rendered on screen size so no additional scaling is necessary - better looking and faster rendering 19 years ago
Jiri Klement 74e912ea1f SVN_SILENT fix intendation 19 years ago
Jiri Klement 1de57323db Optimalize document loading. Now is used SAX instead of DOM for getting page size which reduced time to load document few times 19 years ago
Jiri Klement 53122db23d parseAbbreviatedData has be rewritten, now it supports almost all commands(except arc) 19 years ago
Brad Hards 8f3336d252 Patch from Jiri Klement, which fixes: 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
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Pino Toscano f7f9b3df41 create() -> createDevice() as per new kdelibs API 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
Pino Toscano 69cdc31727 SVN_SILENT unused parameters 19 years ago