summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dialogs.cc
AgeCommit message (Expand)Author
2011-05-22fix translation issue with verb substitution in quit/close dialogPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-02-17preparations for a working speaker editing dialogPaul Davis
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-08-18Fix crash on opening locations window.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-20Fix a few dialogues which don't reset their session pointer correctly on a ne...Carl Hetherington
2010-07-08Allow multiple MIDI tracer windows.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-04-02not-yet-complete JACK session management patch (TODO: get program name, vary ...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul 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-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...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-12-05Clean up and comment PortMatrix event handling a bit.Carl Hetherington
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Oops. Fix XML stuff in GUI as well.David Robillard
2009-02-09Remove old connection editor.Carl Hetherington
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-12add keybinding editorPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-07-10show() widgets explicitly in the MixerUI window, fix UI::just_hide_it(), so t...Doug McLain
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-18Use bool return type for ARDOUR_UI::unload_session to indicate success/failure.Tim Mayberry
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2007-01-31remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at...Paul Davis
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ...Paul Davis
2006-12-19Removed SoundFileBrowser from Windows menu.Taybin Rutkin
2006-11-30timecode clock info patch from oofus, big clock mods from oofus, rec-sensitiv...Paul Davis
2006-09-16Re-fix multi present problem (without breaking cmdline session loading).David Robillard
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-12 r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600Hans Fugal
2006-08-10history snapshot nameHans Fugal