368 Commits (e642b97c8c0b1f62aae03e6dcbde976e0f73d00a)

Author SHA1 Message Date
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
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
André Wöbbeking c06cbc334d -pedantic 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 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
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
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 91b7675c14 configurationWidget() is too generic -> rename to printConfigurationWidget() 19 years ago
Pino Toscano 24ec1e37c5 Add the ability to read from standard input, eg 19 years ago
Pino Toscano 1b49db09d5 be sure to delete the old pixmap before setting a new one 19 years ago
Pino Toscano 2538e1fce0 remove old enum (belongs to the external -removed- notification system) 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 4b922367e2 Use a proper enum to deal with orientation/rotation all around okular. 19 years ago
Tobias Koenig 7f9581f455 Add missing Q_DISABLE_COPY 19 years ago
Tobias Koenig 42614623e8 Rotate the highlights correctly 19 years ago
Pino Toscano 8fbebeb737 no need to pass a reference to an enum value 19 years ago
Tobias Koenig 7cff5de9ce Coding style cleanup 19 years ago
Pino Toscano 64769a62ce let the Document forward the BookmarkManager signal 19 years ago
Pino Toscano 3f8d978f68 allow only the Document to construct a BookmarkManager 19 years ago
Pino Toscano 81694d6a83 donìt leak in the google-like searches 19 years ago
Pino Toscano 9f8ea8b546 don't leak when doing AllDocument/FindNext searches 19 years ago
Tobias Koenig ac792e5c9c Fixed krazy issues 19 years ago
Pino Toscano 4aa85cdb49 One single char remove to create correctly the queue of pixmap requests: new asynchronous requests goes as last one in the group of other with the same priority. 19 years ago
Pino Toscano bd14706edb leak a bit less memory 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano ce3ff8fb78 the url can be any kind, not only browseable http 19 years ago
Pino Toscano 415b63a8b8 a semicolon more 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Tobias Koenig 77efd7dcb1 Cleaned up the Document API, moved all private members/methods/slots into 19 years ago
Pino Toscano 328958171d use the right include 19 years ago
Tobias Koenig 2aa8a4c31b Moved SourceReference into its own file 19 years ago
Tobias Koenig 472f4028c2 Add API documentations 19 years ago
Pino Toscano 915a48eb4d move the Generator configuration stuff into a new ConfigInterface 19 years ago
Tobias Koenig 14ea3ab2ef Further documentation and API cleanups 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 1633d45c4a SVN_SILENT d'oh, typo 19 years ago
Pino Toscano 475d000763 Improve the way a Generator can configure a printer: add an interface with the advanced printing stuff. 19 years ago
Pino Toscano d5f99995dd add handy debug operators for NormalizedPoint and NormalizedRect 19 years ago
Pino Toscano c51c412057 ok, let's sdo it seriously now: use the right precision for the page duration that a PDF can give us 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