239 Commits (ac083e44e3b0ba7fc8ccbfd1401b0f5624fd16f4)

Author SHA1 Message Date
Albert Astals Cid 10ba02cbd5 in case we have a new enough poppler give a better error message when we can't save files with /Encrypt 17 years ago
Albert Astals Cid bdfcd6e337 typos -= 2 17 years ago
Armin Berres 555cb3c9a1 add synctex support for pdf files 17 years ago
Pino Toscano b2472bef0d check that the rotation page notification really refers to a page of a document 17 years ago
Pino Toscano dc7583eb8b Add the concept of "next destination" next to the "next viewport" one. 17 years ago
Pino Toscano 090d1ec8a1 SVN_SILENT update apidox of DocumentSynopsis 18 years ago
Pino Toscano b6c5ba1bc8 Add API to load and save "document archives", ie an .okular archive with document and metadata (currently annotations). 18 years ago
Pino Toscano 97335bf267 simple optimization in the Google-like search: split the search terms just once 18 years ago
Albert Astals Cid 61964b930f And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file 18 years ago
Pino Toscano e13e74db92 add a private slot for hooks on config change 18 years ago
Pino Toscano 5851ddf6a8 Start a View class for managing the "views" of a document. 18 years ago
Albert Astals Cid e82ba7082a less typos 18 years ago
Pino Toscano 1b0f177cbe missing private slot declaration, now the backward search works 18 years ago
Pino Toscano 8b6a259b48 Add a continueSearch() for optionally changing the search direction 18 years ago
Pino Toscano c9089f3160 Add the possibility to save a copy of the document with the changes to it (only for form fields at the moment). 18 years ago
Pino Toscano 8efe0c45c5 add few apidox for the new requestPixmaps(requests, options) 18 years ago
Pino Toscano e023effb15 Add a requestPixmaps() overload that takes options as flags. 18 years ago
Pino Toscano c6b7cfab8c Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter. 18 years ago
John Layt 1b1ed9451b Enable Okular printing features: 19 years ago
Pino Toscano 6d375af868 Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically. 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano bb59c02642 nuke Document::continueLastSearch(), continueSearch(id) is enough 19 years ago
Pino Toscano f8ed5302ec - move the Document::requestDone() to the private class, as it's something internal to the generator work 19 years ago
Pino Toscano 1d40b13d2b SVN_SILENT exclude more private stuff from the apidox 19 years ago
Pino Toscano a8d747745f Cleanup a bit the GuiInterface, and making it work. 19 years ago
Pino Toscano 0ecdc5b3c6 add the searchId to the searchFinished() signal of the Document, so each search line edit can ignore any search not started by itself 19 years ago
Pino Toscano 5acc8fcd0b extra ';' 19 years ago
Albert Astals Cid 41c25cb208 Back from holiday, let's do some comitting :-) 19 years ago
Pino Toscano 5f38c3305f typos 19 years ago
Pino Toscano 5387c50960 Make the Configure backends dialog working, of course if the generators have the proper support for "mutable" configuration. 19 years ago
Pino Toscano 43f83cb967 move the calculation of the number of configurable generators to the Document, and start to store the information about the configurability of a generator 19 years ago
Pino Toscano 964424d62f stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished 19 years ago
Pino Toscano 8a31e6f3f0 Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them. 19 years ago
Pino Toscano e5037f45b1 Refator a bit the way Document and the generators use to read the font information from a document. 19 years ago
Pino Toscano 2602037fb9 display (if available) the file size for attachments, courtesy of Albert for his work in poppler 19 years ago
Pino Toscano 3addf5ec7d const& for removePageAnnotations() 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Pino Toscano 7cfa67ecf4 improve a bit the Document::setPageSize API -- better pass the size, and not an index 19 years ago
Pino Toscano 0f4cd40e26 slotRotation -> setRotation 19 years ago
Pino Toscano 8a84833504 Link -> Action renaming. 19 years ago
Pino Toscano 0e12746a92 Link -> Action renaming. 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Albert Astals Cid b0339a4e40 fix some easy krazy issues 19 years ago
Pino Toscano efb6a5bcc6 rename Document::Private to DocumentPrivate 19 years ago
Albert Astals Cid 5365f79d6d fordwardport r648173 kpdf/branches/KDE/3.5/kdegraphics/kpdf/ (4 files in 3 dirs): 19 years ago
Pino Toscano f55c401b20 Refactor the document search interfaces, as discussed on the mailing list. 19 years ago
Pino Toscano 1bfc805a3e it does not make much sense to check for a serie of permissions at the same time, so just check one permission at a time 19 years ago
Pino Toscano bc8036dc62 they are constant methods, so let them be 'const' 19 years ago
Pino Toscano fd7434c95a Add support for custom generator about data (and potentially for custom configuration). 19 years ago