ardour.git
12 years agoextra track header buttons are now ArdourButtons
Paul Davis [Fri, 11 Nov 2011 17:24:05 +0000 (17:24 +0000)]
extra track header buttons are now ArdourButtons

git-svn-id: svn://localhost/ardour2/branches/3.0@10550 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotweak transport bar spacing
Paul Davis [Fri, 11 Nov 2011 16:45:16 +0000 (16:45 +0000)]
tweak transport bar spacing

git-svn-id: svn://localhost/ardour2/branches/3.0@10548 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agolower-case solo/audition/feedback buttons
Paul Davis [Fri, 11 Nov 2011 16:45:03 +0000 (16:45 +0000)]
lower-case solo/audition/feedback buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10547 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoput JACK time master option into Session -> Properties -> Timecode, and fully remove...
Paul Davis [Fri, 11 Nov 2011 16:42:38 +0000 (16:42 +0000)]
put JACK time master option into Session -> Properties -> Timecode, and fully remove the time master button

git-svn-id: svn://localhost/ardour2/branches/3.0@10546 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove time master button, move timecode sync button
Paul Davis [Fri, 11 Nov 2011 16:21:52 +0000 (16:21 +0000)]
remove time master button, move timecode sync button

git-svn-id: svn://localhost/ardour2/branches/3.0@10545 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocapitalize solo/audition/feedback buttons
Paul Davis [Fri, 11 Nov 2011 16:19:37 +0000 (16:19 +0000)]
capitalize solo/audition/feedback buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10544 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix nasty off by one error that put the end of an end-trimmed region one sample beyon...
Paul Davis [Fri, 11 Nov 2011 15:56:31 +0000 (15:56 +0000)]
fix nasty off by one error that put the end of an end-trimmed region one sample beyond where it should be. this would lead to the creation of 1 sample xfades where there should be none, if another region was aligned to the same point that the region had been nomimally trimmed to

git-svn-id: svn://localhost/ardour2/branches/3.0@10541 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove some unused widget styles.
Carl Hetherington [Fri, 11 Nov 2011 13:52:47 +0000 (13:52 +0000)]
Remove some unused widget styles.

git-svn-id: svn://localhost/ardour2/branches/3.0@10540 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoChange the feedback alert to a flashing button; works
Carl Hetherington [Fri, 11 Nov 2011 13:52:27 +0000 (13:52 +0000)]
Change the feedback alert to a flashing button; works
around part of #4432.

git-svn-id: svn://localhost/ardour2/branches/3.0@10539 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix warnings.
Carl Hetherington [Fri, 11 Nov 2011 13:52:21 +0000 (13:52 +0000)]
Fix warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@10538 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix warnings.
Carl Hetherington [Fri, 11 Nov 2011 13:52:15 +0000 (13:52 +0000)]
Fix warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@10537 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocleanup regexp after use
Paul Davis [Fri, 11 Nov 2011 03:08:47 +0000 (03:08 +0000)]
cleanup regexp after use

git-svn-id: svn://localhost/ardour2/branches/3.0@10536 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse home-grown solution for path_expand(), rather than wordexp() which is broken...
Paul Davis [Fri, 11 Nov 2011 03:06:06 +0000 (03:06 +0000)]
use home-grown solution for path_expand(), rather than wordexp() which is broken in different ways on different platforms

git-svn-id: svn://localhost/ardour2/branches/3.0@10535 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse "mute" not cut in monitor section
Paul Davis [Fri, 11 Nov 2011 03:05:34 +0000 (03:05 +0000)]
use "mute" not cut in monitor section

git-svn-id: svn://localhost/ardour2/branches/3.0@10534 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agonext attempt to fix the use of wordexp(3) ...
Paul Davis [Thu, 10 Nov 2011 21:02:14 +0000 (21:02 +0000)]
next attempt to fix the use of wordexp(3) ...

git-svn-id: svn://localhost/ardour2/branches/3.0@10532 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agonew button colors from oofus
Paul Davis [Thu, 10 Nov 2011 19:02:28 +0000 (19:02 +0000)]
new button colors from oofus

git-svn-id: svn://localhost/ardour2/branches/3.0@10531 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoforce IFS=/ when calling path_expand, so that whitespace in paths doesn't cause worde...
Paul Davis [Thu, 10 Nov 2011 19:00:54 +0000 (19:00 +0000)]
force IFS=/ when calling path_expand, so that whitespace in paths doesn't cause wordexp() to get the wrong idea

git-svn-id: svn://localhost/ardour2/branches/3.0@10530 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoshow all paths discovered when a path is ambiguous (via error<<)
Paul Davis [Thu, 10 Nov 2011 18:13:42 +0000 (18:13 +0000)]
show all paths discovered when a path is ambiguous (via error<<)

git-svn-id: svn://localhost/ardour2/branches/3.0@10529 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoardour-button-ize zoom buttons; move MIDI panic button to transport bar
Paul Davis [Thu, 10 Nov 2011 18:04:34 +0000 (18:04 +0000)]
ardour-button-ize zoom buttons; move MIDI panic button to transport bar

git-svn-id: svn://localhost/ardour2/branches/3.0@10528 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomore ardour-button-ization; fix transparency of selection rects; use "correct" cursor...
Paul Davis [Thu, 10 Nov 2011 15:25:01 +0000 (15:25 +0000)]
more ardour-button-ization; fix transparency of selection rects; use "correct" cursors when entering and leaving selection rect handles; color tweaks for a few buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10527 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years ago2 level structure for theme manager window, to help with all these buttons
Paul Davis [Thu, 10 Nov 2011 02:52:39 +0000 (02:52 +0000)]
2 level structure for theme manager window, to help with all these buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10526 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agonew transport option button colors from oofus
Paul Davis [Thu, 10 Nov 2011 01:39:43 +0000 (01:39 +0000)]
new transport option button colors from oofus

git-svn-id: svn://localhost/ardour2/branches/3.0@10525 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove generated file from svn
Paul Davis [Thu, 10 Nov 2011 01:37:05 +0000 (01:37 +0000)]
remove generated file from svn

git-svn-id: svn://localhost/ardour2/branches/3.0@10524 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse DEBUG_TRACE for some AudioUnit GUI debugging
Paul Davis [Thu, 10 Nov 2011 01:32:34 +0000 (01:32 +0000)]
use DEBUG_TRACE for some AudioUnit GUI debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@10523 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix names of menu items to go into OSX app menu
Paul Davis [Thu, 10 Nov 2011 01:32:11 +0000 (01:32 +0000)]
fix names of menu items to go into OSX app menu

git-svn-id: svn://localhost/ardour2/branches/3.0@10522 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse error << to replace cerr in AudioUnits GUI code, and a couple of minor tweaks...
Paul Davis [Thu, 10 Nov 2011 01:31:48 +0000 (01:31 +0000)]
use error << to replace cerr in AudioUnits GUI code, and a couple of minor tweaks in that code

git-svn-id: svn://localhost/ardour2/branches/3.0@10521 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agolinking fixes for OS X
Paul Davis [Thu, 10 Nov 2011 01:29:20 +0000 (01:29 +0000)]
linking fixes for OS X

git-svn-id: svn://localhost/ardour2/branches/3.0@10520 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoOSX packaging tweaks
Paul Davis [Thu, 10 Nov 2011 01:28:54 +0000 (01:28 +0000)]
OSX packaging tweaks

git-svn-id: svn://localhost/ardour2/branches/3.0@10519 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agosome possible build fixes for OS X
Paul Davis [Wed, 9 Nov 2011 22:32:55 +0000 (22:32 +0000)]
some possible build fixes for OS X

git-svn-id: svn://localhost/ardour2/branches/3.0@10518 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoBe a little bit less complainy about setting state that
Carl Hetherington [Wed, 9 Nov 2011 22:26:16 +0000 (22:26 +0000)]
Be a little bit less complainy about setting state that
already exists; useful when the port matrix is in
show-only-bundles mode and it is to some extent
guessing what connections to make.

git-svn-id: svn://localhost/ardour2/branches/3.0@10517 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoprovide global prelight option (its in Edit -> Preferences->Interface)
Paul Davis [Wed, 9 Nov 2011 20:10:05 +0000 (20:10 +0000)]
provide global prelight option (its in Edit -> Preferences->Interface)

git-svn-id: svn://localhost/ardour2/branches/3.0@10514 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoDon't try to open SendUI for an internal send (#4460).
Carl Hetherington [Wed, 9 Nov 2011 19:25:30 +0000 (19:25 +0000)]
Don't try to open SendUI for an internal send (#4460).

git-svn-id: svn://localhost/ardour2/branches/3.0@10513 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix name mixup for monitor section solo+invert buttons
Paul Davis [Wed, 9 Nov 2011 18:47:18 +0000 (18:47 +0000)]
fix name mixup for monitor section solo+invert buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10512 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agorepack transport hbox a bit
Paul Davis [Wed, 9 Nov 2011 18:11:34 +0000 (18:11 +0000)]
repack transport hbox a bit

git-svn-id: svn://localhost/ardour2/branches/3.0@10511 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAlert the user if a connection is made which causes
Carl Hetherington [Wed, 9 Nov 2011 17:44:39 +0000 (17:44 +0000)]
Alert the user if a connection is made which causes
feedback, and preserve the route graph in the state
that it was in before the feedback was introduced. The
intent being to simplify the code, reduce the number of
areas of code which must consider feedback, and fix a
few bugs.

git-svn-id: svn://localhost/ardour2/branches/3.0@10510 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoReturn 0 from the topological sort if it failed due to
Carl Hetherington [Wed, 9 Nov 2011 17:43:52 +0000 (17:43 +0000)]
Return 0 from the topological sort if it failed due to
feedback.

git-svn-id: svn://localhost/ardour2/branches/3.0@10509 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agotypedef for a DAGVertex.
Carl Hetherington [Wed, 9 Nov 2011 17:43:32 +0000 (17:43 +0000)]
typedef for a DAGVertex.

git-svn-id: svn://localhost/ardour2/branches/3.0@10508 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomove auto-input into session options/properties dialog, move auto-play and auto-retur...
Paul Davis [Wed, 9 Nov 2011 17:29:23 +0000 (17:29 +0000)]
move auto-input into session options/properties dialog, move auto-play and auto-return next to the transport buttons; show ">24hrs" when there is truly a lot of disk space available

git-svn-id: svn://localhost/ardour2/branches/3.0@10507 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoauto (return,play,input) and click buttons become ArdourButtons ("transport option...
Paul Davis [Wed, 9 Nov 2011 14:38:58 +0000 (14:38 +0000)]
auto (return,play,input) and click buttons become ArdourButtons ("transport option button"), plus new colors from oofus

git-svn-id: svn://localhost/ardour2/branches/3.0@10506 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocolinf's patch to make enter work on 3 more dialogs (#4459)
Paul Davis [Wed, 9 Nov 2011 10:58:02 +0000 (10:58 +0000)]
colinf's patch to make enter work on 3 more dialogs (#4459)

git-svn-id: svn://localhost/ardour2/branches/3.0@10505 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomake mute button span entire strip width if no solo button is shown (i.e. master...
Paul Davis [Wed, 9 Nov 2011 10:57:33 +0000 (10:57 +0000)]
make mute button span entire strip width if no solo button is shown (i.e. master). has th edownside that the mute and solo buttons are no longer part of the button size group, but things seem to be OK without that

git-svn-id: svn://localhost/ardour2/branches/3.0@10504 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoInstaller now handles i18n of the Desktop folder. Running the installer or uninstalle...
Todd Naugle [Tue, 8 Nov 2011 18:07:29 +0000 (18:07 +0000)]
Installer now handles i18n of the Desktop folder. Running the installer or uninstaller as root work correctly and does not invalidate the sanity checks. Corrected method used to detect if the installer is already running in a visable terminal.

git-svn-id: svn://localhost/ardour2/branches/3.0@10502 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix typo.
Carl Hetherington [Tue, 8 Nov 2011 15:37:08 +0000 (15:37 +0000)]
Fix typo.

git-svn-id: svn://localhost/ardour2/branches/3.0@10497 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove a couple of unnecessary casts.
Carl Hetherington [Tue, 8 Nov 2011 15:11:01 +0000 (15:11 +0000)]
Remove a couple of unnecessary casts.

git-svn-id: svn://localhost/ardour2/branches/3.0@10496 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoProcessorBox actions are static, so setting their sensitivity must be done just befor...
Carl Hetherington [Tue, 8 Nov 2011 14:44:06 +0000 (14:44 +0000)]
ProcessorBox actions are static, so setting their sensitivity must be done just before the menu is opened, not when the selection in one ProcessorBox changes (otherwise there are problems when you select in one box then open a menu in another).  Also clarify what can and cannot be renamed, processor-wise.

git-svn-id: svn://localhost/ardour2/branches/3.0@10495 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix a few SNAFUs in the port matrix related to multi-type bundles (#4454).
Carl Hetherington [Tue, 8 Nov 2011 14:15:28 +0000 (14:15 +0000)]
Fix a few SNAFUs in the port matrix related to multi-type bundles (#4454).

git-svn-id: svn://localhost/ardour2/branches/3.0@10494 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix master bus mute button (#4455).
Carl Hetherington [Tue, 8 Nov 2011 13:17:11 +0000 (13:17 +0000)]
Fix master bus mute button (#4455).

git-svn-id: svn://localhost/ardour2/branches/3.0@10493 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoDelete the separate 2D panner window when its corresponding
Carl Hetherington [Tue, 8 Nov 2011 12:30:55 +0000 (12:30 +0000)]
Delete the separate 2D panner window when its corresponding
panner is being removed; fixes #4452.

git-svn-id: svn://localhost/ardour2/branches/3.0@10492 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoDefault to showing the whole of the status bar.
Carl Hetherington [Tue, 8 Nov 2011 02:39:23 +0000 (02:39 +0000)]
Default to showing the whole of the status bar.

git-svn-id: svn://localhost/ardour2/branches/3.0@10491 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAttempt to fix some confusions caused by bundles containing
Carl Hetherington [Tue, 8 Nov 2011 02:10:56 +0000 (02:10 +0000)]
Attempt to fix some confusions caused by bundles containing
different types of port; if we loop over N MIDI channels of
a mixed bundle, for example, we must convert 0...N to the
indices of the channels within the bundle.  Also remove the
hack of creating new bundles to contain a subset of another
bundle's ports; if you do this, any signals emitted by the
other bundle are ignored.  Should fix #4454.

git-svn-id: svn://localhost/ardour2/branches/3.0@10490 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoDelay the writing of the been-here-before file until a bit later, in case the user...
Carl Hetherington [Tue, 8 Nov 2011 01:43:44 +0000 (01:43 +0000)]
Delay the writing of the been-here-before file until a bit later, in case the user cancels at some point during setup (#4434).

git-svn-id: svn://localhost/ardour2/branches/3.0@10489 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove superfluous deletes.
Carl Hetherington [Tue, 8 Nov 2011 01:43:37 +0000 (01:43 +0000)]
Remove superfluous deletes.

git-svn-id: svn://localhost/ardour2/branches/3.0@10488 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix naming / numbering of new MIDI tracks (#4453).
Carl Hetherington [Tue, 8 Nov 2011 00:31:17 +0000 (00:31 +0000)]
Fix naming / numbering of new MIDI tracks (#4453).

git-svn-id: svn://localhost/ardour2/branches/3.0@10487 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoPatch from acolomb to set window icons for the startup window (#4456).
Carl Hetherington [Tue, 8 Nov 2011 00:31:04 +0000 (00:31 +0000)]
Patch from acolomb to set window icons for the startup window (#4456).

git-svn-id: svn://localhost/ardour2/branches/3.0@10486 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoUpdated it.po from cassiel (#4450).
Carl Hetherington [Tue, 8 Nov 2011 00:30:47 +0000 (00:30 +0000)]
Updated it.po from cassiel (#4450).

git-svn-id: svn://localhost/ardour2/branches/3.0@10485 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoPatch from colinf to make OK the default response in the ambiguous file dialog (...
Carl Hetherington [Mon, 7 Nov 2011 22:41:15 +0000 (22:41 +0000)]
Patch from colinf to make OK the default response in the ambiguous file dialog (#4458).

git-svn-id: svn://localhost/ardour2/branches/3.0@10484 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix name and a comment.
Carl Hetherington [Mon, 7 Nov 2011 22:39:16 +0000 (22:39 +0000)]
Fix name and a comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@10483 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agomore equi-sizing for transport buttons
Paul Davis [Mon, 7 Nov 2011 20:06:13 +0000 (20:06 +0000)]
more equi-sizing for transport buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10482 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoswitch use of Option/Alt and Control on OS X for bindings. Option/Alt is intended...
Paul Davis [Mon, 7 Nov 2011 19:19:31 +0000 (19:19 +0000)]
switch use of Option/Alt and Control on OS X for bindings. Option/Alt is intended by Apple to be used primarily (if not entirely) for entering alternate characters. Shift would be more conventional as 2ndary modified on OS X but that might have a few more implications than we want to deal with right now

git-svn-id: svn://localhost/ardour2/branches/3.0@10481 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoupdate copyright info in OS X bundle
Paul Davis [Mon, 7 Nov 2011 19:18:06 +0000 (19:18 +0000)]
update copyright info in OS X bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@10480 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse hovering/show click for transport buttons, and remove fixed-size size requests...
Paul Davis [Mon, 7 Nov 2011 19:15:13 +0000 (19:15 +0000)]
use hovering/show click for transport buttons, and remove fixed-size size requests (image padding in the buttons needs some work)

git-svn-id: svn://localhost/ardour2/branches/3.0@10479 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadd hovering/show click functionality to ArdourButton
Paul Davis [Mon, 7 Nov 2011 19:14:31 +0000 (19:14 +0000)]
add hovering/show click functionality to ArdourButton

git-svn-id: svn://localhost/ardour2/branches/3.0@10478 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agochange one LEVEL4 default key binding to SECONDARY (OS X bindings are switching to...
Paul Davis [Mon, 7 Nov 2011 19:11:27 +0000 (19:11 +0000)]
change one LEVEL4 default key binding to SECONDARY (OS X bindings are switching to use Control for SECONDARY)

git-svn-id: svn://localhost/ardour2/branches/3.0@10477 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoUse standard style LV2 extension include paths.
David Robillard [Mon, 7 Nov 2011 18:30:40 +0000 (18:30 +0000)]
Use standard style LV2 extension include paths.

This has a few benefits:

 * As system installed extensions become more ubiquitous, we can optionally
   build against those rather than including them in the source tree,
   without any source changes

 * No need to hack extension headers to change the include paths to match
   our specific scheme (i.e. headers are precisely those from the extension,
   even if they include other extension headers)

 * Consistency, lack of ambiguity, easy code sharing, blah blah, etc.

git-svn-id: svn://localhost/ardour2/branches/3.0@10476 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agospace out transport buttons
Paul Davis [Mon, 7 Nov 2011 17:47:49 +0000 (17:47 +0000)]
space out transport buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10475 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agonew colors from oofus, plus transport buttons
Paul Davis [Mon, 7 Nov 2011 17:24:02 +0000 (17:24 +0000)]
new colors from oofus, plus transport buttons

git-svn-id: svn://localhost/ardour2/branches/3.0@10474 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoconvert transport buttons to ArdourButton
Paul Davis [Mon, 7 Nov 2011 17:23:27 +0000 (17:23 +0000)]
convert transport buttons to ArdourButton

git-svn-id: svn://localhost/ardour2/branches/3.0@10473 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix widget name
Paul Davis [Mon, 7 Nov 2011 17:23:15 +0000 (17:23 +0000)]
fix widget name

git-svn-id: svn://localhost/ardour2/branches/3.0@10472 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoDo a topological sort of the route list before passing it to
Carl Hetherington [Mon, 7 Nov 2011 16:01:46 +0000 (16:01 +0000)]
Do a topological sort of the route list before passing it to
the graph, as the graph's feedback detection algorithm
depends on the input route list being sorted in such a way.
 Fixes #3924.

git-svn-id: svn://localhost/ardour2/branches/3.0@10471 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix and remove some widget names
Paul Davis [Mon, 7 Nov 2011 15:28:53 +0000 (15:28 +0000)]
fix and remove some widget names

git-svn-id: svn://localhost/ardour2/branches/3.0@10470 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoBuild debuggable build by default.
David Robillard [Sun, 6 Nov 2011 04:05:57 +0000 (04:05 +0000)]
Build debuggable build by default.

git-svn-id: svn://localhost/ardour2/branches/3.0@10466 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoinstall new mixer bindings
Paul Davis [Sat, 5 Nov 2011 23:36:43 +0000 (23:36 +0000)]
install new mixer bindings

git-svn-id: svn://localhost/ardour2/branches/3.0@10465 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoCoding style tinkering.
Carl Hetherington [Sat, 5 Nov 2011 17:58:35 +0000 (17:58 +0000)]
Coding style tinkering.

git-svn-id: svn://localhost/ardour2/branches/3.0@10464 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix unused variable.
Carl Hetherington [Sat, 5 Nov 2011 17:55:16 +0000 (17:55 +0000)]
Fix unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@10463 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoA few more comments.
Carl Hetherington [Sat, 5 Nov 2011 17:54:44 +0000 (17:54 +0000)]
A few more comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@10462 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix i18n.
David Robillard [Sat, 5 Nov 2011 16:35:24 +0000 (16:35 +0000)]
Fix i18n.

git-svn-id: svn://localhost/ardour2/branches/3.0@10461 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agouse cairo image surfaces, not GdkPixmap, when computing text sizes for port matrix...
Paul Davis [Sat, 5 Nov 2011 16:05:36 +0000 (16:05 +0000)]
use cairo image surfaces, not GdkPixmap, when computing text sizes for port matrix labels

git-svn-id: svn://localhost/ardour2/branches/3.0@10460 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoA few comments.
Carl Hetherington [Sat, 5 Nov 2011 15:58:38 +0000 (15:58 +0000)]
A few comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@10459 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove what is IMHO an unnecessarily confusing typedef.
Carl Hetherington [Sat, 5 Nov 2011 02:13:28 +0000 (02:13 +0000)]
Remove what is IMHO an unnecessarily confusing typedef.

git-svn-id: svn://localhost/ardour2/branches/3.0@10454 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoinclude step editing and mixer bindings in OS X bundle
Paul Davis [Fri, 4 Nov 2011 21:33:36 +0000 (21:33 +0000)]
include step editing and mixer bindings in OS X bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@10453 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodelete more cruft from osx packaging folder
Paul Davis [Fri, 4 Nov 2011 21:21:39 +0000 (21:21 +0000)]
delete more cruft from osx packaging folder

git-svn-id: svn://localhost/ardour2/branches/3.0@10452 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodelete cruft from osx packaging folder
Paul Davis [Fri, 4 Nov 2011 21:21:07 +0000 (21:21 +0000)]
delete cruft from osx packaging folder

git-svn-id: svn://localhost/ardour2/branches/3.0@10451 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocommit more files involved in the OS X package build
Paul Davis [Fri, 4 Nov 2011 21:19:21 +0000 (21:19 +0000)]
commit more files involved in the OS X package build

git-svn-id: svn://localhost/ardour2/branches/3.0@10450 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocommit more files involved in the OS X package build
Paul Davis [Fri, 4 Nov 2011 21:15:34 +0000 (21:15 +0000)]
commit more files involved in the OS X package build

git-svn-id: svn://localhost/ardour2/branches/3.0@10449 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agocommit files involved in the OS X package build
Paul Davis [Fri, 4 Nov 2011 21:14:47 +0000 (21:14 +0000)]
commit files involved in the OS X package build

git-svn-id: svn://localhost/ardour2/branches/3.0@10448 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoremove warning about native linux VST build; make default be platform-sensitive
Paul Davis [Fri, 4 Nov 2011 21:14:27 +0000 (21:14 +0000)]
remove warning about native linux VST build; make default be platform-sensitive

git-svn-id: svn://localhost/ardour2/branches/3.0@10447 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix bundled paths for OS X bundle
Paul Davis [Fri, 4 Nov 2011 21:13:17 +0000 (21:13 +0000)]
fix bundled paths for OS X bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@10446 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoadd --also-include patch to help *BSD builders out, and add optional boost include...
Paul Davis [Fri, 4 Nov 2011 20:50:28 +0000 (20:50 +0000)]
add --also-include patch to help *BSD builders out, and add optional boost include path to CXXPATH not just CPPPATH

git-svn-id: svn://localhost/ardour2/branches/3.0@10445 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix port matrix dimensions on non-24-bit displays (#4077).
Carl Hetherington [Fri, 4 Nov 2011 20:33:26 +0000 (20:33 +0000)]
Fix port matrix dimensions on non-24-bit displays (#4077).

git-svn-id: svn://localhost/ardour2/branches/3.0@10444 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix up use of selected mixer strips in MixerGroupTabs
Paul Davis [Fri, 4 Nov 2011 18:11:34 +0000 (18:11 +0000)]
fix up use of selected mixer strips in MixerGroupTabs

git-svn-id: svn://localhost/ardour2/branches/3.0@10443 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agodrastic overhaul of keyboard handling in mixer window. real bindings, key events...
Paul Davis [Fri, 4 Nov 2011 17:53:21 +0000 (17:53 +0000)]
drastic overhaul of keyboard handling in mixer window. real bindings, key events handled at window level, actions for all processor ops. still the confusing mess of old crap for the processor box context menu (it will die, i feel it)

git-svn-id: svn://localhost/ardour2/branches/3.0@10442 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoRemove non-RT-safe alloc in the MIDI process() call.
Carl Hetherington [Fri, 4 Nov 2011 17:52:12 +0000 (17:52 +0000)]
Remove non-RT-safe alloc in the MIDI process() call.

git-svn-id: svn://localhost/ardour2/branches/3.0@10441 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoquiten down in the back
Paul Davis [Fri, 4 Nov 2011 17:51:34 +0000 (17:51 +0000)]
quiten down in the back

git-svn-id: svn://localhost/ardour2/branches/3.0@10440 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoFix somewhat confusing method names.
Carl Hetherington [Fri, 4 Nov 2011 16:41:25 +0000 (16:41 +0000)]
Fix somewhat confusing method names.

git-svn-id: svn://localhost/ardour2/branches/3.0@10439 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMake sure that the old route group is left properly when
Carl Hetherington [Fri, 4 Nov 2011 16:41:02 +0000 (16:41 +0000)]
Make sure that the old route group is left properly when
setting a new one.  Should fix #4441 and #4404.

git-svn-id: svn://localhost/ardour2/branches/3.0@10438 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAdd tooltips for processors (#4447).
Carl Hetherington [Fri, 4 Nov 2011 16:09:45 +0000 (16:09 +0000)]
Add tooltips for processors (#4447).

git-svn-id: svn://localhost/ardour2/branches/3.0@10437 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoMake it impossible to create MIDI tape tracks (#4446).
Carl Hetherington [Fri, 4 Nov 2011 15:47:41 +0000 (15:47 +0000)]
Make it impossible to create MIDI tape tracks (#4446).

git-svn-id: svn://localhost/ardour2/branches/3.0@10436 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAdd option to set default-session-parent-dir (#4438).
Carl Hetherington [Fri, 4 Nov 2011 15:05:49 +0000 (15:05 +0000)]
Add option to set default-session-parent-dir (#4438).

git-svn-id: svn://localhost/ardour2/branches/3.0@10435 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agoAdd GPL boilerplate.
Carl Hetherington [Fri, 4 Nov 2011 15:05:41 +0000 (15:05 +0000)]
Add GPL boilerplate.

git-svn-id: svn://localhost/ardour2/branches/3.0@10434 d708f5d6-7413-0410-9779-e7cbd77b26cf

12 years agofix initial display of solo-model in monitor section
Paul Davis [Fri, 4 Nov 2011 02:46:59 +0000 (02:46 +0000)]
fix initial display of solo-model in monitor section

git-svn-id: svn://localhost/ardour2/branches/3.0@10433 d708f5d6-7413-0410-9779-e7cbd77b26cf