enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / session_directory.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2015-12-18 Robin Gareusopen Finder/Explorer/File-manager in case of session...
2015-12-05 Robin Gareuselaborate on prev. commit: ignore irrelevant files...
2015-12-05 Robin Gareussession-dir/interchange: ignore hidden directories.
2015-11-19 Robin Gareusremove debug message
2015-11-19 Robin Gareusline-wrap fatal message (that's not done automatically)
2015-11-19 Robin Gareusallow to rename the session root folder - fixes #6557
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-14 Paul Davisget Session::save_as() working much more correctly...
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-11 Robin Gareusenable videotimeline by default
2013-03-13 Robin Gareusvideotimline
2012-10-23 Paul Davisprobable fix for not being able to find audio files...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-06-23 Tim MayberryChange the meaning of the return value in SessionDirect...
2012-06-23 Tim MayberryRemove use of pbd/filesystem.h in SessionDirectory...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2011-10-22 Carl HetheringtonUse correct sources_root even when sessions are loaded...
2011-07-14 Paul Davisinitial pass at session-renaming functionality
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-11-13 Tim MayberryDon't log info message when creating session directories
2007-09-05 Tim MayberryFix source directory paths so that the session name...
2007-09-04 Tim MayberryRemove unused header includes from ardour/session_direc...
2007-09-04 Tim MayberryUse PBD::sys::operator/ instead of PBD::sys::path:...
2007-09-04 Tim MayberryUse path::leaf instead of sys::basename in SessionDirec...
2007-09-04 Tim MayberryChange the SessionDirectory constructor to take a sys...
2007-06-07 David RobillardWrite MIDI files to interchange/sessionname/midifiles...
2007-06-06 David RobillardFix MIDI session path problems (thanks timbyr).
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-05-19 Tim MayberryWhen loading sessions, create any missing session direc...
2007-05-18 Tim MayberryAdd SessionDirectory::export_path and make sure it...
2007-05-18 Tim MayberryAdd PBD::sys::path class that has a similar API to...