summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-23fix stupid uses of Session::get_silent_buffers() from crashing ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3116 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ↵Paul Davis
focus in plugin search entry when plugin selector is shown ; add WINDOWS_KEY option to gtk2_ardour/SConscript, controlling what X modifier is used for LEVEL4 modifier/bindings ; fix up Keyboard object to properly support LEVEL4 bindings ; fix Playlist::partition_internal() to avoid acting on regions that should not be operated on given the range provided ; fix up more stuff relating to get_regions_for(), including cut/delete ops on edit range vs. regions git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3115 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23add headerDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3114 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23Fix the stepping direction for horizontal faders, it was stepping in the ↵Doug McLain
wrong direction, and comment the line that git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-23I forgot to swap the function namesDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-22Save and restore users font scale settingDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-22new font/dpi scaler in Windows -> Preferences -> MiscPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3109 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for ↵Paul Davis
GDK/Quartz) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3107 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21fix first_idle idea so that tracks added after session loading show up OKPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3104 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21final (?) tweak for totally optimized meter redraws (vertical only)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21Fix clashing zoom keybindings.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3098 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21fix deadlock in playlist::partition(); new first idle model, including ↵Paul Davis
message about loading visual data; make h-faders use scroll up/down and be scalable-clickable; new track menu stuff (waveform scaling/shape); fix up ordering of ruler menus; fix initial sensitivity of region menu operations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3097 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21minor fixes from OS X landPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3096 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21more meter optimizationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3095 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21start to optimize meter draws even morePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3094 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-20notably speed up startup time by deferring streamview display untl the GUI ↵Paul Davis
is idle git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3091 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-20update preset selector lists every time a plugin UI is shownPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3090 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-20drop ruler_show[] in favor of specific editor actions; various new actions ↵Paul Davis
and menu support for new Tracks top level menu git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3089 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17new SAE-de bindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3081 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17Fix incorrect comment.David Robillard
Remove ancient, rotting, flowcanvas. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3080 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17a boatload of changes and fixes related to SAE menu redesign (several new ↵Paul Davis
operations, things set up as actions for use in the main menu; fix Editor::snap_to() since it was really severely broken for general use git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17Fix for last commit where rec enable state was not considered. Change adat ↵Nick Mainsbridge
option name to Tape Machine Mode and make it default to off. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3077 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17Remove beat entry from meter dialog (beats are not allowed in API), clean up ↵Nick Mainsbridge
some hardware monitoring code, new configuration vars: ADAT Monitor Mode (documented) and Rubberbanding Snaps to Grid (self explanitory I hope, defaults to off), add some monitoring documentation. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3076 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-17some fixes to sex. it starts and runs and starts transferring, but it never ↵Doug McLain
finishes with all the files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3075 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-16wave making data debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3072 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-16replace a typo with the result that led to the desired non-step behaviour on ↵Doug McLain
non-dragging clicks for horizontal sliders, so that the track can be selected by clicking on the fader without changing its position. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-16remove debug outputDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3070 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15reset doug's mistaken commit with fontsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3069 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15TrackfadersDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3068 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15now that GDK adds state to scroll events, use it with pixfader; fix up ↵Paul Davis
pixfader decls; fix osx_build mistake with SAE binding file name git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3067 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fix up install targets for binding files, really nowPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3066 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fix up install targets for binding filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3065 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fixed uninitialized variable that made ardour scrub at the wrong timesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3064 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15make fine-tuning modifiers for PixFader platform specificPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3063 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back ↵Paul Davis
into SAE bundle; fix up carbon menu handler so that it never causes a nested gtk main loop problem git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3062 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15Fix crasher: Make sure entered_regionview is set if it's used. Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3061 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15lock edit mode disallows sliding regions in time. override by holding 3rd ↵Ben Loftis
mouse button git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3060 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-15Make import GUI report if you are importing a file of a name that Sampo Savolainen
already exists in the session. Legwork to allow updating existing source files via the import dialog. Fix bug which caused the current import logic to select existing file name as target file when importing. This caused the newly imported file to be concatenated after the original data. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3059 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14fix the same old same old OS X install_name_tool issue, this time for libpangommPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3058 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14fix the same old same old OS X install_name_tool issue, this time for libardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3057 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14minor keyboard binding improvements and build fixesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3056 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-14dynamic discovery & loading of keybindingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3055 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13create xrun markers should be on by default part duexDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3054 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13create xrun markers should be on by defaultDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3053 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13fix vst plugin UI to work with recent changesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3052 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13splash updating on gdk/quartz; more filtering of automatable AU parametersPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13lots more BootMessagesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13add option to create xrun markers on the location markerbarDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3048 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-13add missing headerDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3047 d708f5d6-7413-0410-9779-e7cbd77b26cf