[Okular-devel] playground/graphics/okular

Tobias Koenig tokoe at kde.org
Wed Oct 25 17:35:56 CEST 2006


SVN commit 599058 by tokoe:

A rather big change:

 * Hide as much private API as possible in Generator, PixmapRequest and ExportEntry/Format
 * Renamed ExportEntry to ExportFormat and made it value based
 * Removed canExportToText() and exportToText() from Generator API and implemented this
   functionality in exportFormats()/exportTo() in the generators
 * Removed the orientation parameter from PixmapRequest and let the Document handle the rotation
   of the page (pixmap) instead

CCMAIL:okular-devel at kde.org


 M  +74 -33    core/document.cpp  
 M  +3 -3      core/document.h  
 M  +170 -22   core/generator.cpp  
 M  +145 -57   core/generator.h  
 M  +34 -0     core/page.cpp  
 M  +4 -1      core/page.h  
 M  +27 -25    generators/chm/generator_chm.cpp  
 M  +7 -7      generators/djvu/generator_djvu.cpp  
 M  +6 -10     generators/dvi/generator_dvi.cpp  
 M  +13 -13    generators/ghostview/generator_ghostview.cpp  
 M  +3 -3      generators/kimgio/generator_kimgio.cpp  
 M  +12 -34    generators/ooo/generator_ooo.cpp  
 M  +52 -38    generators/poppler/generator_pdf.cpp  
 M  +5 -5      generators/poppler/generator_pdf.h  
 M  +17 -17    generators/tiff/generator_tiff.cpp  
 M  +3 -3      generators/xps/generator_xps.cpp  
 M  +10 -10    part.cpp  
 M  +2 -2      part.h  




More information about the Okular-devel mailing list