okular/conf
Enrico Ros fbc7d45083 Adding support for annotations in framework. Only need to add and
implement annotations now (and create the save/load procedure).

Annotations: converging to a stable Annotation definition. Changed a bit
  the paint functions. Added a first 'template' annotation, a simple
  pen-like segments recorder for framework testing purposes only. This
  has events filters in place and the rough paint function implemented.

PageView: removed the MouseEdit mode and using that button for toggling
  the editToolBox instead. Added Annotation support. When the Annotation
  is created, all pageView events flow through that new object. Repaint
  of damaged/old areas is done internally and is based on the geometry
  of the annotation we're creating. When an Annotation is complete, it
  is reparented to the Page that adds it to its internal list.
  From that point on the annotation will be rendered by pagePainter
  using the pixmap-based paint function provided by the annotation
  itself.

PagePainter: draws annotations stored in pages when rendering (using the
  'rought paint function' till the good pixmap based one will be in
  place.

Page: added preliminary support for adding Annotation(s) to the page
  and deleting them all.

Document: added the pass-through call to add an Annotation to the Page
  and notify observers.

PageViewToolbox: can be draged and attached to any side. Position is
  remembered between runs (choose your side and that the toolbox will
  always be there). Available on Right and Bottom sides too. Emits -1
  when the current tool is deselected.

Misc: added Annotations to both the 'observers changed flags' and the
  'pagepainter' ones and updated ui classes accordingly.

svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=390638
2005-02-18 18:24:45 +00:00
..
dlgaccessibility.ui CVS_SILENT i18n style guide fix 2005-01-02 17:12:35 +00:00
dlggeneral.ui Fix preloading. It does real good now. 2005-01-20 17:33:05 +00:00
dlgperformance.ui Typo 2005-01-15 14:01:30 +00:00
dlgperformance.ui.h CVS_SILENT 2005-01-17 14:57:18 +00:00
dlgpresentation.ui CVS_SILENT i18n style guide fixes 2005-01-19 15:33:27 +00:00
kpdf.kcfg Adding support for annotations in framework. Only need to add and 2005-02-18 18:24:45 +00:00
Makefile.am non-recursive makes need special dependencies 2005-01-05 14:08:31 +00:00
preferencesdialog.cpp CVS_SILENT i18n style guide fixes 2005-01-16 17:04:31 +00:00
preferencesdialog.h Add some nice features for presentation mode: 2005-01-03 23:31:40 +00:00
settings.kcfgc Copying kpdf_experiments into branch and reordering directories. Look there 2005-01-02 14:19:33 +00:00