slint/internal/compiler/tests/syntax/new_syntax
Olivier Goffart fdf5d4c0dd Fix in/out/private property on global
This is technicly a breking change. But this is also a bug and it was only
allowed since 0.3.2, so it is probably fine.

The problem is that any property access to a global was considered as being
local.
Now, change that so that property access to a global object is no longer
local, and other components can't access private property anymore
2022-12-06 10:29:44 +01:00
..
input_output.slint Rename input and output property to in, out and in-out 2022-11-08 15:25:20 +01:00
input_output2.slint Fix in/out/private property on global 2022-12-06 10:29:44 +01:00
new_component.slint New syntax: Only allow children if the component has @children 2022-10-28 17:45:37 +02:00
new_lookup.slint New syntax: New lookup rules for unqualified identifier 2022-10-20 16:40:29 +02:00
two_way_input_output.slint input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00