move tooltip settings for EditingContext widgets to EditingContext
This commit is contained in:
parent
36eda47075
commit
71f946f3b3
@ -156,6 +156,12 @@ EditingContext::EditingContext (std::string const & name)
|
|||||||
std::cerr << "Set cursor set to " << UIConfiguration::instance().get_icon_set() << std::endl;
|
std::cerr << "Set cursor set to " << UIConfiguration::instance().get_icon_set() << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set_tooltip (draw_length_selector, _("Note Length to Draw (AUTO uses the current Grid setting)"));
|
||||||
|
set_tooltip (draw_velocity_selector, _("Note Velocity to Draw (AUTO uses the nearest note's velocity)"));
|
||||||
|
set_tooltip (draw_channel_selector, _("Note Channel to Draw (AUTO uses the nearest note's channel)"));
|
||||||
|
set_tooltip (grid_type_selector, _("Grid Mode"));
|
||||||
|
set_tooltip (snap_mode_button, _("Snap Mode\n\nRight-click to visit Snap preferences."));
|
||||||
|
|
||||||
/* handle escape */
|
/* handle escape */
|
||||||
|
|
||||||
ARDOUR_UI::instance()->Escape.connect (escape_connection, MISSING_INVALIDATOR, boost::bind (&EditingContext::escape, this), gui_context());
|
ARDOUR_UI::instance()->Escape.connect (escape_connection, MISSING_INVALIDATOR, boost::bind (&EditingContext::escape, this), gui_context());
|
||||||
|
@ -2907,11 +2907,6 @@ Editor::setup_tooltips ()
|
|||||||
set_tooltip (tav_shrink_button, _("Shrink Tracks"));
|
set_tooltip (tav_shrink_button, _("Shrink Tracks"));
|
||||||
set_tooltip (visible_tracks_selector, _("Number of visible tracks"));
|
set_tooltip (visible_tracks_selector, _("Number of visible tracks"));
|
||||||
set_tooltip (stretch_marker_cb, _("Move markers and ranges when stretching the Grid\n(this option is only available when session Time Domain is Beat Time)"));
|
set_tooltip (stretch_marker_cb, _("Move markers and ranges when stretching the Grid\n(this option is only available when session Time Domain is Beat Time)"));
|
||||||
set_tooltip (draw_length_selector, _("Note Length to Draw (AUTO uses the current Grid setting)"));
|
|
||||||
set_tooltip (draw_velocity_selector, _("Note Velocity to Draw (AUTO uses the nearest note's velocity)"));
|
|
||||||
set_tooltip (draw_channel_selector, _("Note Channel to Draw (AUTO uses the nearest note's channel)"));
|
|
||||||
set_tooltip (grid_type_selector, _("Grid Mode"));
|
|
||||||
set_tooltip (snap_mode_button, _("Snap Mode\n\nRight-click to visit Snap preferences."));
|
|
||||||
set_tooltip (edit_point_selector, _("Edit Point"));
|
set_tooltip (edit_point_selector, _("Edit Point"));
|
||||||
set_tooltip (edit_mode_selector, _("Edit Mode"));
|
set_tooltip (edit_mode_selector, _("Edit Mode"));
|
||||||
set_tooltip (nudge_clock, _("Nudge Clock\n(controls distance used to nudge regions and selections)"));
|
set_tooltip (nudge_clock, _("Nudge Clock\n(controls distance used to nudge regions and selections)"));
|
||||||
|
Loading…
Reference in New Issue
Block a user