Romain Goyet
2bf83c43a8
[apps/shared] Factorize CurveView::label
...
There was a lot of code duplication.
I removed the initialization of xLabel{} and yLabels{} because those are
scratch buffers that shouldn't be accessed before being written to
anyway.
2020-03-11 09:51:33 +01:00
Émilie Feral
dfd4811136
[apps/shared] CurveView: change API to expose 'drawLabel' and
...
'drawLabelsAndGraduations'
2020-02-12 15:13:20 +01:00
Léa Saviot
335264e944
[apps] Typo: drawAxes is now drawAxis
2019-01-10 11:42:05 +01:00
Léa Saviot
4e81684b08
[apps/stats] No need for special handling of the subview banner views
...
Just put them to nullptr.
2018-06-12 15:50:50 +02:00
Léa Saviot
e0518ecaf9
[apps/stats] Remove histogram blinking
2018-06-11 13:58:23 +02:00
Léa Saviot
ac59105a46
[apps/stats] Display the labels of the bottom histogram only
2018-05-29 15:34:49 +02:00
Léa Saviot
9c1c16c8dd
[apps/stats] Color the histogram
2018-05-29 15:34:49 +02:00
Léa Saviot
a9ec0a3805
[apps/stats] Fix histogram dirty tracking
2018-05-29 15:34:49 +02:00
Léa Saviot
c84fd45b97
[apps/statistics] Show several histograms
2018-05-29 15:34:49 +02:00
Léa Saviot
614b74eff9
[apps/statistics] Clean HistogramView
2018-05-29 15:34:49 +02:00
Léa Saviot
11251f03de
[apps] Fix Statistics: now displays three series
2018-05-29 15:34:48 +02:00
Émilie Feral
ef8f5e07c2
[apps] In CurveView, replace the virtual method evaluateModelWithParameter by a function given as parameter (to be able to call Curve view methods with different implementation of evaluateModelWithParameter)
2018-01-30 18:19:27 +01:00
Jacob Young
17ac54cad5
Use cmath in c++ files.
2017-10-13 18:08:15 +02:00
Émilie Feral
f0a776a670
[apps] Operations in double when precision required
...
Change-Id: I7168a861a76178f0bf81841e9378f7399f67914a
2017-08-17 09:31:53 +02:00
Émilie Feral
c7c37ac7b1
[apps/statistics] Avoid blinking in histogram view
...
Change-Id: Ia50ef402a381205ded2fc956e7d345853d4654e1
2017-06-08 18:30:46 +02:00
Émilie Feral
f05b591605
[apps] Color consistency
...
Change-Id: I17bd72a542985bdf117595a28c52fd2dd9a1f0cb
2017-06-02 17:39:18 +02:00
Émilie Feral
0f987ebdc5
[apps] Fix uninitialized variables
...
Change-Id: Ia8a218786028d8e8da7faf6b17313fc160d0f264
2017-05-09 15:08:31 +02:00
Émilie Feral
23026b6718
[apps/shared] Namespace shared
...
Change-Id: I6dec7ce900bb4e801a25c567fe5e242cb744cf29
2017-02-13 17:15:06 +01:00
Émilie Feral
ad95a693da
[escher] In palette, change name: YellowOne/Two -> YellowDark/Light
...
Change-Id: I0eba4914f7b4f9f78d7797d47fb893bd66ece454
2017-01-27 12:03:38 +01:00
Émilie Feral
07aadd41b0
[apps/statistics] Improve histogram drawing
...
Change-Id: I1576be34d8154461541a854a0a03fb5796a90615
2017-01-27 12:00:23 +01:00
Émilie Feral
c3008ca360
[apps] Improvements of MVC structure regarding curve views and ranges
...
Change-Id: Iec8031dbf349c34c18694dffabd02ef9c88ebf2d
2017-01-18 14:31:42 +01:00
Émilie Feral
c19ecaeebe
[apps] In curve view, avoid to reload the whole view when reloading
...
cursor
Change-Id: Ie8c0e100159201cc6b11122eeb567c68092a7b06
2017-01-15 20:09:18 +01:00
Émilie Feral
affda5eae9
[apps] Modular reimplementation of application models (stores and
...
ranges) and of curve views/curve view controllers.
Change-Id: If4ca9bf1bec024917ef540a3fc7baefa8700f7ba
2017-01-10 13:35:19 +01:00
Émilie Feral
6e9528103b
[apps] Factorize banner view implementation.
...
Change-Id: Iedc4350d2bed0f1b1c597c2492e028293f58d5f2
2017-01-09 15:08:56 +01:00
Émilie Feral
b17222112a
[apps] Change model data -> float pair store.
...
Change-Id: I72d5291f3168f2588e2a955476724ce95e32e6f5
2017-01-09 15:08:56 +01:00
Émilie Feral
2293d9f933
[apps] Factorize the reload methods in all subclasses of curve view
...
Change-Id: I77e04df7ab36b46582c221f7e07797e6d1bce0e2
2017-01-09 15:08:55 +01:00
Émilie Feral
a1b14762b2
[apps/statistics] Do not shit the origin label in histogram view
...
Change-Id: I4c3f67e6284a8fdc2d6850e278a414968c232184
2017-01-09 15:08:55 +01:00
Émilie Feral
852a6146e8
[apps] Rename methods in curve view with banner
...
Change-Id: I676ea90c241de1ade692fa04ee9c1daa89f3480f
2017-01-09 15:08:54 +01:00
Émilie Feral
77b4187888
[apps/statistics] Change name: banner view -> histogram banner view
...
Change-Id: Ib8b864b7b17f7cd3ad028701380bf949a0915876
2017-01-09 15:08:54 +01:00
Émilie Feral
ad93c1efd2
[apps/statistics] Make histogram view and box view inherits from curve
...
view with banner
Change-Id: Iab25cb2442ee7b20a97dfa4e4fce9742f16e5a96
2017-01-09 15:08:54 +01:00
Émilie Feral
035673dc61
[apps/statistics] Make the histogram banner appears and dispapears when
...
navigating on the histogram page
Change-Id: I2a00f2f29fe462638513af0d3f62394fb2f29e32
2017-01-09 15:08:54 +01:00
Émilie Feral
8d94b4f26b
[apps]Make the curve view margins customisable
...
Change-Id: I7a632ae9ad98ae0b92a2259fa8465c3aecfbf570
2017-01-09 15:08:54 +01:00
Émilie Feral
88166440b0
[apps] In curve view, merge drawDiscreteHistogram and drawHistogram
...
methods in a unique method
Change-Id: I7093f1c0d639cc77f7e73bddf15fadc5c967823b
2017-01-09 15:08:54 +01:00
Émilie Feral
699ee7ddc5
[apps] CHange name in curve view:
...
evaluateCurveAtAbscissa->evaluateModelWithParameter
Change-Id: Iface679b85d20fc59e8197eb14b516ad86d97862
2017-01-09 15:08:54 +01:00
Émilie Feral
fecf0eb3a5
[apps/statistics] Change name: barStart -> firsBarAbscissa
...
Change-Id: Ia5d39ff3d4b8539b9028afd55476a0d310578dde
2017-01-09 15:08:54 +01:00
Émilie Feral
e8bb416bec
[apps] In cuve view, always put KDContext and KDRect as first parameters
...
Change-Id: I606f6bbe798fba9c75cd98e8857cd020b0eb0ca0
2017-01-09 15:08:54 +01:00
Émilie Feral
fd8613ac7a
[apps/statistics] Redesign data API with Romain
...
Change-Id: I666125ae85e04311806379a4ec2255c256f253f2
2017-01-09 15:08:53 +01:00
Émilie Feral
1719569b65
[apps/statistics] Optimize the dirty tracking of histogram
...
Change-Id: I1f4a05729bce0cd4131692ef3f1112a03e73c005
2017-01-09 15:08:53 +01:00
Émilie Feral
cb042957af
[apps/statistics] Display the banner below the histogram
...
Change-Id: I4e4c2aba6ac286de932a6d52b653c59cb1a1b565
2017-01-09 15:08:53 +01:00
Émilie Feral
434906bbdb
[apps/statistics] Update the data model to handle the bin selection and
...
th window scrolling
Change-Id: Iee2fe9e3f7f11d8b5c146aca9167f36f2d040d83
2017-01-09 15:08:53 +01:00
Émilie Feral
4c66e820d0
[apps/statistics] Handle bin selection in histogram controller
...
Change-Id: Ie6c8c99087b99b6d16cbdd4463875c187963077f
2017-01-09 15:08:53 +01:00
Émilie Feral
8aff2dac2b
[apps] In curve view, distinguish 2 methods to draw discrete histograms
...
and any histogram
Change-Id: I52cec9a3c063d80b0385f8dded1e3de9f6837fdc
2017-01-09 15:08:53 +01:00
Émilie Feral
aef540efb6
[apps/statistics] Create a histogram view inheriting from cruve view
...
Change-Id: I7e6d027e50ec040e1fe6ee6354d9275dc3a025d9
2017-01-09 15:08:53 +01:00