summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-06-21add comment button fill color alias for *all* themesPaul Davis
2016-06-21add tempo curve colors to unastudia theme.Paul Davis
Colors need adjusting by a theme owner/maintainer
2016-06-21add shuttle colors to unastudia theme.Paul Davis
Colors need adjusting by a theme owner/maintainer
2016-06-21new "studio one" theme from user straightothebarPaul Davis
2016-06-21show first word of comment on track's comment-buttonRobin Gareus
2016-06-21fix section naming in bindings filePaul Davis
2016-06-20fix comment-button highlightRobin Gareus
2016-06-15initial working version of "printing" keybindings (via a browser)Paul Davis
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-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-13use pane position mgmt on appropriate panesPaul Davis
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-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-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-12update post-export command placeholder documentationRobin Gareus
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-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-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-10another PresentationInfo sort order fix.Paul Davis
2016-06-10fix behaviour of select_(next|prev)_route() in editor, when VCAs are present.Paul Davis
2016-06-10Use generic sorter.Paul Davis
2016-06-10EditorRoutes needs to connect to the right property change signal.Paul Davis
2016-06-10EditorRoutes needs to respond to PropertyChanged(selected)Paul Davis
2016-06-10make sure RouteUIs show selection status at startupPaul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
The semantics for sorting PresentationInfo are up to the caller, not the PresentationInfo object, so operator<() was removed and callers specifically invoke ::order() for sorting.
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
includes change to Mackie support so that strips listen for PropertyChange on the stripables they represent, no global selection change used anymore.
2016-06-09avoid missing stuff after adding tracks/busses/vcas in mixerPaul Davis
2016-06-09retain route i/o choice across show()'s of the AddRouteDialogPaul Davis
2016-06-10phase out phase in favor of polarityRobin Gareus
2016-06-09work "hide" button on VCA stripPaul Davis