summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-03Fix restore of sends from session files for both 2.X and 3.0 sessions. ↵Carl Hetherington
Fixes #3433. git-svn-id: svn://localhost/ardour2/branches/3.0@7739 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-03Rename debug -> dumpCarl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7738 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-03Small HIG-ification.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7737 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ↵Carl Hetherington
activated. git-svn-id: svn://localhost/ardour2/branches/3.0@7736 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02Unbind 1 key from cycle to next edit mode to prevent user confusion.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7735 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02Call TimeAxisViewItem constructor properly after my recent changes.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7734 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7733 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02bump required versions of gtkmm etcPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7732 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02fix thinko-bug in string specialization of Property<T>Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7731 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02Make it easier to move the summary rectangle around when it is narrow or low ↵Carl Hetherington
in height. git-svn-id: svn://localhost/ardour2/branches/3.0@7730 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-02Paste to the source of a copy if there are no selected tracks (rather than ↵Carl Hetherington
using the track under the mouse). Fixes #3333. git-svn-id: svn://localhost/ardour2/branches/3.0@7729 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-01Default to play mode for MIDI controllers. Fixes #3429.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7727 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-01Clean up MidiSource::midi_read now that the signed type sframes_t is being ↵Carl Hetherington
used to pass positions around. git-svn-id: svn://localhost/ardour2/branches/3.0@7726 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-01Fix error in diskstream fill calculations. Fixes #3426.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7725 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-01Fix uninitialised value.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7724 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-31don't set jack transport position frame (violates JACK API); clean up other ↵Paul Davis
related code git-svn-id: svn://localhost/ardour2/branches/3.0@7723 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-31fix up the port insert I/O GUIPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7722 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull ↵Paul Davis
up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0 git-svn-id: svn://localhost/ardour2/branches/3.0@7721 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ↵Carl Hetherington
to MIDI tracks. Fixes #3368. git-svn-id: svn://localhost/ardour2/branches/3.0@7720 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Allow crossfades from the undo record to be recreated even if their regions ↵Carl Hetherington
are no longer in a playlist. git-svn-id: svn://localhost/ardour2/branches/3.0@7719 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Missing return.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7718 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30don't display range selection when track selection changes and we're not in ↵Paul Davis
the right mouse mode git-svn-id: svn://localhost/ardour2/branches/3.0@7717 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30minor tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7716 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30force AIFF and WAV exports to Big and Little endianness respectivelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7715 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30more improvements for range drag/track selection logic etc.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7714 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30tweak track selection during range drag; "all group" button in editor is now ↵Paul Davis
working, but not mapped to display the right setting at startup git-svn-id: svn://localhost/ardour2/branches/3.0@7712 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Fix another crash on session creation if the stored selection no longer ↵Carl Hetherington
exists in the session. git-svn-id: svn://localhost/ardour2/branches/3.0@7711 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Respect link of region and track selection when setting via a list of ↵Carl Hetherington
Selectables. Should fix #2153. git-svn-id: svn://localhost/ardour2/branches/3.0@7710 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-30Reset the available import dialogue menu options when a selection is made ↵Carl Hetherington
from the channel_combo. Sort-of fixes #3397, in that you can select to selected tracks' option on the add files menu even if the number of selected tracks is not the same as the number of imported files. git-svn-id: svn://localhost/ardour2/branches/3.0@7709 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-29Give new sessions the default GUI state. Fixes #3423.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7708 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the ↵Carl Hetherington
Property hierarchy. Also make operator= copy the value but NOT the property ID; this stops e.g. a = b giving a the property ID of b and confusing things. Fixes some problems with save/restore of region sync position. git-svn-id: svn://localhost/ardour2/branches/3.0@7707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7706 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-29Don't call reset_zoom with the default frames_per_unit if we have got a ↵Carl Hetherington
different value from the Editor's state. Fixes restore of zoom level on session load. git-svn-id: svn://localhost/ardour2/branches/3.0@7705 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Respect ignore_state_request in all cases on set_automation_state(). Fixes ↵Carl Hetherington
#3416. git-svn-id: svn://localhost/ardour2/branches/3.0@7704 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Shrink the minimum size of the plugin analyser a bit, and make it take up ↵Carl Hetherington
spare space in the dialogue. Fixes #2835. git-svn-id: svn://localhost/ardour2/branches/3.0@7703 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Use weak_ptr for IOs in the bundle list to avoid holding onto them when a ↵Carl Hetherington
route is removed. Fixes #3395. git-svn-id: svn://localhost/ardour2/branches/3.0@7702 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Tidy up config text and add PHONE_HOME and JACK_SESSION. Fixes #3422.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7701 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Only rebuild the existing session box once, but show it as many times as ↵Carl Hetherington
required. Fixes #3421. git-svn-id: svn://localhost/ardour2/branches/3.0@7700 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-27Remove what I'm pretty sure was a hack to work around the bug we used to ↵Carl Hetherington
have with the mouse entering and leaving the verbose canvas cursor. Fixes #3415. git-svn-id: svn://localhost/ardour2/branches/3.0@7699 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-27Remove existing widgets when setting up the existing session page. Fixes #3421.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7698 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-27Fix sense of OS X check for menu items. Fixes #3420.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7697 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding ↵Paul Davis
track selection; make newly selected tracks show the current range selection; fix crashes related to meter display; remove "all" group from main group tab display and just put it down in its own button (totally incomplete); minor cleanups git-svn-id: svn://localhost/ardour2/branches/3.0@7696 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-26Copy-edit.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7694 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-26Remove no-longer used file.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7693 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ↵Paul Davis
region layering editor appear reliably; click on xfade sets clicked_routeview git-svn-id: svn://localhost/ardour2/branches/3.0@7692 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-25Fix test.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7691 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-25added new filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7690 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7689 d708f5d6-7413-0410-9779-e7cbd77b26cf