summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
AgeCommit message (Expand)Author
2020-04-01NOOP: whitespacePaul Davis
2020-04-01do not show xrun markers in the "Ranges & Marks" editor listPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-22Location timestamp changes - can now sort by location creation date: gtk partNikolaus Gullotta
2019-04-13NO-OP: whitespaceRobin Gareus
2019-02-12Session-range behavior (gtk2 part)Ben Loftis
2018-10-10revert the coupling of location UI clock modes to transport clocksPaul Davis
2018-10-10use primary, not secondary, clock mode to drive other clock modes, and dynami...Paul Davis
2018-06-19Revert frame -> sample changes where it's a frame as in Gtk::FrameJohannes Mueller
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-04-19Use XMLNode::get/set_property API in LocationUI classTim Mayberry
2017-03-10Fix LocationUI clock-mode save/load & cachingRobin Gareus
2017-02-14Save/restore location clock modeRobin Gareus
2016-12-29allow all types of range location (loop, start, end etc.) to be glued to bars...nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12GUI side of : once the user has explicitly set the session range end, playlis...Paul Davis
2016-06-07use contextual translation macro for "Locations"Paul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-25tweak location-UI layout (right-align checkboxes & buttons)Robin Gareus
2016-04-25slightly improved location-UI layoutRobin Gareus
2016-04-25NO-OP whitespaceRobin Gareus
2016-04-25return of the location GoTo ButtonRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Remove tooltips() member from ARDOUR_UI and use Gtk_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-01-23fix crash at exit if location-ui was usedRobin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-01fix display of cd-track-detail UIRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-07-01Make CD track details visible whenever CD range is ticked.Colin Fletcher
2013-06-30Fix 'Location window is blank' (#5538)Colin Fletcher
2013-01-08patch from colinf tomake region property editor clocks use 2ndary clock mode ...Paul Davis
2012-07-20shrink down some location UI button labelsPaul Davis
2012-06-19Use set_editable() rather than set_sensitive() to lock the clocks of locked m...Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-01Fix the focussing of newly-created marker name entriesCarl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-12-12improve layout and display of CD range info in location displayPaul Davis
2011-12-11add middle-clock-on-range/marker-clock to locate therePaul Davis
2011-12-11fix lack of marker/range display in marker/range list at startup, and tweak l...Paul Davis
2011-11-23Save location UI clock mode in Session instant.xml (#4507).Carl Hetherington