summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-14Another update for Lua-documentation (new manual.ardour.org)Robin Gareus
2017-02-14Update Lua script - API change after 59daffea1Robin Gareus
2017-02-14Add missing bindings (after 59daffea1)Robin Gareus
2017-02-14update luadoc tool (new manual website system)Robin Gareus
2017-02-14Fix lua-doc (Null pointer c'tor doc)Robin Gareus
2017-02-14Reset window-size when switching between custom and generic plugin UI.Robin Gareus
Both views have uncorrelated geometry, apply one size to the other makes no sense and usually results in odd window sizes, particularly for custom plugin UIs with aspect-ratio constraints.
2017-02-13Clarify session property (now that there's an action)Robin Gareus
2017-02-13GUI action Transport/RecordCountInRobin Gareus
2017-02-13Prepare record with count-in actionRobin Gareus
2017-02-13reinstate ensure-time-axis-visible after move-selected-tracksPaul Davis
2017-02-13new implementation of move-selected-tracksPaul Davis
This does not modify the editor treeview/treemodel at all but instead works directly on the PresentationInfo order data. Likely needs more testing etc.
2017-02-13update email addressPaul Davis
2017-02-13Update scripts for API change in 59daffea1Robin Gareus
2017-02-13remove unused background exposeRobin Gareus
2017-02-13latest Czech translation for libs/ardour, from Pavel Fric (December 2016)Paul Davis
2017-02-14fix 'snap to beat' havoc-causing misplaced bracket.nick_m
- should fix 7234
2017-02-13fix missing position property in MidiRegion::clone()nick_m
2017-02-12credit where credit is duePaul Davis
2017-02-12Update Japanese translationHiroki Inagaki
2017-02-09This is the wrong approach to this problem.5.6Paul Davis
Revert "3 actions (trim-front, trim-back, set-sync-position) do not need to be region-selection sensitive." This reverts commit 4aaf3fcb95e280a4348bced300553d4166f72a71.
2017-02-09remove debug output from PresentationInfo changesPaul Davis
2017-02-09NO-OP: whitespace conversionPaul Davis
2017-02-09when considering whether or not to autoscroll teh canvas, first translate ↵Paul Davis
allocation boundary into toplevel coordinates
2017-02-09remove debugging stacktrace from mackie codePaul Davis
2017-02-09NO-OP: whitespacePaul Davis
2017-02-09explanatory comment and logic change to cover when we switch to the new ↵Paul Davis
session after save-as
2017-02-09always hide splash screen after save-as session switchPaul Davis
2017-02-09fix save_as()' inadvertent marking a session as dirty during the process of ↵Paul Davis
saving state to disk
2017-02-09NO-OP: whitespace removalPaul Davis
2017-02-09when adding a default start/end range to a Location while saving a template, ↵Paul Davis
do not mark the current session dirty
2017-02-09Add a VC project for building the ardourvamppluginsJohn Emmas
2017-02-08NO-OP: whitespacePaul Davis
2017-02-08make rude alert buttons expand vertically to use all available space.Paul Davis
2017-02-08NO-OP: whitespace changesPaul Davis
2017-02-08improved fix for #7208, hopefullyPaul Davis
2017-02-08use centralized SMF tempo method in both places where we show itPaul Davis
2017-02-08centralize computation of tempo from SMF informationPaul Davis
2017-02-08an automation control that has to do things before its value is set in an RT ↵Paul Davis
context should potentially tell its ControlGroup This fixes record-enable controls in a group failing generate a call to the required stuff for tracks (moving meter position, preparing diskstream) #7213
2017-02-08do NOT remove tracks from selection during drag selection on the basis of ↵Paul Davis
geometry alone. Membership of select-enabled route groups matters too.
2017-02-08stop a crash during selectionPaul Davis
2017-02-085.5 incorrectly marked the initial tempo as not locked to meter.nick_m
- the initial tempo must always be locked to meter, so i think it is safe to explicitly set it anyway.
2017-02-07Update Russian translationAlexandre Prokoudine
2017-02-07remove debug outputPaul Davis
2017-02-073 actions (trim-front, trim-back, set-sync-position) do not need to be ↵Paul Davis
region-selection sensitive. They get regions via ::get_regions_from_selection_and_edit_point(). Many other editor operations need to be manually evaluated for this change, also.
2017-02-07only reverse propagate solo-by-others-downstream if connections on a Route ↵Paul Davis
change, not just configuration changes. This prevents a scenario where the route has had its solo control's state set from XML, but then we configure the route's output, and invoke output_change_handler(). Without the new conditional, this would check which downstream routes are soloed, find none, and then unset the soloed-by-downstream state of the solo control.
2017-02-07don't call shared_from_this() for every route when doing solo-downstream ↵Paul Davis
propagation
2017-02-08fix legacy session where initial tempo was not locked to meter,nick_m
2017-02-07tempo dialog uses three decimal places in numeric entry.nick_m
2017-02-06Categorize the mixer actions.Ben Loftis
2017-02-06Add several new categories and re-sort some keybindings so they display more ↵Ben Loftis
nicely in html printout.