addb33bc63
implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDB
2013-06-06 11:14:31 -04:00
8bfaa2d3d9
move control surface prefs onto their own tab in the user prefs; for Generic MIDI GUI, rename "Threshold" to "Smoothing" and add a tooltip to describe it; fix misuse of S_() in prefs editor
2013-06-06 08:31:46 -04:00
jpeg729
87c4eea64c
Vastly improved french translation
2013-06-06 08:12:05 +02:00
e9341a7de3
fix memory leaks and compiler warnings in LXVST code
2013-06-06 02:24:49 +02:00
cd8180c864
Merge branch 'master' of https://github.com/johnwpoliver/ardour
2013-06-05 13:19:23 -04:00
2b80aee20a
Merge branch 'patch-1' of https://github.com/globin/ardour
2013-06-05 13:17:53 -04:00
cc8dafad4f
lilv-backwards compatible min buffer-size implementation
2013-06-03 19:34:14 +02:00
1ee8f5c2e4
add forgotten free() -- fix tiny memory leak
2013-06-03 01:45:30 +02:00
6d33cd4362
fix typo in prev commit
2013-06-03 01:42:38 +02:00
b3014a63f1
lilv_port_get() for LV bufsize query requires new lilv
2013-06-03 01:40:10 +02:00
725e7443ad
properly clean up LV2 world
2013-06-03 00:51:34 +02:00
a1d0093bfa
honor LV2 rsz:minimumSize for Atom Event buffers
2013-06-03 00:48:17 +02:00
Robin Gloster
51ffe4419c
fixed weird german translation
2013-05-31 13:38:50 +03:00
7ab25697d2
Mark forgotten messages for translation (from Alexandre Prokoudine)
2013-05-30 21:36:39 +02:00
Sakari Bergen
b01ff11b04
Return null if deserializing an export timespan doesn't succeed with at least one range.
...
This should fix an issue with loading old sessions using the old way of
handling session ranges specially.
2013-05-26 21:25:22 +03:00
Sakari Bergen
0a364fd991
Remove special handling of session range in export. Fixes things when the session range is renamed.
2013-05-26 20:25:27 +03:00
13f51112c9
skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatency
2013-05-25 09:06:06 +02:00
3b43b08ee8
Remove unused boost/locale include.
...
boost/locale is only avail with libboost >= 1.48,
ardour's wscript checks for >= 1.39
2013-05-22 17:21:44 +02:00
4341d675dc
remember plugin-UI type (custom/basic) with session.
...
amend to 3.1-81-g1acf8bd
2013-05-21 21:23:10 +02:00
04967de3af
fix 5498 -- use note length from step-entry with midi keybd.
2013-05-21 00:25:04 +02:00
db39613238
Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.
2013-05-19 17:19:01 +02:00
1acf8bdc67
Restore 'Edit with basic controls' plugin UI functionality.
...
Regression was introduced in 40944574c
Compared to before 40944574c
it is no longer possible to have
both custom and basic open at the same time.
On the upside window stacking and raise-to-top works properly.
2013-05-19 02:28:36 +02:00
126d592e8a
simplify prev commit
2013-05-17 13:52:16 +02:00
jdekozak
e0971b2506
free buffer then set it to 0
2013-05-17 08:03:56 +02:00
jdekozak
ae74d66eb7
initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startup
2013-05-17 08:03:55 +02:00
31a05b01e6
fix jack session filename (colons are invalid)
2013-05-16 21:14:02 +02:00
Robin Gloster
fd9ba531bb
Update about.cc
2013-05-16 16:09:03 +02:00
Robin Gloster
a74f5ac3a9
Update de.po
2013-05-16 16:05:01 +02:00
ad829239d6
fix typo in jack version messages
2013-05-16 08:58:10 -05:00
johnwpoliver
a65ab1d76c
Candidate fix for 0005480: Text in warning window for memory limit not displayed in full. Conf file path was not being passed to string_compose constructor
2013-05-12 23:40:15 +01:00
cadfc2aee1
various miscellany related to versions, gtk2 build and packaging
2013-05-08 13:16:50 -04:00
4cd27e4733
cleanup menus/actions mess exposed on OS X; remove video items from OS X menus (for now)
2013-05-08 11:43:33 -04:00
a70192adff
tweaks for OS X menu building
2013-05-08 10:47:45 -04:00
eb5096bfc7
use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes hyperthreading cpus)
2013-05-08 10:47:23 -04:00
b08c71af02
don't set transient-for on OS X, where it is not necessary
2013-05-07 22:30:01 -04:00
bedc7b170e
change namespace/naming of WindowManager classes; register all ArdourDialog and ArdourWindow classes as ProxyTemporary windows so that transient-for can be set for all such windows
2013-05-07 22:09:16 -04:00
87d502c15b
work work on window mgmt: offer the change to mark all floating windows as Dialogs (in th theme manager), and mark ArdourWindow and ArdourDialog as transient-for on creation, based on current WindowManager (ardour-object) settings
2013-05-07 18:09:12 -04:00
a902737db9
various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
2013-05-07 13:01:26 -04:00
e8301185c0
a few minor changes required to get a DMG to build (on Tiger, at least)
2013-05-07 12:21:42 -04:00
81f86b11d1
drop WIN_POS_MOUSE on a managed window if we have stored coordinates and after the first present() call
2013-05-06 12:13:43 -04:00
128b374954
fix bad edit that caused simple proxy windows to fail/crash
2013-05-06 11:44:59 -04:00
f96a5c2a95
make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "not-toggleable-on-first-show" and other issues
2013-05-06 10:58:35 -04:00
ee426ca223
fix crash on export if no master bus is present in the session
2013-05-06 00:15:48 +02:00
65b6f8efad
more window management rationalization
2013-05-05 16:10:54 -04:00
ad4412ee7f
fix missing content of theme manager
2013-05-05 15:13:03 -04:00
074ef3c859
fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete and add a bit of visibility tracking debugging
2013-05-05 15:07:52 -04:00
40944574c6
the big rework of window management. probably not complete at thsi point, but this is mostly functional
2013-05-04 22:02:05 -04:00
69a3310037
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-04 22:01:32 -04:00
9267648e5d
VisibilityTracker needs to inherit from sigc::tracker so that it can be used without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-04 22:01:13 -04:00
6fd66bd467
move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR_UI, and make ArdourWindow obey it too
2013-05-02 21:13:36 -04:00