redgl0w
e3da950704
Update catalog.universal.i18n
2019-11-02 15:53:09 +01:00
redgl0w
83a89a0151
Update catalog.pt.i18n
2019-11-02 15:52:50 +01:00
redgl0w
f2a79e9970
Update catalog.fr.i18n
2019-11-02 15:52:34 +01:00
redgl0w
ab8ecd767a
Update catalog.es.i18n
2019-11-02 15:52:06 +01:00
redgl0w
bc9f5d964a
Update catalog.en.i18n
2019-11-02 15:51:27 +01:00
redgl0w
ac6e60e2eb
Update catalog.de.i18n
2019-11-02 15:50:15 +01:00
redgl0w
5ce621b7c5
Update catalog.pt.i18n
2019-11-02 10:12:37 +01:00
redgl0w
78e66620f7
Update catalog.fr.i18n
2019-11-02 10:12:16 +01:00
redgl0w
3ad3ef6be4
Update catalog.es.i18n
2019-11-02 10:11:51 +01:00
redgl0w
49b5c6c22d
Update catalog.en.i18n
2019-11-02 10:11:20 +01:00
redgl0w
1e4d97e323
Update catalog.de.i18n
2019-11-02 10:10:56 +01:00
redgl0w
9348ba9e56
Update catalog.universal.i18n
2019-11-02 10:10:25 +01:00
redgl0w
3db48eac4f
Update python_toolbox.cpp
2019-11-02 10:09:53 +01:00
Émilie Feral
6befc1e146
[apps/graph] interestingXHalfRange: ignore infinite characteristic x
...
range
2019-10-18 14:32:57 +02:00
Émilie Feral
f6cfcab4e5
[apps/shared] CurveView: add an assertion on the number of labels to
...
avoid reading out of bound memory
2019-10-18 14:32:57 +02:00
Émilie Feral
92a623378d
[apps/settings] Fix epsilon.onboarding.update build
2019-10-17 11:53:48 +02:00
Romain Goyet
758c217120
[ion] ion_main takes const arguments
2019-10-16 10:01:00 +02:00
Émilie Feral
abfda7dbce
[apps/shared] ValuesController: fix viewWillAppear, reset memoization
...
before reloading data
2019-10-07 15:02:34 +02:00
Émilie Feral
5928a6fd80
[apps/shared] ValuesController: reload memoization when deleting rows
2019-10-07 15:02:34 +02:00
Émilie Feral
e87a096689
[apps/shared] didChangeCell reload only cells corresponding to the
...
modified abscissa
2019-10-07 15:02:34 +02:00
Émilie Feral
cd7071277b
[apps/shared] Use memmove instead of shifting the table cell by cell
2019-10-07 15:02:34 +02:00
Émilie Feral
a81f76332c
[apps/shared] ValuesController: when reloading an entire row, reload
...
only visible cells
2019-10-07 15:02:34 +02:00
Émilie Feral
b40c89cae8
[apps/graph][graph/sequence][graph/shared] Change constant names: add
...
"displayable" when adequate
2019-10-07 15:02:34 +02:00
Émilie Feral
a19edb4460
[apps/graph][apps/sequence] Add comments
2019-10-07 15:02:34 +02:00
Émilie Feral
d4f6f5a477
[apps/graph] ValuesController: Decrease the number memoized cells by
...
making the cell wider
2019-10-07 15:02:34 +02:00
Émilie Feral
2efbec59a1
[apps/shared] Avoid extra calls to numberOfMemoizedColumn
2019-10-07 15:02:34 +02:00
Émilie Feral
f995fb0fc2
[apps/shared] ValuesController: reload memoized cell when abscissa is
...
edited
2019-10-07 15:02:34 +02:00
Émilie Feral
60ad096956
[apps/graph][apps/sequence] ValuesController memoization buffer does not
...
require the same size for Sequence and Graph
2019-10-07 15:02:34 +02:00
Émilie Feral
dc3c67a2d2
[apps/shared][apps/graph][apps/sequence] Clean ValuesController
2019-10-07 15:02:34 +02:00
Émilie Feral
164572ca1e
[apps/shared][apps/sequence][apps/graph] Speed-up values table scrolling
...
by memoizing values cell buffers
2019-10-07 15:02:34 +02:00
Émilie Feral
5df8c6de57
[apps/graph] ValuesController::numberOfColumnsForPlotType: add a
...
parameter in order to take into account the abscissa column or not
2019-10-07 15:02:34 +02:00
Léa Saviot
19921ec125
[apps/regression/graph] Fix roundCursorView drawing glitch
...
Scenario:
f(x)=cos(x)
CalculateZeroes -> drawing glitch
Right, Back -> drawing glitch
2019-10-04 09:38:23 +02:00
Émilie Feral
98f2b8a11f
[poincare][apps/shared] Use IEEE754::exponentInBase10 instead of
...
std::floor(std::log10()) to avoid precision issues when computing
the number of digits of a number
2019-10-03 10:31:25 +02:00
Romain Goyet
cb053cf8d2
[build] Clean variants
2019-10-01 15:38:27 +02:00
Romain Goyet
e81426f93b
[build] Clean the different targets
2019-10-01 15:38:27 +02:00
Léa Saviot
2dee8f2b1f
[apps/regression] Fix cursor redrawing when changing cursor type
...
Scenario:
double x[numberOfPoints] = {0.0, 0.975, 1.97, 2.945, 3.971, 4.887, 5.924, 6.964, 7.979, 8.974, 9.998};
double y[numberOfPoints] = {-23.784, -23.322, -28.322, -18.422, -4.813206, 7.146241, 16.631, 16.632, 9.209189, -6.050863, -19.659};
Quadratic regression, navigate on the points then go on the
regressioncurve -> there is a drawing glitch
2019-09-30 17:05:17 +02:00
Ruben Dashyan
cc1d51f331
[apps/shared/expression_model] Substitute Expression::replaceSymbolWithExpression for replaceUnknown
...
since the latter calls the former anyway.
2019-09-27 17:57:29 +02:00
Léa Saviot
aa8b0964b3
[apps/graph] If only cartesians, use domains range if < default range
...
The default range is [-10;10], but if all the functions are cartesian
and defined in a smaller range (for instance [-0.1,0.1]), use that
smaller range.
2019-09-26 12:00:06 +02:00
Émilie Feral
ff6eb7525f
[apps/graph] Copy/Cut events on the values controller turn the "(1;3)"
...
notation into "[[1][3]]" in order to create a matrix layout when paste
into a layout field
2019-09-26 11:26:48 +02:00
Émilie Feral
e7e4820513
[apps/shared] StoreController: compute cell width from the number of
...
glyph required to display the largest float
2019-09-26 11:26:48 +02:00
Émilie Feral
4d593a6149
[poincare] PrintFloat: take into account the distinction between char
...
and glyph length in ConvertFloatToText
2019-09-26 11:26:48 +02:00
Émilie Feral
d6ad694b76
[apps/shared] EditableCellTableViewController: adjust column width to be
...
able to display float like "-1.234567E-123"
2019-09-26 11:26:48 +02:00
Émilie Feral
3872785d57
[escher] Add Metric::CellMargin
2019-09-26 11:26:48 +02:00
Émilie Feral
00bb1b7ac1
[apps/graph] ValuesController: column width are different for parametric
...
functions
2019-09-26 11:26:48 +02:00
Émilie Feral
bf23e0f8da
[apps/graph] ValuesController: change display of the parametric column -
...
display only one column for (x;y) values
2019-09-26 11:26:48 +02:00
Émilie Feral
6a983a5bdf
[apps/graph] ValuesController: factorize code to hide the cells
2019-09-26 11:26:48 +02:00
Émilie Feral
b91ea42286
[apps/graph] ValuesController: add comments
2019-09-26 11:26:48 +02:00
Émilie Feral
38eaf9b051
[apps/regression] even_odd_double_buffer_text_cell_with_separator:
...
simplify selectFirstText code
2019-09-26 11:26:48 +02:00
Émilie Feral
2c84bb1031
[apps/regression] Fix bug: a one-pixel-large band was not drawn because
...
we divided an odd coordinate by two.
2019-09-26 11:26:48 +02:00
Émilie Feral
3f329182b0
[apps/graph] ValuesController: if the selection change is temporary, we
...
don't need to avoid selecting hid cells
2019-09-26 11:26:48 +02:00