summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2017-02-18Allow to un-assign action-scripts via shift+right-clickRobin Gareus
2017-02-18Don't scroll-jump when selecting all tracksRobin Gareus
2017-02-18Prevent direct and indirect selection of VCAsRobin Gareus
the ::selection_filter() does not cover select-all and various other indirect selection operations.
2017-02-18VCA spill should not show hidden tracksRobin Gareus
2017-02-17Allow to re-scan VST plugins after changing VST-pathsRobin Gareus
2017-02-17Add gcc suggested parenthesesRobin Gareus
2017-02-17Add Lua API to convert Canvas::Color to Cairo RGBARobin Gareus
2017-02-17Fix button sizing for IconRenderCallbackRobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-02-17Implement icon-render callback in ArdourButtonRobin Gareus
2017-02-17PT import: Add MIDI import functionalityDamien Zammit
This change adds support for importing all MIDI regions from a PT session onto a single track. Unfortunately, currently we don't know how to set the start offset of MIDI regions reliably, therefore all midi regions get dumped at the beginning of the Ardour session. Signed-off-by: Damien Zammit <damien@zamaudio.com>
2017-02-17Mark session dirty when changing scriptsRobin Gareus
2017-02-17Allow binding Lua Action Scripts via right-clickRobin Gareus
2017-02-17Version keybindings file.Robin Gareus
Allow to run both Ardour 5.5 and later (changed bindings name) with the same config folder. Like with .color files, custom .keys files won't be taken into account when updating to a new version. This is mostly a stopgap solution. Eventually we'll have to come up with a merge&prune mechanism for bindings or maintain a separate version for these files. Hopefully some better idea will come up...
2017-02-17Fix route ordering (mixer TV lacks master-bus)Robin Gareus
Skip master bus' order-key when re-ordering routes in the mixer. This also fixes a related issue: When a new track is added, Session::RouteAdded will call be handled by Editor::add_routes AND Mixer_UI::add_routes, leading to calls to both: - EditorRoutes::sync_presentation_info_from_treeview() - Mixer_UI::sync_presentation_info_from_treeview () which potentially set different order-keys.
2017-02-16Toolbar spacing: Add back one pixel of vertical padding, and preserve it ↵Ben Loftis
regardless of which button sections are hidden.
2017-02-16Prevent "punch" and "mon" buttons from increasing toolbar height.Robin Gareus
2017-02-16Properly update main window-title.Robin Gareus
This fixes an issue with Session > Snapshot & switch, not updating the widow title to the new snapshot (and probably some other edge cases where it was possible for a detached editor and main window to have different titles). The main UI now updates the window-title like the Editor on StateSaved. (it may lead to dup updates with DirtyChanged, c'est la vie)
2017-02-16check region action sensitivity from two more places that may alter itPaul Davis
2017-02-16improve logic for region action sensitivity settingsPaul Davis
2017-02-16fix constrained region drags across tracks (7242).nick_m
2017-02-15simplify arguments to Editor::sensitize_the_right_region_actions()Paul Davis
2017-02-15use leave/enter from track canvas to be the primary driver of region action ↵Paul Davis
sensitivity This works for context menus also, because GTK sends us leave/enter notify events when they appear.
2017-02-15classify all region actions based on how they get a list of regions to ↵Paul Davis
operate on; use this in Editor::sensitize_the_right_region_actions() There are still problems because actions like trim_front() that use the edit point get the edit point with different results than the code that sensitizes actions
2017-02-15tentative steps in trying to fix region action sensitivityPaul Davis
2017-02-14Separate MSB/LSB MIDI Bank selectRobin Gareus
2017-02-14Save/restore location clock modeRobin Gareus
- save mode separately for Editor-sidebar and Location Window - cache mode (multiple calls to set_session()) - fix restore: after creating the editor, instant_save() is called, potentially overwriting the previous value.
2017-02-14NO-OP: whitespaceRobin 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-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-13remove unused background exposeRobin Gareus
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-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-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-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-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