76 Commits (112e1237b7dd913de8ad212ca3ecafadcdbe6ea6)

Author SHA1 Message Date
Pino Toscano b7328d7234 add an handy DocumentViewport::isValid() and use it where possible instead of doing checks manually 19 years ago
Laurent Montel 06b79cdf27 Compile++ 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Pino Toscano afa2e5a999 iterator -> const_iterator 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Tobias Koenig 76ea6f6564 The generator has to reswap the page height and width to create a pixmap 20 years ago
Pino Toscano a0d0f637cf try to keep compatibility with poppler 0.5.x 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano 732b6e9c6e use the return value of kprinter 20 years ago
Albert Astals Cid a0a387b121 Fordward port kpdf changes about printing margins, a poppler from 1 minute ago is needed 20 years ago
Pino Toscano d40ea02787 Read almost completely the pdfsync information for a PDF, if available. 20 years ago
Pino Toscano 0d7f4d49d2 adapt to the recent poppler-qt4 changes, and maintain the compatibility with poppler 0.5.x 20 years ago
Albert Astals Cid e113d48bf3 I need this so that print and print preview of a landscape pdf work 20 years ago
Albert Astals Cid 46ac215751 Now that i fixed kdeprint i can ensure that Pino's change was wrong and PageSize is what we want 20 years ago
Pino Toscano 51dd1dc328 this should be more correct, although not working either 20 years ago
Pino Toscano 8def2109ec change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility 20 years ago
Pino Toscano 9a2b938431 Add support for the directive to open the table of contents when opening a document, used in PDFs. 20 years ago
Albert Astals Cid d6c251a752 setPixmap -> setImage 20 years ago
Pino Toscano 66b5ef51f3 show a 'keep password' checkbox when using a wallet so the user ca decide if he wants the password saved in the wallet. 20 years ago
Tobias Koenig a375953402 Adapt ghostview, kimgio, pdf, dvi, chm, xps and ooo generators to setImage() 20 years ago
Tobias Koenig d22b2f1892 A rather big change: 20 years ago
Pino Toscano a62cd3aa2f The internal search is a pretty bad concept, as the Document provides it for free 20 years ago
Pino Toscano de3d0468ab use the new kdelibs (adding a caption) 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 20 years ago
Pino Toscano 18028a8a2c API change in the Generator: use an empty construct, and set the document for the generator right after its construction. 20 years ago
Pino Toscano bbcb217a19 foo(QString) -> foo(const QString&) 20 years ago
Tobias Koenig fccd412d69 * Added documentation to Generator API 20 years ago
Pino Toscano 78809ba627 use better a regexp 20 years ago
Albert Astals Cid fe0e06e54c There is no need to load all text at the beginning as okular does the text extraction on-demand 20 years ago
Albert Astals Cid 0353fb4c37 Don't crash when the user clicks cancel when beign asked for the password 20 years ago
Pino Toscano e7bbe08957 trying to port to KTemporaryFile where possible, and still rely on K3TempFile where it needs more work 20 years ago
Albert Astals Cid 0d942a0cce fordward port r595680 20 years ago
Pino Toscano 5107d8cd0a remove old comments and improve another one 20 years ago
Pino Toscano b48e3b9c04 - correctly mark a docinfo as not dirty after the first generation 20 years ago
Pino Toscano 92c358a10e read sounds, sound links and page actions if the poppler version is head 20 years ago
Pino Toscano c52a0e622b Change the way we rotate the pages. 20 years ago
Pino Toscano 480c2b7431 revert error, so we can still use the "old" wallet (should be do some kind of migration?) 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 46b5ad5e48 'Contents' has lines separated by \r, so converting them to \n should help 20 years ago
Pino Toscano f311b04ed3 reactivate the Annotation's loading 20 years ago
Tobias Koenig 90140c1479 warnings-- 20 years ago
Chu Xiaodong e6078e98c3 call Annotation context menu any time(implemented in pageview.cpp) 20 years ago
Pino Toscano fb6409e8fd properly creating the text rects (inverting top and bottom is not a good idea...) 20 years ago
Pino Toscano 7ba0c4df3a Show the title of the current document - if available - as title of the main window, as requested in comments of KPDF bug #103362. 20 years ago
Pino Toscano 25eb77c1de some fixes according to EBN: 20 years ago
Pino Toscano b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano 1ba01ac6f1 Refactor a bit how ObjectRect works: now it's an independent class, that keeps the shape of the "kept" object using a QPainterPath [the qreal version to QRegion]. 20 years ago
Pino Toscano f574dc37e6 Make use of the new text export function of the generator. 20 years ago
Albert Astals Cid dba404945a Adapt to poppler cvs changes, you need to use poppler-qt4 cvs to build okular 20 years ago
Pino Toscano 066beaa1dd small changes in the Generator API: 20 years ago