Quentin Guidée
c2df1c33d1
[Fix] Examination level
2020-07-18 10:31:14 +02:00
M4x1m3
52cd5318a1
[escher] Fixed theme engine
2020-07-17 19:59:06 +02:00
M4x1m3
efd2896a34
[ion/kb] Reverted #370 , found a better way to fix.
2020-07-17 10:09:07 +02:00
M4x1m3
c029474a61
[escher] Fixed alpha+arrow / alpha-lock + arrow
2020-07-14 11:00:08 +02:00
Joachim LF
d7ac7e19bb
[Update] Epsilon 14
2020-07-13 10:36:47 +02:00
Léa Saviot
759fa6a60a
[escher] Fix constexpr due to linux warning
2020-07-02 17:09:38 +02:00
Émilie Feral
736833da34
[escher] Typo
2020-06-26 17:48:31 +02:00
Émilie Feral
1da2f23914
[escher] SelectableTableView: fix delegate notification when
...
deselecting table view
This fixes the following bug: input 1.2/2, OK, up, down, the exact ouput
is still displayed but should have toggled
2020-06-26 17:48:31 +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
Quentin
1f3ad54c05
[Change] OMEGA_THEME_* to THEME_*
2020-06-23 17:35:39 +02:00
Quentin
ea75f8ac26
Merge branch 'omega-dev' of https://github.com/M4xi1m3/Omega into M4xi1m3-omega-dev
2020-06-23 17:30:06 +02:00
M4x1m3
72d9e31847
Added support for git theme repos
...
Usage:
OMEGA_THEME_REPO must be set to a valid git url, or local for local repository
OMEGA_THEME_NAME must be set to an existing theme in the repository
2020-06-22 19:02:32 +02:00
Quentin
3c1cc62302
[Fix] undefined reference to CalculationTrigoAndComplexForeground
2020-06-20 19:46:47 +02:00
Quentin
27a0935311
[Fix] Patched colors
2020-06-20 19:46:47 +02:00
Quentin
5134d0e352
[Fix] Conflicts
2020-06-18 19:58:34 +02:00
Quentin
db10723e76
[Update] Upstream
2020-06-18 19:25:17 +02:00
Evann DREUMONT
f0c46adebe
[Feature] Add root and log setting ( #290 )
...
* [setting + layout] add function setting
* [GitHub] GitHub Actions
* [GitHub/Fix] GitHub Actions
* Update config.mak
* Fix setting name
* Fix setting name
* Fix setting name
* Fix setting name
* Fix setting name
* Fix setting name
* Fix typo error
* Fix trad
Co-authored-by: Quentin Guidée <quentin.guidee@gmail.com >
2020-06-13 00:10:33 +02:00
Quentin
b7a5abe597
[Feature] Add ALPHA to some shortcuts
2020-06-13 00:03:01 +02:00
Antonin Loubiere
5f15b37918
[Feature] Add Toolbox / Table shortcuts ( #327 )
2020-06-12 23:58:49 +02:00
Quentin
c12d3bbd33
[Fix] Toolbox crash
2020-06-12 23:55:38 +02:00
M4x1m3
2d1e48eb79
[apps/external] Fixed external app color bug
2020-06-12 21:16:18 +02:00
Quentin
e4a3110149
[Feature] RGB files compatibility
2020-06-05 21:07:24 +02:00
Arthur
59bf8bbcf4
[matplotlib] Added cyan color to the color palette
...
Change-Id: I29476d8148ad98285505adc460b90628573518fa
2020-06-04 14:50:09 +02:00
Émilie Feral
5725ba1c14
[escher] LayoutField: reset selection when clearing layout
2020-06-04 14:50:08 +02:00
Émilie Feral
9a3e2c960f
[escher] LayoutField: update the grey squares when using insertion
...
cursor
2020-06-04 14:50:08 +02:00
Émilie Feral
79e7626dc3
[escher] LayoutField: the insertion cursor can't point to an EmptyLayout
...
as it might be destroyed
This fixes the following crash: input 1, OK, input ans/[], go up to the history --> crash
2020-06-04 14:50:08 +02:00
Émilie Feral
465fa5c63f
[escher] TextField: fix insertTextAtLocation (confusion between size and
...
length)
This fixes the following bug: in a textfield, input '000', clear, input
'00', backspace --> crash
2020-06-04 14:50:08 +02:00
Léa Saviot
b096d6f5e4
[escher/table_view] COding style
2020-06-04 14:50:08 +02:00
Léa Saviot
44af4b1fde
[escher/table_view] Fix numberOfDisplayableRows/Columns
...
Did not take into account the margin so was too big sometimes
2020-06-04 14:50:08 +02:00
Léa Saviot
515aa543d3
[escher/table_view] Remove dead code
2020-06-04 14:50:08 +02:00
Léa Saviot
12a45ef8e6
[escher/poincare] Coding style
2020-06-04 14:50:08 +02:00
Léa Saviot
9d5e58f32b
[escher/scroll_view] Do not compute offset if view invisible
2020-06-04 14:50:08 +02:00
Léa Saviot
3e4478454c
[escher] Avoid useless redrawing in ExpressionView::setLayout
2020-06-04 14:50:08 +02:00
Léa Saviot
5f26ca40cc
[apps/escher] Fix scroll view indicator margin
...
So it does not overflow the scrolled view. Fixed for the language
controllers (on boarding app and settings), one value was changed from a
magic 14 to Metric::CommonTopMargin = 15, it did not seem to break
anything.
2020-06-04 14:50:07 +02:00
Léa Saviot
f306b51fc5
[apps/escher] Move ModalViewEmptyController to escher
2020-06-04 14:50:06 +02:00
Léa Saviot
6d7b294bca
[apps/escher] Rename ToolboxMessageTree::children -> childAtIndex
2020-06-04 14:50:06 +02:00
Léa Saviot
bba5b237d2
[apps/code] Display different varbox titles from editor and console
2020-06-04 14:50:06 +02:00
Léa Saviot
0f2ac5b110
[escher/text_field] Fix std::min use
2020-06-04 14:50:05 +02:00
Léa Saviot
a165c6d85b
[escher] Clean InputEventHandler
2020-06-04 14:50:05 +02:00
Léa Saviot
33d8d10286
[apps/code] Do not select subtitles in the variable box
2020-06-04 14:50:05 +02:00
Léa Saviot
0d6016116d
[apps/code] Cosmetic fixes on the variable box
2020-06-04 14:50:05 +02:00
Léa Saviot
b3d87c0e18
[escher/stack_view_controller] Inline some methods
2020-06-04 14:50:05 +02:00
Léa Saviot
96d68d6b44
[apps/code/varbox] Subtitles and basic items are displayed properly
2020-06-04 14:50:05 +02:00
Léa Saviot
0863abc4da
[apps/code] VariableBox cells with node origins
2020-06-04 14:50:05 +02:00
Léa Saviot
52644bf76d
[apps/code] Subtitles in the variable box
2020-06-04 14:50:05 +02:00
Léa Saviot
6311f408b4
[escher/text_area] Fix overlap in textInsert
2020-06-04 14:50:04 +02:00
Léa Saviot
fd1b0e08ee
[escher/text_field] Fix insertion size computation
2020-06-04 14:50:04 +02:00
Léa Saviot
eeb42f2544
[apps/code] autocompletionText uses the right text length
...
Before, there was no notion that the autocompleted text might not be a
null terminated string.
2020-06-04 14:50:03 +02:00
Léa Saviot
938e0dd840
[apps/code] Autocompletion steps
2020-06-04 14:50:03 +02:00
Léa Saviot
a56a73b0ba
[apps/calculation] Fix calculation height computation
...
It was done in two places before, which created inconsistencies
2020-05-28 04:44:27 -07:00