FreeCAD: master 505ec6a2

Author Committer Branch Timestamp Parent
DeepSOIC wmayer master 2016-05-04 16:03:18 master 9d19bf02
Changeset Attacher: change suggestion routine interface

When another bit of information was needed to be extracted from mode
suggestion routine, it felt like listMapModes had too many arguments.
So, the arguments have been collapsed into a struct. This triggered a
few namespace-related changes, which lead to massive search-and-replace
changes all over FreeCAD.

So the only functional change carried out is the addition of reference
types readout to info returned by suggestor.
mod - src/Mod/Part/App/Attacher.cpp Diff File
mod - src/Mod/Part/App/Attacher.h Diff File
mod - src/Mod/Part/Gui/AttacherTexts.cpp Diff File
mod - src/Mod/PartDesign/Gui/Command.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskDatumParameters.cpp Diff File
mod - src/Mod/Sketcher/Gui/Command.cpp Diff File