64 Commits (fcc47e4106ce38e3d8beb3fe32ff39b7a48e559f)

Author SHA1 Message Date
Albert Astals Cid fcc47e4106 tell gs exactly the size we want so we don't have off by one problems due to rounding 19 years ago
Albert Astals Cid 1bc5808c7d gs often gives me 634x898 when i asked for 635x898 19 years ago
Albert Astals Cid 6a33bc2924 Rework ghostview generator, not finished but i can see valgrind_manual.ps quite correctly 19 years ago
Pino Toscano e31caf8334 bits 19 years ago
Pino Toscano e4d66e7cea unused #include's 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 ea51ee18f5 Do a lot of include cleanups... we install all important 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 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
Pino Toscano a49e75edeb const 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
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
Albert Astals Cid 47423021dc fix my broken fix to tokoe's change 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
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 8e847ccd78 adapt to the new Okular namespace for the classes in core/ 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 066beaa1dd small changes in the Generator API: 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 ebe64cc2b7 SVN_SILENT wordings 20 years ago
Pino Toscano 6096556a6a a bit less headers and forward declarations 20 years ago
Pino Toscano c6d4439b78 (less) warnings 20 years ago
Albert Astals Cid 27a8263a91 remove comment in spanish 20 years ago
Pino Toscano d8d19c5db5 leak less 20 years ago
Albert Astals Cid eabbaeaead oKular is now okular 20 years ago
Pino Toscano 87b4f81c14 less deprecated 20 years ago
Albert Astals Cid 48b4c272d7 lots of commented code that completely disabled the synchorouns generator, but it almost seems the asynchronous one is working, will have to "fix" the synchorouns one after i compile the new snapshot 20 years ago
Pino Toscano be355ec644 simplify a bit (and less deprecated) 20 years ago
Pino Toscano 129b431ad4 make the ghostview generator use the paper size managment of the Generator, ie reusing the already-there action 20 years ago
Pino Toscano c4dbfa5ea3 fix assert 20 years ago
Pino Toscano ee18262afa fix connections 20 years ago
Pino Toscano fedf49f089 less deprecated 20 years ago
Pino Toscano 4cf3904b16 convert the config widget to ui4 and "fix" the crash when creating the ghostscript generator 20 years ago
Pino Toscano f8c91c218b make the ghostview generator compile and link (but crashes...) 20 years ago