summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/file_source.h
AgeCommit message (Expand)Author
2016-09-21add API to change FileSource path in-placeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2015-01-12first working version of save-asPaul Davis
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-01merge with master.Paul Davis
2014-06-02fix errors in manual conflict resolutionPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-04-14fix minor problem with recent cherry-picking from cairocanvasPaul Davis
2014-04-14merge 5764970709f15e85ec30c9cea89c318eb8114c58 from cairocanvas as final(?) c...Paul Davis
2014-04-14redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-14after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-14after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07add FileSource::is_stub() declarationPaul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-07-15Fix portability of Session::source_search_pathPaul Davis
2012-07-16do NOT mark imported MIDI files as un-writable - all MIDI files are subject t...Paul Davis
2011-10-24Expose set_path so that the Session can alter it.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...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-03-01Add virtual destructor.Carl Hetherington
2011-02-143.0 version of previous 2.X change to always prevent deletion of existing sou...Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul 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-07-22second (and hopefully) final part of changes to respond to header format chan...Paul 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
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-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
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-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-17Fix the horrible mess that was anything related to sources and paths.David Robillard