summaryrefslogtreecommitdiff
path: root/libs/ardour/template_utils.cc
AgeCommit message (Expand)Author
2017-09-21s/created with/modified with/Robin Gareus
2017-08-30Don't use API definition as namespace & fix whitespaceRobin Gareus
2017-08-30Gracefully handle templates that lack contents in their description or create...Ben Loftis
2017-08-20Make literals in libs/ardour/template_utils.cc translatableJohannes Mueller
2017-08-20Extract the route template descriptionsJohannes Mueller
2017-08-20Save template description at toplevel rather than in <Metadata/>Johannes Mueller
2017-08-14Change the template pulldown menu into a tree list. Populate the Description...Ben Loftis
2017-08-11Prepare for templates w/descriptionRobin Gareus
2017-07-12Don't try to chop of the file name extension from a template dirJohannes Mueller
2016-12-08Speed up recent session display (for many large sessions)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-09-22Fix finding session templatesColin Fletcher
2014-06-25Change PBD::find_files_matching_regex and PBD::find_files_matching_filter to ...Tim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-03-10Move 'template_search_path()' and 'route_template_search_path()' into 'libs/a...John Emmas
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-01-16add copyright commentsPaul Davis
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-01-23fix failure to find route templatesPaul Davis
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-22a long tricky day of playing with ArdourStartup and session naming/loading etc.Paul Davis
2009-03-02remove unneeded code in line_drag that was probably copy/pasted from control_...Paul Davis
2009-03-02track templates, backported from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-11-13Don't log a warning when the system template directory does not exist.Tim Mayberry
2007-06-27Use ARDOUR::system_data_search_path instead of get_system_data_path in ARDOUR...Tim Mayberry
2007-06-27Use ARDOUR::user_config_directory in ARDOUR::user_template_directoryTim Mayberry
2007-06-17Add ardour/template_utils.h that contains ARDOUR::user_template_directory and...Tim Mayberry