Commit Graph

2147 Commits

Author SHA1 Message Date
Léa Saviot
18bd8ea21b [tree] SerializableNode and Ref 2018-07-10 17:10:03 +02:00
Léa Saviot
30a2b681fa [tree] Clean some allocationFailureNode methods on TreeNode 2018-07-10 16:19:05 +02:00
Léa Saviot
a0c427076f [apps/claculation] Remove duplicate layout reference 2018-07-05 11:08:36 +02:00
Léa Saviot
880c3e59de [poincare] Continue removing layouts 2018-07-03 18:29:08 +02:00
Léa Saviot
f579e95815 [poincare] Start removing ExpressionLayout 2018-07-03 17:33:06 +02:00
Léa Saviot
52a49f6bf7 [apps] Remove tree tests 2018-07-02 17:31:43 +02:00
Léa Saviot
c955292105 [poincare] Coninue tree migration 2018-07-02 17:20:30 +02:00
Léa Saviot
f3baee9dd0 [tree] Move tree files to Poincare 2018-07-02 17:20:30 +02:00
Léa Saviot
02c1790768 [tree] Finish the merge 2018-07-02 16:22:12 +02:00
Léa Saviot
714a5c9644 Merge Tree branch 2018-07-02 15:48:50 +02:00
Léa Saviot
eb4ee24a41 [apps/shared] Use activeFunctionStoreIndex in activeFunctionAtIndex 2018-06-26 13:46:00 +02:00
Léa Saviot
a166903659 [apps/graph] Fix graph selection when a function is undef
For instance, input f(x)=1/0 and g(x)=1, the graph tab now selects g
correctly
2018-06-26 13:46:00 +02:00
Romain Goyet
3d74d52ec6 [python] Highlight minus-equal, plus-equal as operators 2018-06-20 11:22:32 +02:00
Romain Goyet
74330bb330 [python] Properly compute all token length 2018-06-20 11:22:32 +02:00
Émilie Feral
7df03ec762 [code] In lock-on-console mode: enable poping controllers on the stack
which are above the console controller
2018-06-13 13:23:46 +02:00
Émilie Feral
769bc1ad3c [code] In lock-on-console mode: Enable interrupting input loop and execution when clicking on 'home' or 'back' 2018-06-13 13:23:46 +02:00
Émilie Feral
317e1f0389 [code] Enable interrupting an infinite input() loop when clicking on home 2018-06-12 16:52:12 +02:00
Léa Saviot
de47bf5486 [apps/reg] Fix dynamic view initialization 2018-06-12 16:24:30 +02:00
Léa Saviot
96909a0c21 [apps/reg] Fixing missing space 2018-06-12 15:51:13 +02:00
Léa Saviot
4e81684b08 [apps/stats] No need for special handling of the subview banner views
Just put them to nullptr.
2018-06-12 15:50:50 +02:00
Léa Saviot
acc49412f1 [apps/escher] EvenOddExpressionCell has left and right margins 2018-06-12 15:50:50 +02:00
Léa Saviot
a83ef756b3 [apps/stats/reg] Share Store methods 2018-06-12 15:50:42 +02:00
Léa Saviot
3e06764bb9 [apps/statistics] Fix histogram/box selection save in snapshot 2018-06-12 15:09:06 +02:00
Léa Saviot
3ac1569189 [apps/reg] Regression cursor has the curve color 2018-06-12 15:09:06 +02:00
Léa Saviot
173288dd91 [apps/shared] Fix variables buffer initialisation for getVariables 2018-06-12 15:09:06 +02:00
Léa Saviot
416a45c11b [apps/shared] Fix buffer size initialization 2018-06-12 15:09:06 +02:00
Émilie Feral
4b40099a9e [solver] Clean equation store 2018-06-12 15:05:16 +02:00
Émilie Feral
11ba9a462d [solver] Clean equation 2018-06-12 15:04:51 +02:00
Émilie Feral
9c316949bd [shared] Add comments on expression_model 2018-06-12 15:04:25 +02:00
Léa Saviot
afd81ebd10 [apps/stat/reg] Fix memory leak in Store Context 2018-06-12 10:54:26 +02:00
Émilie Feral
c24e2726fa [escher][apps] Get rid of duplicate overriden methods:
cumulatedHeightFromIndex, indexFromCumulatedHeight
2018-06-12 10:27:23 +02:00
Émilie Feral
67cddf554d Merge branch 'lea-statistics' into upgrade-1.6.0 2018-06-12 10:25:54 +02:00
Émilie Feral
e9c4485eeb Merge branch 'solver' into upgrade-1.6.0 2018-06-12 09:47:41 +02:00
Émilie Feral
9e345014d2 [code] Add EmptyChar in text for python event to position the cursor at
the right place after inserting text
2018-06-12 09:45:32 +02:00
Émilie Feral
52065c26ed [calculation] When the output text overflowed the buffer, parsing the
text returns nullptr. Handle this case here
2018-06-12 09:43:25 +02:00
Émilie Feral
b75bd957fb [solver] Fix memory leak: the static hierarchy and dynamic hierarchy
used to clone the operands given as parameters.
2018-06-11 18:08:01 +02:00
Léa Saviot
de5cc75ac3 [apps/stats/reg] Data not suitable message 2018-06-11 17:49:24 +02:00
Émilie Feral
031ca760c0 [solver] Fix brace: when there are the 'add equation' is not displayed
anymore, brace embrace all equations
2018-06-11 16:39:15 +02:00
Léa Saviot
625e4dc5cf [apps/shared] Fix translation 2018-06-11 16:03:18 +02:00
Léa Saviot
3a4dab2898 [apps/reg] Fix Series title in calculation 2018-06-11 15:41:36 +02:00
Léa Saviot
a46a059f8b [apps/shared] Use better warning message 2018-06-11 15:26:55 +02:00
Léa Saviot
9ed4e55d57 [apps/shared] translation 2018-06-11 15:17:55 +02:00
Émilie Feral
4a6724115c [solver] Fix bug: when adding '=0' to an equation, force the cursor the
be at the end of the expression before adding '=0'
2018-06-11 13:58:42 +02:00
Émilie Feral
f8039fac32 [solver] Fix update of the button message between: 'Solve the equation'
and 'Solve the system'
2018-06-11 13:58:42 +02:00
Émilie Feral
2002cc0ff5 [solver] I18n 2018-06-11 13:58:37 +02:00
Léa Saviot
ec20774739 [app/shared] Fix textfield emptying on syntax error 2018-06-11 13:58:26 +02:00
Léa Saviot
3a3522faef [apps/statistics] Store selected series in snapshot 2018-06-11 13:58:26 +02:00
Léa Saviot
6d5c987178 [apps/reg] Use selected series index stored in snapshot 2018-06-11 13:58:26 +02:00
Léa Saviot
3be2b0e414 [app/reg] Inline getter funcitons 2018-06-11 13:58:26 +02:00
Léa Saviot
8e292cafb8 [apps/reg] Save the selected series in the snapshot 2018-06-11 13:58:26 +02:00