summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-18fix blank mini-timelineRobin Gareus
2016-12-18consolidate mini-timeline code, latch exposeRobin Gareus
2016-12-18Simplify spacer codeRobin Gareus
2016-12-18Transport Layout: horizontal separator makes it look too busy. Commented out ...Ben Loftis
2016-12-18repack widgets, and add some spacer elementsBen Loftis
2016-12-18Add clock-button tooltipsRobin Gareus
2016-12-18Tweak Tempo and Meter precision, and shorten the label to accomodateRobin Gareus
2016-12-18Revert mini-timeline marker drawing to before 448f921dRobin Gareus
2016-12-18consistent size of sync-buttonRobin Gareus
2016-12-19show all parameters when adding a meter via the tempo dialog.nick_m
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-18mini-tl: subscribe to location add/remove signalsRobin Gareus
2016-12-19there is no curve for identical note_types_per_minute values.nick_m
2016-12-18Transport Layout:Ben Loftis
2016-12-17Transport Layout: Alert buttons do not need to be red when inactiveBen Loftis
2016-12-17Transport Layout: Attempts to standardize button sizes and padding.Ben Loftis
2016-12-17Mini-timeline: Any click not on a marker should trigger a locateBen Loftis
2016-12-17Mini-timeline: Use timeline colors from configBen Loftis
2016-12-18should not really bind a shared_ptr<Port> to a sigc slot, so don't do thatPaul Davis
2016-12-18move termination of auto connect thread till after control protocols are dest...Paul Davis
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-12-17remove channel filter status and button from MIDI track header, access via co...Paul Davis
2016-12-17fix gcc4 compilation (local type used in template)Robin Gareus
2016-12-17Refine transport tool bar layoutRobin Gareus
2016-12-17Prepare mini-timeline widget for toolbarRobin Gareus
2016-12-17remove cruftRobin Gareus
2016-12-17Add UI to set global track layered modeRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-12-17Move selection/punch clocks to editor SidebarRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-17Rework shuttle control displayRobin Gareus
2016-12-17Add API to query editor's playhead cursor positionRobin Gareus
2016-12-16initial attempt at importing SMF tempo maps during MIDI import.Paul Davis
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16tweak presentation of SMF tempo optionPaul Davis
2016-12-16show tempo information for MIDI files in preview pane; start to offer choice ...Paul Davis
2016-12-16"toll free bridging" between smf_tempo_t and Evoral::SMF::TempoPaul Davis
2016-12-16expose SMF tempo information in Evoral::SMFPaul Davis
2016-12-16add function to get number of tempos found in SMF tempo mapPaul Davis
2016-12-16unused but slightly tricky code to add track name/instrument to an SMF file w...Paul Davis
2016-12-16add comments about limitations for Evoral::SMF and tracksPaul Davis
2016-12-16MIDI tracer actually changes the event-loopRobin Gareus
2016-12-16fix generic plugins for toggle with 2 scalepoints (enum)Robin Gareus
2016-12-15some further invalidation details:Robin Gareus
2016-12-15store InvalidationRecord in a Connection object and ref/unref it as appropriatePaul Davis
2016-12-15add ::use_count() method to InvalidationRecordPaul Davis
2016-12-16be a bit less flickery when redrawing tempo/meter markers.nick_m