Commit graph

14331 commits

Author SHA1 Message Date
Paul Davis
e14d06c63a remove all accelerator declarations from ardour.menus.in, since they are about to be automatically registered for ALL actions 2014-08-17 20:36:02 -04:00
Paul Davis
e33f682577 add new regions created by split to selection after operation is complete 2014-08-17 20:35:57 -04:00
Ben Loftis
a15ab33edf lots of keybinding changes. added a new action to allow removing markers at the playhead location. numpad now allows you to access marks higher than 9. to locate to a marker, use the numpad decimal to start and end the operation - for example press .19. to locate to marker 19. also added alternate bindings for redo, delete, and several other alternates that will be needed in subsequent commits. tab is not working, using either Tab or nabla in the binding.in file
Conflicts:
	gtk2_ardour/ardour_ui.cc
2014-08-17 20:35:46 -04:00
Paul Davis
3705b6d099 revert part of 0f1c7b1d71 which broke lots of stuff based on region selection 2014-08-17 20:34:59 -04:00
Ben Loftis
2b726333d1 if a Range end is trimmed, in follow-edits mode, locate to the range end so it can be auditioned. (same as trimming a region end) 2014-08-17 20:34:52 -04:00
Ben Loftis
2be8f11a3e fix the naming and behavior of always-play-range to match the button, which is follow-edits. when you select a range, the playhead should jump to the start of the range and begin to play the selection. BUT (unlike previous implementation) if the user wants to relocate the playhead, then that should be allowed. The user should always remain in charge of the playhead location. NOTE: your previous config setting will be invalidated. You must re-save a session to overwrite with the new config variable 2014-08-17 20:34:46 -04:00
Paul Davis
390869c0d9 actually do something in WaveView::region_resized() which is called whenever the region is resized; implement WaveView::set_region_start() which could be used by an xfade editor etc. 2014-08-17 20:34:41 -04:00
Ben Loftis
99d06a10ec add a method to cancel a pending play_range. this is needed when we are modifying the range with keyboard commands. 2014-08-17 20:34:35 -04:00
Ben Loftis
4dca4a7f7e start-range and finish-range should graphically show the range being created. also add bindings for comma and period in addition to existing bindings which require a numpad. the old ones are now alternates. all primary functionality should appear on the qwerrty, and the numpad should be considered an ergonomic redundant alternative if you have one 2014-08-17 20:34:30 -04:00
Robin Gareus
1520677c4b unique filenames across all searched folders 2014-08-17 20:34:25 -04:00
Robin Gareus
678fd635a1 round A/V offset to video-frames. 2014-08-17 20:34:19 -04:00
Paul Davis
30d2ed74c3 reinstate same logic, slightly differently implementedm, for choosing range/object mode when pointer is in smart mode and in a track but not in a region 2014-08-17 20:34:12 -04:00
Paul Davis
fbad093b59 simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuck" at max and min zoom levels 2014-08-17 20:34:07 -04:00
Paul Davis
0ba6999b86 remove unused "zoom range clock" from code as part of zoom simplifications 2014-08-17 20:34:02 -04:00
Paul Davis
e81dcb6c39 display key name when debugging keyboard/accel stuff 2014-08-17 20:33:57 -04:00
Paul Davis
f11c8a7cb6 allow escape key to work 2014-08-17 20:33:51 -04:00
Ben Loftis
f3370cfae2 remove implicit range. start-range and end-range work better. documentation changes coming soon
Conflicts:
	gtk2_ardour/editor_selection.cc
2014-08-17 20:33:45 -04:00
Ben Loftis
fa2f8876ea splice mode is undefined, undocumented, and buggy. ripple does most of what we want. remove splice for now. leave code because it may be revived later 2014-08-17 20:33:04 -04:00
Colin Fletcher
7e998402ea Ripple mode: ripple all after start of first selected region
Ripple drags should affect all regions which start at or after the
beginning of the first selected region, not just those which start after
its end.
2014-08-17 20:32:55 -04:00
Colin Fletcher
ba584c0901 Ripple mode: remove debug output
Remove std::cerr output, and tidy up a couple of comments.

Conflicts:
	gtk2_ardour/editor_drag.cc
2014-08-17 20:32:49 -04:00
Paul Davis
11bc9aa50d remove debug output 2014-08-17 20:32:18 -04:00
Paul Davis
c0118c76a7 add partial support for mute automation (playback does not work, data is not recorded in the session) 2014-08-17 20:32:13 -04:00
Paul Davis
1a90d28aed give drop zone its own cursor-ability 2014-08-17 20:32:08 -04:00
Colin Fletcher
a8660f422f Fixes for ripple mode drag
Make undo of ripple mode dragging work a bit better, and hopefully prevent
rippled regions from jumping about when being dragged.

Conflicts:
	gtk2_ardour/editor_drag.cc
2014-08-17 20:31:57 -04:00
Colin Fletcher
92524e00ab Ripple mode: fix undo of paste
Fix undo of region paste operations in ripple mode.
2014-08-17 20:31:20 -04:00
Colin Fletcher
1f3d036bf8 Remove unused code
This code was changed to implement ripple mode, but meanwhile it was
removed altogether in cairocanvas. Remove it here too to simplify merging.

Conflicts:
	gtk2_ardour/editor_ops.cc
2014-08-17 20:31:08 -04:00
Robin Gareus
7b62677c7d left-align all pref/option labels for consistency. 2014-08-17 20:29:59 -04:00
Paul Davis
59b4611cda (hopefully) fix smart-mode breakage of xfade operations
We needed to set the selected regionview from a click when clicking on xfade items, but I also removed duplicate logic for some similar items
2014-08-17 20:29:54 -04:00
Paul Davis
e561644747 move draggable playhead to editor tab of preferences 2014-08-17 20:29:48 -04:00
Robin Gareus
7d4325b63d remove cruft 2014-08-17 20:29:42 -04:00
Robin Gareus
f3d93ddf98 change default take-name 2014-08-17 20:29:37 -04:00
Paul Davis
2bdb343843 manually fix up cherry-pick mess after several cherry-picks with no compile checks 2014-08-17 20:29:12 -04:00
Paul Davis
d8a9f3f472 new UI config var to allow playhead to be optionally draggable (default is: yes, it can be dragged)
Conflicts:
	gtk2_ardour/ui_config_vars.h
2014-08-17 20:03:31 -04:00
Paul Davis
3e85ec6ae8 more extensive canvas debug message for canvas-enter-leave tracing 2014-08-17 20:02:49 -04:00
Paul Davis
d994350760 add event-insensitivity to the list of conditions that causes a container to NOT add its children to the list of items-at-point 2014-08-17 20:02:43 -04:00
Paul Davis
0695877517 make canvas drop sensitive to scroll events 2014-08-17 20:02:38 -04:00
Paul Davis
363ba4ebed context click over a trim handle is semantically equivalent to a context click on the xfade 2014-08-17 20:02:32 -04:00
Paul Davis
4cbb6e1cdc ensure that Editor::entered_track is reset during session deletion to avoid a crash when we explicitly unset it elsewhere 2014-08-17 20:01:59 -04:00
Robin Gareus
33b67158d6 fix bae86a2d - retain default values
set element values before calling update()
2014-08-17 20:01:50 -04:00
Robin Gareus
d0a4e1a35a Disallow empty names for Groups, automatically enumerate them 2014-08-17 20:01:42 -04:00
Paul Davis
0cef3d60cf move Opaque and Mute into region Gain submenus (both main menu bar and context menus) 2014-08-17 20:01:36 -04:00
Paul Davis
2ce0dd1152 protect use of iterators across routeUI selection when operations change the selection (e.g. deletion) 2014-08-17 20:01:29 -04:00
Paul Davis
7d5608d875 change default timeline item gradient depth and waveform gradient depth
Conflicts:
	gtk2_ardour/ardour3_ui_default.conf.in
2014-08-17 20:01:11 -04:00
Paul Davis
b03e0625b6 always take verbose cursor clock mode from primary clock (finally!) 2014-08-17 20:00:38 -04:00
Paul Davis
4196553c5d new default color for inactive group tab
Conflicts:
	gtk2_ardour/ardour3_ui_default.conf.in
2014-08-17 20:00:29 -04:00
Paul Davis
a647755bdc verbose cursor text is always outlined 2014-08-17 19:59:51 -04:00
Paul Davis
3ceb01b331 allow Canvas::Text to have outline drawn in a contrasting color (based on actual color) 2014-08-17 19:59:43 -04:00
Paul Davis
b4aba271f4 move contrasting_text_color() into ArdourCanvas 2014-08-17 19:59:38 -04:00
Paul Davis
46d565e7ed make verbose cursor respond dynamically to theme changes 2014-08-17 19:59:33 -04:00
Paul Davis
66ba9950be make inactive group tab color be themeable and update it dynamically
Conflicts:
	gtk2_ardour/ardour3_ui_default.conf.in
2014-08-17 19:59:17 -04:00