13
0
Commit Graph

477 Commits

Author SHA1 Message Date
1f435fa079 Revert "L: remove Bars&Beats from clock options"
This reverts commit e2f09f04d4.
2024-05-23 14:06:01 -06:00
e2f09f04d4 L: remove Bars&Beats from clock options 2024-05-23 14:00:17 -06:00
66b114f8d9 L: text change: "Add Track, Bus, VCA" -> "Add Tracks" 2024-05-21 09:07:39 -05:00
b5ec69d50e L: the prefs dialog is a separate window (again) (reverts 69b430) 2024-05-11 07:30:51 -05:00
0518405432
L: prevent crash at shutdown (amend f74dbbeb25) 2024-05-10 15:12:01 +02:00
65aecb2bcd L: Reset Peaks button action 2024-05-09 20:18:09 -05:00
5cfc2a939e
T: reset input meters when there is no recorder UI 2024-05-09 00:08:14 +02:00
c710e7c0af
Merge branch 'ardour' 2024-05-08 17:09:23 +02:00
e542a8e0a0
Add action to reset all peak-hold (incl input meters) 2024-05-08 17:09:13 +02:00
e112ef7cc4
Merge branch 'ardour' 2024-05-08 15:12:11 +02:00
3bab92f9a7
Add action to reset all meter peak hold 2024-05-08 15:11:36 +02:00
9134a6968a L: (backport?) add an action to explicitly create section markers 2024-05-07 16:07:31 -05:00
03ececf178 move arm-all/arm-none actions from RecorderUI to ARDOUR_UI and add toggle-arm-all 2024-05-07 11:13:38 -06:00
f74dbbeb25 LT: ignore all 'tabbable' setup for LT. avoids a shutdown crash 2024-05-06 12:17:47 -05:00
69b43031d6 LT: do not show rc_option_editor window; we will pack it in the main UI 2024-05-02 16:59:52 -05:00
f99338be78 NOOP and another change to test email from git 2024-04-25 20:41:45 -06:00
6fad9fe336 NOOP yet another change to test email from git 2024-04-25 20:40:44 -06:00
57d728c20b NOOP another change to test email from git 2024-04-25 20:27:13 -06:00
14998cfc36 NOOP change to test email from git 2024-04-25 18:04:59 -06:00
55041ecd26 get state saving working again
This was being bypassed due to misssing UI components in livetrax
2024-04-25 17:44:50 -06:00
bdb74ddfcb first steps towards livetrax prefs editor 2024-04-25 13:19:35 -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
044911ed20 define actions to control livetrax section visibility 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
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
13383b11a7
Set correct Timecode widget name 2024-03-07 14:29:50 +01:00
2a928dae19
Vapor: Simple Export GUI 2024-01-06 20:28:42 +01:00
c162aa7aca
Consistently use context-menu button action
This fixes an issue where brining up a menu can directly activate an
action in the menu. Notably on macOS.

Nathan reports that this may also address #9515

Note: mac touchpads are not affected since right-click there is
effectively a "press and hold".
2023-10-31 20:16:23 +01:00
e22415f0ce
Disambiguate In/Out for translations (1/2) #9512 2023-10-28 14:45:33 +02:00
b972301a3b
Add action to noninteractively add BBT marker at playhead 2022-12-02 21:31:56 +01:00
Mads Kiilerich
e16dd3866c AudioClock: drop unused set_mode noemit parameter 2022-11-20 02:31:24 +01:00
Mads Kiilerich
b8fc9b63cf
Drop keyboard cheat-sheet functionality
It is dead code: outdated and not in the menu or referenced anywhere.
2022-10-24 04:54:36 +02:00
1faefb5afd
Implement simple/quick export dialog 2022-10-20 21:38:45 +02:00
0bf8e7d8cf
Make clock mode settings session independent
Much like the edit-tool and grid-types, clock-modes are UI state.

Saving the UI state separately allows them to be used
consistently for new sessions. Previously clock-modes were set
initially (at application start) and when loading sessions.

The clock modes of newly created sessions was different
depending on loading another session prior to creating the
session. This is now no longer the case.
2022-10-10 21:03:45 +02:00
888d91d599 Add action to locate to loop start/end 2022-09-07 19:15:36 +02: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
07cf40c734
Fix ToggleRoll (<space>) when auditioning
When auditioning is started, transport controls are disabled
via `set_transport_sensitivity(false)`.
This prevents <space> from being handled:

DEBUG::Bindings: binding for Key 32 (space) state 0 : Transport/ToggleRoll - insensitive, skipped

So the key event is passed on, and can reach the clip-picker treeview
where <space> selects and/or activates a row, which re-starts
audition.

ARDOUR_UI::toggle_roll() cancels audition when audition is active,
so this action should be sensitive, even while auditioning.
2022-03-01 03:49:36 +01:00
2df7a8d961 terminology: set the title of the Cue(s) Window 2022-01-31 20:25:06 -06:00
2fdf54874a triggerbox: remove unused enable_triggers config var (reverts 21ed6a) 2022-01-31 20:25:05 -06:00
986942fe96 Cue Page: rename Trig -> Cue 2022-01-25 19:50:57 -06:00
8221b22ffd
Push UI scaling to libardour 2021-12-24 21:58:57 +01:00
21ed6a2626 add Config variable for trigger enable 2021-12-16 10:39:43 -07:00
39d9c39452 remove redundant double-add of "solo-selection" to session-sensitive-actions 2021-12-16 10:39:43 -07:00
9ce604bc03
New Tabbable: Trigger-Page skeleton 2021-12-01 23:10:08 +01:00
747b24f063
Change LuaWindow into an ArdourWindow
* remember window visibility, size and position
* Show as toggle in the window-menu (rather than show action)
* reduce specialization, use WM and ArdourWindow infrastructure
  (transient parent, window-type, etc)
2021-09-20 04:26:24 +02:00
746f7220b1
Fix crash on quit without session 2021-09-08 22:39:33 +02:00
9905f6e0a9 copy BasicUI::button_varispeed() into ARDOUR_UI, and use in all the right places
We really must find a way to share code between BasicUI and ARDOUR_UI
2021-05-04 16:56:19 -06:00
bdd362ee24 Apply a name to eventboxen in the menu bar, so the theme can be applied 2021-03-08 18:37:54 -06:00