Commit Graph

16377 Commits

Author SHA1 Message Date
Robin Gareus
b637c2223f Major rework of DnD.
Allow dragging multiple regions from multiple
tracks across any number of hidden tracks and 
automation lanes.

fixes #6176 and #6172
2015-03-25 01:48:29 +01:00
David Robillard
089c334d0c Resolve only active notes when muted/non-soloed.
Fixes bug #6206.
2015-03-24 13:48:43 -04:00
Paul Davis
d67d4d129f remove Ardour from MSVC message dialog and use PROGRAM_NAME 2015-03-24 10:55:40 -05:00
Paul Davis
1296b7fe89 fix spelling error 2015-03-24 10:55:33 -05:00
Robin Gareus
92ba2d5780 partial fix for Canvas Region DnD & comments
Fixes #6172 and #6176 for single region drags.

Further work is needed if multiple regions on different tracks are dragged over hidden tracks
(see inline comment).
2015-03-24 15:25:39 +01:00
nick_m
eff25b06f5 Fix 0006183 (waveview crash).
Should fix crash when audiosource disappears.
Reworked from submitted patch from tlat.
2015-03-24 23:35:43 +11:00
Robin Gareus
5bbea60546 another potential fix for video-export filename/crash 2015-03-24 03:28:07 +01:00
Robin Gareus
d44273e8a4 make mixer strip “Add XXX Port” translatable 2015-03-24 02:57:25 +01:00
Robin Gareus
e6ccbc024c fix video-export-dialog memleak/assert 2015-03-24 01:32:32 +01:00
Robin Gareus
a122542597 fix empty/unset sync source preference.
(non JACK backends w/JACK-transport)
2015-03-23 23:18:47 +01:00
Robin Gareus
7519e45719 fix 4.X windows packaging 2015-03-23 20:46:59 +01:00
Pavel Fric
f078c68767 update Czech translation, #5724 2015-03-23 20:28:01 +01:00
pablus
5c634f1d65 update spanish translation, #6204 2015-03-23 20:24:30 +01:00
Raffaele Morelli
d73baad337 update italian translation, #6209 2015-03-23 20:21:49 +01:00
Robin Gareus
53ac99a26a rework check for old configuration files
check early on (before announcement-check, bundle-
env and ARDOUR_UI ctor have a chance to create the
new config dir)
2015-03-23 18:31:55 +01:00
Robin Gareus
a09e942eec OSX: pango & gtk-pixbuf modules be gone. 2015-03-23 16:27:34 +01:00
Robin Gareus
c68da4236e use built-in pango & gdk-pixbus modules (Linux) 2015-03-23 16:15:11 +01:00
Robin Gareus
65731eaa5c work around gtk filechooser bug. 2015-03-23 15:36:15 +01:00
Robin Gareus
fb015b1be9 fix “Denormal Dropdown” inconsistency 2015-03-23 14:20:17 +01:00
Robin Gareus
4b05417d2f OSX bundle updates for 4.X[-rcX] 2015-03-23 13:33:08 +01:00
Robin Gareus
20985dfdf9 clean up after linux packaging 2015-03-23 13:02:39 +01:00
Robin Gareus
547285cb59 clean up after OSX packaging. 2015-03-23 12:59:24 +01:00
Robin Gareus
610e30cde3 ..but make cfgtool portable 2015-03-23 12:34:07 +01:00
Robin Gareus
da5c3a3a33 don’t [cross]compile cfg tool.exe 2015-03-23 12:28:44 +01:00
Robin Gareus
8e7c065f83 limit plugin-preset ‘seen_set_state’ message. 2015-03-23 01:53:07 +01:00
Robin Gareus
ec86ca2a4d replace LinkButton
make link work on OSX and Windows:
Gtk-WARNING **: Unable to show ‘…’: Operation not supported
2015-03-23 00:23:06 +01:00
Robin Gareus
91405a1b2f consolidate plugin freebie messages, fix #6151 2015-03-23 00:05:47 +01:00
Robin Gareus
d9655f6d64 cfgtool: add external VST functions used by libardour 2015-03-22 23:37:55 +01:00
Robin Gareus
e4428ece34 update system_config 2015-03-22 23:20:55 +01:00
Robin Gareus
948a43d083 config dump tool details. 2015-03-22 23:01:29 +01:00
Robin Gareus
7939f21779 do not install cfgtool 2015-03-22 22:26:00 +01:00
Robin Gareus
c7216e03f1 small tool to dump default config. 2015-03-22 22:15:37 +01:00
Robin Gareus
fd7f16ff7b remove inconsistent default config
use values from ardour/rc_configuration_vars.h
2015-03-22 16:12:41 +01:00
Robin Gareus
4f6f7f45f6 add GPL boilerplate. 2015-03-22 16:12:41 +01:00
Robin Gareus
fbe673d9c7 fix #6208, negative broadcast timestamps 2015-03-22 16:12:40 +01:00
John Emmas
39e5f7b94b Add a new MSVC project for building the Portaudio backend 2015-03-22 11:54:58 +00:00
Robin Gareus
675444c7dd Engine: remember state only on “Apply” and “OK”
filed under “another scary engine dialog change”
2015-03-22 01:28:33 +01:00
Robin Gareus
7e2f8bd872 amend 157299a, really fix “Show Toolbars” 2015-03-21 21:52:40 +01:00
Robin Gareus
157299a2f0 “Show Toolbars” is not saved and on by default. 2015-03-21 21:38:36 +01:00
Robin Gareus
3812925a62 consistent ordering of Ruler Actions. 2015-03-21 19:44:58 +01:00
Robin Gareus
9cdb0e2765 Change default zoom to Playhead 2015-03-21 19:44:58 +01:00
Robin Gareus
7dd51f6fb3 properly apply default state
Actions that also have a private editor variable
need to be applied regardless of XML state.
2015-03-21 19:44:58 +01:00
Robin Gareus
bb71a8956b disable pre-fader mute by default
<oofus> rgareus: pre fader sends are not really used
for FX sends, they would either be sending to other
busses or to something like headphone/cue feeds.
You don't want those mixes having stuff muted in
them as you are muting you main mix.
2015-03-21 19:44:58 +01:00
nick_m
bc20da35f7 Revert mistaken change in e7b0e67bc8 2015-03-22 05:35:13 +11:00
Robin Gareus
a10e17411f fix --disable-plugins (bypass ‘em all) 2015-03-21 17:52:27 +01:00
Robin Gareus
614fc8c7bb fix visual undo.
TODO: Check if it’s feasible/required to add a
GUIPropertiesChanged signal and have axis-views
subscribe to it.
2015-03-21 16:50:47 +01:00
Robin Gareus
5dc7866132 only temp. disable visual state saving. 2015-03-21 16:09:35 +01:00
Robin Gareus
f121d04d6d vertical fit: hide tracks in-between 2015-03-21 16:09:35 +01:00
nick_m
85587c19a4 Right align some more numeric entries in the meter/tempo dialogs. 2015-03-22 00:33:27 +11:00
nick_m
69a6c4d747 Provide an image if there are no peaks. 2015-03-22 00:31:32 +11:00