Allow strips to add or remove personal sends
[ardour.git] / gtk2_ardour / template_dialog.cc
2018-06-19 Johannes MuellerRevert frame -> sample changes where it's a frame as...
2018-02-28 Robin GareusFix some GUI typos (thanks to IOhannes/debian for repor...
2017-10-18 Robin GareusUpdate GUI, use filename-extensions
2017-09-22 Robin GareusFix issue with Template manager deleting templates...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-08-30 Robin GareusFix scope in 4c077010a
2017-08-30 Robin GareusDon't create empty description nodes.
2017-08-26 John EmmasFix a compiler problem when building 'gtk2_ardour/templ...
2017-08-24 Paul Daviswhen connecting to sigc signals, use sigc methods,...
2017-08-20 Robin GareusFix some GUI side XML node mem-leaks
2017-08-20 Johannes MuellerStrip trailing whitespace in template descriptions
2017-08-20 Johannes MuellerTemplateDialog: Lable the RESPONSE_OK button "Done...
2017-08-20 Johannes MuellerTemplateDialog tweaks
2017-08-20 Johannes MuellerClear and deactivate description editor widget when...
2017-08-20 Johannes MuellerTemplateDialog: keep private things private and header...
2017-08-20 Johannes MuellerAsk user whether to save or discard unsaved template...
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerSave template description at toplevel rather than in...
2017-08-20 Johannes MuellerMake template descriptions editable in template manager
2017-08-14 Ben LoftisSession Metadata: add a Description field.
2017-07-20 Johannes MuellerRename the route in a route template when renaming...
2017-07-20 Johannes MuellerDon't try to rename the route template state dir if...
2017-07-15 Paul Davisrequired #include for earlier gcc
2017-07-15 Johannes MuellerForce filename suffix and ask confirmation before overw...
2017-07-15 Johannes MuellerOnly make the export button sensitive if there's someth...
2017-07-15 Johannes MuellerInflate template archives rather in `.config/ardour5...
2017-07-12 Johannes MuellerSwitch to g_dir_make_tmp() to make the tmpdir.
2017-07-12 Johannes MuellerFirst draft of import and export templates
2017-07-12 Johannes MuellerSome more error handling
2017-07-12 Johannes MuellerRemove template dirs using PBD::remove_directory()
2017-07-12 Johannes MuellerAdjust template names inside template files
2017-07-12 Johannes MuellerAlso handle Route templates
2017-07-12 Johannes MuellerSome cosmetics
2017-07-12 Johannes MuellerFirst draft of a template management dialog