summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2011-11-17Concatenate MidiGhostRegion::Note and MidiGhostRegion::Event.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10660 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-17Remove ghost notes when actual notes are deleted, and ensure the ↵Carl Hetherington
_optimization_iterator is valid even after things have been removed from the list (should fix #4483). git-svn-id: svn://localhost/ardour2/branches/3.0@10659 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-17move non-X11/GUI related lxvst code back into libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Use capital L for solo safe button in narrow strips andCarl Hetherington
internationalise small button strings. git-svn-id: svn://localhost/ardour2/branches/3.0@10653 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Tooltips for mixer strip width and hide buttons (#4477).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10651 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
gets autoscroll (#4474). git-svn-id: svn://localhost/ardour2/branches/3.0@10650 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Make activate/deactivate all only operate on visibleCarl Hetherington
processors (and also exclude the fader) (#4475). git-svn-id: svn://localhost/ardour2/branches/3.0@10649 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Label solo iso / solo lock buttons even on narrow stripsCarl Hetherington
(#4476). git-svn-id: svn://localhost/ardour2/branches/3.0@10647 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Fix grammatical error (#4469).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10646 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Doxygen tweaks.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10644 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16Open route group dialogue on Ctrl-right-click rather than Ctrl-left-click on ↵Carl Hetherington
a group tab to be more consistent with the rest of Ardour (#4466). git-svn-id: svn://localhost/ardour2/branches/3.0@10638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-16remove debugging outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10637 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15some button color debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10633 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Don't set program 0 on opening a LXVST plugin UI as itCarl Hetherington
will lose any settings that had been loaded (#4390). git-svn-id: svn://localhost/ardour2/branches/3.0@10628 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15No-op; formatting.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10626 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Remove ambiguous checkbutton from Comments... menu itemCarl Hetherington
(does it mean the comments window is open, or that there are comments?) (part of #4416). git-svn-id: svn://localhost/ardour2/branches/3.0@10625 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is ↵Paul Davis
slightly hacky because of the implicit endless loop that the link creates git-svn-id: svn://localhost/ardour2/branches/3.0@10624 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15Use the word Remove consistently for the remove regionsCarl Hetherington
action, instead of the word Delete in the menu item and Remove elsewhere. git-svn-id: svn://localhost/ardour2/branches/3.0@10622 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-15change package names for i18n files, in an attempt to fix #4085Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10616 d708f5d6-7413-0410-9779-e7cbd77b26cf
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-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-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-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-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-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-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 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