summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-16Register colour aliases for tempo curve.nick_m
2016-06-14no divider/full allocation of LHS of mixer "display" with no VCAsPaul Davis
2016-06-14avoid crash after removing a VCAPaul Davis
2016-06-14no debug output, eitherPaul Davis
2016-06-14no pingbacks if running a development versionPaul Davis
2016-06-14mark mixer strip name label (button) as having occasional textPaul Davis
Sometimes it shows a track number, sometimes not, but this should never affect its size request
2016-06-14remove commented linePaul Davis
2016-06-14mark mixer strip width and hide buttons as squarePaul Davis
2016-06-14extend ArdourButton API to provide a new tweak for buttons with occasional textPaul Davis
Buttons with this tweak do not change their size request based on their text (or lack of it)
2016-06-14remove debug output from Pane codePaul Davis
2016-06-14wording change for key binding dialog remove shortcut button labelPaul Davis
2016-06-13add shuttle colors to all themes.Paul Davis
Everythign except "dark" probably needs editing by a theme maintainer
2016-06-13show ShuttleControl GUI some love.Paul Davis
now uses Pango, not Cairo, for text rendering
2016-06-13OSC: Catch new strips, gone strips and redo banks and observers. Add more ↵Len Ovens
select feedback.
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-13write some code to limit pane handle positions on OS X.Paul Davis
So far untested, and uncompiled
2016-06-13Remove some Windows icons which I'm told we don't need any more...John Emmas
2016-06-12use WindowProxy::signal_(map|unmap) to keep window toggle actions in their ↵Paul Davis
correct state
2016-06-12give WindowProxy its own map/unmap signals so that other things can track ↵Paul Davis
map/unmap without accessing the Window
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ↵Paul Davis
rely on a recursive run loop
2016-06-13Pick a colour for music-locked tempo markers.nick_m
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-12hide mixer group tabs when spilling control master slavesPaul Davis
2016-06-12fix crash when removing a track in the presence of VCAsPaul Davis
2016-06-12don't show meter for integer/enum outputs in a generic plugin UIRobin Gareus
2016-06-12fix typoRobin Gareus
2016-06-12MackieControl: in sends subview, if there are no sends for a vpot, drop the ↵Paul Davis
controllable for the vpot
2016-06-12fix MCP Cancel button "escape" actionPaul Davis
2016-06-12redesign/reimplement selection knowledge in MackieControlProtocol objectPaul Davis
strips listen to Stripable::presentation_info().PropertyChange, and forward selected status changes to the MCP object
2016-06-12reduce verbosity of -D mackie in the presence of continued ↵Paul Davis
handshaking/keepalive messages.
2016-06-12update post-export command placeholder documentationRobin Gareus
2016-06-12more meta-data placeholders for post-export commandRobin Gareus
2016-06-11OSC: Add send enable control.Len Ovens
2016-06-11make RouteGroupDialog non-modal.Paul Davis
Not really how/why it was modal, but it did run a recursive main event loop, and these are always a bad idea for lots of reasons. So I removed that feature, which makes it non-modal. Not 100% tested yet.
2016-06-11OSC: added solo isolate and solo safe/lock.Len Ovens
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ↵nick_m
audio basis for non-musical snap.
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-10OSC: Constrain master pan position as width requires.Len Ovens
2016-06-10OSC: force non-active controls to zero. Keep pan within range wide allows.Len Ovens
2016-06-11Unused variable - no-op.nick_m
2016-06-11Make RegionView less aggressive about trimming the front of a region.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
- hopefully this can close bugs such as 6270 & 6793
2016-06-10make sure editor can follow visibility changes for VCAsPaul Davis
2016-06-10do not add master to Mixer_UI's TreeModel - explicitly pack it and never ↵Paul Davis
unpack it
2016-06-10Fix the reference to i18n_po, fix Paul's second nameAlexandre Prokoudine
2016-06-10another PresentationInfo sort order fix.Paul Davis