Also handle Route templates
authorJohannes Mueller <github@johannes-mueller.org>
Mon, 3 Jul 2017 12:30:05 +0000 (14:30 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 12 Jul 2017 14:15:03 +0000 (16:15 +0200)
commita5ba520f758b5be2a71f8a8a375ccc99ebe4b2f2
treedef74a150e55672634479fccfa5d893d9105cb9a
parent6a973d5c42c7b8b9cd5a384379acc6519a0451d1
Also handle Route templates

Following measures:

* Split up into two classes
  * TemplateDialog: the general dialog
  * TemplateManager: A widget to rename and remove templates

* Make TemplateManager abstract and derive a class for session templates and
  one for route templates. This is needed, as session templates and route
  templates are stored in a different way. Thus we need different methods to
  rename and remove them.
gtk2_ardour/template_dialog.cc
gtk2_ardour/template_dialog.h