Commit Graph

1595 Commits

Author SHA1 Message Date
Émilie Feral
bb5fb02415 Merge changes Icbba7712,Ib810a319,I3895897f,I1080cbc4
* changes:
  [Kandinsky] New glyph for i complex
  [poincare] Create a class hyperbolic tangent
  [poincare] Create a class hyperbolic sine
  [poincare] Create a class hyperbolic cosine
2017-02-14 17:35:02 +01:00
Émilie Feral
71e40249cc Merge "[poincare] Implement complex power" 2017-02-14 17:34:44 +01:00
Émilie Feral
ef3e9d8354 Merge "[liba] Add openbsd implementation of arc tan" 2017-02-14 15:53:20 +01:00
Émilie Feral
c1fda066de Merge "[poincare] Expand numbers to complex numbers" 2017-02-14 15:52:47 +01:00
Émilie Feral
de3af1dda5 Merge "[apps/graph/graph] Correct bug" 2017-02-14 15:45:34 +01:00
Émilie Feral
3b7f38be49 Merge changes I94087d63,I70df98ca
* changes:
  [poincare] Make the matrix default expression a float rather than an integer
  [poincare] Make addition a binary operation
2017-02-14 15:45:27 +01:00
Émilie Feral
815196bfda Merge "[apps/graph/graph] Adjust default trigonometric range to angle unit preference" 2017-02-14 15:45:22 +01:00
Émilie Feral
a12f6dcd8d Merge changes I25eb7608,I1cf5175e
* changes:
  [apps] Add angle unit preference in apps
  [apps] [poincare] Merge AngleUnit enum class (previously in preference and expression)
2017-02-14 15:45:07 +01:00
Émilie Feral
dbfad51954 Merge "[poincare] Enbale to evaluate expression in degrees or radian" 2017-02-14 15:44:40 +01:00
Émilie Feral
f9f1b002bb Merge "[poincare] Specify display mode in write text in buffer" 2017-02-14 11:08:54 +01:00
Émilie Feral
1df38e32a2 Merge "[apps] Update the view if preference (display mode) has changed" 2017-02-14 11:08:31 +01:00
Émilie Feral
66daecee84 [Kandinsky] New glyph for i complex
Change-Id: Icbba7712898af55846072f96f3bc3ad53af2adb0
2017-02-13 17:15:05 +01:00
Émilie Feral
1adc5fa38d [poincare] Create a class hyperbolic tangent
Change-Id: Ib810a31912d3d0f5e32dae31acb792dae8315d4a
2017-02-13 17:15:05 +01:00
Émilie Feral
74f722efb9 [poincare] Create a class hyperbolic sine
Change-Id: I3895897ffeaae5fc1b267eab56ab03dd8632fd5b
2017-02-13 17:15:05 +01:00
Émilie Feral
0ac57bbbe1 [poincare] Create a class hyperbolic cosine
Change-Id: I1080cbc4026035937dfef47955a566a4621600fb
2017-02-13 17:15:05 +01:00
Émilie Feral
6f846636e6 [poincare] Implement complex power
Change-Id: I7e1344d298209e243b53c727d95dfadf801b1a7f
2017-02-13 17:15:04 +01:00
Émilie Feral
a07a90c182 [liba] Add openbsd implementation of arc tan
Change-Id: I48f555ea0da4cf10d3bc225c1bc4cb931c2cc8db
2017-02-13 17:15:04 +01:00
Émilie Feral
676bd46f33 [poincare] Expand numbers to complex numbers
Change-Id: I2e7cf5240e184da45b656ee4f121ad76aabfd1c7
2017-02-13 17:15:03 +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
131b364ae9 [apps/graph/graph] Correct bug
Change-Id: I092bf8a0455d75e15929933c28e77adc634c1491
2017-02-06 16:30:48 +01:00
Émilie Feral
03f74e105f [poincare] Make the matrix default expression a float rather than an
integer

Change-Id: I94087d63d182a609627c1636a6a7e62d52cf8088
2017-02-06 16:30:48 +01:00
Émilie Feral
d59d31a6d8 [apps/graph/graph] Adjust default trigonometric range to angle unit
preference

Change-Id: I8d94a948d5329f4fb8b3dc9e491c072606b378a9
2017-02-06 16:30:48 +01:00
Émilie Feral
39dab5125c [apps] Add angle unit preference in apps
Change-Id: I25eb760883d164563cb3059d73e8d1fff92ad6da
2017-02-06 16:30:48 +01:00
Émilie Feral
42e4cf408d [poincare] Enbale to evaluate expression in degrees or radian
Change-Id: I8b08e7fa93431817559a594a1ea03d4414f0c830
2017-02-06 16:30:48 +01:00
Émilie Feral
02d30fdcd5 [poincare] Make addition a binary operation
Change-Id: I70df98ca8e84b3653b9e41f257deeb613a078de0
2017-02-06 16:30:48 +01:00
Émilie Feral
e4d08ee685 [apps] [poincare] Merge AngleUnit enum class (previously in preference
and expression)

Change-Id: I1cf5175e724904f75ced16f947033b1e30f02eb6
2017-02-06 16:30:48 +01:00
Émilie Feral
8d30d3fd0a [poincare] Specify display mode in write text in buffer
Change-Id: I4033aad1581d9b12876a136a6719d935fe83e361
2017-02-06 16:30:47 +01:00
Émilie Feral
a77db13f8b [apps] Update the view if preference (display mode) has changed
Change-Id: I2393d672d59345b0935b6abf44040c6d9d59db09
2017-02-06 16:30:47 +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