M4x1m3
9773c09eba
[ci] Build 3ds CIA
2021-02-06 18:38:01 +01:00
M4x1m3
fda0848036
[ion/3ds] Added CIA target
2021-02-06 18:34:53 +01:00
M4x1m3
7733378bdc
[ion/3ds] Make simulator work again
2021-02-06 17:00:14 +01:00
Maxime FRIESS
3e3a6347a6
Merge pull request #460 from RedGl0w/omegaHomeFix
...
[Fix] Select last app with incomplete row in home
2021-02-06 16:27:03 +01:00
Maxime FRIESS
3227e7ca8a
Merge pull request #452 from ArtichOwO/omega-dev
...
[themes] Wrong colors in Omega Dark
2021-02-06 16:25:46 +01:00
Maxime FRIESS
51ef7d7404
Merge pull request #461 from M4xi1m3/fix-ci
...
[Fix] Make CI work again
2021-02-06 16:16:52 +01:00
M4x1m3
da3c4a48d0
[ci] Fixed invalid YML
2021-02-06 16:05:37 +01:00
M4x1m3
ec0e72fcb8
[ci] Made CI run on push
2021-02-06 16:05:37 +01:00
M4x1m3
8a45b3d552
[ci] Moved unit tests to separate workflow
2021-02-06 16:05:27 +01:00
M4x1m3
d35e93901c
[ci] Reintroduced 3DS with toggle switch
2021-02-06 15:11:54 +01:00
M4x1m3
8f380adc4f
[ci] Fixed checkout and wrong makefile
2021-02-06 10:27:27 +01:00
Joachim LF
61a015b6f1
[Fix] Select last app with incomplete row in home
2021-02-06 09:28:56 +01:00
ArtichOwO
66ea24584c
[Theme] Wrong colors in Omega Dark
2021-01-30 11:22:13 +01:00
Quentin
859976423f
Merge pull request #451 from RedGl0w/someFixOnOmega21
...
Added env var for omega state
2021-01-29 12:26:27 +01:00
Joachim LF
61646ccabc
Added env var for omega state
2021-01-29 12:21:40 +01:00
Quentin Guidée
1354b3e4f3
[apps/settings] Add Omega to exam mode warnings
2021-01-29 11:48:55 +01:00
Quentin
5e91b12836
Merge pull request #449 from RedGl0w/someFixOnOmega21
...
Some fix on omega21
2021-01-29 10:34:50 +01:00
Cyprien Méjat
3b74553ed7
[escher] Fix color of the "auto" and "equal" axes buttons ( #450 )
2021-01-28 22:23:26 +01:00
Joachim LF
44fc94469e
[code] Fix movement in input
2021-01-28 20:02:45 +01:00
Joachim LF
40b81313cb
[Exam] Fixed exam mode to omega one
2021-01-28 20:02:31 +01:00
Quentin
0c01ccb13e
Merge pull request #446 from RedGl0w/omegaE15
...
Fix home external apps display and accessibility
2021-01-23 15:30:31 +01:00
Joachim LF
71449239c8
Fix external apps display
2021-01-22 18:39:21 +01:00
Joachim LF
917e753426
Fix display issue
2021-01-22 17:56:58 +01:00
Quentin Guidée
134f1da4b0
[build/config] Fix Epsilon Version in settings
2021-01-22 15:06:52 +01:00
Quentin Guidée
0a3754aa23
[apps/*.i18n] Fixes for E15
2021-01-22 13:56:35 +01:00
Quentin Guidée
cb9f9e0e40
[.submodules] Update RPN submodule
2021-01-22 13:33:43 +01:00
Quentin
11f41a97d4
Merge pull request #445 from RedGl0w/omegaE15
...
[Update] Epsilon 15.3.1
2021-01-22 13:09:26 +01:00
Joachim LF
738a477b66
[Theme] Fix button_state
2021-01-21 19:56:22 +01:00
Joachim LF
9b17d1b882
[Update] Epsilon 15.3.1
2021-01-21 19:56:06 +01:00
Émilie Feral
11ef4bd996
build: Version 15.3.1
2021-01-07 12:47:23 +01:00
Émilie Feral
ed2d5e3b2d
[simulator/android] Bump targetSdkVersion
2021-01-07 12:46:43 +01:00
Émilie Feral
49b74fb475
build: Version 15.3.0
2021-01-06 16:31:07 +01:00
Émilie Feral
e8887a4e70
[poincare] Remove unused variable
2021-01-06 16:30:07 +01:00
Hugo Saint-Vignes
5e7d93b331
[apps/statistics] Update and replace comment
2021-01-05 16:43:01 +01:00
Hugo Saint-Vignes
83722342f7
[apps/statistics] Reload CurveView before drawing histogram labels
2021-01-05 16:43:01 +01:00
Hugo Saint-Vignes
a42208f773
[apps/shared] Handle null labelStep in numberOfLabels
2021-01-05 16:33:48 +01:00
Hugo Saint-Vignes
9f0c7a87fd
[apps/shared] Use sizeof data
2021-01-05 11:38:21 +01:00
Hugo Saint-Vignes
990c45b661
[apps/shared] Prevent label method from being called on uninitialized chars
2021-01-05 11:38:21 +01:00
Gabriel Ozouf
5b106f091d
[interactive_curve_view_range] Fix isOrthonormal when using Navigate
...
The method isOrthonormal takes into account the "offscreen" portion of
the Y axis. This fixes a bug where zooming when using the Navigate
option would remove the orthonormality marker while the graph was still
orthonormal.
2021-01-05 11:01:45 +01:00
Gabriel Ozouf
878685b83c
[interactive_curve_view_range] Test isOrthonormal
2021-01-05 11:01:45 +01:00
Gabriel Ozouf
abefc800d9
[interactive_curve_view_range] Fix variable type
2021-01-05 11:01:45 +01:00
Gabriel Ozouf
89c50509d8
[shared] InteractiveCurveViewRange::isOrthonormal
...
The old method isOrthonormal has been split into two :
- shouldBeNormalized tests whether the range is close enough to a
normal range
- isOrthonormal tests whether the range is strictly orthonormal, but
takes into account imprecisions of floating-point arithmetic
2021-01-05 11:01:45 +01:00
Roberta Rabotti
89107da1ae
Update toolbox.it.i18n
2021-01-05 10:15:12 +01:00
Gabriel Ozouf
d022231a3a
[statistics] Fix use of uninitialized variable
2021-01-05 10:12:02 +01:00
Martijn Oost
f449db62c3
[NL] fix omission sigma in toolbox
...
While changing from using sigma squared to just sigma I guess we deleted one character too much.
2021-01-04 15:14:38 +01:00
Martijn Oost
7a6c0e6e7d
[NL] fix translations
2021-01-04 15:14:38 +01:00
Gabriel Ozouf
f6c91f7dbe
[poincare/function] Add tests on getVariables
2020-12-29 17:20:09 +01:00
Gabriel Ozouf
4209f0a26c
[poincare/function] getVariables always gets the argument
...
When applied to a function f(x) = constant, the method getVariables
would not find any, as the search is performed on the function's
definition.
Thus, when using the "Fill with formula" tool in Statistics, if the
formula to fill V1 is "V1=f(V2)", the formula will be considered
constant and applied to all values in V1. However, if V1 is longer than
V2, the program will attempt to read undefined values of V2.
With this change, the formula will only be applied to lines in V1 for
which there is a corresponding line in V2.
2020-12-29 17:20:09 +01:00
Gabriel Ozouf
d26ba0250b
[statistics] Missing include
2020-12-29 13:34:35 +01:00
Gabriel Ozouf
48d93584e7
[poincare/parametered_expression] Fix variables detection
...
The method getVariables would not correctly remove the parameter from
the list of variables.
e.g. In the expression "box+y×int(z,x,0,1)", when trying to remove x
from the list of variables, the letter x would be removed from the name
"box" instead.
2020-12-29 13:34:09 +01:00