timeline: reorganized undo commands

Split commands between several files rather than having them all in two monolithic ones.
This commit is contained in:
itsmattkc
2021-07-16 01:38:20 -07:00
parent 913f386188
commit c41047ab02
33 changed files with 3088 additions and 2611 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
#include "node/project/project.h"
#include "node/project/sequence/sequence.h"
#include "undo/undocommand.h"
#include "widget/timelinewidget/timelineundo.h"
#include "widget/timelinewidget/undo/timelineundogeneral.h"
#include "widget/timelinewidget/undo/timelineundopointer.h"
#include "testutil.h"
namespace olive {