Léa Saviot
|
2e2bf96bca
|
[apps/poincare] use Symbol::k_ans constexpr char *
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
042cfca724
|
[apps] Dummy variable_box_controller
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
1fc27bc204
|
[apps] Variable box controller
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
a4756c1945
|
[poincare] Cast matrix of char before calling getVariables
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
75a1de32ed
|
[solver] Fix EquationStore with variable-sized variables
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
7f72f820a0
|
[poincare] Get rid of SpecialSymbols::Ans
|
2018-11-23 12:03:58 +01:00 |
|
Léa Saviot
|
31d3a04678
|
[poincare] setExpressionForSymbolName takes a symbol name
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
a6663f524f
|
[poincare] VariableContext hold a const char * instead of a char
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
1fff98f1c4
|
[poincare] Change Expression methods' signature to work with const char
* symbol instead of char symbol
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
5beafd2bf3
|
[poincare] Change Expression::getVariables to get symbols with variable
sizes
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
bc2ce86825
|
[poincare] Change signature: polynomialDegree,
getPolynomialCoefficients, getPolynomialReducedCoefficients
|
2018-11-23 12:03:58 +01:00 |
|
Léa Saviot
|
522f5e781e
|
[poincare] Function expression
|
2018-11-23 12:03:58 +01:00 |
|
Léa Saviot
|
3bbb8b39d1
|
[poincare] Add context argument to some ExpressionNode methods
|
2018-11-23 12:03:58 +01:00 |
|
Émilie Feral
|
1982af1613
|
[regression] CalculationController: fix sub cell selection
|
2018-11-20 11:22:40 +01:00 |
|
Léa Saviot
|
f6edf05708
|
[calculation] Compare simplified exact and approx outputs to determine =
|
2018-11-19 18:02:55 +01:00 |
|
Léa Saviot
|
154d1e7307
|
[apps/calculation] Inline constructor
|
2018-11-19 18:02:55 +01:00 |
|
Léa Saviot
|
ed5a6d4a03
|
[apps/calculation] Remove unneeded arguments
|
2018-11-19 18:02:55 +01:00 |
|
Léa Saviot
|
6c5b0def7b
|
[apps/calculation] Test on equal/approximate display
|
2018-11-19 18:02:55 +01:00 |
|
Léa Saviot
|
37a22aa708
|
[apps/sequence] Margin in parameter controller between type and chevron
|
2018-11-16 14:13:27 +01:00 |
|
Ecco
|
74d4f397ac
|
Merge pull request #626 from zardam/utime_module
utime module
|
2018-11-15 17:04:08 +01:00 |
|
Romain Goyet
|
a3d6d6ddd6
|
[ion/timing] Cleanup
|
2018-11-15 16:19:07 +01:00 |
|
Émilie Feral
|
737393072e
|
[statistics] Fix histogram_controller and multiple_data_view_controller
life cycle (viewWillAppear, didEnterResponderChain)
This fixes the histogram labels when a serie is added
|
2018-11-15 12:02:21 +01:00 |
|
Émilie Feral
|
fe3b9ad5ba
|
[statistics] MultipleDataView: setDisplayBanner forces to re-layout the
banner view
|
2018-11-15 12:02:21 +01:00 |
|
Émilie Feral
|
592ae15499
|
[statistics] MultipleDataViewController: always select the right subview
(the controlled view might have been destroyed -returing to home for
instance)
|
2018-11-15 12:02:21 +01:00 |
|
Léa Saviot
|
4e5bf5db2f
|
[apps/settings] Writing format submenu has slightly bigger rows
So that the edition2D layout fits better
|
2018-11-15 11:56:00 +01:00 |
|
Léa Saviot
|
99d97814bc
|
[apps] Clean battery_view code
|
2018-11-15 10:26:34 +01:00 |
|
Léa Saviot
|
062ff5af1a
|
[apps] Update the battery level after an update
|
2018-11-15 10:26:34 +01:00 |
|
Léa Saviot
|
0eae57da09
|
[apps/stats] Fix pixel row not drawn when there are 3 histograms
|
2018-11-14 10:35:57 +01:00 |
|
Léa Saviot
|
851ad1ea74
|
[apps/stats] Clean test
|
2018-11-08 11:44:57 +01:00 |
|
Léa Saviot
|
e101f85d65
|
[apps/stast] Add test on median with null frequencies
|
2018-11-08 11:44:57 +01:00 |
|
Léa Saviot
|
bbd5cff042
|
[apps/stats] Do not fetch numberOfPairsOfSeries too often
|
2018-11-08 11:44:57 +01:00 |
|
Léa Saviot
|
6c1cdb21ef
|
[apps/stats] Median does not use null-frequency values
This fixes the median for (1,0), (2,1), (3,0), (4, 1). It should be 3
(the mean between 2 and 4), not 2.5 (the mean between 2 and 3).
|
2018-11-08 11:44:57 +01:00 |
|
Lionel Debroux
|
70a8d06cfe
|
[apps, poincare] Optimize the preferences singletons' usage by removing superfluous checks in the setters, and performing manual CSE in the callers.
Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
|
2018-10-23 11:49:09 +02:00 |
|
Lionel Debroux
|
1a8c6b6ae9
|
[poincare, escher, ion, apps] Split the huge umbrella header poincare.h, to reduce build time.
This should be a NFC, but surprisingly, it also reduces size... so what does it change ?
|
2018-10-23 11:49:09 +02:00 |
|
Jean-Baptiste Boric
|
da755cafe5
|
[home] Fix dirty bottom row of home screen
Fixes #645.
|
2018-10-19 09:49:48 +02:00 |
|
Léa Saviot
|
9ead2024d5
|
[apps/code] Add "float(x)" entry in the Python catalog
|
2018-10-17 11:42:53 +02:00 |
|
Léa Saviot
|
5d92f13c26
|
Clean strlcpy arguments
|
2018-10-17 11:22:37 +02:00 |
|
Émilie Feral
|
1dd734b8e6
|
[on-boarding] Improve beta pop-up layout
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
3f711da8e4
|
[Makefile] Create a build option: EPSILON_BOOT_PROMPT that can be
'update' or 'beta' to display a prompt informing about new update or
beta version
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
c8d7ee46d9
|
[on-boarding] Delete specialize PopUpController
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
0ee0e87637
|
[apps] GlobalPreferences: change name showUpdatePopUp --> showPopUp
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
14b6ed5890
|
[on_boarding] I18n: add messages for Beta version pop-up
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
0a36090623
|
[on_boarding] LanguageController: remove useless member variable
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
b4143bb276
|
[on_boarding] Add EPSILON_SOFTWARE_UPDATE_PROMPT flag to build
UpdateController only when required
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
c87adf79cc
|
[on_boarding] Move update_controller->pop_up_controller: enable other
pop_up_controller with different messages
|
2018-10-16 11:09:50 +02:00 |
|
Émilie Feral
|
1917ee8588
|
[i18n] german translation
- Wahrscheinlichkeit is too long to be displayed
- XPrediction describes the prediction of Y given X
|
2018-10-16 09:36:20 +02:00 |
|
Romain Goyet
|
c183f0147e
|
[kandinsky] Get rid of KDText
|
2018-10-11 16:44:02 +02:00 |
|
Romain Goyet
|
f8beae3b86
|
[kandinsky] Move to KDFont
|
2018-10-11 16:44:02 +02:00 |
|
Émilie Feral
|
7394c56afd
|
[solver] Avoid resolving equation involving Matrix
|
2018-10-08 16:37:57 +02:00 |
|
Émilie Feral
|
dcf88eae01
|
[sequence] Revert: when editing expression with other event than OK or
EXE, we do not want to edit the previous text but to override it
|
2018-10-08 13:16:40 +02:00 |
|