13
0
Commit Graph

178 Commits

Author SHA1 Message Date
09542f4d25 L: remove the TC text displays, and pack Auto Return + Follow Range 2024-05-23 12:46:34 -05:00
ed50b9ac28 L: text change: "Sync Source" 2024-05-21 09:07:39 -05:00
375b3e45a3 L: tweak padding around input-meters 2024-05-21 07:39:32 -05:00
f9cb8877dd L: add a divider between the transport toolbar and meters 2024-05-13 19:06:33 -05:00
b5ec69d50e L: the prefs dialog is a separate window (again) (reverts 69b430) 2024-05-11 07:30:51 -05:00
911fcb8214 L: visibility buttons do not need to be orange 2024-05-11 07:30:51 -05:00
baa29b8bf1 L: more layout changes 2024-05-10 10:25:50 -05:00
19fe832a2c L: move marker buttons into the track-header header 2024-05-09 20:18:09 -05:00
48bbd17af2 L: pad the left and right of the editor and mixer sections 2024-05-09 20:18:09 -05:00
577640588e L: remove box around meters; replace with drop-shadow separators 2024-05-09 20:18:09 -05:00
65aecb2bcd L: Reset Peaks button action 2024-05-09 20:18:09 -05:00
796720b685 L: set Actions for marker buttons, incl "Add Section Marker" action 2024-05-07 16:07:31 -05:00
9deef794b8 rec-all button is now owned by the editor 2024-05-07 11:13:38 -06:00
5b947d97a6 T: yet another approach to toolbar packing 2024-05-06 16:42:30 -05:00
bc7af134eb T: build fixes 2024-05-06 13:17:54 -05:00
462d3bd6cf LT: toolbar layout: centered icon, transport on left, visibility on right 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
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
f8026fd4bb LT: omnibus layout changes (top toolbar, preferences, arranger+sidebar) 2024-05-02 16:59:52 -05:00
d2bc83aa8b LT: livetrax uses the Arrange (section) marker bar, and its own sidebar list 2024-05-02 16:59:52 -05:00
eb65b2465d use 2 new icons, and the existing lock icon, and activate lock button 2024-04-25 13:19:35 -06:00
b6ca43943b add the track visibility widgets to the toolbar 2024-04-25 13:19:35 -06:00
ca4b922c4a use UTF for lock icon 2024-04-25 13:19:35 -06:00
bdb74ddfcb first steps towards livetrax prefs editor 2024-04-25 13:19:35 -06:00
863f18adc6 basics of the livetrax TC widget 2024-04-25 13:18:57 -06:00
7562cd6eaa better GUI handling of virtual soundcheck 2024-04-25 13:18:57 -06:00
516e1688c6 GUI steps for virtual soundcheck 2024-04-25 13:18:57 -06:00
85e0bc88d3 remove debug output 2024-04-25 13:18:56 -06:00
58fb42c45a functional file format dropdown UI 2024-04-25 13:18:56 -06:00
044911ed20 define actions to control livetrax section visibility 2024-04-25 13:18:56 -06:00
3316d13b91 attach bindings to boxes in livetrax view, and steal focus appropriately 2024-04-25 13:18:56 -06:00
8c5764f1e7 continuing tweaks for livetrax 2024-04-25 13:18:56 -06:00
60cd084a84 working input meters, among other improvements for livetrax 2024-04-25 13:18:56 -06:00
46c55fa89b work on livetrax continues 2024-04-25 13:18:56 -06:00
ccb7f462a2 more work on livetrax layout 2024-04-25 13:18:56 -06:00
ec89c3b45e initial work on livetrax 2024-04-25 13:18:36 -06:00
ac2ed95677
Keep Script-Dialog on top of Script-Manager Window 2023-06-10 21:37:09 +02:00
82e03ac13e fix SNAFU with processor box bindings
Bindings were not loaded until after ProcessorBoxen were created,
meaning they had no effect (the ProcessorBoxen set their ardour
bindings to null).

Also handle leave-means-deselect at ProcessorBox level rather than
MixerStrip level, to include MonitorSection PB
2023-04-26 17:19:50 -06:00
49439d2acf ensure that the ask-about-quit dialog is shown at mouse-position 2023-03-24 14:19:16 -06:00
Marijn Kruisselbrink
aa163b05ca
Fix some minor copy-paste errors in ardour_ui_dependents.cc 2023-01-12 11:08:56 -08:00
847f421542 no more trigger UI actions and bindings 2022-11-16 14:15:34 -07:00
1228202bbe Fix save/restore window and tab sizes
Window size has to be set before calling `setup_toplevel_window()`.
and `set_show_tabs()` - see also acf13e9498 and 42cb321039.

This also unconditionally saves the current settings to global config
instant.xml. This was previously only done in rare cases when first
closing the session and then quitting Ardour.
2022-09-03 17:42:32 +02:00
42cb321039 Amend previous commit (window settings, ignore size)
When loading a session it is preferable to use the window size from
Config's instant.xml (local machine screen sizes).
2022-08-10 01:00:29 +02:00
acf13e9498 Restore "Main" UI Tab setting from sesion instant.xml
Previously this setting was ignored. It is relevant when loading a demo
session, where initially there is no user Config instant.xml.

ARDOUR_UI::setup_windows is called directly after the engine starts, but
before the session is set.
2022-08-10 00:50:02 +02:00
itmuckel
b4edbae7af Add hidden ui config for close without asking 2022-05-06 10:12:17 +02:00
f35020fc59 trigger_ui: refactor Actions into the TriggerUI base class 2021-12-30 21:25:39 -06:00
02026c98ff basic skeleton for clip editor bindings 2021-12-10 15:15:56 -07:00
9ce604bc03
New Tabbable: Trigger-Page skeleton 2021-12-01 23:10:08 +01:00
b7ce131557 triggerboxUI: skeleton for triggerbox bindings and actions, include triggering of scene 1 2021-11-01 12:11:57 -06:00