Joachim LF
43bceac2c9
[Interval] Coding style on compute
2020-05-04 01:16:04 -07:00
Joachim LF
f250311856
[Interval] Patch the need recomputing
2020-05-04 01:16:04 -07:00
Léa Saviot
4caf9f5197
[coding style] Make some methods const
2019-09-09 20:05:14 +02:00
Léa Saviot
6b25060dc5
[apps/graph] Put parameter name in interval controller
...
For instance:
X Start ...
X End ...
Step
2019-09-05 14:54:59 +02:00
Ruben Dashyan
7ef63f2c61
[apps] IntervalParameterController::m_interval is set right before the controller appears
...
and not at controller's construction.
2019-09-04 15:07:40 +02:00
Ruben Dashyan
d2184d01bd
[apps/shared/interval_parameter_controller] Assert interval() is not nullptr
...
and inline getter in header.
2019-09-03 14:49:26 +02:00
Ruben Dashyan
e76bbd91cc
[apps/shared/interval_parameter_controller] Controller's title may be modified
2019-09-03 14:49:26 +02:00
Émilie Feral
6de497c2ed
[apps/shared] Templatize FloatParameterController to handle float/double
...
parameters.
Fix bug: when entering "e^234" as a parameter of a model keeping floats,
the FloatParameterController would accept the number (because e^234 is
defined in double) and store an undefined value in the model (because
e^234 is undefined in float).
2019-09-02 16:55:39 +02:00
Ruben Dashyan
2bb1e9416e
[apps] Uniformize IntervalParameterController labels
2019-08-29 13:51:49 +02:00
Émilie Feral
12060e2ae7
[escher] TextField: all text fields use the same draft text buffer
2019-08-13 09:44:00 +02:00
Ruben Dashyan
44809f4b3f
Substitute Escher app() by Container::activeApp()
2019-07-19 15:06:25 +02:00
Émilie Feral
698332c355
[escher] InputTextDelegate and LayoutFieldDelegate don't inherit from
...
InputTextDelegate to avoid diamond inheritance
2018-11-23 12:04:03 +01:00
Émilie Feral
6d9f0c0f0b
[apps] Get rid of DynamicViewController in FloatParameterController
2018-09-11 11:32:29 +02:00
Émilie Feral
f0a776a670
[apps] Operations in double when precision required
...
Change-Id: I7168a861a76178f0bf81841e9378f7399f67914a
2017-08-17 09:31:53 +02:00
Émilie Feral
ce09d2f9c4
[apps] Event 'right' on chevron cells behaves as OK and 'left' on the
...
next cell as 'back'
Change-Id: I2470659d8237373b21ad106c79cc5f8945f0edb5
2017-06-02 14:07:56 +02:00
Émilie Feral
de5fbe54d4
[apps/sequence|graph] Fix bug: when validating new interval parameters,
...
jump to the values table
Change-Id: Id56587dea29fcca18cc34045a6c93f2f740564e2
2017-05-10 16:30:08 +02:00
Émilie Feral
62c93e49a6
[apps] AppsContainer does not own the apps but a pointer to the apps
...
Change-Id: I9b6787be2cd143b52fd8dd60f3528fed2f74e4bb
2017-05-03 15:32:54 +02:00
Émilie Feral
70fc734f7b
[escher] Change dynamic view controller paradigm
...
Change-Id: I57fd41c9b9ad8a1e8b684b97fdf80ddffd71881d
2017-05-03 14:22:51 +02:00
Émilie Feral
7715da8e36
[apps/shared] In float parameter controllers, back has the same
...
consequence as 'validate'
Change-Id: Id45f824c50af2f6e47be5abd9115d98971a1e073
2017-04-26 09:39:14 +02:00
Émilie Feral
54c5f4dcda
[apps/shared] Make the float parameter controllers a dynamic controller
...
view
Change-Id: I216b7f6df15e5a406624ce3c1b0e892d0f871a6b
2017-04-24 14:37:27 +02:00
Émilie Feral
202c378462
[apps/graph][apps/sequence] When setting interval start bigger than
...
end, increase the end. Forbid to set the end greated than start
Change-Id: Ib04186bc66ba94cd99ada8da82b0efc0a81ff7c0
2017-04-18 10:28:03 +02:00
Émilie Feral
1f84157395
[apps] Correct bug: display warning only once !
...
Change-Id: I474aa564da189a548ef36ca9990ce627e0b50acc
2017-04-13 16:04:01 +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
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
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
e7abdbe2e3
[apps/shared] In float parameter controllers, add a ok button
...
Change-Id: I6063afd5ebc9bcb0bcddc13e42a91d029c4bd831
2017-03-16 15:12:11 +01:00
Émilie Feral
c51d7cda01
[apps/shared] Move interval and associated controllers to shared to be
...
used in apps/sequence/values
Change-Id: I231ec25a009c819fb16dcad096e1522587071255
2017-03-03 09:38:53 +01:00