copy three tool icons from krita to give at least an icon to some of the review tools

not optimal, but better than a plain question mark...

svn path=/trunk/KDE/kdegraphics/okular/; revision=747226
This commit is contained in:
Pino Toscano 2007-12-11 12:09:55 +00:00
parent e3d71f162d
commit 82ac390fd0
5 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,9 @@ install(FILES
tool_hl_yellow.png
tool_ink_green.png
tool_note.png
tool_line_okular.png
tool_polygon_okular.png
tool_ellipse_okular.png
DESTINATION ${DATA_INSTALL_DIR}/okular/pics)
# install annotation page images
install(FILES

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View file

@ -45,14 +45,14 @@ Engine/Annotation Types [specific attributes]:
</engine>
<shortcut>5</shortcut>
</tool>
<tool id="6" name="Straight Yellow Line" pixmap="tool_hl_yellow">
<tool id="6" name="Straight Yellow Line" pixmap="tool_line_okular">
<tooltip>Straight Yellow Line</tooltip>
<engine type="PolyLine" color="#FFE000" points="2">
<annotation type="Line" width="4" color="#FFE000" />
</engine>
<shortcut>6</shortcut>
</tool>
<tool id="7" name="Blue Polygon" pixmap="polygon">
<tool id="7" name="Blue Polygon" pixmap="tool_polygon_okular">
<tooltip>Draw a polygon (click on the first point to close it)</tooltip>
<engine type="PolyLine" color="#007EEE" points="-1">
<annotation type="Line" width="4" color="#007EEE" />
@ -73,7 +73,7 @@ Engine/Annotation Types [specific attributes]:
</engine>
<shortcut>9</shortcut>
</tool>
<tool id="10" name="Cyan Ellipse" pixmap="draw-ellipse">
<tool id="10" name="Cyan Ellipse" pixmap="tool_ellipse_okular">
<tooltip>A cyan ellipse</tooltip>
<engine type="PickPoint" color="#00ffff" block="true">
<annotation type="GeomCircle" color="#00ffff" />