summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_profile_manager.h
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-16allow to query export profile typeRobin Gareus
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-05-26Remove special handling of session range in export. Fixes things when the ses...Sakari Bergen
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-06-23Replace use of PBD::sys::path in ExportProfileManagerTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-01-29Show an example filename in the main export dialogSakari Bergen
2011-06-11Typedef all globally used export smart pointer types in one file.Sakari Bergen
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-03-12Properly create new presets, i.e. without duplicate id's on save-after-renameSakari Bergen
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
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-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
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
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen
2008-09-26Improved ExportProfileManager error handling, and added some missing (?) init...Sakari Bergen
2008-09-20* Added filename extension definitions for export presets and format profilesSakari Bergen
2008-09-19* Added PBD::UUIDSakari Bergen
2008-09-17new files from sakari, missed last timePaul Davis