Edgar Aichinger
a45feecb1b
another small .de update
2015-04-04 19:18:11 +02:00
25e2689532
fix wrapper script major version
2015-04-04 19:12:31 +02:00
nick_m
8d77dc8087
Amend 2c28a05
2015-04-05 02:40:37 +11:00
Edgar Aichinger
02bdd3fd9b
update German translation.
2015-04-04 17:21:53 +02:00
nick_m
2c28a053b4
Sort stem and port export dialogs by route order key.
...
Also use separate column for checkbox and track name to improve layout.
2015-04-04 23:20:15 +11:00
dc1fa4a975
improve option name consistency.
2015-04-04 05:28:56 +02:00
de45d01722
add missing space and hyphen.
2015-04-04 05:09:30 +02:00
7c146a9e22
fix OSC parameter mapping, fixes #6224
...
(ignore non control ports in numbering)
2015-04-04 03:16:53 +02:00
2c89ec5c0b
Query backend’s setup_required() every time. fixes #6041
2015-04-04 02:39:30 +02:00
aae2f9fb4d
fix bundles for ’3.0’, ‘4.0’ tags.
2015-04-03 21:19:22 +02:00
8d80d10d6e
win packaging: use common “define_versions.sh”
2015-04-03 21:17:04 +02:00
f1147a30a7
fix hard-coded version in config copy dialog; use yes/no buttons, and default to yes
2015-04-03 11:35:37 -04:00
4db35028b4
fix: windows uninstall before re-install
2015-04-03 17:07:25 +02:00
4a44f90218
remove hard-coded program name
2015-04-02 21:40:40 -04:00
60589268e8
fix another untranslatable
2015-04-03 03:26:21 +02:00
f3b9816bb6
wording tweak.
...
Sorry translators.
2015-04-02 19:13:38 -04:00
84c1bbb4c7
when copying A3 config files, consider that the user may have /config rather than /ardour.rc.
...
This will be true if they have been self-building from git or
using nightlies.
2015-04-02 19:03:06 -04:00
a842a69c16
allow to prefix tags with “<text>+”
...
eg. mixbus+3.0 or mb+3.1-rc1
2015-04-02 23:42:28 +02:00
eba21335b9
Revert "[Summary]: Main menu item "Save Template..." should be disabled during record process."
...
(record_restricted_actions concept does not exist in Ardour, so this was a
mistaken cherry-pick).
This reverts commit d13fe65b89
.
2015-04-02 16:35:53 -04:00
Valeriy Kamyshniy
21193c6fca
[Summary] Adding option to avoid sorting the routs in Session::foreach method. Now ARDOUR_UI::every_second do not spend time for unnecessary sorting when calling update_disk_space().
...
[Reviewed] Paul Davis
[Required review] YPozdnyakov, GZharun
2015-04-02 16:32:41 -04:00
Valeriy Kamyshniy
5001a680fc
[Summary] Sort the routes of session before creating time axises unconditionally. This will keep tracks sorted even in case a new session created from template.
...
Conflicts:
gtk2_ardour/editor_routes.cc
2015-04-02 16:32:28 -04:00
YPozdnyakov
d13fe65b89
[Summary]: Main menu item "Save Template..." should be disabled during record process.
2015-04-02 16:18:17 -04:00
Edgar Aichinger
c466cd3ea3
update German translation
2015-04-02 21:44:46 +02:00
de0eaad53a
use plural form for menu item
2015-04-02 14:19:12 -04:00
22ca914f1b
Revert "fix typo, list output bundles properly."
...
This reverts commit ba8b91679a
.
2015-04-02 19:01:22 +02:00
a0870f21c1
windows: run uninstaller on re-install
2015-04-02 18:56:38 +02:00
4d6ac2a835
auditioning [external] files does not need peaks.
...
fix inspired by #6227
2015-04-02 18:53:05 +02:00
192e1c6156
fix #6227 , ‘old_peak_path()’ does not exist on win.
...
or rather mountpoint() does not. in any case
there never was a windows release without libsndfile, so checking for peaks pre-libsndfile
is moot.
2015-04-02 18:51:20 +02:00
4f0457264e
revert plugin UI kbd handling so that we get expected forwarding
2015-04-01 16:54:09 -04:00
1b1c66b77d
reverse logic in plugin GUI key handling
2015-04-01 14:13:14 -04:00
f201b19604
reverse logic in ArdourWindow key handling
2015-04-01 14:01:21 -04:00
57613dc0cc
ArdourDialog and ArdourWindow don't change magic widget focus
2015-04-01 12:44:35 -04:00
nick_m
c94d352f56
Potential fix for AU window close crash.
2015-04-02 03:32:21 +11:00
a27e5e6cb8
remove an “a3” reference.
2015-04-01 17:59:32 +02:00
826e25cbf3
NOOP, just whitespace
2015-04-01 17:59:32 +02:00
e31d6a90f7
protect RouteUI's destructor from crashes caused by MeterStrips with no route.
...
MeterStrip class heirarchy needs fundamental redesign.
2015-04-01 11:58:31 -04:00
9b2a78a0b2
make MeterStrip::state_id() safe against null _route member
2015-04-01 11:58:31 -04:00
7b844a52ee
add header to deal with destruction issues for tempo map
2015-04-01 11:58:31 -04:00
nick_m
35f69656e8
Window focus handling fixes.
...
Many windows were not getting key events.
Use magic focus infrastructure (built for widgets) to deliver key events
via window focus in/out.
2015-04-02 02:41:49 +11:00
9a4827374c
remove race condition when editing tempo/meter information.
...
Lock was not held across a replace_{tempo,meter}() operation because of re-use
of {remove,add}_{tempo,meter}. Moved functional code into _locked variants so
that replace operation can hold lock across its entire active lifetime.
2015-04-01 11:22:35 -04:00
73f967c330
delete tempo map at appropriate times
2015-04-01 10:58:56 -04:00
36140d4d01
updated i18n files from ./waf i18n
2015-03-31 20:16:25 -04:00
32c4ce9b39
Revert "rename excessively old chinese translation"
...
This reverts commit 428c2f0a9f067c9f14b948543d80877b3f3215ee.
2015-03-31 20:16:25 -04:00
487c273200
rename excessively old chinese translation
2015-03-31 20:16:25 -04:00
c89f24e207
fixes for recent waves tracks => ardour cherry-picks of the wavesaudio backend
2015-03-31 18:03:51 -04:00
a5fc4dc614
add new signals to AudioEngine from waves backend changes.
...
These were missed somehow during cherry-picking.
2015-03-31 17:29:42 -04:00
458fc3ad75
manually merge current version of WavesMidiDevice::{open,close}()
2015-03-31 17:29:42 -04:00
Valeriy Kamyshniy
83001e7e52
[Summary] Audio Backend code cleanup - PORTION B
...
Conflicts:
libs/backends/wavesaudio/waves_midi_device.cc
2015-03-31 17:29:42 -04:00
Valeriy Kamyshniy
91f5eb9fef
[Summary] Audio Backend code cleanup - PORTION A
...
Conflicts:
libs/backends/wavesaudio/waves_midi_device.cc
2015-03-31 17:29:42 -04:00
Greg Zharun
47adf3ba37
[Summary] Changed midi stop order related to audio
2015-03-31 17:29:42 -04:00