Olivier Goffart
|
6ab6ae63d4
|
input output property: fix semantic with two ways bindings
|
2022-11-11 13:02:53 +01:00 |
|
Olivier Goffart
|
dd4c701307
|
Rename input and output property to in , out and in-out
|
2022-11-08 15:25:20 +01:00 |
|
Olivier Goffart
|
2ceafc6392
|
New syntax: Make it an error to set the value of a builtin output property
With the old syntax, this becomes a warning
|
2022-11-01 12:51:45 +01:00 |
|
Olivier Goffart
|
5613fc4416
|
Rename inout property to input output
`inout` and `input` are too similar, so use a longer form for `inout`
CC https://github.com/slint-ui/slint/issues/191#issuecomment-1296176978
|
2022-10-31 14:57:52 +01:00 |
|
Olivier Goffart
|
0ba8f58076
|
New syntax: New lookup rules for unqualified identifier
Instead of looking up any property in `self` and `root`, only resolve
the properties in scope declared in the current component.
|
2022-10-20 16:40:29 +02:00 |
|