summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main_clock.cc
AgeCommit message (Collapse)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-09Fix crash when editing meter via main clock.nick_m
2016-06-09Fix crash when editing tempo via main clock.nick_m
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
This removes the direct dependence on ardour_ui.h from 39 files
2015-08-18Fix crash when clicking on tempo or meter in main clock to edit with no SessionTim Mayberry
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-03-09Make editing of meter work at the current positionColin Fletcher
Add a function TempoMap::meter_section_at(), similar to TempoMap::tempo_section_at() but returning the meter section at the given position, and use this to make editing meter changes from the main clock work on the meter that's in effect at the current position.
2015-03-09Make left-click on tempo/meter in main clock edit current tempo/meterColin Fletcher
2015-03-09Remove useless parameters from MainClock constructorColin Fletcher
Remove (always false) duration & is_transient and (always true) editable, with_info & follows_playhead parameters from MainClock constructor, and just pass the requisite true & false values along to the AudioClock constructor instead.
2015-02-12Add/edit tempo/meter change at right position with 'delta to edit cursor'Colin Fletcher
Find the absolute position of the main clock when 'display delta to edit cursor' is set when adding/editing tempo/meter changes from the context menu.
2015-02-12Add tempo and meter editing functions to main clock context menuColin Fletcher
Add 'Edit Tempo/Meter' and 'Insert Tempo/Meter Change' to the main clock's context menu.
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not ↵Paul Davis
RCConfiguration
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2012-11-11clock-delta mode restore: anticipate toggling set_active callbackRobin Gareus
git-svn-id: svn://localhost/ardour2/branches/3.0@13439 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12517 d708f5d6-7413-0410-9779-e7cbd77b26cf