Remove most using declarations from header files.
[ardour.git] / libs / ardour / session_directory.cc
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...