Commit graph

23840 commits

Author SHA1 Message Date
nick_m
461c0374a1 amend 32248b755b (legacy tempo map). 2017-02-16 09:06:07 +11:00
nick_m
858e44745b fix constrained region drags across tracks (7242). 2017-02-16 08:57:03 +11:00
Paul Davis
d463720b6d simplify arguments to Editor::sensitize_the_right_region_actions() 2017-02-15 20:07:49 +01:00
Paul Davis
3d3f2a79f6 use leave/enter from track canvas to be the primary driver of region action sensitivity
This works for context menus also, because GTK sends us leave/enter notify
events when they appear.
2017-02-15 20:07:49 +01:00
Paul Davis
0a41daa932 classify all region actions based on how they get a list of regions to 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-15 20:07:49 +01:00
Paul Davis
2cc94f8880 tentative steps in trying to fix region action sensitivity 2017-02-15 20:07:49 +01:00
Robin Gareus
213cc1d320 Allow bundling suil/qt4,5 using system-wide QT 2017-02-15 19:42:51 +01:00
nick_m
32248b755b fix loading of 4.x sessions with a missing initial tempo section.
- behaviour should match that of 4.x (move the first tempo
	  to frame 0).
2017-02-16 04:58:45 +11:00
Robin Gareus
61ae00ed23 Example lua script to re-order/reverse plugins 2017-02-15 18:12:51 +01:00
Robin Gareus
1f4d16fe0f Add Lua bindings for plugin re-ordering 2017-02-15 18:12:28 +01:00
Robin Gareus
41c432ed3b Don't copy-construct MusicFrame, pass const reference. 2017-02-15 14:20:26 +01:00
nick_m
d9c7a2ad49 unconditionally set region quarter note in set_position().
- this fixes incorrect timing of new regions recorded
	  before the music origin.
2017-02-15 22:55:51 +11:00
Robin Gareus
03dc458645 Separate MSB/LSB MIDI Bank select 2017-02-14 23:53:23 +01:00
Robin Gareus
8eff36913c Save/restore location clock mode
- 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-14 17:15:16 +01:00
Robin Gareus
cf66f894bb NO-OP: whitespace 2017-02-14 15:46:37 +01:00
Robin Gareus
d3e23c1a6e Another update for Lua-documentation (new manual.ardour.org) 2017-02-14 15:05:07 +01:00
Robin Gareus
dd66542e91 Update Lua script - API change after 59daffea1 2017-02-14 14:52:07 +01:00
Robin Gareus
ad87d71412 Add missing bindings (after 59daffea1) 2017-02-14 14:45:21 +01:00
Robin Gareus
dbdc2afd6d update luadoc tool (new manual website system) 2017-02-14 14:44:51 +01:00
Robin Gareus
659701c59b Fix lua-doc (Null pointer c'tor doc) 2017-02-14 14:44:22 +01:00
Robin Gareus
7330357e1c Reset window-size when switching between custom and generic plugin UI.
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-14 01:05:43 +01:00
Robin Gareus
ca65101e49 Clarify session property (now that there's an action) 2017-02-13 23:01:11 +01:00
Robin Gareus
65b38322db GUI action Transport/RecordCountIn 2017-02-13 23:01:11 +01:00
Robin Gareus
7946967270 Prepare record with count-in action 2017-02-13 23:01:11 +01:00
Paul Davis
0f485ffd6b reinstate ensure-time-axis-visible after move-selected-tracks 2017-02-13 22:22:53 +01:00
Paul Davis
bd7507590e new implementation of move-selected-tracks
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-13 22:10:18 +01:00
Paul Davis
0f7ccb8adb update email address 2017-02-13 22:10:18 +01:00
Robin Gareus
26118af1a4 Update scripts for API change in 59daffea1 2017-02-13 18:44:59 +01:00
Robin Gareus
9ce55c1b3d remove unused background expose 2017-02-13 18:44:59 +01:00
Paul Davis
c5487498ab latest Czech translation for libs/ardour, from Pavel Fric (December 2016) 2017-02-13 14:34:36 +01:00
nick_m
50fc9e0d0f fix 'snap to beat' havoc-causing misplaced bracket.
- should fix 7234
2017-02-14 00:16:52 +11:00
nick_m
751662241a fix missing position property in MidiRegion::clone() 2017-02-13 02:03:05 +11:00
Paul Davis
4022b86be0 credit where credit is due 2017-02-12 11:59:53 +01:00
Hiroki Inagaki
5668f6b40e Update Japanese translation 2017-02-12 11:59:40 +01:00
Paul Davis
08353095df This is the wrong approach to this problem.
Revert "3 actions (trim-front, trim-back, set-sync-position) do not need to be region-selection sensitive."

This reverts commit 4aaf3fcb95.
2017-02-09 17:03:42 +01:00
Paul Davis
8d83df7257 remove debug output from PresentationInfo changes 2017-02-09 16:49:11 +01:00
Paul Davis
6e476c515d NO-OP: whitespace conversion 2017-02-09 16:27:34 +01:00
Paul Davis
ab105314fb when considering whether or not to autoscroll teh canvas, first translate allocation boundary into toplevel coordinates 2017-02-09 16:27:16 +01:00
Paul Davis
8243aeb3a1 remove debugging stacktrace from mackie code 2017-02-09 12:47:25 +01:00
Paul Davis
182cb89733 NO-OP: whitespace 2017-02-09 12:40:59 +01:00
Paul Davis
c816d34d68 explanatory comment and logic change to cover when we switch to the new session after save-as 2017-02-09 12:40:59 +01:00
Paul Davis
668d970dd0 always hide splash screen after save-as session switch 2017-02-09 12:40:59 +01:00
Paul Davis
b572f1a617 fix save_as()' inadvertent marking a session as dirty during the process of saving state to disk 2017-02-09 12:40:59 +01:00
Paul Davis
3dbea92519 NO-OP: whitespace removal 2017-02-09 12:40:59 +01:00
Paul Davis
2f0dc08844 when adding a default start/end range to a Location while saving a template, do not mark the current session dirty 2017-02-09 12:40:59 +01:00
John Emmas
4572b909ac Add a VC project for building the ardourvampplugins 2017-02-09 09:39:53 +00:00
Paul Davis
5c26a21d49 NO-OP: whitespace 2017-02-08 22:24:17 +01:00
Paul Davis
aef942da1b make rude alert buttons expand vertically to use all available space. 2017-02-08 22:23:43 +01:00
Paul Davis
675c59652c NO-OP: whitespace changes 2017-02-08 20:00:49 +01:00
Paul Davis
b911303fdd improved fix for #7208, hopefully 2017-02-08 20:00:36 +01:00