summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.cc
AgeCommit message (Expand)Author
2010-08-25Rename various things in the property system.Carl Hetherington
2010-05-02A little copy-editing.Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21fix crash when trying to create a non-template track/bus with >2 channels; pu...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-05Fix from tinram.Carl Hetherington
2009-06-29Apply tinram's patch from mantis 2756 (with a few tweaks). Thanks!Carl Hetherington
2009-06-22Allow new route group to be created from within the dialog.Carl Hetherington
2009-06-22Pick up newly-added route groups correctly.Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-20Allow edit group creation from the route UI's menu. Allow new tracks to be p...Carl Hetherington
2009-06-11hugely improved design for add route dialog (why didn't i do it this way befo...Paul Davis
2009-04-22a long tricky day of playing with ArdourStartup and session naming/loading etc.Paul Davis
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-02allow dragging of automation lines (Ben Loftis, backported from 2.X)Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-03Improve GNOME HIG compliance a bit.Carl Hetherington
2008-09-22Set add route dialog non-resizeable so WMs size it more sensibly (looked ridi...David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-07-06show() widgets explicitly, one little file at a timeDoug McLain
2007-06-27Added dialog to allow adding any Midi CC track.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-05-19allow for mandatory control protocols, plus some ongoing work on automation c...Paul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-01-19add GUI support to create tape/destructive tracksPaul Davis
2005-12-02make all of dialog visible for add_route_dialogPaul Davis
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-10-13sfdb almost done.Taybin Rutkin
2005-09-26rename all GTK signalsPaul Davis
2005-09-26got ardour_dialog compilingPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin