summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
AgeCommit message (Expand)Author
2013-11-23Hande export initialization exceptions gracefullySakari Bergen
2012-12-07Make export type an enum and pass it to the profile manager instead of the xm...Sakari Bergen
2012-12-06various fixes for exporting, including correct handling of errors during expo...Paul Davis
2012-11-30restore the post-export nag screenPaul Davis
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-20tweak expander label name as per thorsten wilms' suggestionPaul Davis
2012-06-08No-op; some comments, remove some unused stuff, minor tidying up.Carl Hetherington
2012-02-04Change export dialog widget size allocation and make closing the exander make...Sakari Bergen
2012-01-31Improve usage of expanded window space in the export dialog + put the "advanc...Sakari Bergen
2012-01-29Show an example filename in the main export dialogSakari Bergen
2012-01-29Add timespan name to export status textSakari Bergen
2012-01-28Move export progress text to progress bar from separate labelSakari Bergen
2012-01-28Go back to one progress bar with several passes in export. Sakari Bergen
2012-01-28Implement simple separate progress bar for export normalizing phase(s), needs...Sakari Bergen
2011-12-13Make the export ranges view expand with the export dialogue.Carl Hetherington
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-10-18Tidy up overwritten files dialogue slightly.Carl Hetherington
2011-06-11Fix #4094: show total export progress instead of per timespan progressSakari Bergen
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-16Make pressing enter in the label or path entries trigger the default dialogue...Carl Hetherington
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-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-03-30Remove the realtime export button from the export dialog, as it's not really ...Sakari Bergen
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
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-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-09-01Put advanced bits in an expander. Still need to make the export code default...Carl Hetherington
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
2008-10-11More Export GUI tweaks....Sakari Bergen
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-29* Fixed const correctness error in LocationSakari Bergen
2008-09-29Deleted old export dialog fileSakari Bergen
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-19Merge with 2.0-ongoing R3082.David Robillard
2008-02-17Update export dialog to match the new fancy one from 2.0-ongoing.David Robillard
2008-01-19collapse filechooser widget initially in export dialogNick Mainsbridge
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge