summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
AgeCommit message (Collapse)Author
2020-04-30Update script menu in the wake of 95932f92deRobin Gareus
2020-04-03add Editor-level action to toggle track layer displayPaul Davis
2020-04-03move automation menu to under View in main menuPaul Davis
2020-04-03add automation item to top level edit menuPaul Davis
2020-01-22Split Select-All-Tracks into 2 appropriately named actionsBen Loftis
Existing function select-all-tracks is now renamed select-all-visible-lanes, to match its behavior. New function select-all-tracks will select all Tracks, as the name implies. To maintain consistency for those users who actively used select-all-tracks, the default shortcut ctrl+t will continue calling select-all-visible-lanes.
2019-11-15put JACK time master option back in the menusPaul Davis
2019-10-18Super basic Virtual-Keyboard UIRobin Gareus
2019-09-11Foldback gui: Added hide and showLen Ovens
- New menu item in view menu - Foldback strip has hide button - Adding a new foldback bus sets show - setting is saved and restored
2019-08-01(Source List) Implement insert-region action... now uses the Source List.Ben Loftis
2019-08-01(Source List) Source list, Region List: Resolve various action+behaviors ↵Ben Loftis
between the 2 lists. Duplicate the remove_unsued_region action in the Session->Cleanup menu, for discoverability. Region list should use the same Region actions as the canvas... OK, now resolve the change in use-cases of Region List and Source List. tentative. Rough-in remove_selected_sources (Delete in Sources list). Column tweaks.
2019-08-01(Source List) Region Tags (gtk2 part)Ben Loftis
2019-08-01(Source List) Region List rewrite (gtk2 part)Ben Loftis
See: https://docs.google.com/document/d/1sI7p9RoRVZtNx2n67RvBa0_16fuZblV_lNkkKN2g93s/edit?usp=sharing
2019-04-17Mixbus menu backportRobin Gareus
2019-04-17NO-OP: whitespaceRobin Gareus
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
Add Mixer-specific view keybindings for list, vca, mon. (thanks to: the_CLA) Move monitor keybindings (mute, dim, mono) to be globally-accessible. Implement new mixer-specific actions to show/hide monitor,vcas,mixbuses (the_CLA) Move monitor funcs (mute,dim,mono) to globally-accessible actions. Make a new Monitor group insted of using Transport group. Allow use-monitor-section to be controlled by both menu and session-options dialog.
2018-12-03Expose DSP load windowRobin Gareus
2018-11-01Allow strips to add or remove personal sendsLen Ovens
in processor box context menu
2018-10-03Remove Transport > TimeMaster toggle from menuRobin Gareus
The checkbox is not kept in sync with Session > Properties > Timecode > JACK Time Master besides, it relies on JACK, relies on ardour being the first jack client and also is mostl useless due to tempo-ramps not being supported by many jack clients.
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-08-08Add method to show/hide VCA (and Mixbus) Mixer paneRobin Gareus
2018-06-14context menus should have acceleratorsPaul Davis
2018-02-12Re-pack Editor Toolbar:Ben Loftis
Move zoom tools to right of toolbar. Tweak numeric (mode) keybindings to more closely match the order they appear in the UI. Add some new default keybindings.
2018-02-11SoloSelection: gui part.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
Separate Snap from Grid. Lots of naming changes. Multiple simultaneous snap options allowed. Grid is one of the possible Snap options. Grid uses the same data as the rulers. Replace complicated tempo_lines with simple grid_lines. The Grid is zoom-scale-sensitive along with the rulers. If you are zoomed out, grid becomes coarser.
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-09-18basic GUI framework for setting Disk I/O optionsPaul Davis
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-07-21Main Menu: some re-organization of session- and global-centric windows.Ben Loftis
2017-07-12First draft of a template management dialogJohannes Mueller
Goal is to a simple dialog that can rename and remove templates. This is helpful in order to keep the template list tidy. So far it works for session templates. Track templates tbd.
2017-03-15Add GUI-Idle debugging/profiling utilRobin Gareus
2017-03-08The return of the Mixbus Send-options (allow aux-feedback override)Robin Gareus
2017-03-04Add reset region gain action for selected regionsTim Mayberry
2017-02-19Update menu for LuaRobin Gareus
- remove "Session > Scripting" entry point - change ActionScripts to LuaScripts (all of them sans DSP)
2017-02-13GUI action Transport/RecordCountInRobin Gareus
2017-01-18Add GUI action to record with prerollRobin Gareus
2016-12-27Enable session-archive featureRobin Gareus
2016-12-19Separate is an Editor action (like Delete), not a Region action.Ben Loftis
2016-12-13Change Zoom to Selection action (Z key) to zoom on both axesTim Mayberry
Add Zoom to Selection (Horizontal) action to access previous behavior. Remove Editor::temporal_zoom_region as it was duplicate code and broken for both_axes Should Resolve: #7112
2016-09-27hide unfinished "Archive" feature for 5.4 releaseRobin Gareus
2016-09-20GUI support to archive sessionRobin Gareus
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-06-02Remove references to a "master faders" window. We went the other way.Paul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
the visibility button isn't actually working correctly
2016-05-25fix menu order: consistent for region and range bounceRobin Gareus
2016-05-16cleanup menu file, backport Mixbus #ifdef'sRobin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-05-01make region > Edit context menus identicalRobin Gareus
2016-05-01NO-OP use spaces throughout the menu file, remove trailing whitespace.Robin Gareus
2016-04-29remove "Lua DSP Proc" context meuuRobin Gareus
2016-04-20special case send panning for MBRobin Gareus
since the route does not use Ardour pannersi"link panners" here only affects send <> send linking.