slint/internal/compiler/tests/syntax
Olivier Goffart d468bbec05 ListView: Warn when we have other elements than just a for
This is not supported right now, the other elements will not be part of
the layout, and two `for` will be in the same listview, creating bad
situation with the scrollbar.

This is a warning since it would be a breaking change to make it an
error.

For example, we used a FocusScope in the StandardListView implementation so
I had to go trough one level of indirection

CC: #860
2022-11-30 11:17:22 +01:00
..
accessibility Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
analysis Fix panic when doing binding analysis of properties in repeater in layout 2022-10-18 10:11:40 +02:00
basic Forbid former transitions declaration with the new syntax 2022-11-22 15:16:54 +01:00
callbacks Add support for invoking an init callback on component and element construction 2022-11-17 10:12:08 +01:00
elements ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00
exports Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
focus Fix panic when the forward-focus expression is invalid 2022-10-18 10:13:55 +02:00
imports Fix support for multiple import statements from the same path (#1868) 2022-11-21 15:37:38 +01:00
layout Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lookup Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
new_syntax input output property: fix semantic with two ways bindings 2022-11-11 13:02:53 +01:00
parse_error Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00