slint/internal/compiler/tests/syntax
Olivier Goffart 41157b9984 Fix visible property on the root of a component
Just like opacity and other properties, it needs to prevent inlining.

And also add the same warning as for opacity if it is used on the root
(the Window)
2023-02-14 13:28:54 +01:00
..
accessibility First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
analysis Fix panic when the binding loop is caused by accessing the same component twice 2023-01-24 18:01:30 +01:00
basic Fix visible property on the root of a component 2023-02-14 13:28:54 +01:00
callbacks First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
elements Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
exports Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
focus First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
functions Warn about components that are neither used nor exported 2023-01-26 15:52:40 +01:00
imports Remove support of old SIXTYFPS_ env variable, and sixtyfps_widgets.60 2023-01-26 13:36:38 +01:00
layout First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00
lookup Improve error message when trying to create a two-way binding to model data 2023-02-10 13:13:15 +01:00
new_syntax Make the old syntax a warning 2023-02-14 12:38:39 +01:00
parse_error First stage of cleaning up the export handling of the slint root component (#2095) 2023-01-23 15:19:49 +01:00