summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-19add Location::set_skip() to allow toggling of skip-functionality for a given ...Paul Davis
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-09-19duplicate all ARDOUR::Location signals so that we have one static signal that...Paul Davis
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis
2014-09-17add action and menu item to control use of skip playbackPaul Davis
2014-09-17do not mark session dirty during loading process; sync with loaded locations ...Paul Davis
2014-09-17use Config->get_skip_playback() when handling Skip eventsPaul Davis
2014-09-17new Config var to control whether skip playback is used or notPaul Davis
2014-09-17add IsSkip enum to enums.ccPaul Davis
2014-09-17shift-drag on range marker bar creates skip ranges, for nowPaul Davis
2014-09-17add new Skip event to SessionEventsPaul Davis
2014-09-17fix small thinko with --no-lxvst optionPaul Davis
2014-09-17new code to support creating skip markersPaul Davis
2014-09-17remove old connections to (now) static Location signalsPaul Davis
2014-09-17Locations::clear_ranges() leaves punch/loop/session ranges intact if they existPaul Davis
2014-09-17do not stupidly try to save punch/loop/session ranges during clear_ranges opPaul Davis
2014-09-17correctly connect to Location static signalsPaul Davis
2014-09-16add new type of location, with _flags & IsSkip being non-zeroPaul Davis
2014-09-16header file part of initial attempt to push certain kinds of Locations into L...Paul Davis
2014-09-16initial attempt to push certain kinds of Locations into LocateRoll events on ...Paul Davis
2014-09-16Locations should listen to location changed signals, and emit its own changed...Paul Davis
2014-09-16change Location "change" signals of various kinds to be staticPaul Davis
2014-09-16set the CairoWidget focus handler; reset focus when the mouse pointer leaves ...Paul Davis
2014-09-16ArdourButton should call the focus handler of CairoWidget from its button pre...Paul Davis
2014-09-16add a focus handling callback so that all button press events on CairoWidgets...Paul Davis
2014-09-16escape should reset focus as well as abort drags/clear selectionPaul Davis
2014-09-15if a (file) source really cannot be found, differentiate between audio & MIDI.Paul Davis
2014-09-15fix up condition where a MIDI filesource is marked empty, not found, and its ...Paul Davis
2014-09-15FileSource should not generate its own error message when a file is missingPaul Davis
2014-09-15tentative fix for losing (empty) MIDI files. Incomplete because testing shows...Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-15fix compiler warningsPaul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-09-15fix double-click-shows-region-properties in Ripple modeBen Loftis
2014-09-13change dummy backend to default to _("Silence").Robin Gareus
2014-09-13osx packaging tweaks:Robin Gareus
2014-09-13fix osx bundle script for new .rc file namesRobin Gareus
2014-09-13*t*racks not *c*hannels (amend 009ced9640)Robin Gareus
2014-09-13fix CPI window handling:Robin Gareus
2014-09-13fix crash when importing midi files with >1 midi-channel -- fixes #5965Robin Gareus
2014-09-13update ghost track colors:Robin Gareus
2014-09-13NOOP, format default-config valuesRobin Gareus
2014-09-13Fix restore of Jack driver settingColin Fletcher
2014-09-13Return playhead to last start position when aborting captureColin Fletcher
2014-09-13Make zoom-to-session include regions currently being recordedColin Fletcher
2014-09-13Fix spurious 'You cannot put a CD marker at this location' errorColin Fletcher
2014-09-13Be sure to initialise ExportFormatSpecification::_soundcloud_uploadColin Fletcher
2014-09-13Add 2 new source files to our 'gtkmm2ext' project (MSVC)John Emmas