FreeCAD: master 1f2c5b04

Author Committer Branch Timestamp Parent
Yorik van Havre Yorik van Havre master 2013-11-01 19:12:09 master df3d7ff3
Changeset Drawing: Symbol command

A new symbol command and Drawing::FeatureViewSymbol object allow to
load the contents of an external svg file and place it as a symbol
on a Drawing page. This symbol can then be moved and rescaled.
mod - src/Mod/Drawing/App/AppDrawing.cpp Diff File
mod - src/Mod/Drawing/App/AppDrawingPy.cpp Diff File
mod - src/Mod/Drawing/App/CMakeLists.txt Diff File
add - src/Mod/Drawing/App/FeatureViewSymbol.cpp Diff File
add - src/Mod/Drawing/App/FeatureViewSymbol.h Diff File
mod - src/Mod/Drawing/Gui/Command.cpp Diff File
mod - src/Mod/Drawing/Gui/Resources/Drawing.qrc Diff File
add - src/Mod/Drawing/Gui/Resources/icons/actions/drawing-symbol.svg Diff File
mod - src/Mod/Drawing/Gui/Workbench.cpp Diff File