Quentin Guidée
3affdcfd3d
Merge branch 'omega-hotfix' into omega-dev
2020-02-29 10:57:50 +01:00
Quentin Guidée
7bf3cd377c
[Fix] Allow to compile only the code app
2020-02-29 10:57:29 +01:00
Quentin Guidée
3e04537abe
Merge branch 'omega-hotfix' into omega-dev
2020-02-28 19:52:46 +01:00
Quentin Guidée
02a5826789
Merge branch 'master' of https://github.com/numworks/epsilon into numworks-master
2020-02-28 19:50:43 +01:00
Léa Saviot
f12c53b3f2
[apps/code] printText should not be asynchronous in emscripten
...
Otherwise, we need to put in the whitelist all methods that might call
printText, which are a lot.
2020-02-27 11:32:26 +01:00
Quentin Guidée
c99ced1699
Merge branch 'omega-hotfix' into omega-dev
2020-02-26 22:20:07 +01:00
Quentin Guidée
a9c46dc28c
Fix conflicts
2020-02-26 22:17:57 +01:00
Quentin Guidée
bfa727520b
Merge branch 'omega-hotfix' into omega-dev
2020-02-26 17:46:03 +01:00
David
2913bcb8b5
[Fix] Bug with the default display mode
2020-02-26 17:44:52 +01:00
Ruben Dashyan
bdb29b9bf9
[apps/regression/graph_controller] Remove setRoundCrossCursorView's parameter
...
Get it directly from model
2020-02-26 09:50:43 +01:00
Ruben Dashyan
b8b6e4b5b8
[apps/regression/graph_controller] Update model before setting cursor view
2020-02-26 09:50:43 +01:00
Ruben Dashyan
4f279f15da
[apps/regression/graph_controller] Inline selectRegressionCurve in header
2020-02-26 09:50:43 +01:00
Ruben Dashyan
436b934f76
[apps/regression/graph_controller] selectRegressionCurve does not update the cursor view
...
selectRegressionCurve is only called from GoToParameterController and is
part of the GraphController's API for updating the model. It should not
update the view. viewWillAppear does.
2020-02-26 09:50:43 +01:00
Ruben Dashyan
7e6a601af0
[apps/regression/graph_controller] Inline selectRegressionCurve in moveCursorVertically
...
In the graph controller, selectRegressionCurve is only called at one
place (in moveCursorVertically). In general, setRoundCrossCursorView is
called and *m_selectedDotIndex is updated. There is no reason at all to
do things differently.
Though selectRegressionCurve is called from GoToParameterController.
2020-02-26 09:50:43 +01:00
Ruben Dashyan
d13c243876
[apps/regression/graph_controller] Simplify viewWillAppear
2020-02-26 09:50:43 +01:00
Ruben Dashyan
7b00072ccf
[apps/regression/graph_controller] Factor m_roundCursorView.setColor in setRoundCrossCursorView
2020-02-26 09:50:43 +01:00
Émilie Feral
38d02663b4
[build] epsilon_src & epsilon_official_src have to be defined because
...
they're used by target.simulator.web.mak
2020-02-25 17:37:29 -05:00
Quentin Guidée
485a8da0fd
Merge branch 'add_name' of https://github.com/coco33920/Omega-1 into coco33920-add_name
2020-02-25 20:59:00 +01:00
Quentin Guidée
ae36929760
Merge branch 'omega-dev' of github.com:Omega-Numworks/Omega into omega-dev
2020-02-25 20:46:40 +01:00
Quentin Guidée
cea1df1015
Merge branch 'omega-hotfix' into omega-dev
2020-02-25 20:46:26 +01:00
Quentin Guidée
00350b1530
[Change] Remove the LED color choice by default
2020-02-25 20:43:01 +01:00
Colin Thomas
81c5e4797c
Add name into contributors page
2020-02-25 20:11:05 +01:00
Charlotte THOMAS
3f76902340
[Fix] Replaced Const by Constante in French i18n files
2020-02-25 19:37:28 +01:00
Charlotte THOMAS
854b660859
[Feature] New physical constants
...
* Units
Added units to physics constant
* Units
Corrected the value of speed of light ( from 2.998e8 to 2.99792458e8 m/s )
* fix compilation error
* Units
Rename Units Of Measurements => Speed
Suppress light year ( native unit )
Added some speed of sound values
* Update shared.de.i18n
* Update toolbox.es.i18n
* Update toolbox.fr.i18n
* Update toolbox.pt.i18n
* Update toolbox.en.i18n
* Update shared.universal.i18n
Co-authored-by: Quentin <quentin.guidee@gmail.com >
2020-02-25 17:57:25 +01:00
Léa Saviot
02e79ad595
[apps/code] Do not refresh the print if the sandbox is displayed
...
Otherwise the first responder becomes the console edit line, and events
(such as Toolbox) are not intercepted by the sandbox anymore.
2020-02-25 15:31:25 +01:00
Quentin Guidée
912e7fbc29
Merge branch 'omega-hotfix' into omega-dev
2020-02-25 15:22:02 +01:00
Quentin Guidée
b26a35a200
Merge remote-tracking branch 'upstream/master' into omega-hotfix
2020-02-25 15:21:24 +01:00
Quentin Guidée
c603469a64
Merge branch 'omega-hotfix' into omega-dev
2020-02-25 15:18:20 +01:00
Léa Saviot
22afe4df2d
[apps/statistics] EXE should open the histogram param controller
...
The OK button already does it.
2020-02-25 15:15:03 +01:00
David
88f202c4e7
[Fix] Improved the compact result display
2020-02-25 15:14:38 +01:00
Charlotte THOMAS
1f39c37b56
[Feature] Adding units to physics const
...
* Units
Added units to physics constant
* Units
Corrected the value of speed of light ( from 2.998e8 to 2.99792458e8 m/s )
* fix compilation error
2020-02-25 15:08:24 +01:00
Léa Saviot
e5a2208b27
[apps/interactive_curve_view_range] Recompute yRange after setDefault
...
Scenario : f(x)=8x, scroll to the right until the window range has
changed, then set the preadjustment to default -> the x change had no
impact on the yRange because we did not set the yAuto before doing the
changes.
2020-02-25 15:07:16 +01:00
Quentin Guidée
074afa2fef
Fix conflicts
2020-02-23 13:45:07 +01:00
Quentin Guidée
1a77250624
Fix conflicts
2020-02-23 13:43:36 +01:00
Quentin Guidée
24907511f5
Fix conflicts
2020-02-23 13:27:10 +01:00
Quentin Guidée
a32e802cf4
New Omega App
2020-02-21 18:13:57 +01:00
Léa Saviot
c8537df3b4
[apps/calc] Do not forget to call parent method
...
Scenario: Open several times the additional outputs menu, there are
drawing problems (multiple stack headers)
2020-02-21 17:04:19 +01:00
Léa Saviot
686e25ec43
[apps/variable_box_controller] Fix expressionLayoutForRecord
2020-02-21 17:03:56 +01:00
Léa Saviot
0a3ce4cade
[apps/settings_message_tree] Remove .cpp file
2020-02-21 16:03:07 +01:00
Léa Saviot
750f655b2f
[apps] Move SettingsMessageTree in Shared
...
It is needed in exam_mode_configuration. This way, we can build one app
only
2020-02-21 16:03:07 +01:00
Neven Sajko
f5e53e03e3
[apps/code] Deduplicate definitions of pi and e
...
Merge the language-specific definitions of these mathematical constants
into one definition. Note that the definitions were in fact inconsistent
across languages.
2020-02-21 15:36:21 +01:00
Quentin Guidée
e9a440abca
Merge branch 'omega-hotfix' into omega-dev
2020-02-20 23:44:06 +01:00
Quentin Guidée
5420a8a34f
Merge remote-tracking branch 'upstream/master' into omega-hotfix
2020-02-20 23:41:50 +01:00
Quentin Guidée
1310c459b0
Merge branch 'omega-hotfix' into omega-dev
2020-02-20 23:30:40 +01:00
0b101
43795a7456
Fixed result display bug
2020-02-20 23:28:14 +01:00
Quentin Guidée
295d86ce71
Merge branch 'moveResultDisplay' of git://github.com/0b101/Omega-1 into 0b101-moveResultDisplay
2020-02-20 22:49:28 +01:00
0b101
377ab54a58
Moved the result display settings to the math sub-menu
2020-02-20 15:45:54 -06:00
Quentin Guidée
f1e39b6709
Fix compilation in official
2020-02-20 22:14:54 +01:00
Léa Saviot
9bc0776a6a
[apps/code] Allow interruption of infinite print loops
...
while (True):
print("hello")
is now interruptible when the user presses Back
2020-02-20 10:59:01 +01:00
Émilie Feral
c3d8e09ceb
[apps/calculation] Calculation: invalid heights memoization when forcing the
...
display output
2020-02-20 10:56:11 +01:00