summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track_importer.cc
AgeCommit message (Expand)Author
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
2014-11-25Remove dead code.David Robillard
2012-04-11Fix a few unchecked XML child / property lookupsCarl Hetherington
2012-04-05assert() on id property not being present (#4814).Carl Hetherington
2012-03-20tweak audio track importer to use the modified xml++ API for XPATH searchingPaul Davis
2011-10-19Trim the include tree.David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul 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-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-01-30Track import is now working. Also, IO bundle setup/creation is safer.Sakari Bergen
2008-11-29First revision with working track importSakari Bergen
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-24A bit more of track import done...Sakari Bergen
2008-11-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen