From 610d9fd3b9e4a60a63c9a7523a992de31dfa80b8 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Mon, 3 Jul 2017 12:27:25 +0200 Subject: First draft of a template management dialog Goal is to a simple dialog that can rename and remove templates. This is helpful in order to keep the template list tidy. So far it works for session templates. Track templates tbd. --- gtk2_ardour/ardour_ui.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gtk2_ardour/ardour_ui.cc') diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 9c1777acdb..4a4b385957 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -177,6 +177,7 @@ typedef uint64_t microseconds_t; #include "speaker_dialog.h" #include "splash.h" #include "startup.h" +#include "template_dialog.h" #include "time_axis_view_item.h" #include "time_info_box.h" #include "timers.h" @@ -3172,6 +3173,12 @@ ARDOUR_UI::save_template () } } +void ARDOUR_UI::manage_templates () +{ + TemplateDialog td; + td.run(); +} + void ARDOUR_UI::edit_metadata () { -- cgit v1.2.3