367 Commits (6c4fac7c722b90c3a31fc603d7ec3262109a085c)

Author SHA1 Message Date
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
Albert Astals Cid d261d27274 reverting some sabotage done by montel ;-) 20 years ago
Laurent Montel 3d62f697b2 Clean up 20 years ago
Pino Toscano e147f53ab7 make sure to really close the djvu document 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 9b55ffedd4 better check case-insensitively here 20 years ago
Pino Toscano 38593f718c delete a Link if an ObjectRect is not created; less deferences 20 years ago
Pino Toscano 2d64d446d7 Read correctly the 'poly' links for DjVu documents. 20 years ago
Pino Toscano 67fabc7659 - adapted the DjVu generators to the new ObjectRect API 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 1154dd1c8f read the creation date 20 years ago
Pino Toscano 9fbfc1cb39 disable the fax generator, as the tiff one seems way better 20 years ago
Pino Toscano 80b0e358c7 Start to read the EXIF fields of TIFF documents, for now Description, Software, Copyright and Artist. 20 years ago
Pino Toscano 0211c662e9 now that KDjVu works nicely, reduce the debug 20 years ago
Pino Toscano 2d41c4459b clean up the CMakeLists.txt files from the auto* stuff 20 years ago
Pino Toscano b43f2c4d28 A new backend: TIFF. 20 years ago
Laurent Montel 5262f0c13f Fix install files 20 years ago
Pino Toscano 2cc4065c3b use install instead of install_files 20 years ago
Pino Toscano 1285825aa5 use install instead of install_files 20 years ago
Pino Toscano 317132c670 remove some unused stuff; add comments and fix include guard name 20 years ago
Pino Toscano f574dc37e6 Make use of the new text export function of the generator. 20 years ago
Pino Toscano aa109c9ef0 Port the recent changes to kdv, and remove some debug code 20 years ago
Pino Toscano c82fed6d75 Make use of okularUtils, and use a Center viewport position for links. 20 years ago
Pino Toscano d0b5207bce Extract the table of contents from DVI documents. 20 years ago
Pino Toscano a324781264 adapt the djvu generator to make use of the okularUtils namespace 20 years ago
Pino Toscano 7d26d25bd2 delete the dupe files, and now really copying the good ones 20 years ago
Pino Toscano ca85816c4c take correctly into account the rotation of the document, and rotate the link rects accordingly 20 years ago
Pino Toscano c39fdf8f5c Improve the hyperlink support, and make it less error-prone. Micro suppport for URL hyperlinks. 20 years ago
Pino Toscano e5018d700f Complete support for hyperlinks. 20 years ago
Pino Toscano 39e73f95f6 Read correctly the DjVu area maps (aka links) referring to local pages. 20 years ago
Pino Toscano 2bfdb0f319 New backend: DVI. 20 years ago
Pino Toscano 63c1580412 SVN_SILENT apidox 20 years ago
Pino Toscano a5795e2726 Now the DjVu generator is able to extract the list of bookmarks (aka Table of Contents) from the DjVy document, if it has any. 20 years ago
Pino Toscano 70423d2f95 Be able to rotate fax documents. 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 a3dc3b2646 add a desktop file so the ghostscript generator can make okular good candidate for print preview 20 years ago
Pino Toscano cfaefdc3cb not needed 20 years ago
Albert Astals Cid 38343cd4e1 drop .la as per dfaure's suggestion 20 years ago
Pino Toscano e37ff4f3fe small trick: when generating small pixmaps (ie less wide than 300px) the render it as a page wider than 800px, and then rescale it back. this way, we respect more the geometry of the page in the small pixmaps (tipically, thumbnails). 20 years ago
Pino Toscano 80a843cbed TGenerator -> CHMGenerator 20 years ago
Pino Toscano 066beaa1dd small changes in the Generator API: 20 years ago
Pino Toscano 49a5be93da isolate the code for creating pages in an own method, should work correctly for pages with an initial rotation different than 0 20 years ago
Pino Toscano 15d8822c6f directly convert the image into a ixmap, instead of painting the image over the pixmap 20 years ago
Pino Toscano c2cb18a4bf don't leak the image we get from qgs 20 years ago
Pino Toscano ebe64cc2b7 SVN_SILENT wordings 20 years ago
Pino Toscano b1dd2e8d04 fix layout warnings 20 years ago
Pino Toscano 6096556a6a a bit less headers and forward declarations 20 years ago
Pino Toscano 5242e3bd7e encode the file name correctly 20 years ago
Pino Toscano c9b0e67148 some const's more 20 years ago