summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-15Fix typo in last commit.3.0-beta1Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10615 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15When tabbing between notes in a MIDI region view, only consider those that ↵Carl Hetherington
are being displayed according to the channel selector. Should avoid confusions such as that in #3976. git-svn-id: svn://localhost/ardour2/branches/3.0@10614 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15revert previous changes to region selection and action sensitivity handlingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10613 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Repair thinko in previous commit.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10612 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15minor fix for linux packagingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10611 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15flip a coin for a difficult GUI design question, and leave 4 region edit ↵Paul Davis
actions sensitive even when edit_point is EditAtMouse, to allow the kbd binding to still be active git-svn-id: svn://localhost/ardour2/branches/3.0@10609 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15try using sensitize_the_right_region_actions() when region selection ↵Paul Davis
changes, rather than sensitize_all, following a mixbus2 change git-svn-id: svn://localhost/ardour2/branches/3.0@10608 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Tidy a couple of minor things up.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10607 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15don't look for panners in symlinks to avoid finding "duplicate" libsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10606 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15utility function to detect symlinksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10605 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15utility function to detect symlinksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10604 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Remove debug code.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10603 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15show path where a panner is discoveredPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10602 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix cancel of an audition now that the alert button'sCarl Hetherington
get_active() state is used to flash it (so that either state can be active when the auditioning state is set). git-svn-id: svn://localhost/ardour2/branches/3.0@10600 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix stuck-on audition button.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix and de-hackify removal of unnecessary separators inCarl Hetherington
input/output button popups. git-svn-id: svn://localhost/ardour2/branches/3.0@10598 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14allow compilation without --freesoundPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10597 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14the return of basic FreeSound mootcher functionality, c/o colinf. lots of ↵Paul Davis
bugs and workflow issues to still resolve, but good to play with. remember that ardour can't play mp3's git-svn-id: svn://localhost/ardour2/branches/3.0@10596 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14add configure time option to make building the freebie binaries easierPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10595 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14clean up OSX packaging toolPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10594 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14clean up settings of various bundle pathsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10593 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14make auto-connect be the default for inputs and outputsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10592 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14revert canvas colors to alpha10 versionsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10591 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14restore path as tooltip for rows in the region listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10590 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14use simpler ArdourButton API for blinkingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10589 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14rude solo blinks againPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10588 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14master mute button should not show Mid state since master is never ↵Paul Davis
muted-by-others git-svn-id: svn://localhost/ardour2/branches/3.0@10587 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ↵Paul Davis
discovery before beginning to construct the UI, so that if plugins create GUIs (e.g for license verification) they don't cause a run loop to catch the UIManager in an inconsistent state with menus defined but actions missing git-svn-id: svn://localhost/ardour2/branches/3.0@10586 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix placeholder creation when dragging from one DnDVBox toCarl Hetherington
another (should fix #4421). git-svn-id: svn://localhost/ardour2/branches/3.0@10584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Use Quantize rather than OK in the Quantize dialogue.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Ellipsis on Quantize option.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10582 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Default response for the Strip Silence dialogue (part ofCarl Hetherington
#4459). git-svn-id: svn://localhost/ardour2/branches/3.0@10581 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Allow a dialogue containing an audioclock to beCarl Hetherington
activated by a enter button press on the clock. git-svn-id: svn://localhost/ardour2/branches/3.0@10580 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Enter activates default for the time FX dialogue (partCarl Hetherington
of #4459). git-svn-id: svn://localhost/ardour2/branches/3.0@10579 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Typo.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10578 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Reset toolbar label widths on DPI change (may fixCarl Hetherington
#4433). git-svn-id: svn://localhost/ardour2/branches/3.0@10577 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix unit test build by adding some dummy LXVST methods.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10576 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Comment typo.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10575 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Fix warnings.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10574 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14Updated Russian translation from Alexandre ProkoudineCarl Hetherington
(#4464). git-svn-id: svn://localhost/ardour2/branches/3.0@10573 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-14debugging some OS X stuff (this is silly, i edited on linux)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10572 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13Re-show region views that we hid when dragging things onCarl Hetherington
hidden tracks (fixes the rest of #3493). git-svn-id: svn://localhost/ardour2/branches/3.0@10571 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13Snap new automation points on audio lanes (part of #4297).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10570 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13Popup menu over meters in mixer strips to select meteringCarl Hetherington
point (rest of #4419). git-svn-id: svn://localhost/ardour2/branches/3.0@10569 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13add mike start (linux dsp) to author listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10568 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13new buttons colors from chrisgPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10566 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13move LXVST GUI stuff into gtk2_ardour, and fix X11 uselib stuff in wscriptsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10565 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13Fix some bits of the libardour unit tests.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10564 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13update OS X package build script to handle panners and other miscellanyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10563 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-13remove code no longer needed for OSX accel handlingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10562 d708f5d6-7413-0410-9779-e7cbd77b26cf