77 Commits (2634a4b8d49c8bdc8a9756860c19a55fc485529a)

Author SHA1 Message Date
Pino Toscano 3dc0752a93 SVN_SILENT add the TT task ID for Brad's image loading workaround 18 years ago
Pino Toscano 01f82d90b6 Better try to load the relationship file for a document in the XPS archive by using the name of the document itself. 18 years ago
Pino Toscano 85fef2f430 simplier way to extract the resource name from a "file name" 18 years ago
Pino Toscano a68ccfb893 Add 'revision' to the list of metadata we read from a document. 18 years ago
Pino Toscano 3b47f0dcdb simplier way to say "white"... 18 years ago
Pino Toscano e66f4bb62e According to the XPS specification, section 10.1.2, an XML file in the archive can be splitted in small sub-pieces placed with sequential names in a directory called like the XML file. 18 years ago
Pino Toscano 854f506617 Do not try to load an image from a path that really is a command for reading a combined image (image + color profile): 18 years ago
Pino Toscano 610809d54b Load the image from the absolute path. 18 years ago
Pino Toscano ce1b9e5bb2 When loading the entries from the ZIP archive, we need to specify the "full path" inside them. 18 years ago
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