3036 Commits (e642b97c8c0b1f62aae03e6dcbde976e0f73d00a)
 

Author SHA1 Message Date
Tobias Koenig e642b97c8c Make the generator multithreaded 19 years ago
Leandro Emanuel López 1f478d57fb The boolean variable is not needed 19 years ago
Tobias Koenig 427325fef2 Don't print over the size of the page 19 years ago
Tobias Koenig 460f972d19 Arrgh, forgot to commit this last time :/ 19 years ago
Pino Toscano e71a608054 Use the form "<page> - <name>" for the items in the Bookmarks menu. 19 years ago
Tobias Koenig 69557420a7 Add support for document internal links 19 years ago
Pino Toscano 7d15f12fe0 - don't reset the pixmap memory descriptors when rotating, as the pixmaps are rotated thus the memory is preserved 19 years ago
Albert Astals Cid 317abde0f9 compile 19 years ago
André Wöbbeking c06cbc334d -pedantic 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
Tobias Koenig 5069b62a80 Make PixmapRequest::swap() public but mark it for internal usage. 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 e0e8803092 A bit ugly hack to make it compile better. 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
Albert Astals Cid 2904258674 I for one welcome our new overlord^Wmantainer 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 c1dc76485a DOX: slightly improve apidox generation 19 years ago
Leandro Emanuel López 2fe0e8e958 The if is not needed. 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 8a7c2ad654 As requested by our usability expert Florian, add a Bookmarks menu with the bookmarks in the current document, if any. 19 years ago
Pino Toscano e3992fb642 move the KBookmarkOwner implementation into the d-ptr 19 years ago
Pino Toscano 5c3b2fc75d SVN_SILENT useless include 19 years ago
Pino Toscano afc18f9d97 Re-add the possibility to toggle a page bookmark quickly (ie with the popup menu). 19 years ago
Pino Toscano af8487c920 no need to link okularcore with kparts, kio is needed though 19 years ago
Pino Toscano 1d15fab909 one more kpdf wish implemented, more or less 19 years ago
Leandro Emanuel López 12862b7f46 Applied indentation. Four spaces, no tabs 19 years ago
Leandro Emanuel López 21c42d89c7 Don't leak memory 19 years ago
Leandro Emanuel López 26f4618ae3 Moved the handleCompressed method to part 19 years ago
Pino Toscano 91b7675c14 configurationWidget() is too generic -> rename to printConfigurationWidget() 19 years ago
Pino Toscano 4f8724b62b Improve a bit the image generator, even if it's just a toy: 19 years ago
Pino Toscano 24ec1e37c5 Add the ability to read from standard input, eg 19 years ago
Pino Toscano b9514f2310 finish drawing on the mask before setting it to the widget 19 years ago
Pino Toscano 1b49db09d5 be sure to delete the old pixmap before setting a new one 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 2538e1fce0 remove old enum (belongs to the external -removed- notification system) 19 years ago
Pino Toscano 2de89d6eb8 don't leak the format mask and the (empty) kdjvu 19 years ago
Pino Toscano d156bdf36c give it a parent so it's automatically deleted and not leaked 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 dcd943cef7 SVN_SILENT fix #ifdef 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 edecb5b1b3 SVN_SILENT clean up 19 years ago