Commit Graph

1577 Commits

Author SHA1 Message Date
Romain Goyet
babfe50763 Organize the build system
Change-Id: Ib331bae99041b998eb721b44c3b0b44426270b38
2017-02-15 19:10:23 +01:00
Romain Goyet
5a0ecfc1bc [ion/device] Enable powering the LCD controller from a GPIO
Change-Id: I9d5000cda527d04b3505afb3ecfc0ec07f2f1281
2017-02-14 11:24:52 +01:00
Romain Goyet
61e48981ef [liba] Enable malloc/free logging
Change-Id: I65ab731091440854c6db486078fef49901f855fd
2017-02-14 11:24:52 +01:00
Romain Goyet
6343a84735 [ion] Fix the C API
Change-Id: Ifbe11515171d7ee919f90fb28d63907c3c4cfd42
2017-02-14 11:24:47 +01:00
Romain Goyet
6e8d9c1a11 [ion] Fix the blackbox platform
Change-Id: I1edddefdbf163855acb949eef4c1579c8b3721d6
2017-02-14 11:07:52 +01:00
Romain Goyet
335bccea4c [ion] Add a C bridge for the logging function
Change-Id: I70cc18700c6cf392e98c4ff89df897b330bde807
2017-02-14 10:58:46 +01:00
Romain Goyet
724fdb18e7 [ion] Implement Log::print using SWO on the device
Change-Id: I17e024535cc0f0daf74953c7221e2b98959e6c47
2017-02-14 10:57:30 +01:00
Romain Goyet
2005a3d822 [ion] Fix a volatile error
Change-Id: I8123b26d4b1b830ee4278b7fcc59d0ce552f0864
2017-02-14 10:55:30 +01:00
Romain Goyet
59e998ddab [ion] Add a Ion::Log::print method
Change-Id: Iba069b97c07b9ef6c1f21dd33b83a445c0e3dbda
2017-02-14 10:08:53 +01:00
Émilie Feral
be89eeaf82 Merge changes I1f896de0,If20cf115
* changes:
  [apps/graph/graph] Clean
  [escher] Correct potential bug in modal view controller
2017-02-13 17:12:37 +01:00
Émilie Feral
a4c8f12655 Merge changes Idc67dc40,I31bdb156
* changes:
  [apps/graph/values] Fix bug: select the derivative cell when displaying the derivative column
  [escher] In selectable table view, avoid reloading all table cells when not required
2017-02-13 17:12:28 +01:00
Émilie Feral
641106617e Merge changes I3ebc7751,I74668aa0,I6f127253
* changes:
  [apps] In graph view controllers, reorder  reloading methods to adjust the banner view size to its content
  [apps/calculation] Correct bug
  [apps/probability] Round the calculation results to 3 decimals
2017-02-13 14:11:42 +01:00
Émilie Feral
9c574eb2cf Merge changes I630dd13e,I744cb8e8
* changes:
  [apps/regression] Adapt display mode to preferences
  [apps/statisctics] Adjust to display mode to preferences
2017-02-13 11:10:23 +01:00
Émilie Feral
183d372466 Merge changes Ic1260b42,Ib390952a
* changes:
  [escher] In editable text menu list cell, layout subviews is handled by parent class
  [apps] Put the method preference in container instead of in every app
2017-02-13 11:10:17 +01:00
Émilie Feral
d6dfef74c8 Merge changes I1e27e39c,I4eda3763,Ie5ca7555,I5bc97824,I79e8bee7, ...
* changes:
  [apps/regression][apps/graph/graph] Jump to the graph view once setting a new abscissa/ ordinate in the go to page
  [apps] Select the first editable cell at initiation in store controllers and values controller
  [escher] Reorder actions to first do all frame layouts and then all "become first responder" (Thereby, enable to select a cell in becomefirstresponder without any weird scrolling due to wrong framing)
  [apps] Force the display mode to auto in all float parameter controller
  [apps/graph/values] Adjust display mode in values page according to preferences
  [apps/graph/graph] Adjust display mode in banner view according to preferences
  [apps/probability] Improve stack title colors
  [apps] Clean typo
  [apps/probability] Improve colors
  [apps/probability] Improve titles and parameter definitions layout
  [apps/prbability] Use special char for parameter names
  [apps/calculation] Create input and output layout according to display mode set in preference
  [kandinsky] [apps/probability] Clean deleted files
  [poincare] Change method createLayout() to createLayout(DisplayMode)
  [apps/calculation] Enable to recompute calculation in history
  [poincare] [apps] Merge Display mode enum class of Float and Preferences
  [apps] Display the preferences in the title bar
2017-02-13 11:00:14 +01:00
Romain Goyet
333f4e505f Merge "[ion] Fix rt0 crash on GCC" 2017-02-06 18:02:08 +01:00
Émilie Feral
e8d694546f [apps/graph/graph] Clean
Change-Id: I1f896de055ec939de329fed03549095cfe4dbc5c
2017-02-06 16:30:47 +01:00
Émilie Feral
559f458bcc [apps/graph/values] Fix bug: select the derivative cell when displaying
the derivative column

Change-Id: Idc67dc401e7eca63b400dbf0b0480b462aa78cbd
2017-02-06 16:30:47 +01:00
Émilie Feral
9a452affdb [escher] Correct potential bug in modal view controller
Change-Id: If20cf11545132a26fc128759ec07d5d097677ef5
2017-02-06 16:30:47 +01:00
Émilie Feral
8b5e2be1b7 [escher] In selectable table view, avoid reloading all table cells when
not required

Change-Id: I31bdb1567eed6ebaa839672df61472994ab89b05
2017-02-06 16:30:41 +01:00
Émilie Feral
49683e25ae [apps] In graph view controllers, reorder reloading methods to adjust
the banner view size to its content

Change-Id: I3ebc7751fad0af44b089b57dda2b2f2a28819f74
2017-02-02 10:29:08 +01:00
Émilie Feral
328cf31b91 [apps/calculation] Correct bug
Change-Id: I74668aa07f3771257f136cb8ad76ad95527ba691
2017-02-02 10:29:08 +01:00
Émilie Feral
34d31ca729 [apps/probability] Round the calculation results to 3 decimals
Change-Id: I6f127253ee3c72d03c71e7c23f2abf3003a29ee9
2017-02-02 10:29:08 +01:00
Émilie Feral
98eb48a4e9 [apps/regression] Adapt display mode to preferences
Change-Id: I630dd13e494747ca686cbd449643f4f6ccb4e9c2
2017-02-02 10:29:07 +01:00
Émilie Feral
b3a2114417 [escher] In editable text menu list cell, layout subviews is handled by
parent class

Change-Id: Ic1260b423fa8df6aff2771200238b39b06a989c6
2017-02-02 10:29:07 +01:00
Émilie Feral
ab65e832ea [apps/regression][apps/graph/graph] Jump to the graph view once setting
a new abscissa/ ordinate in the go to page

Change-Id: I1e27e39c04950d902158a6e89024931f2fc78e1e
2017-02-02 10:29:07 +01:00
Émilie Feral
dd4d6c4936 [apps/statisctics] Adjust to display mode to preferences
Change-Id: I744cb8e88fd2c5d14bf4c288037762b8f3a8fa8c
2017-02-02 10:29:07 +01:00
Émilie Feral
47cec5e72b [apps] Put the method preference in container instead of in every app
Change-Id: Ib390952a6559aa847c99e3ca74c4f6995a07e909
2017-02-02 10:29:07 +01:00
Émilie Feral
5746672bb9 [apps] Select the first editable cell at initiation in store controllers
and values controller

Change-Id: I4eda3763b78f7b7de3c58e1ae6efda63d3854061
2017-02-02 10:29:07 +01:00
Émilie Feral
29678a23db [escher] Reorder actions to first do all frame layouts and then all
"become first responder" (Thereby, enable to select a cell in
becomefirstresponder without any weird scrolling due to wrong framing)

Change-Id: Ie5ca7555fce3575dcf0488e124adf0677155c383
2017-02-02 10:29:07 +01:00
Émilie Feral
f3e9e29045 [apps] Force the display mode to auto in all float parameter controller
Change-Id: I5bc978240e72677bc92762363cf29b56a036a365
2017-02-02 10:29:07 +01:00
Émilie Feral
b78aaf08d7 [apps/graph/values] Adjust display mode in values page according to
preferences

Change-Id: I79e8bee7f35904cd54c74dce9cd456d921103e1d
2017-02-02 10:29:07 +01:00
Émilie Feral
f20f3518d3 [apps/graph/graph] Adjust display mode in banner view according to
preferences

Change-Id: Id634a6128c7e395a35ba5df40c904a372ae80661
2017-02-02 10:29:07 +01:00
Émilie Feral
5e3de6eec9 [apps/probability] Improve stack title colors
Change-Id: Ifd6f79030e0ef13c478fae307205c71955ce4593
2017-02-02 10:29:06 +01:00
Émilie Feral
d1adce7fea [apps] Clean typo
Change-Id: I0d0df0073ae1dd905f7441c52d9809e6007d886c
2017-02-02 10:29:06 +01:00
Émilie Feral
6050fdb4f8 [apps/probability] Improve colors
Change-Id: Iee9f176c9ce2521b71acdfb1ddeac9c8f515a7f9
2017-02-02 10:29:06 +01:00
Émilie Feral
400e2e5a37 [apps/probability] Improve titles and parameter definitions layout
Change-Id: I84e04b9900d92b0a4d61c19dc27be426f9b9117c
2017-02-02 10:29:06 +01:00
Émilie Feral
7a2ec6ebfc [apps/prbability] Use special char for parameter names
Change-Id: I9c4c64021f6a2366a5f993f13d28dce194600132
2017-02-02 10:29:06 +01:00
Émilie Feral
b37688745e [apps/calculation] Create input and output layout according to display
mode set in preference

Change-Id: If161958b2fcdad802fda5f8e0c44f8a5fc9d9ef1
2017-02-02 10:28:59 +01:00
Émilie Feral
689c43c640 [kandinsky] [apps/probability] Clean deleted files
Change-Id: I3cf8fc422f48904356e6c1555cfd752d144d68c9
2017-01-31 10:36:17 +01:00
Émilie Feral
e951140298 [poincare] Change method createLayout() to createLayout(DisplayMode)
Change-Id: Ifb1027d38b53a50a0ada80e11b68d44e72ac9099
2017-01-31 10:36:13 +01:00
Émilie Feral
2ae41a3d46 [apps/calculation] Enable to recompute calculation in history
Change-Id: I6ad431ac4bd712acb48c7dc609846112a7fcb3e4
2017-01-30 16:11:48 +01:00
Émilie Feral
7f658266c3 [poincare] [apps] Merge Display mode enum class of Float and Preferences
Change-Id: I50498ff0f12991fdd905421441eee7a477d53a4d
2017-01-30 16:11:36 +01:00
Émilie Feral
bb37c94bf5 [apps] Change name: preference->preferences
Change-Id: I44074068dcb4dc2ae50c45718f78091dcbb8314b
2017-01-30 16:06:48 +01:00
Émilie Feral
39b0bd9b66 [apps] Display the preferences in the title bar
Change-Id: Ib1defef85b68a48f667127c583901b659db1cbaf
2017-01-30 16:06:48 +01:00
Émilie Feral
9c3384e86b [liba] Clean warnings: overflows due to INFINITY constant
Change-Id: I8a454e673afa7e4190f3d2ed74006622597b275b
2017-01-30 16:06:42 +01:00
Émilie Feral
93d272486f Clean warnings
Change-Id: I79a3a97c5c118c9d6e1436e51b45cb51fee3c21f
2017-01-30 15:30:58 +01:00
Émilie Feral
19e101e5ab [apps] Move preference model in the container (to be used by several
apps)

Change-Id: I1fe7516b4365c9a4f29186c39d207ca2fbd119ef
2017-01-30 15:30:58 +01:00
Émilie Feral
d67ff87448 [apps/settings] Enable to modify settings
Change-Id: Idd5e28a64d08d607f5bb2065a45ab4ecf5a26dca
2017-01-30 15:30:58 +01:00
Émilie Feral
f89c770bbc [apps/settings] Create a class menu cell
Change-Id: I609c54eeb3e4e4d68327f1ca1defebecfcef80a8
2017-01-30 15:30:58 +01:00