Commit Graph

126 Commits

Author SHA1 Message Date
Émilie Feral
80468daaf3 [apps/shared] In list controller, if the number of rows has decreased,
reinit the scrolling before selecting the last row

Change-Id: If7948cdd6a2ea70fd8e48de2799111df5dfd977e
2017-04-10 10:53:27 +02:00
Émilie Feral
b9183eb84d [apps/graph][apps/sequence] In function store model, specify the
implementation of removeAll (always let an empty function in cartesian
functions)

Change-Id: I5e91a0ea427ba823eee4f86cdd8b7cd5426df2c6
2017-04-10 10:52:22 +02:00
Émilie Feral
e6e31adee7 [apps/shared] In graph, enable cursor to be at infinity without moving range
Change-Id: I6de1593a3017d28c0187a0a3ab3f19b7cbbaa667
2017-04-07 16:22:41 +02:00
Émilie Feral
4348bd7bae [apps] Implement a reset in apps (clear memory)
Change-Id: I158d5db92196ccfd5400a95de16ee4804e426e65
2017-04-07 15:36:03 +02:00
Émilie Feral
6253ecd84d [apps/shared] Change title of zoom (interactive zoom) and initialization
(predefined zoom)

Change-Id: Ice1c1a86b6beb4305e43b27f3a418478b3833d23
2017-04-05 15:33:48 +02:00
Émilie Feral
92752a7ff4 [apps/sequence] In interval parameter controller, change "X min" to "N
min"

Change-Id: I9a3179ab3754ee5e0ce848c84093e8ceec55b624
2017-04-05 14:50:25 +02:00
Émilie Feral
35c653443d [apps/shared] In values parameter controller, implement
willDisplayCellAtLocation

Change-Id: Ieac7fd650c6cb807fbb436d2cc8df03f5fd3702f
2017-04-05 14:43:45 +02:00
Émilie Feral
6f3b173022 [apps/shared] In float parameter controller, stay in editing mode is the
value was refused

Change-Id: I2eca2c745bfbaeafb53de44f6e96f90a89d7925b
2017-04-05 14:39:10 +02:00
Émilie Feral
ee67b6ba03 [apps/sequence] Forbid negative values and round float in values table and interval
settings.

Change-Id: Idf18b42dbba1c5cae940bb98cae57b67e7b6a4fd
2017-04-05 11:32:16 +02:00
Émilie Feral
f34fac94a3 [apps/shared] In curve view, reorder subviews to avoid redrawing OK view
AND return the banner view as first child if the ok view is null

Change-Id: I14cc3ced812e17a7abc19f794f695d92d818dc6a
2017-04-05 10:15:01 +02:00
Émilie Feral
7f7f80d790 [apps/shared] In curve view, change subviews order to avoid useless
redrawing

Change-Id: I49e6548ac2a72f33d3d78b95a8f248a498f7e74e
2017-04-04 18:29:05 +02:00
Émilie Feral
c5df63a184 [apps/shared] In values controller, correct bug: do not forget to
deselect buttons when tab is reselected

Change-Id: I00a02661e1cb13986fe815bae95f35aa8aa3c55b
2017-04-03 17:24:35 +02:00
Émilie Feral
da4c28bf39 [apps/graph] Fix bug in values controller in willDisplayCellAtLocation
Change-Id: Ic3f166caac9d58205a9b896de2a288afe13c66d4
2017-04-03 17:05:03 +02:00
Émilie Feral
c893a4611e [apps/shared] In list controller, fix bug in clearing function
expressions

Change-Id: I58a58558cd02b51b3a8e5afbb5f7a7103373dfa7
2017-04-03 15:55:45 +02:00
Émilie Feral
2576824728 [apps/graph] Fix bug in values controller: display derivative values in the derivative column
Change-Id: I9489c4341922efc0f7aaf3da773cb65a0548775f
2017-03-31 18:05:05 +02:00
Émilie Feral
5facbfb8ac [apps/sequence] Specialize sequence go to parameter controller to round
the given abscissa and forbid negative values

Change-Id: Iaae39e575c0e2de4993a558e234717a839905872
2017-03-30 16:43:28 +02:00
Émilie Feral
e76cab75c1 [apps/shared] Factorize go to parameter controllers in parent class
(used in regression, graph, sequence)

Change-Id: I5e54bca17f9de7b21aeb705ea87818b064662904
2017-03-30 16:08:40 +02:00
Émilie Feral
e95ea50d3c [apps/shared] Fix bug in go to parameter controllers
Change-Id: I196378c4921583af42dc4a2e64e3a6c32038f9d1
2017-03-29 18:36:47 +02:00
Émilie Feral
ffd6e61328 [apps/shared] In range, fix bug when clipping range values
Change-Id: Ibd6dd8bf5668aaabc9f47c781a606b41cb64e6db
2017-03-29 18:36:46 +02:00
Émilie Feral
f2d745fa14 [apps/shared] In range parameter controller, fix bug
Change-Id: I4d7229e353ffcfd50933e08986359a3fe89f8487
2017-03-29 18:36:46 +02:00
Émilie Feral
0b837d0772 [apps/shared] In interval, fix bug
Change-Id: Ie49a47f6de9ad738835111c6f3b4ac8b5f594e54
2017-03-29 18:36:46 +02:00
Émilie Feral
2c8383c95d [poincare] Pop up a syntax error for function with the wrong number of
arguments

Change-Id: I8be6838c1d94676a2b579a353c3d36011e6edba1
2017-03-29 18:36:45 +02:00
Émilie Feral
3641009694 [apps/shared] Fix bug: avoid typing sum(cos(x),2,3) instead of
sum(cos(n),2,3)

Change-Id: I8b10d62f9adf22fbcf87973cbd56cec3242e534f
2017-03-29 18:36:45 +02:00
Émilie Feral
aeba193920 [apps/shared] Fix bug in goto
Change-Id: I328ef6a75da39f33f5155e22484451b6c903c6d2
2017-03-29 18:36:45 +02:00
Émilie Feral
0a3692cfac [apps/shared] Do not reset the textfield is the data has not been
updated (syntax, math error)

Change-Id: I53301c2bdf59e03d0c2bcdb56b0da4d86d83bb5e
2017-03-29 18:36:39 +02:00
Émilie Feral
6d8d105d7e [escher][apps] Clean and fix bug in text field
function application)

Change-Id: I5d425ea7752a054ea6b05735b12442c4429f13b4
2017-03-29 15:04:37 +02:00
Émilie Feral
128af56396 [apps/statistics] Forbid negative sizes and round float sizes
Change-Id: I4db9777bea04f70b86da97f940ef5cbe669e41d9
2017-03-29 15:04:37 +02:00
Émilie Feral
784fe53679 [apps/calculation] Reset expression scroll when changing selection
Change-Id: Ia2a46a7d39c735d55947cca03a8f84e1f711d12b
2017-03-29 15:04:26 +02:00
Émilie Feral
5e7bfc795a [apps/shared] Deselect table in float parameter controller when
disappearing

Change-Id: I59baf6b9d578b9d5045287f7c9ba65ff53abbda9
2017-03-29 11:35:30 +02:00
Émilie Feral
6b93e9db09 [apps] Correct potential bug: reinit the cursor before reloading banner
Change-Id: I768ba75974b5611068f3f1b2284ddb118039734f
2017-03-29 11:35:29 +02:00
Émilie Feral
7e1f0a4d01 [apps/shared] Fix error
Change-Id: I6a6837936596f658b431516a476f1f3c78e66bf7
2017-03-29 11:35:29 +02:00
Émilie Feral
45203077b4 [apps/shared] Fix bug in store controller
Change-Id: I2efbeca40a2086e301f7a6bd10a01eeba8a3d0ba
2017-03-29 11:34:46 +02:00
Émilie Feral
bb718b07c7 [apps/sequence] Clip default range initialisation to 0 on X range for
sequences

Change-Id: I501a397ce3016ba605bd9aca950b87a2ca295000
2017-03-28 14:49:27 +02:00
Émilie Feral
4f089b2cf8 [apps] Avoid infinite value in editable table
Change-Id: I8ebbf99c244e7b7008c788aec8eed71b9ae20580
2017-03-28 14:49:22 +02:00
Émilie Feral
8bc326dba1 [apps/shared] Fix error
Change-Id: I635363ea034c48fb5367cd1cbaefc0472f951d41
2017-03-20 14:55:59 +01:00
Émilie Feral
dc6acc0d48 [apps/shared] Clip displayed range in graph view in interactive curve
view range

Change-Id: I4654a1f9c06420d6ade8a86a13c0d89f025f324f
2017-03-20 14:55:59 +01:00
Émilie Feral
5e6470f776 [apps/shared] Change rendering of interactive zoom in graph view
Change-Id: If18fd9d9b46d473b5f5e16be646a328f66e1e9d9
2017-03-20 14:55:59 +01:00
Émilie Feral
296c412356 [apps/shared] Improve comment in curve view
Change-Id: I9e073d408aa9239d4e3952ba1a308e9ee020211c
2017-03-20 14:55:59 +01:00
Émilie Feral
b1fb4f5393 [escher] Correct commit : Enable to draw the outline of cells in table
view

Change-Id: If2eadc0b9987678c0ccc56401bd46835d861a436
2017-03-16 17:35:43 +01:00
Émilie Feral
7a54fa0ea0 [apps/shared] Divide tab table controller in 2 classes
Change-Id: I7bd9f7395c000ad69198ab123ffcfe1b661350aa
2017-03-16 15:12:13 +01:00
Émilie Feral
0716307b36 [apps/sequence] Resolve bug in sequence drawing
Change-Id: Ie392e6c5a53007677fe62c95277ccc96772d9ed0
2017-03-16 15:12:12 +01:00
Émilie Feral
1f21251011 [escher] Change name: pointer->message
Change-Id: I0bd7a7d8da047b03342bec1ff31f29ad7efcc2f6
2017-03-16 15:12:12 +01:00
Émilie Feral
adc80cd71b [apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
2017-03-16 15:12:12 +01:00
Émilie Feral
406fc0e0a5 [escher] Enable to draw the outline of cells in table view
Change-Id: I2842e9fdada4ebdc3fe49608e6f7886d831aa98b
2017-03-16 15:12:11 +01:00
Émilie Feral
9aa516fe5d [apps/shared] Improve validate button rendering in float parameter
controllers

Change-Id: I58ccc4da68c83509fe734038781b971d2a8f74c6
2017-03-16 15:12:11 +01:00
Émilie Feral
e7abdbe2e3 [apps/shared] In float parameter controllers, add a ok button
Change-Id: I6063afd5ebc9bcb0bcddc13e42a91d029c4bd831
2017-03-16 15:12:11 +01:00
Émilie Feral
fa24561cd1 [apps/graph][apps/sequence] Improve footer rendering
Change-Id: I4b5953621118b5dad9e4974514c35ae3fc9b215e
2017-03-16 15:12:11 +01:00
Émilie Feral
d862001bc3 [escher] In textfields, in editing mode, OK == EXE
Change-Id: I83c9fd8f6c5ea5348067108899a065a3b1d69d5c
2017-03-08 15:47:16 +01:00
Émilie Feral
8f1d37c28c [escher] Add a cursor to text fields
Change-Id: Ib4a80a3c6d4b5d76cb56645275e8ecc6d69528ca
2017-03-08 15:42:14 +01:00
Émilie Feral
b4b2e284e1 [apps/shared] Factorize tab table controller in a class
Change-Id: I0af0da6b9a1216c57c8a4b669d14d8a3473ac48b
2017-03-08 11:18:55 +01:00