View Issue Details

IDProjectCategoryView StatusLast Update
0004419ardourfeaturespublic2020-04-19 20:15
Reportercth103 Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Target Version3.0 
Summary0004419: Add a popup menu on the Solo button with entries for solo-iso and lock
Description... in case the user hides those buttons. Similarly I guess right-click on the meter for metering point.
TagsNo tags attached.

Activities

2011-11-09 19:56

 

solo-menu-conditional.patch (576 bytes)   
Index: gtk2_ardour/route_ui.cc
===================================================================
--- gtk2_ardour/route_ui.cc	(revision 10512)
+++ gtk2_ardour/route_ui.cc	(working copy)
@@ -385,7 +385,8 @@
 
 		if (Keyboard::is_context_menu_event (ev)) {
 
-                        if (!solo_isolated_led) {
+                        if (! (solo_isolated_led && solo_isolated_led->is_visible()) ||
+			    ! (solo_safe_led && solo_safe_led->is_visible())) {
 
                                 if (solo_menu == 0) {
                                         build_solo_menu ();
solo-menu-conditional.patch (576 bytes)   

acolomb

2011-11-09 19:57

reporter   ~0011969

Attached simple patch to show the solo context menu when either the solo iso or lock buttons are not visible.

cth103

2011-11-13 01:35

administrator   ~0011975

Patch applied to SVN 10560. Thanks!

cth103

2011-11-13 15:12

administrator   ~0011981

Meter popup menu added in SVN 10569.

system

2020-04-19 20:15

developer   ~0022803

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2011-11-01 02:12 cth103 New Issue
2011-11-01 02:12 cth103 cost => 0.00
2011-11-01 02:13 cth103 Description Updated
2011-11-09 19:56 acolomb File Added: solo-menu-conditional.patch
2011-11-09 19:57 acolomb Note Added: 0011969
2011-11-13 01:35 cth103 Note Added: 0011975
2011-11-13 15:12 cth103 Note Added: 0011981
2011-11-13 15:12 cth103 Status new => resolved
2011-11-13 15:12 cth103 Resolution open => fixed
2011-11-13 15:12 cth103 Assigned To => cth103
2020-04-19 20:15 system Note Added: 0022803
2020-04-19 20:15 system Status resolved => closed