152 Commits (7cfa67ecf4e003ad0267e6bc1a3b0e606fdf12fb)

Author SHA1 Message Date
Script Kiddy 46781db872 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 2e5b353482 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy e54cfd797f SVN_SILENT made messages (.desktop file) 19 years ago
Albert Astals Cid 55a67a082e Each plugin installs a application desktop so that the supported mimetypes are exactly the ones supported by the plugins installed 19 years ago
Luboš Luňák cf3922d498 No kde_xget_temp_gc(). 19 years ago
Albert Astals Cid 5365f79d6d fordwardport r648173 kpdf/branches/KDE/3.5/kdegraphics/kpdf/ (4 files in 3 dirs): 19 years ago
Brad Hards 5f09330e23 Find libqgs, even if it isn't installed. 19 years ago
David Faure 06d18ea3cc Make it possible to compile all of playground in one go (but also still to compile it like before, of course). 19 years ago
Pino Toscano a54af96ed8 KProcess -> K3Process 19 years ago
Pino Toscano 88006a575b extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot 19 years ago
Pino Toscano 9ccf6d520d adapt the icon names to the icon naming spec 19 years ago
Pino Toscano e31caf8334 bits 19 years ago
Pino Toscano e4d66e7cea unused #include's 19 years ago
Pino Toscano 6068c76df6 Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 19 years ago
Tobias Koenig baf1fb2870 Several changes: 19 years ago
Pino Toscano 55dfb87f3f simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
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