handle no audio-output AUs
[ardour.git] / libs / ardour / file_source.cc
2013-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2013-03-30 Paul Davisif a filesource is supposed to be new, don't waste...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-16 Paul Davisdo NOT mark imported MIDI files as un-writable - all...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryRename PBD::sys::inodes_same to equivalent_paths
2012-06-23 Tim MayberryRemove two unnecessary header includes of pbd/mountpoint.h
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-27 Paul Davisdon't alter session search path frm within FileSource...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-03-05 Carl HetheringtonUse inodes_same() function.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-21 Carl HetheringtonCheck inodes before reporting ambigious files (#4326).
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-16 Paul Davisrefactor playlist sources to allow for MIDI and upcomin...
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...