Commit Graph

9 Commits

Author SHA1 Message Date
Léa Saviot
9f018eb9d9 [escher/view] setFrame and layoutSubviews can be forced 2020-02-12 15:13:15 +01:00
Ruben Dashyan
07a9116147 [apps/statistics] Remove public MultipleDataView::editableBannerView() getter
Instead use existing protected virtual bannerView() getter. The reason
why both existed is that one was const but not the other. A const
variant is needed only exceptionally: in bannerFrame() which is called
by drawRect().
Moreover, bannerView() is virtual and is overridden in its derived
classes using co-variant return types. That fact is important in the
following commit.
2019-05-03 15:54:21 +02:00
Léa Saviot
ce752eb553 [apps/stats] Fix color problem when unselecting the box views
Problem:
In Statistics, select a box view then press back to select a tab: the
previously seleted box stays colored even though it is unselected.
2018-07-04 14:21:19 +02:00
Léa Saviot
0cb2c6215d [apps/stats] Color the boxes 2018-05-29 15:34:49 +02:00
Léa Saviot
ed703c20cd [apps/stats] Adapt box vertical size to number of boxes. 2018-05-29 15:34:49 +02:00
Léa Saviot
6e9021ed35 [apps/stats] Fix display one axis only in Box tab
The axis view is now a separate view, so there is no problem of
computing the height of the "axed" box view.
2018-05-29 15:34:49 +02:00
Léa Saviot
3ce71b4ef9 [apps/stats] Give bigger frame the box view that display axis 2018-05-29 15:34:49 +02:00
Léa Saviot
6b5cea34a7 [apps/stats] Display only one axis in box view 2018-05-29 15:34:49 +02:00
Léa Saviot
81b09501cb [apps/stats] Display multiple boxes 2018-05-29 15:34:49 +02:00