summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Collapse)Author
2008-04-01insert time operationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3203 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-31minor mootcher fixes; change "Analyze .." to "Spectral Analysis" where ↵Paul Davis
applicable; make separate actions be appropriately sensitive to the edit point git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3198 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix ↵Paul Davis
locate-play-locate ; add toggle-punch ; use primary clock for verbose cursor mode at all the right times; minimize clock redrawing part one git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3123 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-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-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-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-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-13change some stuff associated with snapshot automation (accidentally ↵Paul Davis
committed with last commit, this finishes it off) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3045 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-12fix up compile issues; add new grabber_edit_point cursorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3040 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive ↵Paul Davis
split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3038 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-06fix align_selection_relative() to use regions once only, and in the correct ↵Paul Davis
order git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3016 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-05rationalize all region selection for editor operationsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3013 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-05show loop and punch locations properly in location ui, reorder some dialog ↵Nick Mainsbridge
buttons. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3011 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-05adjusting region fade in/out lengths makes the fade in/out active; new font ↵Paul Davis
sizes; new font generation code in gtk2_ardour/SConscript; move mixer strip/group pane over to the RHS to match the editor; clean up ardour-sae-de.bindings.in; fix glue-to-music-time menu item (was always active) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3010 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-04provide instructional hint for keyeditor; fix keybinding issues on OS X ↵Paul Davis
(needs current GTK patch); fix up packaging up OSX native to include VAMP plugins and put control surfaces in (mostly) the right places ; new (improved) arrow key bindings git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3007 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-02fix loss of end of region when split-at-points is donePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2996 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ↵Paul Davis
data used for new tab-to-transient; all ArdourDialogs push the splash screen out of the way; try to keep verbose canvas cursor within the editor canvas visible area; fix template use from NSD git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2983 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-26first pass attempt at tab-to-transient (to be improved)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2970 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-25more rhythm ferret/transient detection/split region stuff, maybe it works nowPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2969 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-25lots of small fixes related to the rythmic rodentPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2967 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-25meet rhythm ferret: cute, furry and always on time (ardour build now ↵Paul Davis
requires fftw3 & fftw3f, no exceptions, ever) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-20make bar-setting generic; add set-tempo-from-edit-range ; change bindings to ↵Paul Davis
9 for region, 0 for edit range; add binding for cycle-edit-point-with-marker (missing from non-SAE version) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2952 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-19fixes and bindings for region gain control; set-tempo-from-region ↵Paul Davis
implementation : please test and look for tempo/meter related bugs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2950 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ↵Paul Davis
from messing up JACK port names; splash screen tweaks for OS X; new region gain control operations ; work on AU plugin GUIs (totally incomplete); don't needlessly create prompters in a barcontroller (create on demand) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2938 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-16ctrl-click on nudge buttons only moves playheadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2926 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15fix copy-drag SNAFU; fix shuffling playhead when zoom gets so low that ↵Paul Davis
rounding errors cause an iterative convergence on the "true" position if zoom-focus = playhead git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2914 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11fixes for region menus; fixes for new session dialog/Gnome VFS assertionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2897 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-10set-punch-loop-from-region added (missing somehow!); keybindings changed; ↵Paul Davis
tarball fixes; SConstruct looks for fftw3f before committing to rubberband usage git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2873 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-10small keybinding changes; fixup play-selected-regionsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2871 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09fix setting fade in/out lengths with keyboard to not leave region selected ↵Paul Davis
and ignore stupid edit points git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2858 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09clever fixes to make keyboard-driven trimming work nicelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2856 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09make separate work with/without selected tracks; make ↵Paul Davis
align-regions-*-relative work correctly; make waveform muted color show correctly git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2855 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09fix up some errors with fade in/out commands; make ↵Paul Davis
commit_reversible_command() do nothing if the transaction contains no commands; fix up undo with fade in/out objects git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2854 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-04a few fixes for zoom, plus the results of unfinished work on zoom redrawing, ↵Paul Davis
plus cleanup of debugging code in DnDTreevew git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2827 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-29fixed edit focus @ edit point behaviourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2817 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-21first pass at making shift-click to select region extend the selection ↵Paul Davis
vertically across tracks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2809 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-21fix up nudge for marker motion; make keyboard handling do the right thing ↵Paul Davis
when numlock is pressed and an un-modified key press event occurs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2807 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-20change behaviour of play-at-edit-point....; fix crash in SAE context with ↵Paul Davis
automation button; new SAE logos etc git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2801 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ↵Paul Davis
other fixes from the OS X world git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-17make click on empty canvas area clear selection; change zoom-ot-region to be ↵Paul Davis
a toggle; fixup naming of audition-selection/play-selected-region git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2789 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-11add about 1cm of space to each end when zoom-to-region is invoked; hide ↵Paul Davis
loading dialog when user answers "no"; fix glog message about absolute dirname; make audition-region just play the timeline for the right range git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2777 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-04add pitch shifting; minor fixes elsewherePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-03add single-layer zoom toggle; add toggle-fade-active commands (& bindings ↵Paul Davis
for SAE); add zoom-to-region; allow 2 digits in the tempo dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2735 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-30fix absurd bug with crop regionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2731 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-30don't put NDF/DF in clocks if there is no DF/NDF alternative; make ↵Paul Davis
deselect-all and invert-selection operations work properly; fix bug in edit range determination with no selected marker; popup dialog when no range can be determined; add new WINDOW modifier to SConscript to allow different conventions on OS X and linux git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2730 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-29fix bug with insert region when no track is selected; make keybindings ↵Paul Davis
editor show apple-like names for modifiers; fix range marker menu; fix mapping of keybindings to Quartz equivalents; make cycle-edit-point work without marker unless specifically requested git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-29add set-loop-from-region variants; no grabber cursor in object mode (for ↵Paul Davis
SAE); fixup add track dialog for SAE profile (no track mode selector) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2727 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-29make region renaming even more accessiblePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2724 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-28add set loop/punch from edit-range; don't select track when propagating ↵Paul Davis
region list selection into tracks git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2723 d708f5d6-7413-0410-9779-e7cbd77b26cf