135 Commits (e642b97c8c0b1f62aae03e6dcbde976e0f73d00a)

Author SHA1 Message Date
Pino Toscano 4f6666d509 also the page size is a feature, so thread it as such (and remove supportsPageSizes()) 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Pino Toscano 4b922367e2 Use a proper enum to deal with orientation/rotation all around okular. 19 years ago
Tobias Koenig ac792e5c9c Fixed krazy issues 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano 652787611d make it build with the new kdelibs 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Pino Toscano 915a48eb4d move the Generator configuration stuff into a new ConfigInterface 19 years ago
Pino Toscano d9a844d67c move the GUI stuff out of Generator in an own GuiInterface, and adapt the ghostscript generator to its usage; renamed also some methods to more Qt4-ish names. 19 years ago
Pino Toscano 536ebab639 SmallIconSet -> KIcon 20 years ago
Tobias Koenig 57139e3192 API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 20 years ago
Tobias Koenig 9969547b0c * observer API cleanup 20 years ago
Pino Toscano aeab3273cf don't keep pointers to requests done that have been deleted 20 years ago
Pino Toscano 2a87f65ad4 fix sillyness 20 years ago
Pino Toscano 318c381780 adapt to the recent core API changes 20 years ago
Albert Astals Cid 0266470364 *** applying this patch *** 20 years ago
Pino Toscano 5adbe4c66f there's no more need for libtool files 20 years ago
Pino Toscano 0a2d8a0d65 use Utils::getDpi(X|Y), less header include 20 years ago
Pino Toscano 1b501cd8d2 add missing copyright statement 20 years ago
Pino Toscano a49e75edeb const 20 years ago
Pino Toscano c89e93c974 the clear button is no more needed 20 years ago
Pino Toscano 4c3d96c193 make the rotation working almost again 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
Laurent Montel acb44a49d5 Apply Alex patch (now we can use enable-final argument 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 ed84916c0d spell checking 20 years ago
Pino Toscano bbcb217a19 foo(QString) -> foo(const QString&) 20 years ago
Pino Toscano 300d2a19d1 less includes 20 years ago
Pino Toscano 9093fb49ac forward declaration 20 years ago
Albert Astals Cid 47423021dc fix my broken fix to tokoe's change 20 years ago
Albert Astals Cid 9bcad073c7 remove spanish debug message 20 years ago
Albert Astals Cid f6fc0a8944 tokoe messed up this, fix it 20 years ago
Tobias Koenig fccd412d69 * Added documentation to Generator API 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
Laurent Montel 8c4c673073 Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINAL 20 years ago
Laurent Montel 9f317e53ca Port to new kde4_automoc macro 20 years ago
Pino Toscano c52a0e622b Change the way we rotate the pages. 20 years ago
Albert Astals Cid 8328b24178 remove qt3 support need for gs generator 20 years ago
Pino Toscano aafd2b684e more KPDF -> okular renaming in comments, include guards and READMEs 20 years ago
Pino Toscano 41000f2cd8 remove stuff that won't be used, as gv doesn't provide text extraction 20 years ago
Pino Toscano 8e847ccd78 adapt to the new Okular namespace for the classes in core/ 20 years ago
Pino Toscano 467e507fe8 add the QT3_SUPPORT definition where needed 20 years ago
Stephan Kulow 9b1e475759 avoid crash even if commented :) 20 years ago
Dirk Mueller 2658e75c7d fix memory / fd leak (CID 2672) 20 years ago
Dirk Mueller 64ef532f4d make it crash rather than use uninitialized memory 20 years ago
Laurent Montel 3d62f697b2 Clean up 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 2d41c4459b clean up the CMakeLists.txt files from the auto* stuff 20 years ago