summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_export_audio.cc
AgeCommit message (Expand)Author
2020-03-23fix error in multiple calls to SourceFactory::createWritable()Paul Davis
2020-01-23use a better "legalize for path" method when exportingPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-05-23Remove dead assignment in Editor::export_audio()Tim Mayberry
2016-07-20Use the new do_export() method when asked to exportJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-21Also use overwrite_file_dialog at all the other places.André Nusser
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-07-23rename Marker classRobin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-23minor polish for midi export dialogPaul Davis
2012-05-23add basic, not terribly glossy MIDI region exportPaul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2011-10-19Trim include tree.David Robillard
2011-05-27somewhat illogical and temporary workaround to the problems with consolidate ...Paul Davis
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
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-30Trim session.h include dependency tree.David Robillard
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.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
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen
2008-09-29* Fixed const correctness error in LocationSakari Bergen
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge