[vlmc-devel] Remove UndoStack.
Hugo Beauzée-Luyssen
git at videolan.org
Sun Mar 9 23:20:14 CET 2014
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Mar 9 18:53:32 2014 +0100| [11a1217d847f76ee9b29a7cdf20a068c44d8991f] | committer: Hugo Beauzée-Luyssen
Remove UndoStack.
We now use plain Qt types QUndoStack & QUndoView. Other components are
comsuming the regular QUndoStack
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=11a1217d847f76ee9b29a7cdf20a068c44d8991f
---
src/CMakeLists.txt | 1 -
src/Commands/Commands.cpp | 10 ---
src/Gui/MainWindow.cpp | 8 ++-
src/Gui/UndoStack.cpp | 112 ---------------------------------
src/Gui/UndoStack.h | 64 -------------------
src/Gui/project/GuiProjectManager.cpp | 7 +++
src/Gui/timeline/TracksScene.cpp | 1 -
src/Gui/timeline/TracksView.cpp | 1 -
src/Main/Project.cpp | 7 ++-
src/Main/Project.h | 7 ++-
10 files changed, 20 insertions(+), 198 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=11a1217d847f76ee9b29a7cdf20a068c44d8991f
More information about the Vlmc-devel
mailing list