Commit Graph

37 Commits

Author SHA1 Message Date
É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
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
c584d1fb4e [escher] Add toolbox event handling in responder [apps] Correct the text
field delegate app accordingly

Change-Id: I180fe53aaa1e0929b357d3985f584937fba2ecca
2017-02-20 10:48:50 +01:00
Émilie Feral
5b73eed76a [apps] Merge toolboxcontroller and node list controller
Change-Id: Ie273b6d7bca3a035e2420ddb6e66a4163d103748
2017-02-20 10:47:05 +01:00
Émilie Feral
dc7a629dfa [poincare] Replace complex constructors by named constructors
Change-Id: I6aad82edfb1bd243c4537a48888655608b90eeb5
2017-02-20 09:39:25 +01:00
Émilie Feral
e5e9f7cc41 [poincare][apps] Make preferences a const object accessible from
anywhere (poincare and apps)

Change-Id: I49cc6bf940d1efeb6b153daac949ffcb23999a8d
2017-02-20 09:39:24 +01:00
Émilie Feral
7382a09b86 [apps/shared] Correct bug: reinit the cursor position when changing app
(in case preferences has changed, trigo function graph will be
different)

Change-Id: I6c518ed204b7bc6b3bebde2f304e8c663033fa7d
2017-02-20 09:39:24 +01:00
Émilie Feral
aec8facd0e [apps] Use viewWillAppear to reload view after preference change
Change-Id: I4fba6bd6d4dee03e86ac5087dbc20ef4d7dd032b
2017-02-20 09:39:17 +01:00
Émilie Feral
b79bcfb9dc [poincare] Change name DisplayMode -> FloatDisplayMode
Change-Id: I7754b4a5ac96c3f3564749749b49130ddf357e20
2017-02-17 16:35:07 +01:00
Émilie Feral
15a736c855 [apps/shared] Avoid container casting when possible
Change-Id: I646e605c88ad577ebd9102032aad77ff8eae6ad7
2017-02-17 16:35:07 +01:00
Émilie Feral
627dd676be [apps/shared] Correct bug in checksum
Change-Id: I47eeefb54da25f9534a1da3e4a93519dd43b9009
2017-02-17 16:35:07 +01:00
Émilie Feral
6f138e6b1c [escher] Add methods viewWillAppear/Disappear in view controller instead
of keeping track of dataHasChanged in the selectable table view

Change-Id: Id2626f527f44714e29b9bd66e2c843193e1b57b5
2017-02-17 16:35:07 +01:00
Émilie Feral
282447d14e [apps/sequence/list] display the page change type when clicking on the
sequence type row in the list parameters

Change-Id: I11a2931cb81eda8a14a9e163ded93148dba5bb4c
2017-02-17 16:35:06 +01:00
Émilie Feral
64280be6ac [apps/sequence/list] Enable to delete all sequences
Change-Id: I923a5461b81352730ed4cba182c851c53b4cd33e
2017-02-17 16:35:06 +01:00
Émilie Feral
4f7658b271 [apps] Ensure to reset pointers when their content have been deleted
Change-Id: I4c236c045cbe5e6ba215cbf56b27eba92133b675
2017-02-17 16:34:57 +01:00
Émilie Feral
0a135fe7d7 [apps/sequence/list] Create a list parameter controller specific to
sequence

Change-Id: If6342a137715c1295b110e2d4e24499fcaf8edbc
2017-02-16 16:34:12 +01:00
Émilie Feral
4ba14c8597 [apps/sequence] Personalize the button "add a function" for sequence app
Change-Id: Ie84757feec57a934c80573ad24b71e868c0d7b81
2017-02-16 16:34:12 +01:00
Émilie Feral
607d9c00bf [apps/sequence/list] Display the list parameter when clicking on the
sequence name

Change-Id: I09deb2f19e35af3b44e33b94310c26a9f5e7706d
2017-02-16 16:34:11 +01:00
Émilie Feral
08a663a64f [apps/sequence] Do no add a new function as long as the user did not
choose a type

Change-Id: I67c3172b416d7d80a3bd9a4eb18091ab72626e4b
2017-02-16 14:46:04 +01:00
Émilie Feral
0f4d7f0914 [apps/shared][apps/graph][apps/sequence] Reorganise list controllers,
function title cells and function expression cells

Change-Id: Idbdae4975c8ed83a023c781dc14929b8c2053bb0
2017-02-16 14:46:04 +01:00
Émilie Feral
9d6a945fbe [apps] Switch to mode editing when clicking on toolbox or variable box
Change-Id: Iff6a00234ac95c6519fba8046149d2f645f8ca86
2017-02-16 14:46:04 +01:00
Émilie Feral
20c13c172c [apps/shared] Do no display button to add a new cell when the maximum
number of functions is reached

Change-Id: I0717998ee3ae9ca575462ee0139182c698ea6c02
2017-02-16 14:45:59 +01:00
Émilie Feral
f76b603c67 [apps/sequence] Create a class sequence title cell
Change-Id: I2a891e6a47ec742cedfa6780ee1a50eb3df24085
2017-02-13 17:15:08 +01:00
Émilie Feral
7b9dbb88a5 [apps/sequence/list] Create a class sequence expression cell inheriting
from function expression cell

Change-Id: Icaec669c684ebbaa353f6801ca2f976e5fb76a9a
2017-02-13 17:15:08 +01:00
Émilie Feral
460e692309 [apps/sequence] Improve sequence model
Change-Id: I1369646291c4da852777f07c4730c640c3df76ac
2017-02-13 17:15:08 +01:00
Émilie Feral
9a4873a3ec [apps/shared] Move part of apps/graph/list/list_controller to the shared
folder to be used by sequence

Change-Id: I3b2235d4869f7e589bad1fb31334d04c80e40dc3
2017-02-13 17:15:08 +01:00
Émilie Feral
ad61215cca [apps/shared] Move apps/graph/function_title_cell to shared folder to be
used by sequence

Change-Id: I2dad6b5d2a3e2a0b7d11ab9e212cb3cca315940f
2017-02-13 17:15:07 +01:00
Émilie Feral
a5d27c1f06 [apps/shared] Move apps/graph/list/new_function_cell to shared folder to
be used by sequence

Change-Id: Ie42a8b6cc60e652ab49379dd72b00f2efdc6ebda
2017-02-13 17:15:07 +01:00
Émilie Feral
0478817040 [apps/shared] Move apps/graph/list/function_expression_cell in shared
folder to be used by sequence

Change-Id: I4a019c322cc7cb864479b200ee56d05234f5491c
2017-02-13 17:15:07 +01:00
Émilie Feral
44317d5c95 [apps/shared] Move apps/graph/list/parameter_controller to shared/
folder to be used by sequence

Change-Id: I33d245c819ceb01bf5b0b277a0faebfc99a66c68
2017-02-13 17:15:07 +01:00
Émilie Feral
6cf5b9d317 [apps/shared] Add method in shared function store
Change-Id: I1b15ed95e7e9a5c4cffe303e5f699ec03ad87b45
2017-02-13 17:15:07 +01:00
Émilie Feral
3164939c9d [apps/shared] Move function store class to shared/ to be used by
sequence

Change-Id: I89380d59e3450e9c5af4bf05f520ed1a5205ba29
2017-02-13 17:15:06 +01:00
Émilie Feral
59553e69e0 [apps/shared] Move function model in shared to be used by sequences
Change-Id: I2fbd4136b8352497da30c8c959cd0f0b25d36642
2017-02-13 17:15:06 +01:00
Émilie Feral
23026b6718 [apps/shared] Namespace shared
Change-Id: I6dec7ce900bb4e801a25c567fe5e242cb744cf29
2017-02-13 17:15:06 +01:00
Émilie Feral
b06c54856f [apps\shared] Create a folder shared/
Change-Id: I94e4474ff5ab3bf9db7afd5b3be57b985755ecdf
2017-02-13 17:15:06 +01:00