Commit Graph

5310 Commits

Author SHA1 Message Date
Robin Gareus
c190870b50 vtl: disable video-monitor settings override (unused for now) 2013-06-10 19:10:12 +02:00
Robin Gareus
717a38982a vtl: reduce ardour<>xjadeo communication
avoid duplcate OSD related messages.
2013-06-10 19:10:12 +02:00
Robin Gareus
b203da5eb9 vtl: fix duplicate saved settings 2013-06-10 19:10:12 +02:00
Colin Fletcher
97ec274512 Make mouse operations on grouped regions apply to pre-existing selection
On clicking on a region that is part of an active edit group with the
'selection' property enabled, its equivalent regions also become selected.
Thus, there's no need to reset the selection to the equivalent
regions when performing mouse drags on the region, and trim/fade in/fade
out/move/copy will always operate on the existing region selection if there
is one.

Fixes #5515.
2013-06-10 18:07:52 +01:00
Robin Gareus
5b7b56236b move emulate_key_event() to utils 2013-06-10 01:54:55 +02:00
Robin Gareus
06ab2f9c10 do not allow to change timecode-offset in xjadeo while ardour has control 2013-06-10 01:05:00 +02:00
Robin Gareus
d4a656fc35 properly fake/forward keyboard events from video-monitor 2013-06-10 00:52:24 +02:00
Robin Gareus
85ceefd70a handle async communication from xjadeo 2013-06-09 22:56:34 +02:00
Robin Gareus
788b14365e fix video-monitor session settings
save settings when xjadeo terminates,
not only on explicit session save/quit.
2013-06-09 22:56:33 +02:00
Robin Gareus
3942eec0e9 improve video-server start-up sequence
* don't wait if launching the app failed
* lower timeout and check interval
* print warnings..
2013-06-09 15:51:31 +02:00
Robin Gareus
4f0be474ef prepare font-styling meter labels
decrease size and weight of midi-velocity - make '127' fit,...
2013-06-08 11:51:17 +02:00
Robin Gareus
106364bcfc prefer audio-fader over midi-gain fader display.
This only affects mixer-strip display (and range).
The fader has effect on all MIDI and audio data
passing though it regardless of its display mode.
2013-06-08 09:08:31 +02:00
Robin Gareus
ce0aa96838 NOOP - use PBD's std::string to number functions 2013-06-08 09:03:26 +02:00
Robin Gareus
fea8e860c6 remove unused old code 2013-06-08 08:26:12 +02:00
Paul Davis
0d31fc76d5 Merge branch 'master' of git.ardour.org:ardour/ardour 2013-06-07 17:52:12 -04:00
Paul Davis
f7a27e17db fix display of external Send UI 2013-06-07 17:50:13 -04:00
Robin Gareus
b26cc12513 close all open fd's on fork 2013-06-07 20:50:59 +02:00
Robin Gareus
b8b24e8313 give video-server some time so launch -- prevent multiple instance 2013-06-07 20:14:42 +02:00
Paul Davis
aac5f4c6d6 prefer the use of references in private static function in system_exec.cc 2013-06-07 14:04:43 -04:00
Paul Davis
5d691c1a2a fix handling of returning value of ::waitpid() so that we clean up harvid correctly 2013-06-07 13:13:12 -04:00
Paul Davis
79cb2875fe Merge branch 'master' of git.ardour.org:ardour/ardour 2013-06-07 12:00:23 -04:00
Paul Davis
323f39d8b6 fix ssize_t/size_t confusion 2013-06-07 11:59:47 -04:00
Paul Davis
8d6dd9ecc0 some clarifying comments on WindowManager::set_transient_for 2013-06-07 11:58:57 -04:00
Robin Gareus
1053529e4f possible fix for no-shutdown of external app (ie harvid) 2013-06-07 16:43:41 +02:00
Robin Gareus
b13c5bff54 vtl: NOOP - clean up code. 2013-06-07 15:35:49 +02:00
Robin Gareus
31fbf351a8 vtl: round fractional framerates to 1/100 to compare for identity 2013-06-07 14:37:15 +02:00
Robin Gareus
94b6b4a7d2 fix crash when trying to show "controls" of processor w/o controls. 2013-06-07 00:40:47 +02:00
Robin Gareus
b91b920b9b proper plugin-UI interaction/semantics
Always show plugin's own UI (if available) on double-click
Alt+double-click -> show 'generic controls'.
Context-menu offers both choices.
Use Tooltip for to make it discoverable.
2013-06-06 23:55:08 +02:00
Robin Gareus
ff2273aaa8 fix about window close button 2013-06-06 21:00:42 +02:00
Robin Gareus
67f0985ced fix typo in german translation 2013-06-06 19:14:26 +02:00
Robin Gareus
bce37837d3 fix context-menu entry sensitivity for plugins w/o custom GUI 2013-06-06 18:05:10 +02:00
Paul Davis
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
Paul Davis
cd8180c864 Merge branch 'master' of https://github.com/johnwpoliver/ardour 2013-06-05 13:19:23 -04:00
Paul Davis
2b80aee20a Merge branch 'patch-1' of https://github.com/globin/ardour 2013-06-05 13:17:53 -04:00
Robin Gloster
51ffe4419c fixed weird german translation 2013-05-31 13:38:50 +03:00
Robin Gareus
7ab25697d2 Mark forgotten messages for translation (from Alexandre Prokoudine) 2013-05-30 21:36:39 +02: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
Robin Gareus
13f51112c9 skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatency 2013-05-25 09:06:06 +02:00
Robin Gareus
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
Robin Gareus
4341d675dc remember plugin-UI type (custom/basic) with session.
amend to 3.1-81-g1acf8bd
2013-05-21 21:23:10 +02:00
Robin Gareus
04967de3af fix 5498 -- use note length from step-entry with midi keybd. 2013-05-21 00:25:04 +02:00
Robin Gareus
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
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
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
Paul Davis
cadfc2aee1 various miscellany related to versions, gtk2 build and packaging 2013-05-08 13:16:50 -04:00
Paul Davis
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
Paul Davis
a70192adff tweaks for OS X menu building 2013-05-08 10:47:45 -04:00
Paul Davis
b08c71af02 don't set transient-for on OS X, where it is not necessary 2013-05-07 22:30:01 -04:00