summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
AgeCommit message (Collapse)Author
2011-03-29add a second Delete action, so both Backspace and Delete can be bound to ↵Ben Loftis
delete. this is really useful on macbooks which have a backspace but no delete key. to turn on this behavior, users will have to add the new editor-alternate-delete action to theri bindings, OR go to Preferences->Mouse/Key and re-load one of the default bindings files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9232 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-17region export/bounce should use ::read_at() methods, not read directly from ↵Paul Davis
the source (thus providing fade outs, automation, etc; minor code cleanups git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-18add GUI/action control over replicate-missing-region-channelsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6928 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the ↵Ben Loftis
manual and online reference git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ↵Paul Davis
Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-22remove extraneous separator from menus; remove separator from main menu on ↵2.8.5Paul Davis
OS X since the last item (quit) is removed git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6545 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-22include BOTH loop-region and set-loop-from-region on main Region menu, and ↵Paul Davis
add a border to a plugin DnD reconf error dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6543 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-07weak version of "Save As"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6323 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30make space NOT exit from loop/range play, but actually stop; provide ↵Paul Davis
ToggleRollMaybe action (and menu item) to do that; if in seamless mode, do not just exit from loop play, but stop, because it won't work (buffers have wrong data in them) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5992 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30add (back) PlaySelection to menusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30lots of deep but hard to spot changes to transport control, primarily ↵Paul Davis
relating to looping and transitions between loop, play-range and regular roll/stop ; add GUI option for seamless looping control (under Options). Needs to be forward ported to 3.0. Please TEST THE HELL out of this one - changes were deeper and wider than i would like, but did consolidate some of the GUI transport control code in a good way git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5976 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-11reinstate export-region which was lost, change keybindings to more closely ↵Ben Loftis
match 3.0, and make zoom-to-region more straightforward. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-21enable very basic plugin boolean automation via Write and Read. no Touch. ↵Ben Loftis
graphical editing is not allowed. a little crude but better than none at all git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5564 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-20simplify waveform menu itemsBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5555 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-19first round of menu refactoringBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5549 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-07-22add track-record-enable-toggle action to menu, to make it actually bindable ↵Paul Davis
; fixup creation of tracks/busses with > 2 channels, caused by bug in route template menu setup git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5415 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-22make stationary-playhead mode less secretBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-05-20Help->Chat menu item launches the users browser to allow chatting on IRC via ↵Ben Loftis
mibbit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-12fix names of new no-selected-tracks actions in menusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4802 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-12use non-selection based PH-to-region-boundary actions in menusPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4800 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-12-05apply/merge/redo carl & colin's patches for making range markers from the ↵Paul Davis
region selection so that there are now 1 actions: 1 range for all selected regions, or 1 range per selected region; add these to the relevant menus git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4291 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25lincoln's solo-mute-override patch modified/extended to track the option ↵Paul Davis
changing state, plus build ardour.menus as part of the default target git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4254 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25meta-ize menu generation to cope with differences in OS X and X11 GUI ↵Paul Davis
conventions git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4250 d708f5d6-7413-0410-9779-e7cbd77b26cf