summaryrefslogtreecommitdiff
path: root/gtk2_ardour/template_dialog.cc
AgeCommit message (Expand)Author
2020-04-13Fix typos in the GUI in preparation for translationsEdgar Aichinger
2020-04-05Fix #7971: Adjust paths of template archive entries exported on MacOSJohannes Mueller
2020-04-05Fix template export on MacOSRobin Gareus
2020-04-02Template descriptions no longer dirty when saved or changes discardedJohannes Mueller
2020-04-02Let the user also choose template archives from Ardour 5.xJohannes Mueller
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-01-02Add external drive references for most file-browsersRobin Gareus
2018-06-19Revert frame -> sample changes where it's a frame as in Gtk::FrameJohannes Mueller
2018-02-28Fix some GUI typos (thanks to IOhannes/debian for reporting)Robin Gareus
2017-10-18Update GUI, use filename-extensionsRobin Gareus
2017-09-22Fix issue with Template manager deleting templates on no-renameRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-30Fix scope in 4c077010aRobin Gareus
2017-08-30Don't create empty description nodes.Robin Gareus
2017-08-26Fix a compiler problem when building 'gtk2_ardour/template_dialog.cc' with MSVCJohn Emmas
2017-08-24when connecting to sigc signals, use sigc methods, not boost::bindPaul Davis
2017-08-20Fix some GUI side XML node mem-leaksRobin Gareus
2017-08-20Strip trailing whitespace in template descriptionsJohannes Mueller
2017-08-20TemplateDialog: Lable the RESPONSE_OK button "Done" rather than "Ok"Johannes Mueller
2017-08-20TemplateDialog tweaksJohannes Mueller
2017-08-20Clear and deactivate description editor widget when nothing is selectedJohannes Mueller
2017-08-20TemplateDialog: keep private things private and header files simpleJohannes Mueller
2017-08-20Ask user whether to save or discard unsaved template descriptionsJohannes Mueller
2017-08-20Remove the template description XMLNode before saving the templateJohannes Mueller
2017-08-20Save template description at toplevel rather than in <Metadata/>Johannes Mueller
2017-08-20Make template descriptions editable in template managerJohannes Mueller
2017-08-14Session Metadata: add a Description field.Ben Loftis
2017-07-20Rename the route in a route template when renaming the templateJohannes Mueller
2017-07-20Don't try to rename the route template state dir if it doesn't existJohannes Mueller
2017-07-15required #include for earlier gccPaul Davis
2017-07-15Force filename suffix and ask confirmation before overwriting ...Johannes Mueller
2017-07-15Only make the export button sensitive if there's something to exportJohannes Mueller
2017-07-15Inflate template archives rather in `.config/ardour5/` than in ...Johannes Mueller
2017-07-12Switch to g_dir_make_tmp() to make the tmpdir.Johannes Mueller
2017-07-12First draft of import and export templatesJohannes Mueller
2017-07-12Some more error handlingJohannes Mueller
2017-07-12Remove template dirs using PBD::remove_directory()Johannes Mueller
2017-07-12Adjust template names inside template filesJohannes Mueller
2017-07-12Also handle Route templatesJohannes Mueller
2017-07-12Some cosmeticsJohannes Mueller
2017-07-12First draft of a template management dialogJohannes Mueller