log src/app/visualisations/grid/grid.component.ts @ 509:041468f553e1 tip master

age author description
Wed, 05 Jul 2017 18:52:12 +0100 Lucas Thompson Rename to something a bit more appropriate.
Wed, 05 Jul 2017 18:42:12 +0100 Lucas Thompson Introduce PlayheadRenderer, implement in the waves base. Make VerticallyBounded and VerticalScaleRenderer generic and remove bin equivalents. Forward calls for a PlayheadRenderer from VerticalScaleComponent on to its children. Also update other components accordingly.
Fri, 30 Jun 2017 16:25:58 +0100 Lucas Thompson Rename type and make it an abstract class to stop angular-cli complaining (I still don't understand this).
Fri, 30 Jun 2017 15:21:38 +0100 Chris Cannam Use bin numbers for scale labels if bin names are not provided
Fri, 30 Jun 2017 12:08:50 +0100 Chris Cannam Add vertical binned scale for matrix shapes. Requires waves-ui-piper
Fri, 30 Jun 2017 09:07:12 +0100 Chris Cannam Bring through (but don't yet use) bin names from output descriptor
Thu, 29 Jun 2017 15:06:16 +0100 Chris Cannam Add vertical scale to matrix, but just using matrix bin count to begin
Sun, 04 Jun 2017 20:15:20 +0100 Lucas Thompson Angular DI can't figure out these are derived from WavesComponent. Add provider for base.
Wed, 31 May 2017 19:24:21 +0100 Lucas Thompson Remove redundant imports.
Wed, 31 May 2017 19:21:02 +0100 Lucas Thompson ViewChild properties are, of course, inherited (why wouldn't they be?!). So, further de-duping.
Wed, 31 May 2017 19:14:46 +0100 Lucas Thompson Refactor based on pattern which emerged when implementing multiple components. Still some very obvious dupe regarding the ElementRef stuff, I don't think ViewChild decorated props are inherited.. but I haven't actually verified that.
Wed, 31 May 2017 17:33:23 +0100 Lucas Thompson Basic grid, bringing in old code from waveform.component.ts. Issues with display when rendered when zoom level / offset is non zero. Same for some other components too, probably needs to be solved upstream in waves-ui-piper.