View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004419 | ardour | features | public | 2011-11-01 02:12 | 2020-04-19 20:15 |
| Reporter | cth103 | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0 | ||||
| Summary | 0004419: 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. | ||||
| Tags | No tags attached. | ||||
|
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 ();
|
|
|
Attached simple patch to show the solo context menu when either the solo iso or lock buttons are not visible. |
|
|
Patch applied to SVN 10560. Thanks! |
|
|
Meter popup menu added in SVN 10569. |
|
|
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. |
| 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 |