Commit Graph

1769 Commits

Author SHA1 Message Date
Émilie Feral
d8582e5817 Merge changes I5380c799,Ifbe1c45f
* changes:
  [apps/statistics][apps/regression] Correct bug: reinit the right column
  [apps/sequence]Correct sequence toolbox
2017-03-02 15:32:05 +01:00
Émilie Feral
4ddfe04319 Merge changes I9ad48290,I01b5c245
* changes:
  [apps] Better compartimentalize viewWillAppear and didBecomeFirstResponder
  [escher] Do actions in this order: layouts, viewWillAppear, didBecomeFirstResponder
2017-03-02 15:31:59 +01:00
Émilie Feral
1cca3b0f9e Merge "[apps/sequence] Reorder list parameter controller" 2017-03-02 15:16:43 +01:00
Émilie Feral
9239e10b4c Merge "[escher] Function colors" 2017-03-02 15:16:13 +01:00
Émilie Feral
8031aa71a5 Merge "[escher] [apps] Get rid of magic numbers" 2017-03-02 15:16:04 +01:00
Émilie Feral
5b3427508b Merge "[escher] Typo" 2017-03-02 15:16:00 +01:00
Émilie Feral
a31f021f49 Merge "[escher] Change wall screen color for even odd table" 2017-03-02 15:15:55 +01:00
Émilie Feral
62cc18317d Merge "[apps/shared] In list controller, factorize handle event" 2017-03-02 15:15:51 +01:00
Émilie Feral
608a117e8c Merge "[apps/sequence][apps/graph]Correct bug: Enable to edit the last added function by clicking on a text event" 2017-03-02 15:15:43 +01:00
Émilie Feral
4e24b66869 Merge "[apps/shared] Correct bug in interactive curve view controller" 2017-03-02 15:15:32 +01:00
Émilie Feral
184c16a66c Merge "[apps/sequence] Fix bug: correct "ajouter suite" button color" 2017-03-02 15:15:08 +01:00
Émilie Feral
d4fe1760a5 Merge "[apps/shared] Avoid infinite loop in curve view" 2017-03-02 15:15:03 +01:00
Émilie Feral
cbd379f723 Merge changes Iefaabcc4,If237f461
* changes:
  [apps/regession] Return warning when the user want to go to a point no reached by the regression curve
  [apps/regression] Correct bug: reload data if go to parameter page to update x or y prediction
2017-03-02 15:14:58 +01:00
Émilie Feral
672746cd14 Merge "[escher] Correct bug: do not forget to set the first responder when deselecting the header" 2017-03-02 15:14:47 +01:00
Émilie Feral
af58f6afc2 Merge "[escher] Reorganize all cells'name and factorize their layouts" 2017-03-02 15:04:21 +01:00
Émilie Feral
b4aff6914a Merge "[escher] Avoid holding a working buffer for all chevron view" 2017-03-02 15:04:17 +01:00
Émilie Feral
eb3bdb115b Merge "[apps/sequence/list] Display specific toolbox" 2017-03-02 15:04:14 +01:00
Émilie Feral
bad8ac3077 Merge "[apps/sequence/list] Improve cell rendering" 2017-03-02 15:00:19 +01:00
Émilie Feral
643e9299de Merge "[apps/sequence] Redesign list controller" 2017-03-02 15:00:13 +01:00
Émilie Feral
c2ee9d2984 Merge changes I01ad7dfd,I0aaa139b
* changes:
  [ion/device] Minimal clock setup to enable RNG
  [ion] Use a C API for logging
2017-03-02 13:53:34 +01:00
Émilie Feral
34fa1a4062 Merge changes I12f5e15c,I59c703c4
* changes:
  [apps/graph/list] Simplify funciton expression cell to be used by sequence
  [apps/sequence] Temporary implementation of sequence toolbox
2017-02-20 17:55:35 +01:00
Émilie Feral
689cceda39 Merge changes I180fe53a,Ie273b6d7
* changes:
  [escher] Add toolbox event handling in responder [apps] Correct the text field delegate app accordingly
  [apps] Merge toolboxcontroller and node list controller
2017-02-20 17:55:01 +01:00
Émilie Feral
f05086f910 Merge changes I3f379092,I917c09dd
* changes:
  [kandinsky] Change unicode symbol of e (exponential)
  [apps/sequence] Change default XNT text to 'n'
2017-02-20 17:54:46 +01:00
Émilie Feral
ec3e9bb919 Merge changes If4cd8127,I0f739ed2,I138bd13f
* changes:
  [apps/sequence] Correct bug
  [escher] In app, dismiss any modal view when changing app
  [apps/graph] Change name: function->cartesian_function
2017-02-20 17:54:37 +01:00
Émilie Feral
a40b436d6e Merge changes I6aad82ed,I0398542b,I49cc6bf9,I6c518ed2
* changes:
  [poincare] Replace complex constructors by named constructors
  [poincare] Clean complex: replace m_numberOfSignificantDigits by k_numberOfSignificantDigits
  [poincare][apps] Make preferences a const object accessible from anywhere (poincare and apps)
  [apps/shared] Correct bug: reinit the cursor position when changing app (in case preferences has changed, trigo function graph will be different)
2017-02-20 17:54:29 +01:00
Romain Goyet
bd220b2cd7 [ion/device] Minimal clock setup to enable RNG
Change-Id: I01ad7dfdb25f00b918263459660544f24d480257
2017-02-20 13:33:14 +01:00
Romain Goyet
abf8fcd259 [ion] Use a C API for logging
Change-Id: I0aaa139b3434b62618f5e8d6ac88fe164bca4c2b
2017-02-20 13:33:14 +01:00
Émilie Feral
6cce8f47a8 [apps/statistics][apps/regression] Correct bug: reinit the right column
Change-Id: I5380c799f12c9a1ab916f2fb898802e69a7e023b
2017-02-20 10:54:04 +01:00
Émilie Feral
8311e8857c [apps] Better compartimentalize viewWillAppear and
didBecomeFirstResponder

Change-Id: I9ad482907304973a4aa74f517d506667171a036f
2017-02-20 10:54:03 +01:00
Émilie Feral
9b2b344f05 [apps/sequence] Reorder list parameter controller
Change-Id: I7054c3c5f7f0608b25d22bf817f7b01514c9abf9
2017-02-20 10:54:03 +01:00
Émilie Feral
42149265d4 [escher] Function colors
Change-Id: I97c9ee9be8bf234944c7df4fc6756f19c98baf54
2017-02-20 10:54:03 +01:00
Émilie Feral
e65b07286d [escher] [apps] Get rid of magic numbers
Change-Id: Iad192d24324dda37b3d739830cc8ead7a032e22f
2017-02-20 10:54:03 +01:00
Émilie Feral
836399ff85 [escher] Typo
Change-Id: If41ca017c0cd8eb50507996beee689ae7cfe90a8
2017-02-20 10:54:03 +01:00
Émilie Feral
0504d11c43 [escher] Change wall screen color for even odd table
Change-Id: I55ebb16c065b68e28d642a51f13924020746dc2b
2017-02-20 10:54:03 +01:00
Émilie Feral
cfd518283f [apps/shared] In list controller, factorize handle event
Change-Id: I0e00f1cf3b217782ec6f858d60954733e2be5276
2017-02-20 10:54:03 +01:00
Émilie Feral
704dd22fbc [apps/sequence]Correct sequence toolbox
Change-Id: Ifbe1c45f6002604b248bcb072d57c08808e5c5b0
2017-02-20 10:54:03 +01:00
Émilie Feral
7d06868ad9 [escher] Do actions in this order: layouts, viewWillAppear,
didBecomeFirstResponder

Change-Id: I01b5c2457d9e3b6d2cc71afe119287c1cb507dc3
2017-02-20 10:54:03 +01:00
Émilie Feral
828e4795b9 [apps/sequence][apps/graph]Correct bug: Enable to edit the last added function by
clicking on a text event

Change-Id: I03fa5f45febb1241290612cf25008026631c91e6
2017-02-20 10:54:02 +01:00
Émilie Feral
7f39db8bd9 [apps/shared] Correct bug in interactive curve view controller
Change-Id: Ib6c9c1d7c5eeb4088701a73f4f630e546d2ff80a
2017-02-20 10:54:02 +01:00
Émilie Feral
354564b9d9 [apps/sequence] Fix bug: correct "ajouter suite" button color
Change-Id: I9e0503d2235475c511049b638fc091ed0b5f2bc3
2017-02-20 10:54:02 +01:00
Émilie Feral
67db352c68 [apps/shared] Avoid infinite loop in curve view
Change-Id: I77dd7f798979d4fbf78d6c40b2b22d57827920bb
2017-02-20 10:54:02 +01:00
Émilie Feral
4b3e5f30b6 [apps/regession] Return warning when the user want to go to a point no
reached by the regression curve

Change-Id: Iefaabcc470e65ee5bc2b447af9f2dacbf2902f31
2017-02-20 10:54:02 +01:00
Émilie Feral
ab29598f88 [escher] Correct bug: do not forget to set the first responder when
deselecting the header

Change-Id: Iec5abe7f48c0134879293bb9a72c20fff72fccb4
2017-02-20 10:54:02 +01:00
Émilie Feral
2e16365100 [escher] Reorganize all cells'name and factorize their layouts
Change-Id: I69900ee98ff6a6868f96d70a0e335a589ef16c3f
2017-02-20 10:54:02 +01:00
Émilie Feral
4a1735c29e [escher] Avoid holding a working buffer for all chevron view
Change-Id: Ib8c5f085b57dd0417215d7e8689833dfee138699
2017-02-20 10:54:02 +01:00
Émilie Feral
00d4688a86 [apps/regression] Correct bug: reload data if go to parameter page to
update x or y prediction

Change-Id: If237f4610b0292f2931c0d670c12f2fdf6b0cd1d
2017-02-20 10:54:02 +01:00
Émilie Feral
0d8629c752 [apps/sequence/list] Display specific toolbox
Change-Id: I4af4ba588677ca6688b64b10c29c69e16f98fffb
2017-02-20 10:53:57 +01:00
Émilie Feral
5c8b5492e8 [apps/sequence/list] Improve cell rendering
Change-Id: I64e713a3beae2574593f96fa05717f346e5ffd07
2017-02-20 10:52:03 +01:00
Émilie Feral
51c33b0a5b [apps/sequence] Redesign list controller
Change-Id: If114a643b0f682e98076cf1ec9f4479b3dafdfa6
2017-02-20 10:52:02 +01:00
Émilie Feral
f605963588 [apps/graph/list] Simplify funciton expression cell to be used by
sequence

Change-Id: I12f5e15c10544294292866b395066bc675b26067
2017-02-20 10:52:02 +01:00