okular/core
Pino Toscano a8758221fe Return the current configuration for gfx and text antialias.
For now they are always true, as no GUI can be added due to feature+string freeze.

svn path=/trunk/KDE/kdegraphics/okular/; revision=749280
2007-12-16 23:36:12 +00:00
..
action.cpp save really few bytes 2007-09-07 13:13:50 +00:00
action.h SVN_SILENT exclude more private stuff from the apidox 2007-09-01 22:48:28 +00:00
annotations.cpp add private helpers to properly transform the base coordinates of an annotation 2007-10-07 10:52:05 +00:00
annotations.h SVN_SILENT exclude more private stuff from the apidox 2007-09-01 22:48:28 +00:00
annotations_p.h add private helpers to properly transform the base coordinates of an annotation 2007-10-07 10:52:05 +00:00
area.cpp don't do the merge when turning a regular area rect into an highlight area rect 2007-09-05 14:51:40 +00:00
area.h Introduce a selective merging strategy for text areas, so we merge only all the areas of a text "line" together, not also with the areas above (if the lines overlap). 2007-09-05 14:57:15 +00:00
audioplayer.cpp SVN_SILENT clean a bit the debug output 2007-09-26 23:29:50 +00:00
audioplayer.h
audioplayer_p.h fix or add the include guards 2007-07-15 13:53:26 +00:00
bookmarkmanager.cpp Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically. 2007-10-28 18:31:33 +00:00
bookmarkmanager.h Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically. 2007-10-28 18:31:33 +00:00
chooseenginedialog.cpp manually add the <qt>...</qt> markers, as it seems the only way to make that text recognized as rich text (albeit the format forced as Qt::RichText...) 2007-08-23 10:48:47 +00:00
chooseenginedialog_p.h
chooseenginewidget.ui
debug_p.h adapt the debug stuff to the new kdebug way: 2007-07-31 10:19:48 +00:00
document.cpp Return the current configuration for gfx and text antialias. 2007-12-16 23:36:12 +00:00
document.h Enable Okular printing features: 2007-11-26 21:43:54 +00:00
document_p.h Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far. 2007-12-02 20:57:24 +00:00
fileprinter.cpp move the FilePrinterPreview to the kpart (no need for it to be in the core library) 2007-12-03 00:17:12 +00:00
fileprinter.h move the FilePrinterPreview to the kpart (no need for it to be in the core library) 2007-12-03 00:17:12 +00:00
fontinfo.cpp
fontinfo.h SVN_SILENT exclude more private stuff from the apidox 2007-09-01 22:48:28 +00:00
form.cpp
form.h SVN_SILENT exclude more private stuff from the apidox 2007-09-01 22:48:28 +00:00
form_p.h
generator.cpp make swap() private 2007-12-04 21:36:32 +00:00
generator.h make swap() private 2007-12-04 21:36:32 +00:00
generator_p.cpp
generator_p.h make swap() private 2007-12-04 21:36:32 +00:00
global.h Introduce a selective merging strategy for text areas, so we merge only all the areas of a text "line" together, not also with the areas above (if the lines overlap). 2007-09-05 14:57:15 +00:00
misc.cpp adapt the debug stuff to the new kdebug way: 2007-07-31 10:19:48 +00:00
misc.h
observer.cpp Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
observer.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
okular_export.h
okularGenerator.desktop SVN_SILENT made messages (.desktop file) 2007-12-11 07:45:22 +00:00
page.cpp hm, we always need to 'transform' all the annotations, so the internal data are (re)set correctly 2007-10-07 15:10:58 +00:00
page.h move deleteTextSelections() to the private class 2007-09-03 23:47:12 +00:00
page_p.h move deleteTextSelections() to the private class 2007-09-03 23:47:12 +00:00
pagecontroller.cpp delay the real creation + initialization of the weaver to the real needed moment 2007-09-14 23:14:53 +00:00
pagecontroller_p.h delay the real creation + initialization of the weaver to the real needed moment 2007-09-14 23:14:53 +00:00
pagesize.cpp
pagesize.h SVN_SILENT exclude more private stuff from the apidox 2007-09-01 22:48:28 +00:00
pagetransition.cpp simplier copy 2007-07-25 14:54:12 +00:00
pagetransition.h
rotationjob.cpp extract in an own static function te calculation of a rotation matrix from both source and destination rotations 2007-09-03 18:16:27 +00:00
rotationjob_p.h extract in an own static function te calculation of a rotation matrix from both source and destination rotations 2007-09-03 18:16:27 +00:00
sound.cpp
sound.h
sourcereference.cpp
sourcereference.h
textdocumentgenerator.cpp check for valid pages 2007-12-10 22:39:48 +00:00
textdocumentgenerator.h Foo/FooPrivate for TextDocumentConverter 2007-12-08 14:45:32 +00:00
textdocumentgenerator_p.h Foo/FooPrivate for TextDocumentConverter 2007-12-08 14:45:32 +00:00
textpage.cpp Introduce a selective merging strategy for text areas, so we merge only all the areas of a text "line" together, not also with the areas above (if the lines overlap). 2007-09-05 14:57:15 +00:00
textpage.h remove TextPage::transform() from the public API, and make the Page change the TextPage transformation easily 2007-09-03 19:58:30 +00:00
textpage_p.h instead of just keeping the transformation matrix, add the pointer to the owning page in a text page, so a text page can know more information, and with no need to manually be updated by the page 2007-09-04 22:37:39 +00:00
utils.cpp
utils.h