Reverse undo buffer

Reverse all the code using the UndoBuffer class so that we can
use the QUndoStack and QUndoCommand classes. These are Qt's own
inbuild undo framework classes, offering a better undo/redo
process.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Grace Karanja 2015-02-11 09:10:34 +03:00 committed by Dirk Hohndel
parent 6374d9cc03
commit 013da6b0af
7 changed files with 3 additions and 152 deletions

View file

@ -50,7 +50,7 @@
<x>0</x>
<y>0</y>
<width>861</width>
<height>32</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -130,8 +130,6 @@
<property name="title">
<string>&amp;Edit</string>
</property>
<addaction name="action_Undo"/>
<addaction name="action_Redo"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menu_Edit"/>