From d9d1a4a5cf5825945e68ee7e66018d3ae6f00b26 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 19 Feb 2010 21:49:56 +0000 Subject: add begin/end undo/redo signals so that playlist can freeze/thaw itself around potentially NxM region property changes; clean up debug output; don't connect streamview to Playlist::ContentsChanged because there appears to be no need for it - we catch add/remove region, and region property changes are handled by RegionView git-svn-id: svn://localhost/ardour2/branches/3.0@6702 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h index 7213c99397..38469f4723 100644 --- a/libs/ardour/ardour/playlist.h +++ b/libs/ardour/ardour/playlist.h @@ -296,6 +296,8 @@ class Playlist : public SessionObject int move_region_to_layer (layer_t, boost::shared_ptr r, int dir); void relayer (); + void begin_undo (); + void end_undo (); void unset_freeze_parent (Playlist*); void unset_freeze_child (Playlist*); -- cgit v1.2.3