mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
05d97ede77
- make the PagePainter draw all the points specified in a LineAnnotation, as it can represent also a Polygon or Polyline annotation - automatically read the annotation dom element in the base AnnotatorEngine class, so every engine won't need to read it on its own - properly reset some vars in the engines - when constructing a Stamp annotation, use the right 'icon' attribute of the annotation element (and not the icon of the engine) - renamed the TwoPointsEngine into PolyLineEngine, and abstracted to construct a polygon/polyline with a specified number of sides - added a polygon button on the annotation toolbar - check better if the annotator has to paint something svn path=/trunk/playground/graphics/okular/; revision=583102 |
||
---|---|---|
.. | ||
sources | ||
checkmark.png | ||
circle.png | ||
CMakeLists.txt | ||
comment.png | ||
cross.png | ||
ghns.png | ||
ghns_star.png | ||
ghns_star_gray.png | ||
help.png | ||
insert.png | ||
key.png | ||
newparagraph.png | ||
note.png | ||
paragraph.png | ||
README.Icons | ||
rightarrow.png | ||
rightpointer.png | ||
star.png | ||
tool_eraser.png | ||
tool_hl_orange.png | ||
tool_hl_pink.png | ||
tool_hl_yellow.png | ||
tool_ink_green.png | ||
tool_note.png | ||
tools.xml | ||
uparrow.png | ||
upleftarrow.png |
The icons contained in this directory are divided into: >> Annotations TOOLBAR Icons: These icons are displayed only on the annotation toolbar that popups up then entering the review mode: tool_eraser, tool_hl_orange, tool_hl_pink, tool_hl_yellow, tool_ink_green, tool_note >> Annotations PAGE Icons The following icons are mandated in the PDF1.6 spec or adopted de facto by some programs. The following are used by Text notes (Stamps not yet ready): checkmark, circle, comment, cross, help, insert, key, newparagraph, note, paragraph, rightarrow, rightpointer, star, uparrow, upleftarrow