remove all use of access(2) (this was done a bit stupidly, we could have used g_access)
[ardour.git] / libs / ardour / file_source.cc
2011-04-09 Paul Davisremove all use of access(2) (this was done a bit stupid...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-02-14 Paul Davis3.0 version of previous 2.X change to always prevent...
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-11-09 Paul Davisalways store source names as relative paths; always...
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-07-22 Paul Davisfirst part of using appropriate .ext extensions for...
2010-07-21 Paul Davisfix up file renaming code a little bit
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul Davisadd and use Source::empty() since it can be done more...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-28 David RobillardMove is_embedded calculation to a single place.
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-17 David RobillardFix the horrible mess that was anything related to...