89 Commits (99a99a15901f5a3be7894de78dc2fa050b52a8e1)

Author SHA1 Message Date
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
Script Kiddy a550d8c0d4 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy a688f5b331 SVN_SILENT made messages (.desktop file) 19 years ago
Laurent Montel d7193013e2 Adapt to new KWarning/kFatal/kDebug api 19 years ago
Script Kiddy b998bc9491 SVN_SILENT made messages (.desktop file) 19 years ago
Laurent Montel 2e59ada023 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. 19 years ago
Script Kiddy 0fc32d6b18 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 27e738f238 Start adding backend information to each generator. 19 years ago
Script Kiddy c1a3a10aa0 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 94e66ff910 SVN_SILENT made messages (.desktop file) 19 years ago
Allen Winter 5110d1d3f2 remove kde4_automoc() 19 years ago
Script Kiddy ac29f76f55 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 9fb2221299 SVN_SILENT made messages (.desktop file) 19 years ago
Stephan Binner 2eccd176e2 make .desktop files valid 19 years ago
Script Kiddy 7c8a8bce4f SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 3211dbbaf5 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano a9900ec937 const& and simplify 19 years ago
Script Kiddy 9984a73c33 SVN_SILENT made messages (.desktop file) 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
Script Kiddy 1d727e66f6 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 46781db872 SVN_SILENT made messages (.desktop file) 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
Script Kiddy 2e5b353482 SVN_SILENT made messages (.desktop file) 19 years ago
David Jarvie 6ccde0505c Add fancy date option to KLocale::formatDate(), KLocale::formatDateTime() 19 years ago
Script Kiddy e54cfd797f SVN_SILENT made messages (.desktop file) 19 years ago
Albert Astals Cid 55a67a082e Each plugin installs a application desktop so that the supported mimetypes are exactly the ones supported by the plugins installed 19 years ago
David Faure 06d18ea3cc Make it possible to compile all of playground in one go (but also still to compile it like before, of course). 19 years ago
Pino Toscano 88006a575b extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot 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 b0039a0e11 Remove unused declaration. 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