Revision 588795

Go back to digest for 1st October 2006

Features in Graphics

Pino Toscano committed changes in /trunk/playground/graphics/okular:

Restructuring a bit how the text-editor-like selection works:
* putting it in an own view mode
* associating the selection to every page
* using a better algorithm to calculate the selection, even in a page range
* moving its drawing from the page view to the page painter, so it's possibile to draw it just like it's done with eg annotations

Other changes (more or less related):
* moved the annotation popup to a better place, so it won't interfere with annotation drawing
* commented some debug code in TextPage

File Changes

Modified 15 files
  • /trunk/playground/graphics/okular
  •   /part.rc
  •   /core/area.cpp
  •   /core/area.h
  •   /core/document.cpp
  •   /core/document.h
  •   /core/observer.h
  •   /core/page.cpp
  •   /core/page.h
  •   /core/textpage.cpp
  •   /ui/pagepainter.cpp
  •   /ui/pagepainter.h
  •   /ui/pageview.cpp
  •   /ui/pageview.h
  •   /ui/pageviewannotator.cpp
  •   /ui/pageviewannotator.h
15 files changed in total