summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2010-11-10missing() on callPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7997 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10updated .po files (*not* translations, just .po files)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7996 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10re-enable i18n as a build target for translationsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10Modified version of Lincoln's patch to stop the summary causing very low ↵Carl Hetherington
track heights. Fixes #3527. git-svn-id: svn://localhost/ardour2/branches/3.0@7994 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10Option to show lines below markers (#3529).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7993 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10Tidy up a couple of bits in the session option editor.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7992 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-10allow a way to exit when session loading fails, rather than being stuck in ↵Paul Davis
an endless loop of 2 alternating dialogs git-svn-id: svn://localhost/ardour2/branches/3.0@7991 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09missing dialog cleanups and logic improvementsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7990 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09handle multiple imports of the same file better (via better source naming); ↵Paul Davis
make session properties editor pretty much work for search paths git-svn-id: svn://localhost/ardour2/branches/3.0@7989 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09always store source names as relative paths; always add directories of ↵Paul Davis
embedded files to search path; never use hardlinks for embedding anymore git-svn-id: svn://localhost/ardour2/branches/3.0@7984 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots ↵Paul Davis
more to do here git-svn-id: svn://localhost/ardour2/branches/3.0@7983 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09Fix trim of multiple regions. Fixes #3528.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7982 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7981 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-08Fix use of vertical space when the locations dialogue is expanded.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7980 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-08HIG-ify the locations UI a bit. Should fix #3526.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7979 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-07Fix zoom cursor SNAFU (#274). Increase move threshold for zoom drags so ↵Carl Hetherington
that clicks are more likely to work. git-svn-id: svn://localhost/ardour2/branches/3.0@7978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-07Allow split in range mode.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-06Fix crash on clear current playlists (#3524).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7976 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-05try to sensibly handle repeated imports of the same file. the same thing ↵Paul Davis
might be required for embeds git-svn-id: svn://localhost/ardour2/branches/3.0@7975 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-05take control of colors in text cell entry-editing widgets (region & route lists)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7974 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-05improved color distinctions, probably not quite finishedPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7973 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-05don't give the timefx progress bar its own namePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-05ellipsize file name at top of preview pane; allow a bit more room for file ↵Paul Davis
format text in preview pane git-svn-id: svn://localhost/ardour2/branches/3.0@7971 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Remove Start from region list. I don't think it's quite useful enough to be ↵Carl Hetherington
in there, and it's in the region properties dialogue if needs be. Fixes #3503. git-svn-id: svn://localhost/ardour2/branches/3.0@7970 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Add column headings and length field to export timespan selector. Fixes #3518.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7968 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04add bindings for audio & midi global patchbays (fixes #3200)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7965 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04lincoln's patch to fix audio setup dialog/jack startup when used with FFADO ↵Paul Davis
(#3485) git-svn-id: svn://localhost/ardour2/branches/3.0@7964 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Remove incorrect caching of region selection start/end points, and always ↵Carl Hetherington
compute them. I'm pretty sure the slow-down won't be a problem in practice. Fixes #3520. git-svn-id: svn://localhost/ardour2/branches/3.0@7963 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Fix roll after locate from the audio clock context menu. Restore Go buttons ↵Carl Hetherington
in the location window. Fixes #3521. git-svn-id: svn://localhost/ardour2/branches/3.0@7962 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04merge linux bundle fixup code from 2.XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7961 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Tidy up quantize dialogue.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Heinous hack to fix region menu sensitivity setup.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7958 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Tidy up close gap dialogue box.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7957 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Restore trim-to-{previous,next}-region.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7956 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-04Show region peak amplitude to 2 decimal places. Fixes #3519.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7955 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
operated on in different circumstances. Make the main menubar Region menu the same as the context one, and use the same logic to sensitize/desensitize actions for them. git-svn-id: svn://localhost/ardour2/branches/3.0@7954 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-02Fix problem where BWF is shown selected when editing an export format using WAVSakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@7947 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-29Similarly don't use the edit point to decide what to reset region gain on.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7944 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-29Don't include edit-point-related regions when choosing what to normalize.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7943 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-29Fix normalize dialogue crash.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7942 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-29Remember radio button state across normalize dialogue invocations.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7941 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-28Fix previous.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7938 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7937 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-28Make normalize cancel button work.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7935 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-28Fix up progress bar on normalization.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7934 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-28Remember last used normalization value in the dialogue.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7933 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-27Make build scripts python2/3 agnostic.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7931 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-27Ellipsize source names in the region property dialogue box.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7930 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-27Improve efficiency of normalization using multiple regions in some cases.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7929 d708f5d6-7413-0410-9779-e7cbd77b26cf