205 Commits (e0141459d69b460fc0f95addf6383289ea7eb34d)

Author SHA1 Message Date
Pino Toscano d02ca45ef4 backport the improvements to inverse search: 17 years ago
Pino Toscano ff17171ec3 Backport SVN commit 912210 by pino: 17 years ago
Pino Toscano 8af7778a88 bump versions 17 years ago
John Layt cc45ce4a1e Fix Print to File output by using Ghostscript ps2pdf to convert ps print file 18 years ago
Pino Toscano 3b7aa33f5e if available, support URLs destinations for items 18 years ago
Albert Astals Cid 23857a68b1 Calculate PS paper size more correctly when passed to poppler 18 years ago
Laurent Montel c2fc9836e8 Fix iterator 18 years ago
Pino Toscano 1157e86d84 SVN_SILENT do not issue unuseful compile warnings when using poppler <= 0.8.x 18 years ago
Pino Toscano a8fab80008 read the showControls and playMode properties of movies (always with poppler head) 18 years ago
Pino Toscano 03147a158b convert the movie objects and annotations from the poppler equivalents i added about 10 minutes ago 18 years ago
Pino Toscano a7a17d4833 Be sure to close the temporary PS file before sending it to lpr, so it is all flushed. 18 years ago
Pino Toscano 0960b00b95 un-static-ize createLinkFromPopplerLink() 18 years ago
Pino Toscano 9748b1e6a7 update all the configuration (not just the AA settings) each time a document is open 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 fbeff5ae7c do not assume there is always a configuration dialog around (eg, when doing a print preview) 18 years ago
Albert Astals Cid a56c456bf8 delete pdfConv 18 years ago
Pino Toscano dab65cd4fd properly keep a reference to the print option widget, and create it only when necessary 18 years ago
Pino Toscano 6b6a111099 Make the poppler(pdf), spectre(ps), dvi and chm backend calculate and set bounding box of pages. 18 years ago
Rolf Eike Beer f1fb797697 use #ifdef instead of #if to check preprocessor definitions 18 years ago
Pino Toscano 5c09d64596 give a parent to the password dialog 18 years ago
Albert Astals Cid 2d7f6d63e2 workaround Qt4.4 buginess 18 years ago
Albert Astals Cid bb23209234 limit the number of text pages we keep in memory so that searching does not bring your system to its knees 18 years ago
Pino Toscano 6f69595f41 Optionally convert JavaScript links and read top level JS scripts from Poppler. 18 years ago
Pino Toscano c57bc0c3fd move the poppler -> okular sound object conversion in an own method 18 years ago
Pino Toscano 3653456c1b remove constness 18 years ago
Pino Toscano 0102ea5874 extract the pdfembeddedfile class in an own header 18 years ago
Pino Toscano c3f76672e6 isolate the Poppler -> Okular annotation conversion function in an own file 18 years ago
Pino Toscano db0a1c7994 remove unused parameters 18 years ago
Pino Toscano 2041892769 Drop support for Poppler 0.5.4. 18 years ago
Pino Toscano 2f97f583b1 Apply Albert's patch to use the new functions in Poppler-Qt4 for getting the bounding box of the characaters in the correct way (almost). 18 years ago
Pino Toscano beb3a0b22a Implement the interface for saving, so we can save a changed copy of the PDF document. 18 years ago
Pino Toscano e3a29cb93e add author info 18 years ago
Pino Toscano ba59951fe0 merge the checks for stuff in the development version of poppler in a HAVE_POPPLER_0_7 18 years ago
Pino Toscano 64e7cd8e41 Optionally, read the "button" form fields from poppler. 18 years ago
Pino Toscano 8e4d1708a6 few "krazy fixes", patch by Fábio Firmo <fabio.a.firmo@gmail.com> 18 years ago
Albert Astals Cid a1166052d2 adding myself, probably more people should be here, just add yourselves or shout me 18 years ago
Pino Toscano 7e35a9c0cf due to a small bug in poppler-qt4, we cannot trust the document render hints 18 years ago
Pino Toscano 2c57eeb6e3 reach only to 0..n-1 queries for fonts, and only in the proper order 18 years ago
Pino Toscano 9e45d58aaf adapt to the recent debug areas 19 years ago
Pino Toscano e5c4c7c8c9 Properly apply the Document AA options when loading a document, or when asked to reload our configuration. 19 years ago
Pino Toscano 870980da75 correctly set the External flag for annotations loaded from documents 19 years ago
Albert Astals Cid 8f0c595dfd Use pagesize with double values to divide, if not the rounding up and down and whatnow hits us and we get a page of the different size we wanted. 19 years ago
Pino Toscano 6aa123656a Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far. 19 years ago
John Layt 1b1ed9451b Enable Okular printing features: 19 years ago
Pino Toscano 10503cf472 Add stubs for about data for the backends that don't have one, but have translations. 19 years ago
Albert Astals Cid 3a15da028d poppler clearly states in its doc since 36 minutes ago that passwords have to be latin1 encoded 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago
Pino Toscano ac970f2d6c reduce the locked section a bit 19 years ago
Pino Toscano 4dcadf5544 Add a mutex in the base generator class, so any generator that wants a mutex can use it. 19 years ago