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/wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/wscript') diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index a9d3205de1..92cb059379 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -250,6 +250,7 @@ gtk2_ardour_sources = [ 'stripable_time_axis.cc', 'sys_ex.cc', 'tape_region_view.cc', + 'template_dialog.cc', 'tempo_curve.cc', 'tempo_dialog.cc', 'tempo_lines.cc', @@ -859,7 +860,7 @@ def build(bld): # NATIVE ARDOUR BINDING FILES # explicitly state the use of perl here so that it works on windows too - # + # a_rule = 'perl ../tools/fmt-bindings --platform="%s" --winkey="%s" --accelmap ${SRC[0].abspath()} >${TGT}' % (sys.platform, bld.env['WINDOWS_KEY'] ) for b in [ 'ardour' ] : obj = bld( @@ -868,7 +869,7 @@ def build(bld): rule = a_rule ) obj.install_path = bld.env['CONFDIR'] - + # Icons/Images bld.install_files(os.path.join (bld.env['DATADIR'], 'icons'), bld.path.ant_glob('icons/*.png')) bld.install_files(bld.env['DATADIR'], 'ArdourMono.ttf') -- cgit v1.2.3