summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-18prepare for musical-time prerollRobin Gareus
2017-01-18tweak table packing for more consistent spacing between buttons.Ben Loftis
2017-01-18Shuffle the layout of new monitor section, so it is recognizably different ↵Ben Loftis
than punch section; Standardize the button heights.
2017-01-18Add GUI action to record with prerollRobin Gareus
2017-01-18Implement record with prerollRobin Gareus
2017-01-18Cleanup global monitor options:Robin Gareus
- rely on parameter-changed signal emission to update buttons - use dedicated button/style names - improve tooltip
2017-01-18push sorted Stripable order back to PI (for control surfaces)Robin Gareus
2017-01-17Add session option to enable count-inRobin Gareus
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-17Split metronome methods into re-usable parts (for count-in)Robin Gareus
2017-01-16Fix a -WreorderRobin Gareus
2017-01-16Prepare generic spill ([mix]busses)Robin Gareus
2017-01-16Configurable toolbar rec/punch & monitoring buttonsRobin Gareus
2017-01-16Add initial GUI support for global monitor statesRobin Gareus
2017-01-16Prepare session-wide implicit monitoring overridesRobin Gareus
2017-01-16Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2017-01-16setlocale(LC_MESSAGES) isn't valid when building with MSVCJohn Emmas
In fact AFAICT it isn't supported by MinGW either (I've a feeling it probably isn't valid on Windows at all).
2017-01-15canvas::grid: get padding and margin to work; remove some debug outputPaul Davis
2017-01-15Add Japanese translationHiroki Inagaki
2017-01-15get grid layout workingPaul Davis
2017-01-15tweak Grid repositioning code to be a little more O(N)Paul Davis
2017-01-15basic (and probably wrong) Canvas::Grid child placementPaul Davis
2017-01-15include Canvas::Grid in build scriptPaul Davis
2017-01-15initial skeleton for a Grid canvas itemPaul Davis
2017-01-14consolidate --help text, allow to generate man page.Robin Gareus
2017-01-14update path to lua-doc in manualRobin Gareus
2017-01-13Set rate and blocksize for multi-instance VSTsRobin Gareus
2017-01-13Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2017-01-13Fix editor-mixer update when deleting a Route before a VCARobin Gareus
When deleting the last track before a VCA, on-delete the editor-mixer switches to display the next TAV. If that turns out to be a VCATAV, the editor-mixer will ignore it and keep displaying the deleted route, holding a shared pointer reference (ports won't be dropped, etc etc).
2017-01-12update alternate themes with automation-line-fill opacityBen Loftis
2017-01-12allow automation line fill opacity to be theme-ableBen Loftis
2017-01-12Minor tweak to bindings editor layoutRobin Gareus
2017-01-12Display name of conflicting keyboard bindingRobin Gareus
2017-01-12add API to query name of bound actionRobin Gareus
2017-01-12rename Bindings -> Keyboard ShortcutsBen Loftis
2017-01-12Support repeated jump-backward-to-mark while playing.Ben Loftis
2017-01-12Add some explanatory text to the Quirks settingsBen Loftis
2017-01-12Show plugin format in menu lists. Particularly important on Mac, where you ↵Ben Loftis
might have both AU and VST formats of a plugin
2017-01-12Move some actions into the global group:Robin Gareus
This allows common keyboard shortcuts from any Tab (Editor, Mixer). Discuss: should those actions/methods also be moved to ArdourUI instead of PublicEditor?
2017-01-11OSC: We want to see aux buses even if the gui has them hiddenLen Ovens
2017-01-11coverage frames must still be deleted when switching back to Overlay modePaul Davis
2017-01-10OSC: Fix aux mute to check stripable exists firstLen Ovens
2017-01-11Windows/Videotimeline: support all drives (no fixed docroot/drive-letter)Robin Gareus
2017-01-10Prepare for windows video support on all drive-letters.Robin Gareus
* add harvid version detection (>= 0.8.2 is needed) * special case empty docroot (for windows, pass drive-letter)
2017-01-10Tweak TMM tooltipRobin Gareus
2017-01-10Shrink preferences window when detachedRobin Gareus
2017-01-10never remove tracks from selection during a range dragPaul Davis
2017-01-10correctly display region sync points in the editor region list, when they changePaul Davis
2017-01-10fix nested templates for ye ancient compilers of the worldePaul Davis
2017-01-10avoid locate when clicking in region fade handles in smart mode+follow editsPaul Davis