Léa Saviot
|
e2f4b30b84
|
[apps/calculation] Remove unused variable
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
c4908c2bd9
|
[apps/calculation] Fix bottom calculation margin
Scenario: enter a calculation that uses two lines, the margin on the
bottom is too big
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
5535145b51
|
[apps/calculation] Calculation on 2 lines if does not fit when expanded
Scenario: 1+1+1+1+1+1+1+10.5 fits on one line when not expanded, but
when the exact result is displayed not -> we thus always display it on
two lines
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
feee0a673c
|
[apps/calculation] HistoryViewCell cleaning
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
6948011ae0
|
[apps/calculation] Handle navigation in single lined output
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
579485c8c0
|
[apps/calculation] CanBeSingleLine differs if args are view/layout sizes
If the sizes are for layouts, we need to add the margins added by the
views.
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
4f50a72abf
|
[apps/calculation] Clean Calculation::height
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
11c39b6206
|
[apps/calculation] Calculation::height has two types of margin arguments
One for the margin between layouts and on top / at the bottom of the
cell, the other for the margin surrounding each layout.
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
78cac6ddae
|
[apps/calculation] Calculation::height has CanBeSingleLine argument
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
1c2801907f
|
[apps/calculation] Factorize and clean code
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
30c243e2e4
|
[apps/scrollable_multiple_expressions_view] Factorize baseline()
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
525290427a
|
[apps/calculation] Calculation::height takes verticalMargin argument
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
7ccaf3fc50
|
[apps/calculation] Rename allExpressionsInline to forceSingleLine
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
5a68b44aa1
|
[apps/calc] Merge SingleLine and allExpressionsInline behaviours
|
2020-05-28 04:44:27 -07:00 |
|
Léa Saviot
|
c3d8520e73
|
[apps/calculation] Remove unnecessary bool
|
2020-05-28 04:44:27 -07:00 |
|
0b101
|
b48d3d6e4a
|
Added a new compact result display mode
|
2020-05-28 04:44:27 -07:00 |
|
Joachim Le Fournis
|
67fc7502e2
|
[App/zoom_parameter_controller] Add comment
See : https://github.com/numworks/epsilon/pull/1548#discussion_r425708055
|
2020-05-22 00:42:05 -07:00 |
|
Joachim Le Fournis
|
f1209bcf76
|
[App/zoom_parameter_controller] Changed subview order
This fixes #500
|
2020-05-22 00:42:05 -07:00 |
|
TheTrueBrot
|
055f8bf1bd
|
Fixed a small mistake in the german Translation
|
2020-05-15 02:54:34 -07:00 |
|
Léa Saviot
|
e7988b9fa2
|
[apps/round_cursor_view] Add comment about flaw in algorithm
|
2020-05-15 02:52:54 -07:00 |
|
Léa Saviot
|
a0c5a1fe1c
|
[apps] InteractCurveVwCtlr::addMargin adds more than the required margin
|
2020-05-15 02:52:54 -07:00 |
|
Léa Saviot
|
ee78948cf8
|
[apps/interactive_curve_view_range] Clean panToMakePointVisible
|
2020-05-15 02:52:54 -07:00 |
|
Léa Saviot
|
456cd3c73a
|
Revert "[apps] Add FLT_EPSILON in float comparisons in interactive_curve_vw_rge"
This reverts commit 18381fd334.
|
2020-05-15 02:52:54 -07:00 |
|
Léa Saviot
|
73c55f0437
|
[apps/regression] Add test for proportional_regression
|
2020-05-13 15:25:33 +02:00 |
|
Léa Saviot
|
21a4139c19
|
[apps/regression] Clean partialDerivate of the models
|
2020-05-13 15:25:33 +02:00 |
|
Léa Saviot
|
980a62da6c
|
[apps/regression] Clean proportional_model.cpp
|
2020-05-13 15:25:33 +02:00 |
|
Léa Saviot
|
588533fadf
|
[apps/regression] Remove r and r2 for Proportional regression
|
2020-05-13 15:25:33 +02:00 |
|
Léa Saviot
|
2e5e2a3258
|
[apps/regression] Rename Affine -> Linear and Linear -> Proportional
|
2020-05-13 15:25:33 +02:00 |
|
Joachim LF
|
740e9e9d12
|
[Regression] Fixed affine and linear name errors
|
2020-05-13 15:25:33 +02:00 |
|
Joachim LF
|
5297f28ffa
|
[Regression] Switched affine and linear
|
2020-05-13 15:25:33 +02:00 |
|
Joachim LF
|
833f6ec778
|
[Regression] Add affine regression
|
2020-05-13 15:25:33 +02:00 |
|
Romain Goyet
|
a07ab8015e
|
[apps/calculation] Correct insert in fractions
|
2020-05-11 10:34:28 +02:00 |
|
Joachim Le Fournis
|
480459ab19
|
Changed setRecompute() to forceRecompute()
See https://github.com/numworks/epsilon/pull/1538#discussion_r419255425
|
2020-05-04 01:16:04 -07:00 |
|
Joachim Le Fournis
|
9e8229e767
|
[Interval] Removed useless getter
See https://github.com/numworks/epsilon/pull/1538#discussion_r419252679
|
2020-05-04 01:16:04 -07:00 |
|
Joachim LF
|
43bceac2c9
|
[Interval] Coding style on compute
|
2020-05-04 01:16:04 -07:00 |
|
Joachim LF
|
f250311856
|
[Interval] Patch the need recomputing
|
2020-05-04 01:16:04 -07:00 |
|
sagessylu
|
a52202fa90
|
put accents in toolbox French translation
|
2020-05-04 01:15:46 -07:00 |
|
Émilie Feral
|
25b2ff31c2
|
[apps/code] Simplify colormode entry in toolbox
|
2020-04-30 14:12:32 +02:00 |
|
Émilie Feral
|
4f99aa709a
|
[apps/code] Add colormode to Toolbox: in Catalog and Turtle module
|
2020-04-30 14:12:32 +02:00 |
|
TheTrueBrot
|
2768c143c8
|
Fix a mistake in German translation
|
2020-04-28 02:17:54 -07:00 |
|
Émilie Feral
|
2d0d4a3a8d
|
[apps] Fix misc errors in German translation
|
2020-04-27 15:29:05 +02:00 |
|
maximilianwalter
|
0b488bc548
|
Update toolbox.de.i18n
|
2020-04-21 06:45:17 -07:00 |
|
maximilianwalter
|
b87674ab73
|
Update toolbox.de.i18n
|
2020-04-21 06:45:17 -07:00 |
|
maximilianwalter
|
de7aaeb188
|
Update base.de.i18n
|
2020-04-21 06:45:17 -07:00 |
|
maximilianwalter
|
37b876a941
|
added equivalents
|
2020-04-21 06:45:17 -07:00 |
|
maximilianwalter
|
7b40f55973
|
added equivalents
|
2020-04-21 06:45:17 -07:00 |
|
Émilie Feral
|
675a0d3f4c
|
Add missing definition of static member variables
|
2020-04-15 10:34:00 -04:00 |
|
Léa Saviot
|
c2bd19d9a1
|
[apps/solver] Fix polar tests
|
2020-04-15 09:16:32 -04:00 |
|
Romain Goyet
|
56f3204a17
|
[apps/solver] Fix the polar tests
|
2020-04-15 09:16:32 -04:00 |
|
Romain Goyet
|
870d704e7f
|
[apps/solver] Rewrite the tests to they can be read by a human being
|
2020-04-15 09:16:32 -04:00 |
|