slint/internal/compiler/widgets
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
..
common Bump version number to 0.3.3 2022-11-28 13:11:11 +00:00
fluent Make SlintInternal.dark-color-scheme a property instead of a function (#1790) 2022-10-28 14:20:20 +02:00
fluent-base ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00
fluent-dark Add support for fluent-light and fluent-dark styles 2022-10-26 13:30:09 +02:00
fluent-light Add support for fluent-light and fluent-dark styles 2022-10-26 13:30:09 +02:00
material Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
material-base ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00
material-dark Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
material-light Add material, material-light and material-dark widgets (#1784) 2022-10-31 14:54:50 +01:00
native ListView: Warn when we have other elements than just a for 2022-11-30 11:17:22 +01:00