Simon Hausmann
|
24dcef5fed
|
First stage of cleaning up the export handling of the slint root component (#2095)
We implicitly export the last component of a .slint file to the generator.
Issue a warning when that happens and suggest to export it explicitly.
|
2023-01-23 15:19:49 +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 |
|