summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-13fix stem-export of no-input busses/tracksRobin Gareus
2016-06-10Use generic sorter.Paul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-26fix clang compileRobin Gareus
2016-05-25don't clear export-channel selection when switching presetsRobin Gareus
2016-03-04fix processed region export (track output)Robin Gareus
2015-08-04sort the Stem Export route listBen Loftis
2015-08-04(hopefully) less ambiguous wording of processed stem exports. Update the inf...Ben Loftis
2015-06-08Update export config on stem export select tracks/busses/noneColin Fletcher
2015-06-08Fix tiny typo in PortExportChannelSelector error textColin Fletcher
2015-06-08Don't select any routes for stem export by defaultColin Fletcher
2015-06-08Exclude inactive tracks & busses from stem export listColin Fletcher
2015-06-08Add 'Select tracks/busses' & 'Deselect all' buttons to stem exportColin Fletcher
2015-04-05Port export usability tweaks.nick_m
2015-04-05Amend 2c28a05nick_m
2015-04-04Sort stem and port export dialogs by route order key.nick_m
2013-10-07Export dialogue visual re-arrangementColin Fletcher
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-03-24Add option to export track output to stem export dialogSakari Bergen
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-12-06make bus stem export possible (from colinf) (#4745)Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-01-28Store Region export state in instant.xml (fixes #3935)Sakari Bergen
2011-12-03made region export default to use region gain and fadesPaul Davis
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2011-10-25Don't offer the monitor buss to export from (#4393).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-01-16Make stem export export from right before any processors.Sakari Bergen
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-20Clean up region.h and trim include tree.David Robillard
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-05-02Clarify labels in export dialog to explain how options affect use of region g...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-03-08Some preparations for allowing multiple channel configurations in export chan...Sakari Bergen
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-10-11* Some Export GUI tweaksSakari Bergen
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen
2008-09-17new files from sakari, missed last timePaul Davis