summaryrefslogtreecommitdiff
path: root/gtk2_ardour/insert_remove_time_dialog.cc
AgeCommit message (Collapse)Author
2020-01-10Clarify insert-time optionRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-10-10use primary, not secondary, clock mode to drive other clock modes, and ↵Paul Davis
dynamically update region editors, location UI and editor regions when it changes
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2016-10-20Track Insert/Remove Time dialog:Ben Loftis
Disambiguate "glued" -> glued-to-musical-time (MIDI) regions. *Users didn't know that this is necessary to operate on MIDI regions.
2016-10-20Track Insert/Remove dialog improvements:Ben Loftis
By default, enable glued regions and markers. If you are removing time, you probably want MIDI regions to move.
2016-10-20Track Add/Remove Time dialog improvements:Ben Loftis
Add a clock to show the position of the edit, to remove ambiguity If a Range is selected, pre-fill the position and length clocks Clock format should default to the editor's secondary clock mode
2016-10-21InsertRemoveTimeDialog initially ignores mouse edit position. also do this ↵nick_m
for distance calculation.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-06Add a simple check for valid duration in 'Insert/Remove Time'Colin Fletcher
2015-06-21Amend button caption in 'Remove time' dialogueColin Fletcher
I missed that it still said 'Cut'.
2015-06-17Accept changes to Insert/Remove time clocks without <Enter>Colin Fletcher
Pass 'true' to accept_on_focus_out of AudioClock, so that editing the insert/remove time clock and then clicking elsewhere without hitting <Enter> first doesn't mysteriously set the time back to 00:00:00.000.
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
'Cut time' implies that the cut timeline items might end up on the clipboard to be pasted somewhere: this isn't the case at present, so rename the functions, class, &c. to say 'remove' rather than 'cut'. Rename insert_time_dialog.{cc|h} to insert_remove_time_dialog while we're at it.