summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
AgeCommit message (Expand)Author
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
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Use Session::session_directory to access the export path for a session instea...Tim Mayberry
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-04-14Merged with trunk R1719.David Robillard
2007-04-12Merged with trunk R1705.David Robillard
2007-03-19Merged with trunk R1622.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-07-28Merged with trunk R708David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-13Merged with trunk (painfully)David Robillard
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-20Add a stock question image to the choices dialog, other general dialog love.....Nick Mainsbridge
2006-03-28replaced deprecated (and ugly) FileSelection with FileChooserDialog in export...Doug McLain
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis