mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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.
This commit is contained in:
parent
eb79ae7d41
commit
610d9fd3b9
8 changed files with 335 additions and 16 deletions
|
|
@ -222,6 +222,9 @@ ARDOUR_UI::install_actions ()
|
|||
act = global_actions.register_action (main_actions, X_("SaveTemplate"), _("Save Template..."), sigc::mem_fun(*this, &ARDOUR_UI::save_template));
|
||||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
|
||||
act = global_actions.register_action (main_actions, X_("ManageTemplates"), _("Manage Templates..."), sigc::mem_fun(*this, &ARDOUR_UI::manage_templates));
|
||||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
|
||||
act = global_actions.register_action (main_actions, X_("Metadata"), _("Metadata"));
|
||||
ActionManager::session_sensitive_actions.push_back (act);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue