Carl Hetherington
|
57ec614531
|
Reset the available import dialogue menu options when a selection is made 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-30 00:54:02 +00:00 |
|
Carl Hetherington
|
aff6cb836d
|
Give new sessions the default GUI state. Fixes #3423.
git-svn-id: svn://localhost/ardour2/branches/3.0@7708 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-29 11:15:40 +00:00 |
|
Carl Hetherington
|
3150041423
|
(Hopefully) clarify operator= and copy construction behaviour of the 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-29 01:09:05 +00:00 |
|
Carl Hetherington
|
bce90b1802
|
Fix up some inconsistencies in handling of region sync points.
git-svn-id: svn://localhost/ardour2/branches/3.0@7706 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-29 01:08:07 +00:00 |
|
Carl Hetherington
|
8f093b0eaa
|
Don't call reset_zoom with the default frames_per_unit if we have got a 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-29 01:06:05 +00:00 |
|
Carl Hetherington
|
e7587ea0fb
|
Respect ignore_state_request in all cases on set_automation_state(). Fixes #3416.
git-svn-id: svn://localhost/ardour2/branches/3.0@7704 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-28 16:39:31 +00:00 |
|
Carl Hetherington
|
383597b19b
|
Shrink the minimum size of the plugin analyser a bit, and make it take up spare space in the dialogue. Fixes #2835.
git-svn-id: svn://localhost/ardour2/branches/3.0@7703 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-28 14:56:13 +00:00 |
|
Carl Hetherington
|
9afbb649b6
|
Use weak_ptr for IOs in the bundle list to avoid holding onto them when a route is removed. Fixes #3395.
git-svn-id: svn://localhost/ardour2/branches/3.0@7702 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-28 12:55:53 +00:00 |
|
Carl Hetherington
|
2a69334d68
|
Tidy up config text and add PHONE_HOME and JACK_SESSION. Fixes #3422.
git-svn-id: svn://localhost/ardour2/branches/3.0@7701 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-28 12:55:36 +00:00 |
|
Carl Hetherington
|
40f5747a7f
|
Only rebuild the existing session box once, but show it as many times as required. Fixes #3421.
git-svn-id: svn://localhost/ardour2/branches/3.0@7700 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-28 00:52:27 +00:00 |
|
Carl Hetherington
|
ba6cc76ec0
|
Remove what I'm pretty sure was a hack to work around the bug we used to 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-27 02:01:59 +00:00 |
|
Carl Hetherington
|
2b28b268c0
|
Remove existing widgets when setting up the existing session page. Fixes #3421.
git-svn-id: svn://localhost/ardour2/branches/3.0@7698 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-27 02:01:40 +00:00 |
|
Carl Hetherington
|
04cc804414
|
Fix sense of OS X check for menu items. Fixes #3420.
git-svn-id: svn://localhost/ardour2/branches/3.0@7697 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-27 02:01:07 +00:00 |
|
|
1526735d79
|
some (unfinished) work on incorporating Ben's rev 6919 changes regarding 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-26 23:25:44 +00:00 |
|
Carl Hetherington
|
bdb8434238
|
Copy-edit.
git-svn-id: svn://localhost/ardour2/branches/3.0@7695 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-26 02:34:45 +00:00 |
|
Carl Hetherington
|
c243a02c99
|
Fix crossfade undo using the stateful diff system. Fixes #3257.
git-svn-id: svn://localhost/ardour2/branches/3.0@7694 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-26 01:44:11 +00:00 |
|
Carl Hetherington
|
df2fd94919
|
Remove no-longer used file.
git-svn-id: svn://localhost/ardour2/branches/3.0@7693 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-26 01:11:03 +00:00 |
|
|
884ee2a3cc
|
check dependents in Playlist after moving a region to a specific layer; make 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-25 22:42:35 +00:00 |
|
Carl Hetherington
|
b92ebde801
|
Fix test.
git-svn-id: svn://localhost/ardour2/branches/3.0@7691 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 20:53:27 +00:00 |
|
|
1c7ac48d53
|
added new files
git-svn-id: svn://localhost/ardour2/branches/3.0@7690 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 19:37:54 +00:00 |
|
|
88583b4abd
|
major chunk of the region layering editor from 2.X, fwd-ported to 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@7689 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 19:28:33 +00:00 |
|
|
2ba08927bd
|
strip no-longer used code related to plugin parameter state
git-svn-id: svn://localhost/ardour2/branches/3.0@7688 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 19:27:41 +00:00 |
|
|
afcbdcf850
|
make sure that Crossfades increment source use counts
git-svn-id: svn://localhost/ardour2/branches/3.0@7687 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 19:23:45 +00:00 |
|
Carl Hetherington
|
b9126419ae
|
Small cleanups.
git-svn-id: svn://localhost/ardour2/branches/3.0@7686 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:32:21 +00:00 |
|
Carl Hetherington
|
f30402d073
|
clear_history -> clear_changes and some comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@7685 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:32:08 +00:00 |
|
Carl Hetherington
|
21855b71d2
|
Modify StatefulDiffCommand undo record to only contain the changes in one direction, as the other direction can be inferred. Breaks session history file compatibility.
git-svn-id: svn://localhost/ardour2/branches/3.0@7684 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:31:57 +00:00 |
|
Carl Hetherington
|
803f3a6a30
|
Small cleanups.
git-svn-id: svn://localhost/ardour2/branches/3.0@7683 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:31:49 +00:00 |
|
Carl Hetherington
|
fde848282d
|
Move various code up the Property / Stateful hierarchies.
git-svn-id: svn://localhost/ardour2/branches/3.0@7682 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:31:41 +00:00 |
|
Carl Hetherington
|
7b29752441
|
Rename various things in the property system.
git-svn-id: svn://localhost/ardour2/branches/3.0@7681 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:31:33 +00:00 |
|
Carl Hetherington
|
167c439002
|
Remove unused and broken method.
git-svn-id: svn://localhost/ardour2/branches/3.0@7680 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:31:20 +00:00 |
|
Carl Hetherington
|
3825e3d51c
|
Snap to grid when drawing MIDI regions. Fixes #3412.
git-svn-id: svn://localhost/ardour2/branches/3.0@7679 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 12:23:52 +00:00 |
|
|
be85889464
|
fix load+save of plugin parameter automation
git-svn-id: svn://localhost/ardour2/branches/3.0@7678 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 22:07:53 +00:00 |
|
|
da392b880d
|
add GUI config support for seamless loop option
git-svn-id: svn://localhost/ardour2/branches/3.0@7677 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 22:06:37 +00:00 |
|
Carl Hetherington
|
6d21e901cd
|
Setup tab directions correctly depending on where they are located.
git-svn-id: svn://localhost/ardour2/branches/3.0@7676 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 18:24:06 +00:00 |
|
Carl Hetherington
|
04d412d3c7
|
Put a bit of padding between the tabs and the window edge.
git-svn-id: svn://localhost/ardour2/branches/3.0@7675 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 14:27:35 +00:00 |
|
Carl Hetherington
|
2006805d00
|
Tweak arrangement of labels and tabs in port matrices.
git-svn-id: svn://localhost/ardour2/branches/3.0@7674 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 13:29:00 +00:00 |
|
Carl Hetherington
|
2ba936f0b3
|
Fix port matrix menu checkbox when the window is closed. Make the port matrix origin the bottom left when tabs are on left and bottom. Don't shrink the port matrix when auto-resizing it.
git-svn-id: svn://localhost/ardour2/branches/3.0@7673 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 13:28:27 +00:00 |
|
Carl Hetherington
|
211b57b303
|
Tidy up region drag move code a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@7672 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-24 01:02:40 +00:00 |
|
Carl Hetherington
|
b374fb0202
|
Be sure to update group tabs when a route group is removed. Fixes #3408.
git-svn-id: svn://localhost/ardour2/branches/3.0@7671 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-23 18:30:52 +00:00 |
|
|
6e904b1e16
|
3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter
git-svn-id: svn://localhost/ardour2/branches/3.0@7670 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-23 16:31:34 +00:00 |
|
|
6b6e6f49b4
|
large part of rev 5374 from 2.x, fwd port to 3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@7669 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-23 15:01:12 +00:00 |
|
Carl Hetherington
|
74801c3212
|
Move some RegionListProperty methods up to SequenceProperty.
git-svn-id: svn://localhost/ardour2/branches/3.0@7668 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-22 23:53:00 +00:00 |
|
|
71a4796dc3
|
forward port of 7539 from 2.x
git-svn-id: svn://localhost/ardour2/branches/3.0@7667 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-22 16:28:26 +00:00 |
|
|
43bcb7f72b
|
LV2 external GUI fixes forward ported from 2.x
git-svn-id: svn://localhost/ardour2/branches/3.0@7666 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-22 16:25:45 +00:00 |
|
Carl Hetherington
|
067c4458a0
|
Don't write undo records for automation that moves with regions when nothing changes about the automation.
git-svn-id: svn://localhost/ardour2/branches/3.0@7665 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 23:58:49 +00:00 |
|
Carl Hetherington
|
cdb3ade9ff
|
Fix automation re-load.
git-svn-id: svn://localhost/ardour2/branches/3.0@7664 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 23:58:09 +00:00 |
|
Carl Hetherington
|
fac3690842
|
Fix my broken logic for control point selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@7663 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 22:46:15 +00:00 |
|
Carl Hetherington
|
822ee79d84
|
Limit region-based automation to the edges of regions. Fixes #3201.
git-svn-id: svn://localhost/ardour2/branches/3.0@7662 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 22:43:10 +00:00 |
|
|
b2bf4eee3d
|
2.X commits up to and including 7519
git-svn-id: svn://localhost/ardour2/branches/3.0@7661 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 22:36:35 +00:00 |
|
|
c2e491b8fc
|
version of 6997 from 2.x: if selecting an automation track, show its parent in the editor mixer strip, plus don't deselect a track when the editor mixer strip is hidden
git-svn-id: svn://localhost/ardour2/branches/3.0@7660 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-20 21:34:18 +00:00 |
|