176 Commits (bd72d3cb3bdad00a590c970a9c5cc2df2f633feb)

Author SHA1 Message Date
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 18 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
Pino Toscano 78e2377a87 Add a method for generators to know some metadata of the document 19 years ago
Pino Toscano c141af6017 look for Poppler::PSConverter::setOutputDevice(), and use it if found 19 years ago
Pino Toscano 8e6d1619f3 now that poppler 0.6 was released, i can enable the code to get the size of the embedded files 19 years ago
Pino Toscano 1350802160 in case the document has no title, put just the filename as title, not the whole path 19 years ago
Pino Toscano 1bd4373ceb move the okular-poppler specific configuration into its own config.h 19 years ago
Thiago Macieira 99a7d08c6d Remove use of k_funcinfo 19 years ago
Pino Toscano 5150419e81 adapt the debug stuff to the new kdebug way: 19 years ago
Pino Toscano 459192d34f temporarly disable the attachment size detection, as it breaks with poppler 0.6rc1 19 years ago
Pino Toscano 64d4210634 read correctly the information about font embedding now 19 years ago
Pino Toscano 3fd552ef21 Extend the FontInfo class to distinguish the different types of font embedding. 19 years ago
Pino Toscano 97f781ff31 reduce the critical section 19 years ago
Pino Toscano 2048eada89 the fonts OT are only for Poppler 0.6, so make the generator compile again for poppler 0.5 users 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 05c01834c5 well, size() is for "poppler 0.6", the rc1 is still 0.5 :-D 19 years ago
Benjamin Reed 3f164edcb7 no size in poppler 0.6 rc1 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 b4f2087279 SVN_SILENT remove stray endings 19 years ago
Pino Toscano 79ae8273e2 less warnings for poppler HEAD/0.6 users 19 years ago
Pino Toscano fb3fec647e the Poppler library is going to start the release cycle of the 0.6 serie, so s/HEAD/0_6/ 19 years ago
Pino Toscano 37eb438999 restore compatibility with poppler 0.5.x 19 years ago
Albert Astals Cid f6b13e66fd adapt to poppler cvs head changes from seconds ago 19 years ago
Pino Toscano 03fd060f3f lazy loading of links, their loading is expensive 19 years ago
Pino Toscano 06a37c61e9 use the debug area for all the debug messages of the generator 19 years ago
Pino Toscano de45467966 properly free the resources of a document when calling closeDocument(), not in the destructor of the generator or in loadDocument() 19 years ago
Albert Astals Cid 3bd28d1fbb fix indentation 19 years ago
Albert Astals Cid 09d57691d7 a bit more corner case handling in paper size handling 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Albert Astals Cid 61b3f856d0 fordwardport SVN commit 663027 by aacid: 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago