393 Commits (e642b97c8c0b1f62aae03e6dcbde976e0f73d00a)

Author SHA1 Message Date
Tobias Koenig e642b97c8c Make the generator multithreaded 19 years ago
Tobias Koenig 427325fef2 Don't print over the size of the page 19 years ago
Tobias Koenig 69557420a7 Add support for document internal links 19 years ago
Albert Astals Cid 317abde0f9 compile 19 years ago
Tobias Koenig deabbae3bf Say hello to the new ComicBook generator for okular. 19 years ago
Pino Toscano 169b752433 make it compile properly 19 years ago
Pino Toscano 4f6666d509 also the page size is a feature, so thread it as such (and remove supportsPageSizes()) 19 years ago
Pino Toscano a1b0e157c8 release the pointer of a done request 19 years ago
Pino Toscano 3a4e56015e no need to recalculate the links for every pixmap request 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 ce289e816d Port OOO generator to TextDocumentGenerator, so it supports text 19 years ago
Tobias Koenig e1ab8660ef Add new TextDocumentGenerator class, which is a base class for 19 years ago
Pino Toscano 5bd13f7c0e update the keep status only when really needed 19 years ago
Albert Astals Cid c9102c7cfd Add loadDocumentFromData method to the pdf backend. 19 years ago
Pino Toscano 4f8724b62b Improve a bit the image generator, even if it's just a toy: 19 years ago
Pino Toscano ba36aa3953 fix broken blind porting 19 years ago
Laurent Montel 34edbef72d Port to new api 19 years ago
Tobias Koenig 53c97a481b Add generator plugin for the FictionBook format (http://en.wikipedia.org/wiki/FictionBook), 19 years ago
Pino Toscano 2de89d6eb8 don't leak the format mask and the (empty) kdjvu 19 years ago
Pino Toscano 2d49a3c7ee the dvi generator optionally requires freetype 19 years ago
Pino Toscano 5636ac551f don't leak memory when loading page actions from poppler, and sound objects 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Pino Toscano 55d26ba370 no more initial rotation 19 years ago
Pino Toscano 4b922367e2 Use a proper enum to deal with orientation/rotation all around okular. 19 years ago
Tobias Koenig ac792e5c9c Fixed krazy issues 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano 652787611d make it build with the new kdelibs 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
Pino Toscano 915a48eb4d move the Generator configuration stuff into a new ConfigInterface 19 years ago
Pino Toscano d9a844d67c move the GUI stuff out of Generator in an own GuiInterface, and adapt the ghostscript generator to its usage; renamed also some methods to more Qt4-ish names. 19 years ago
Pino Toscano 69cdc31727 SVN_SILENT unused parameters 19 years ago
Pino Toscano 5083655c11 Implement the page duration in presentation mode, and read the info from PDF documents. 19 years ago
Tobias Koenig 4fe8bdce53 Fixed free text selection for rotated pages 19 years ago
Albert Astals Cid 486095425b Master pino wants me to commit this 19 years ago
Pino Toscano 94c9ffa3d7 do not explicitely include document.h in generator.h 19 years ago
Pino Toscano 0594e78bdc make it compile correctly everywhere 19 years ago
André Wöbbeking 6e7d98b829 adapt to Aaron's kdelibs changes 19 years ago
Pino Toscano b7328d7234 add an handy DocumentViewport::isValid() and use it where possible instead of doing checks manually 19 years ago
Pino Toscano 536ebab639 SmallIconSet -> KIcon 20 years ago
Laurent Montel 06b79cdf27 Compile++ 20 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Tobias Koenig 0166264223 Add patch written by Leandro Emanuel Lopez which adds master-page-support 20 years ago
Tobias Koenig d276fc4aa1 Add support for annotations 20 years ago
Tobias Koenig 57139e3192 API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 20 years ago
Tobias Koenig 9969547b0c * observer API cleanup 20 years ago
Tobias Koenig d45d7b31b1 Performance improvement: parse content dom only once 20 years ago
Pino Toscano afa2e5a999 iterator -> const_iterator 20 years ago