Re-enable export file tagging. No idea why this code has dropped out at some stage...
[ardour.git] / libs / ardour / export_handler.cc
2013-12-23 Sakari BergenRe-enable export file tagging. No idea why this code...
2013-03-17 Sakari BergenHandle mutiple export files with the same extension...
2012-06-23 Tim MayberryRemove unused header include
2012-06-08 Carl HetheringtonNo-op; some comments, remove some unused stuff, minor...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-02-29 Paul Davisfix a few dangling uses of Ardour as program name,...
2012-01-29 Sakari BergenAdd timespan name to export status text
2012-01-28 Sakari BergenGo back to one progress bar with several passes in...
2012-01-27 Paul Davispatch for CUE file formatting from Andreas Ruge
2012-01-25 Paul Davistoc filename handling patch from andreas r.
2012-01-24 Sakari BergenShow proper progress information for export while norma...
2012-01-24 Paul Davisalways write a PERFORMER entry into a CUE file even...
2012-01-24 Paul Davisimproved fix for TOC string escaping, handle anything...
2012-01-23 Paul Davisundo escaping of strings in CUE files
2012-01-23 Paul Davisa better fix for CUE/TOC string escaping: if the text...
2012-01-23 Paul Davisescape \ as \034 in TOC files
2012-01-23 Paul Davisfix up escaping of strings in TOC files (suggested...
2012-01-22 Sakari BergenAdd warnings for overwriting marker files
2012-01-22 Carl HetheringtonPatch from anrug to always put a PERFORMER field in TOC
2012-01-18 Paul Davisrestore ability to create TOC and CUE files during...
2011-09-27 Carl HetheringtonPatch from Colin to fix a search/replace bug in TOC...
2011-06-11 Sakari BergenFix #4094: show total export progress instead of per...
2011-06-11 Sakari BergenTypedef all globally used export smart pointer types...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-18 Sakari BergenFinally implement position aware silence adding in...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-19 Carl HetheringtonWrite BWF info on export. Fixes #3398.
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2009-12-27 Sakari Bergen- Fix process callbakc handling during export
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-11 Sakari Bergencd marker export patch from Andreas Ruge modified for 3.0
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-11-06 Sakari Bergen* Fix problem with JACK being left in freewheeling...
2008-09-28 Sakari Bergen* Improved export error handling, streamlined ExportFailed
2008-09-20 Sakari Bergen* Added filename extension definitions for export prese...
2008-09-19 Sakari Bergen* Added PBD::UUID
2008-09-17 Paul Davisnew files from sakari, missed last time