summaryrefslogtreecommitdiff
path: root/libs/ardour/file_source.cc
AgeCommit message (Expand)Author
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-21Check inodes before reporting ambigious files (#4326).Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul 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
2011-02-143.0 version of previous 2.X change to always prevent deletion of existing sou...Paul Davis
2010-11-09missing dialog cleanups and logic improvementsPaul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-07-22first part of using appropriate .ext extensions for the current chosen native...Paul Davis
2010-07-21fix up file renaming code a little bitPaul Davis
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-24add and use Source::empty() since it can be done more efficiently than length...Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-11-28Move is_embedded calculation to a single place.David Robillard
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard