FreeCAD: master da527013

Author Committer Branch Timestamp Parent
Abdullah Tahiri wmayer master 2015-06-09 17:18:21 master eb7a3c76
Changeset Gui New Feature: Gui::Document support for App::Document undo and redo signals

==========================================================================

It defines new slots connected to App::Document's signalUndo/signalRedo, which
triggers Gui::Document's signalUndoDocument and signalRedoDocument signals.

setModified is not executed upon redo/undo, as this is already done on modification of the properties if
properties were modified, and if there were not, no setModified is needed anyway.
mod - src/Gui/Document.cpp Diff File
mod - src/Gui/Document.h Diff File