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
|
84ae4d2928
|
New syntax: Only allow children if the component has @children
For compatibility reason, this is also allowed when inheriting
|
2022-10-28 17:45:37 +02:00 |
|
Olivier Goffart
|
f055afd2de
|
New syntax: allow to create component without base
|
2022-10-26 18:09:57 +02: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 |
|