summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
AgeCommit message (Expand)Author
2014-05-21Use Glib::usleep() for consistencyJohn Emmas
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-18Use ARDOUR namespace for SystemExecColin Fletcher
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-08Merge remote-tracking branch 'origin/master' into export-dialogColin Fletcher
2013-12-23Re-enable export file tagging. No idea why this code has dropped out at some ...Sakari Bergen
2013-10-10Use SystemExec for post-export hookColin Fletcher
2013-10-07Rudimentary post-processing of exported files.Colin Fletcher
2013-10-07Working Soundcloud exportColin Fletcher
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-03-17Handle mutiple export files with the same extension but different format.Sakari Bergen
2012-06-23Remove unused header includeTim Mayberry
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-29fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAMEPaul Davis
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-27patch for CUE file formatting from Andreas RugePaul Davis
2012-01-25toc filename handling patch from andreas r.Paul Davis
2012-01-24Show proper progress information for export while normalizingSakari Bergen
2012-01-24always write a PERFORMER entry into a CUE file even if its not definedPaul Davis
2012-01-24improved fix for TOC string escaping, handle anything that can be converted f...Paul Davis
2012-01-23undo escaping of strings in CUE filesPaul Davis
2012-01-23a better fix for CUE/TOC string escaping: if the text is not Latin-1 already,...Paul Davis
2012-01-23escape \ as \034 in TOC filesPaul Davis
2012-01-23fix up escaping of strings in TOC files (suggested by andreas ruge)Paul Davis
2012-01-22Add warnings for overwriting marker filesSakari Bergen
2012-01-22Patch from anrug to always put a PERFORMER field in TOCCarl Hetherington
2012-01-18restore ability to create TOC and CUE files during export. this is an option ...Paul Davis
2011-09-27Patch from Colin to fix a search/replace bug in TOC/CUE generation (#4336).Carl Hetherington
2011-06-11Fix #4094: show total export progress instead of per timespan progressSakari Bergen
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-12-18Finally implement position aware silence adding in export (i.e. bbt times are...Sakari Bergen
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-19Write BWF info on export. Fixes #3398.Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-27- Fix process callbakc handling during exportSakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-11cd marker export patch from Andreas Ruge modified for 3.0Sakari Bergen
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard