59 Commits (4c3d96c1933e7f74dc9d57972730b48072cd3fc2)

Author SHA1 Message Date
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
Pino Toscano b1973c5078 some kpdf -> okular (mostly in comments) 20 years ago
Albert Astals Cid eabbaeaead oKular is now okular 20 years ago
Pino Toscano eee480642e less qt3_support 20 years ago
Pino Toscano 09bf08b3e6 small API change for Generator: getText() just return a QString instead of a QString*, as QString is already implicitely shared 20 years ago
Pino Toscano 6a64431c9a kdDebug -> kDebug 20 years ago
Albert Astals Cid cb7ca95e94 pages have orientation 20 years ago
Albert Astals Cid bb0f9f6bfb ok, someone hit me with a stick 20 years ago
Albert Astals Cid 6f0787a6fd some cleaning 20 years ago
Albert Astals Cid 6bf3b9408c links where pointing one page below :-D 20 years ago
Albert Astals Cid 13dde4096f use the nice code brad wrote for poppler that allows you to extract embedded files from a pdf document. 20 years ago
Pino Toscano 64867d5b3c move the okular configurations to config-okular.h 20 years ago
Albert Astals Cid 7ab451aae1 some leaks less 20 years ago
Albert Astals Cid 8f9801edf4 fix spacing 20 years ago
Albert Astals Cid 68830e0508 fix search (a bit) and rect passing top != right dude!! 20 years ago
Albert Astals Cid 33848a3ee8 The big poppler commit, we now don't use poppler but poppler-qt4 frontend, and that is GOOD 20 years ago
Laurent Montel aec1a39263 fix warning 20 years ago
Pino Toscano abbe32b397 fix compilation 20 years ago