13
0
Commit Graph

17245 Commits

Author SHA1 Message Date
6aac3733a2
T: Mixer layout tweaks
* Add group-tab sized spacer above master bus
* disable vertical scrolling (hide, show scrollbar otherwise
  adds a scrollbar
* shrink main content. Do not vertically expand mixer
2024-05-06 23:51:53 +02:00
7aa1caa5a9
T: No mixer screenshot for trax
Unpacking and repacking the mixer needs to be special cased for trax.
2024-05-06 23:51:37 +02:00
af7b06d386
Revert "T: fix mixer-strip height packing; disable vertical scroller"
This reverts commit 1c890b12a0.
2024-05-06 23:51:32 +02:00
c1808b718c
Merge branch 'ardour' 2024-05-06 23:51:05 +02:00
4f59b1ddf5
show/hide group-tab spacer above VCA pane 2024-05-06 23:47:10 +02:00
5b947d97a6 T: yet another approach to toolbar packing 2024-05-06 16:42:30 -05:00
2b3bfd393f T: TL needs only Rec, Mute, Solo in the track header. 3x1 2024-05-06 16:42:07 -05:00
1c890b12a0 T: fix mixer-strip height packing; disable vertical scroller 2024-05-06 16:41:32 -05:00
ae302efecd T: really set the default for flat buttons 2024-05-06 16:41:02 -05:00
1b4c4826c3 mixer strip pan & gain controls manage the master send, not the main outs 2024-05-06 14:03:20 -06:00
0dcc3381f6 mixer strips sensitivity state varies with virtual soundcheck status 2024-05-06 14:03:20 -06:00
efef5531c9 API to control sensitivity of panner UI (livetrax only functionality) 2024-05-06 14:03:20 -06:00
bc7af134eb T: build fixes 2024-05-06 13:17:54 -05:00
eaeeb38b99 LT: gtk selections should be orange as well. for now 2024-05-06 12:17:47 -05:00
265318612a LT: any shortcuts should (must) have a corresponding main-menu entry
* so the user can see the available actions and shortcuts...
2024-05-06 12:17:47 -05:00
462d3bd6cf LT: toolbar layout: centered icon, transport on left, visibility on right 2024-05-06 12:17:47 -05:00
f81c9c83de LT: define a dedicated keys.in file for LT 2024-05-06 12:17:47 -05:00
76771cd935 LT: never show the editor-mixer-strip 2024-05-06 12:17:47 -05:00
f74dbbeb25 LT: ignore all 'tabbable' setup for LT. avoids a shutdown crash 2024-05-06 12:17:47 -05:00
3cefc29296 LT: fix thinko when creating initial route color palette for LT 2024-05-06 12:17:47 -05:00
8d7cd9f7a8
T: adjust meter count to available inputs 2024-05-06 18:46:54 +02:00
d5dc58fc3f
L: Use Icons for Editor and Prefs buttons 2024-05-06 18:46:54 +02:00
576403c4cb no track movement up/down when a selected track is already at the relevant edge 2024-05-06 10:11:09 -06:00
3ec506b4a4 no track movement up/down when a selected track is already at the relevant edge 2024-05-06 10:10:47 -06:00
7b1388f263 avoid track I/O reconnection during drags 2024-05-05 21:53:42 -06:00
2ee9a7ab5f Merge branch 'ardour' 2024-05-05 16:26:02 -06:00
f92d821a72 working track drag-n-drop, re-picked from a 2nd implementation on a branch 2024-05-05 15:09:34 -06:00
51d2b3329c more work catching button release after track drag 2024-05-05 15:03:12 -06:00
c3fb69c385 catch button release after track drag 2024-05-05 15:02:59 -06:00
b515174e6a initialize track_drag member of Editor 2024-05-05 15:02:41 -06:00
e71fcaa92d add private object to Editor for use with track drag-n-drop 2024-05-05 15:02:29 -06:00
e170b34bf0 add pure virtual API for track DnD to PublicEditor 2024-05-05 15:02:19 -06:00
89d7d85239 remove weird unused member of ARDOUR_UI 2024-05-05 15:02:03 -06:00
ebcf3acaf0
Merge branch 'ardour' 2024-05-05 18:49:48 +02:00
8cf0fe5c77
Fix FPE when adding audio pins to a MIDI plugins 2024-05-04 20:17:25 +02:00
0f1f350a99 LT: remove more region operations 2024-05-03 15:28:36 -05:00
da9c0519ed LT: thin the marker context menu 2024-05-03 15:28:36 -05:00
70dd14bf47 TL: UI config defaults 2024-05-03 15:28:36 -05:00
754942d39b LT: thin the track-header context menu options 2024-05-03 15:28:36 -05:00
8289d47af6 LT: thin the route-group dialog options 2024-05-03 15:28:36 -05:00
15b2850ca9 LT: thin the mixer-strip (name button) context menu 2024-05-03 15:28:36 -05:00
774638bec9 LT: thin the range-selection context-menu 2024-05-03 15:28:36 -05:00
a6391e175c
Merge branch 'ardour' 2024-05-03 22:19:58 +02:00
jean-emmanuel
4e44f44e71
mixer: use ardour widgets instead of native gtk's for plugin list dropdown and search clear button 2024-05-03 21:19:48 +02:00
Maciej Bliziński
18949a8730
Add a hint about quotes in post-export.
When I saw the post-export hint, I thought I needed to quote the arguments. Usually, either you provide a string which will be interpolated by the shell, in which case you need to add quotes, or you build an array of strings, and in this case you don't need to add quotes - but you build an array and not write a command template. Ardour's approach is a departure from this mode, so let's save future people time trying to figure this detail out.
2024-05-03 21:11:34 +02:00
Olivier HUMBERT
68402aae12
Update French translation 2024-05-03 21:09:24 +02:00
Florian Hülsmann
27154d9769
set explicit StartupWMClass for better Linux desktop UX 2024-05-03 21:06:49 +02:00
df4f998231
Arrangement DnD now defaults to move (not copy) 2024-05-03 21:02:20 +02:00
a01c3bf8fb T: don't expand mixer vertical space
needs other window sizing to ensure that the mixer fits
2024-05-03 12:36:41 -06:00
d63bd087fb
L: trax has no video support 2024-05-03 03:28:38 +02:00