Quentin Guidée
132f899237
[omega] 1.20.0
2020-07-20 17:09:03 +02:00
Quentin Guidée
8f3415f74d
[i18n] Fix it and nl homescreen translations
2020-07-20 17:02:52 +02:00
Charlotte THOMAS
0086368b2c
[i18n] Translated constants in Italian and NL ( #384 )
...
* NL: translation of the physics constant
EN: correction of "Elemental charge" into "Elementary Charge"
* Italian translation
* Fixed some italian translation ( thanks Clem' :) )
* [Fix]: NL and IT translation
Co-authored-by: Shadow15510 <antoine.royer31@orange.fr >
2020-07-18 17:19:35 +02:00
Quentin Guidée
c2df1c33d1
[Fix] Examination level
2020-07-18 10:31:14 +02:00
Quentin Guidée
e37e59e4bc
[Update] Contributors
2020-07-17 23:50:30 +02:00
Quentin Guidée
9188f8c054
[Update] Contributors
2020-07-17 21:26:30 +02:00
Quentin Guidée
2de3da8e67
[Change] Move Expression Format with others Format settings
2020-07-17 11:58:47 +02:00
Quentin Guidée
dacb7351c3
[Fix] Remove unused i18n keys
2020-07-16 00:31:11 +02:00
Quentin Guidée
b5a9323a81
[Fix] Conflicts
2020-07-15 12:09:12 +02:00
Joachim Le Fournis
46ede2eb59
Resolved the wrong gender of font in fr
2020-07-15 10:41:37 +02:00
Charlotte THOMAS
b5f9deb169
Update calculation.cpp
...
removed white
2020-07-15 10:28:15 +02:00
Charlotte THOMAS
f1dab081e1
Fix: CI test
2020-07-15 10:28:15 +02:00
Charlotte THOMAS
9d8b62894f
Fix: Changed "IS" to "SI" because even in english the short for "International System of Units" is "SI"
2020-07-15 10:28:15 +02:00
Quentin Guidée
6a77ec3f87
[Update] RPN
2020-07-14 15:52:37 +02:00
Quentin Guidée
ef8b74781b
[Update] Atom
2020-07-14 11:50:41 +02:00
Quentin
f8fa492418
Merge pull request #371 from quentinguidee/omega-dev-e14
...
[Fix] Missing translations
2020-07-14 11:40:28 +02:00
Quentin Guidée
7227d0dccb
[Fix] Missing translations
2020-07-14 11:28:01 +02:00
M4x1m3
51cb57d1a1
[apps/home] Made external apps selectable again.
2020-07-14 10:04:00 +02:00
Quentin Guidée
3bac01189f
[i18n/fr] Format expressions -> Format expression
2020-07-13 11:15:37 +02:00
Quentin Guidée
0d80f148b4
[Fix] Click on symbolic expression caused undef
2020-07-13 11:09:22 +02:00
Quentin Guidée
d13e79509a
[Update] RPN with Epsilon 14
2020-07-13 10:48:07 +02:00
Joachim LF
04901e3231
Fixed % in alpha lock
2020-07-13 10:38:22 +02:00
Joachim LF
d7ac7e19bb
[Update] Epsilon 14
2020-07-13 10:36:47 +02:00
Léa Saviot
d8f17da04e
[apps/calculation] Add TODO comments about factorization
2020-07-07 09:55:20 +02:00
Léa Saviot
cc4ff3d40d
[apps/calculation] Apply fix about Height computation
...
There was a problem with the way of computing Height, see
Calculation::HistoryViewCell. We did not encounter a problemeatic
scenario here, but there is no reason it would have been safe before.
2020-07-07 09:55:20 +02:00
Léa Saviot
982b467268
[apps/calculation] Fix scrolling
...
If the last cell is too big to fit entirely, we would scroll to the top
of the calculation, instead of the bottom
2020-07-07 09:46:26 +02:00
Léa Saviot
1128134c37
[apps/calculation] Raise exception if row height miscomputed
...
Scenario:
Put the complex mode to exponential, then go back to Calculation and:
Toolbox, Down, Down, Down, Down, OK, OK, Two, Plus, Imaginary,
Toolbox, Down, Down, Down, Down, OK, Down, OK, Two, Plus,
Imaginary, OK, Toolbox, Down, Down, Down, Down, Down, OK,
Down, OK, Up, OK, Right, Zero, OK, OK, Toolbox, Down,
Down, OK, Toolbox, Back, Up, Zero, Up, OK, Zero, Up, Up, Up
2020-07-07 09:46:26 +02:00
Léa Saviot
924e235ba8
[apps/calculation] Factorize some code
2020-07-06 17:16:22 +02:00
Léa Saviot
35f20c4312
[apps/calculation] Comment possible failed height computation
2020-07-06 16:35:35 +02:00
M4x1m3
c4363103f6
[apps/code] Added exceptions handling in toolbox
2020-07-06 12:45:47 +02:00
M4x1m3
73688343a0
[apps/code] Added File category to python toolbox
2020-07-06 11:56:11 +02:00
Quentin Guidée
cd2a250d20
[Change] Settings camelCase
2020-07-02 18:10:19 +02:00
Léa Saviot
6b60fc561f
[apps/regression] Fix wrong proportional model fit
2020-07-02 17:09:38 +02:00
Léa Saviot
3cf80b86d6
[apps/i18n] Fix italian translation typo
2020-07-02 10:23:27 +02:00
M4x1m3
81e9cbc0e0
Enabled circuit breaker with emscripten
...
This is possible because we use WASM and ASYNCIFY with the latest-upstream
toolchain.
2020-07-01 21:23:50 +02:00
Léa Saviot
a4c0903f53
[i18n/pt] Fix typo
2020-06-30 17:24:50 +02:00
Gabriel Ozouf
e78c5c02d3
[apps/calculation] Fixed history scroll
...
Fixed a bug involving mishandled negative offsets in
CalculationSelectableTableView::scrollToSubviewOfTypeOfCellAtLocation
and cleaned up the function.
Change-Id: I4394ca9dc9748e8b761e7f722e41014d71d3373f
2020-06-30 15:41:56 +02:00
Émilie Feral
96c7d84633
[apps/calculation] Factorize code to avoid selecting ellipsis on cell
...
where ellipsis is not displayed
2020-06-26 17:48:31 +02:00
Émilie Feral
1281a4a508
[apps/calculation] HistoryController: avoid duplicate code when handling
...
backspace event. Keep the same selected subview.
2020-06-26 17:48:31 +02:00
Émilie Feral
94d3ac9828
[apps/calculation] HistoryController: fix order of actions in Backspace
...
handle event
This fixes the following bug: input 1/2/3/4/5/6/7/8, OK, OK, input 1,
OK, up, backspace. The selection disappeared.
2020-06-26 17:48:31 +02:00
Émilie Feral
aef804d149
[apps/calculation] HistoryController: avoid 2 calls to
...
setSelectedSubviewType in tableViewDidChangeSelectionAndDidScroll
2020-06-26 17:48:31 +02:00
Émilie Feral
457fa6a925
[apps/calculation] When EditExpressionController becomes the first
...
responder, scroll to the bottom of the table (and not the last cell).
Indeed, the last cell might be to big to be displayed and scroll to it
might scroll to its top.
This fixes the following bug: input 1/2/3/4/5/6/7/8, OK, up, down. We
did not scroll to the bottom of the table.
2020-06-26 17:48:31 +02:00
Émilie Feral
db331e054a
[apps/code] variable_box_controller: avoid unused variable warning when DEBUG=0
2020-06-26 10:47:14 +02:00
Émilie Feral
9508a89a1b
[apps/calculation] Missing inclusion
2020-06-26 10:47:14 +02:00
Émilie Feral
0b74dd005d
[apps/calculation] SelectableTableView: fix scrollToSubviewOfTypeOfCellAtLocation
...
When scrolling, the table layout is likely to change and the selected
cell might not been the same.
2020-06-26 10:45:55 +02:00
Gabriel Ozouf
123d5f9076
[apps/calculation] Fixed tall calculation scroll
...
When displaying a calculation taller than the screen, the output could
be displayed above the screen.
- type 1/2/3/4/5/6/7/8/9 (the main fraction between the 1 and 2)
- press UP to select the output
==> The output is still offscreen.
Change-Id: Ic3ed7664ae693d22486f8b2f9f3a8f2324c3d7c9
2020-06-26 09:50:10 +02:00
Gabriel Ozouf
363bf4a620
[apps/calculation] Fixed ellipsis scrolling
...
When scrolling to a calculation without additional outputs from a
calculation with additional outputs, the ellipsis, though invisible,
would remain selected.
Change-Id: I7408ae004b9374e432ac58361616fa2ecf1550d8
2020-06-25 18:03:29 +02:00
Roberta Rabotti
981c627bc4
[IT]changed Sample standard deviation
2020-06-25 17:15:09 +02:00
Roberta Rabotti
d48f66fdad
[IT]chenges graphs
2020-06-25 17:15:03 +02:00
Émilie Feral
bac2949a5e
[escher][apps] SelectableTableViewDelegate: add
...
tableViewDidChangeSelectionAndDidScroll method and implement it for
Calculation::HistoryController
This fixes the following bug: In the calculation application, input 1,
OK, 1/2/3/4/5/6/7/8, OK, up, up, left, down, up. The selection failed.
2020-06-25 13:48:47 +02:00