Commit graph

11 commits

Author SHA1 Message Date
Aaron Seigo 4c17d117b0 Revert "only repaint on things the app cares about"; turns out pagepainter does care about all changes
This reverts commit ac5c4364b7.
2012-05-22 16:18:41 +02:00
Aaron Seigo ac5c4364b7 only repaint on things the app cares about 2012-05-22 16:15:42 +02:00
Aaron Seigo c6ad83e189 m_pixmap is no longer necessary either 2012-05-22 16:08:03 +02:00
Aaron Seigo 8a9d9a54a8 and yet more repaints go bye-bye 2012-05-22 16:03:34 +02:00
Aaron Seigo b59578a149 and now i get actual content on the screen 2012-05-22 15:58:16 +02:00
Aaron Seigo 5c5b9deec8 if the painter is already AA'd, don't save/restore painter state 2012-05-22 15:57:52 +02:00
Aaron Seigo a92af5b5a4 reset the page pointer when the document changes 2012-05-22 15:57:32 +02:00
Marco Martin abca7780ad try to cache the rendered page to see if zooming speed improves 2012-05-21 20:09:14 +02:00
Marco Martin 4c7e1e50d3 include core files locally
they are not installed yet
2012-05-15 17:23:15 +02:00
Marco Martin 68f32efab8 switch my files to lgpl
pagepainter is still problematic, shouldn't be duplicated anymore
2012-05-14 21:16:56 +02:00
Marco Martin fd84427cc4 add a declarative plugin
two components:
Document, represents an Okular::Document
Page: represents an Okular::Page, once connected to a Document can display a single page
2012-05-14 20:37:22 +02:00