summaryrefslogtreecommitdiff
path: root/libs/ardour/file_source.cc
AgeCommit message (Expand)Author
2016-10-17spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>Paul Davis
2016-09-21add API to change FileSource path in-placeRobin Gareus
2016-09-15Use g_strerror instead of strerror in ARDOUR::FileSourceTim Mayberry
2016-09-15Use ::g_rename instead of ::rename in ARDOUR::FileSource classTim Mayberry
2016-09-07correct comment for FileSource::find()Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-04-20add a pure virtual FileSource::close() method so that FileSource::set_path() ...Paul Davis
2015-01-14get Session::save_as() working much more correctly, and cleanerPaul Davis
2014-12-10remove file manager LRU cache from code.Paul Davis
2014-12-06Fix uninitialized members.David Robillard
2014-09-15FileSource should not generate its own error message when a file is missingPaul 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-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-10fix crash recovery: add new constructors to SndFileSource, AudioFileSource, a...Paul Davis
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-04-14merge 5764970709f15e85ec30c9cea89c318eb8114c58 from cairocanvas as final(?) c...Paul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-14redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-14further code simplification and rationalization related to MIDI source/file r...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-04-10redesign technique for naming/creating regions for MIDI clone (or other non-c...Paul Davis
2014-02-10string fix up, IIPaul Davis
2014-02-10string fix upPaul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07Fix egregious logic bug in FileSource::removable() and introduce FileSource::...Paul Davis
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-07-15Fix portability of Session::source_search_pathPaul Davis
2013-07-15Don't use errno after g_file_test on windowsPaul Davis
2013-03-31remove debug outputPaul Davis
2013-03-31more work on the suprisingly ongoing filename/path/origin issuePaul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-30if a filesource is supposed to be new, don't waste time looking for it. if it...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-16do NOT mark imported MIDI files as un-writable - all MIDI files are subject t...Paul Davis
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Remove two unnecessary header includes of pbd/mountpoint.hTim Mayberry
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-27don't alter session search path frm within FileSource constructor, do it when...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-05Use inodes_same() function.Carl Hetherington
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