summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
AgeCommit message (Expand)Author
2018-07-25Don't allow invalid export Locations (when using the GUI)Robin Gareus
2018-07-25Reset export-config maps before each new export (1/2)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-19Use XMLNode::get/set_property in ARDOUR::ExportProfileManager classTim Mayberry
2016-09-17Fix crash when ExportDialog is hiddenTim Mayberry
2016-09-17Fix indentation in ARDOUR::ExportProfileManager source fileTim Mayberry
2016-07-16allow to query export profile typeRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-25missing local export config is not an errorRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
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 wrapperRobin Gareus
2015-08-14allow to export loop-range w/o looping. fixes #6508Robin Gareus
2015-06-29add required headerPaul Davis
2015-06-29make use of loop range as default export range being Tracks specificPaul Davis
2015-06-29[Summary] Per Igor's request: if auto play loop is set on, the main timespan ...VKamyshniy
2014-08-14Add backwards compatibility for instant.xml changes.nick_m
2014-08-14Move ExportProfile xml from Session instant.xml to session file.nick_m
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-03-10Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-02-14debugging export format UUID creationPaul Davis
2014-02-14possible fix for error during export format load-from-diskPaul Davis
2013-07-11Fix for ambiguity of UUID type on windowsPaul Davis
2013-05-26Return null if deserializing an export timespan doesn't succeed with at least...Sakari Bergen
2013-05-26Remove special handling of session range in export. Fixes things when the ses...Sakari Bergen
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-07-24remove use of boost::thread/boost::mutex; bump glibmm requirement to 2.30 in ...Paul Davis
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
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-02-26Fix crash on opening the export dialogue when there are noCarl Hetherington
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-28Fix issue with export channel splitting getting stuck in the filenameSakari Bergen
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2012-01-22Add warnings for overwriting marker filesSakari Bergen
2011-12-04probably fix failure to find export formats in packagesPaul Davis
2011-12-04some more package debugging to help find out why export formats are not foundPaul Davis
2011-08-09Prevent crash on de-selecting all tracks from a stem exportCarl Hetherington
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
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-03-13change builtin export format/preset search path to correct value; remove line...Paul Davis
2011-03-12Properly create new presets, i.e. without duplicate id's on save-after-renameSakari Bergen
2011-03-12use legalize_for_path() on filenames for export presets and formatsPaul Davis
2011-03-01assert to show up #3812 more clearly.Carl Hetherington
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-03tweak search path for export profilesPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington