summaryrefslogtreecommitdiff
path: root/libs/ardour/session_directory.cc
AgeCommit message (Expand)Author
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-06-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Remove use of pbd/filesystem.h in SessionDirectory, use Glib equivalentsTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2011-10-22Use correct sources_root even when sessions are loaded from inside a session ...Carl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-03-02remove entire "stub" file concept; open new audio and MIDI files on demand (a...Paul Davis
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-09* first working prototype of selecting instruments in the MIDI track headerHans Baier
2008-12-08* first primitive implementation of MidiPatchManagerHans Baier
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 info message when creating session directoriesTim Mayberry
2007-09-05Fix source directory paths so that the session name element is "legalized" an...Tim Mayberry
2007-09-04Remove unused header includes from ardour/session_directory.ccTim Mayberry
2007-09-04Use PBD::sys::operator/ instead of PBD::sys::path::operator/= in ARDOUR::Sess...Tim Mayberry
2007-09-04Use path::leaf instead of sys::basename in SessionDirectory::sound/midi_pathTim Mayberry
2007-09-04Change the SessionDirectory constructor to take a sys::path instead of a stringTim Mayberry
2007-06-07Write MIDI files to interchange/sessionname/midifiles (for real this time).David Robillard
2007-06-06Fix MIDI session path problems (thanks timbyr).David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-05-19When loading sessions, create any missing session directories rather than thr...Tim Mayberry
2007-05-18Add SessionDirectory::export_path and make sure it gets created in SessionDir...Tim Mayberry
2007-05-18Add PBD::sys::path class that has a similar API to boost::filesystem::path bu...Tim Mayberry