ramstk icon indicating copy to clipboard operation
ramstk copied to clipboard

No Method to Undo/Redo Changes

Open weibullguy opened this issue 8 years ago • 1 comments

Currently no method exists to undo and redo changes made to the RTK Program database. Please add this functionality. This will likely require the use of database transactions. Undo and redo level should be at least 25 and preferably will be user-selectable up to a maximum level.

weibullguy avatar Aug 15 '17 14:08 weibullguy

Qt provides UndoStack/Command framework that nicely integrates with document modification detection. Just my :+1: for PyQt.

rakhimov avatar Nov 28 '17 15:11 rakhimov