ardour.git
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-08-17 Paul Davisforgetten menu items from previous commit
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6842
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-15 Paul Davissome fuzzy logic to avoid note "overlaps" during step...
2010-08-15 Paul Davissplit out the logic behind step editing from MidiTimeAx...
2010-08-15 Carl HetheringtonFix windows key shortcuts on Linux.
2010-08-15 Carl HetheringtonAnother missing icon.
2010-08-15 Carl HetheringtonFix missing icons.
2010-08-15 Carl HetheringtonFix up solo / mute colouring in the tracks list. Shoul...
2010-08-15 Carl HetheringtonMake route list tab LEDs follow record state correctly.
2010-08-15 Carl HetheringtonAdd Beat/20 grid subdivision. Fixes #3126.
2010-08-15 Carl HetheringtonNo-op: indentation.
2010-08-14 Carl HetheringtonAdd note edit dialog. Fixes #3346.
2010-08-13 Carl HetheringtonName phase invert buttons correctly so that themeing...
2010-08-13 Paul Davisstep editor: add double, triple dotted note support...
2010-08-13 Paul DavisBindings save release bindings as well as press bindings
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-08-13 Carl HetheringtonPatch from colinf to add tape-style region stretching...
2010-08-13 Carl HetheringtonAdd shortcut for link object/range mode. Fixes #3242.
2010-08-13 Carl HetheringtonFix bug whereby region could not be dragged to the...
2010-08-13 Carl HetheringtonSet tooltips correctly so that range button gets a...
2010-08-13 Carl HetheringtonDon't set session dirty flag on setting up the play...
2010-08-13 Paul Davisadd step editing sustain support
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-08-13 Carl HetheringtonHopefully fix dropped MIDI notes on loop. Fixes #3133.
2010-08-13 Paul Davisonly the last step-edited note remains selected after...
2010-08-12 Carl HetheringtonAdd option to normalize across all selected regions...
2010-08-12 Paul Davislotsa keybindings for nearly everything in the step...
2010-08-12 Paul Davisforward port commit 7608 for a3
2010-08-12 Carl HetheringtonMake automation-follows-regions the default.
2010-08-12 Carl HetheringtonModify option text to reflect the fact that MIDI automa...
2010-08-12 Carl HetheringtonIndent sub-options for moving locked/glued markers.
2010-08-11 Carl HetheringtonAdd option to insert time to move glued / locked marker...
2010-08-11 Carl HetheringtonMove insert time dialog to its own file.
2010-08-11 Paul Daviswhen adding a new region for step editing, do rounding...
2010-08-11 Paul Davismake step edit cursor follow zoom (and change its color...
2010-08-11 Paul Davisfix up initial step edit pos when operating on an exist...
2010-08-11 Paul Davisvari-size rect as step-edit cursor
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-11 Paul Davisrename mezzo-piano dynamics icon for consistency
2010-08-11 Paul Daviswhite versions of the SVG dynamics icons
2010-08-11 Paul Davisswitch dynamics icons to white and shrink their size...
2010-08-11 Carl HetheringtonAdd submenus for route group, playlist and automation...
2010-08-11 Carl HetheringtonMove track mode into a submenu.
2010-08-11 Carl HetheringtonHopefully fix up automation control point selection...
2010-08-10 Paul Davislabel various spinners in the step editor
2010-08-10 Paul Davisneo was told there was no spoon, i'm telling you there...
2010-08-10 Paul Davispart 2 of the OMG-make-radio-buttons-and-actions-work...
2010-08-10 Paul Davisthe OMG-make-radio-buttons-and-actions-work-properly...
2010-08-10 Carl HetheringtonHopefully fix up region click + drag which I broke...
2010-08-10 Carl HetheringtonFix last-minute breakage of Ctrl-Click.
2010-08-10 Carl HetheringtonImprove ctrl-click behaviour of automation points....
2010-08-10 Carl HetheringtonSetup clock sensitivity with lock correctly.
2010-08-10 Carl HetheringtonDon't drop MIDI messages that arrive at the very start...
2010-08-10 Carl HetheringtonGive mixer strips panners and a mono button based on...
2010-08-09 Carl HetheringtonFix compatibility of marker positional lock style with...
2010-08-09 Carl HetheringtonFix up state save/load of location lock/glue settings.
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-09 Carl HetheringtonAdd glue / lock buttons to the location window.
2010-08-09 Carl HetheringtonFix fitting of automation tracks. Fixes #3384.
2010-08-09 Carl HetheringtonShow selected status visually for AutomationTimeAxisViews
2010-08-09 Carl HetheringtonMove get_child_list() into TimeAxisView.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-09 Carl HetheringtonUpdate note name correctly during drag. Fixes #3382.
2010-08-09 Carl HetheringtonIn marks_either_side, don't return a marker that is...
2010-08-09 Carl HetheringtonCopy-edit.
2010-08-09 Carl HetheringtonReset entered_track if it is set to an automation child...
2010-08-09 Carl HetheringtonRemove unnecessary connection option editor. Add GPL...
2010-08-08 Carl HetheringtonExplicitly check for and link libcurl and the dl* funct...
2010-08-08 Carl HetheringtonAdd GPL boilerplate.
2010-08-08 Carl HetheringtonMinor copy-edit.
2010-08-08 Carl HetheringtonAdd tooltip for edit mode selector. Shorten strings...
2010-08-08 Carl HetheringtonLabel panner automation sliders the same as panners.
2010-08-07 Carl HetheringtonCall activate() on plugins when setting state so that...
2010-08-07 Carl HetheringtonUse a ticked Lock item for markers rather than Lock...
2010-08-07 Carl HetheringtonFix a panner crash when reducing a route's output count...
2010-08-07 Carl HetheringtonAllow local-scope strings to be passed in as constructo...
2010-08-07 Carl HetheringtonPossibly-useful assert.
2010-08-06 Paul Davisdon't try to look up the key info for actions that...
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-06 Paul Davisstart using new keybinding stuff in step editor dialog
2010-08-06 Paul Davisfunctions related to blocking mothership callbacks
2010-08-06 Paul Davisnew files for new per-window/action-driven key binding...
2010-08-06 Paul Davisfix initialization of channel adjustment step sizes
2010-08-06 Carl HetheringtonFix reset_objects for MIDI automation views.
2010-08-05 Paul Davisactually read&parse current version from ardour.org...
2010-08-05 Paul Davisfirst pass a "phone home" facility for version tracking...
2010-08-05 Paul Davisslightly more info when debugging the kbd snooper
2010-08-05 Paul Davisunused new actions code for step entry
2010-08-05 Carl HetheringtonRemove somewhat confusing view_to_model_coord_x method.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-08-05 Carl HetheringtonClean up handling of track vs region automation a bit.
2010-08-04 Paul Davismake bar-resync button in step editor work (move insert...
2010-08-04 David RobillardFix spacey tabs...
2010-08-04 Paul Davisadd beat-resync button to step editor (move insertion...
2010-08-04 Paul Davisextend step-edited region correctly; scroll to keep...
2010-08-04 Paul Davisendless further tweaks to step editor; stop stealing...
2010-08-04 Carl HetheringtonFix SNAFU with auto-connect. Fixes #3379.
next