summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_file_notebook.cc
AgeCommit message (Expand)Author
2016-09-17Save changes when toggling checkboxes in ExportDialogTim Mayberry
2016-09-14Restore state of analyze and soundcloud upload checkboxes in ExportDialogTim Mayberry
2016-09-11Fix #7003, Store/Restore state of checkboxes in Export dialogTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-11Allow removing the timespan name from the export-filename:Robin Gareus
2016-02-10GUI for optional analysisRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-12Show Soundcloud credentials and upload options only when requiredColin Fletcher
2014-06-12Remove unused functionColin Fletcher
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-05-23Make Soundcloud upload applicable to any export format.Colin Fletcher
2012-07-17i18n fixes from alexander prokoudine (#5016)Paul Davis
2012-06-23Remove use of PBD::sys::path from ExportFileNotebook, use Glib equivalentTim Mayberry
2012-06-20tweak button label name as per thorsten wilms' suggestionPaul Davis
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
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
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-09-03the basics of step editing, more details to followPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-10-11* Some Export GUI tweaksSakari Bergen
2008-09-29* Fixed const correctness error in LocationSakari Bergen