slint/tests/cases/layout
Olivier Goffart b34a34cea0 C++ Make sure that the layout is properly updated when the model of a for or if changes
The problem is that the backend is using the `meta_property_listener` to know
if the layout must be updated, but the C++ code would not register a dependency

NOTE about the test: The test doesn't really test that it works because
the test backend don't have a meta_property_listener and apply the layout
inconditionally in sixtyfps_send_mouse_click
2021-02-18 09:40:12 +01:00
..
box_alignment.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
box_precentages.60 Change behavior of percent sice within the layout 2021-02-11 20:32:26 +01:00
default_fill.60 C++: rename component_type to static_vtable 2021-01-14 09:39:21 +01:00
grid.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
grid_fixed_size.60 Change behavior of percent sice within the layout 2021-02-11 20:32:26 +01:00
grid_min_max.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
grid_padding.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
grid_within_for.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
horizontal_for.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
horizontal_sizes.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
issue_140.60 Avoid self-references in the created layout properties 2021-01-28 15:06:19 +01:00
issue_147_for_explicit_size.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
issue_147_for_explicit_size_merge.60 Fix error in the generated rust code with laoyut in for 2021-02-15 15:00:52 +01:00
issue_149_nested_for.60 Fix nested for layouts 2021-02-01 12:38:56 +01:00
issue_160_box_min_max.60 Box layout: ensure max size is >= min 2021-02-05 19:18:09 +01:00
issue_167_if_relayout.60 Fix test from previous patch 2021-02-12 10:36:23 +01:00
nested_boxes.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
nested_grid.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
nested_grid_2.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
nested_grid_minmax.60 Issue warnings when creating bindings against deprecated properties 2021-02-02 22:42:02 +01:00
path.60 Convert Path to support brushes 2021-02-03 15:45:33 +01:00
path_alignment.60 Convert Path to support brushes 2021-02-03 15:45:33 +01:00
path_for.60 Convert Path to support brushes 2021-02-03 15:45:33 +01:00
path_offset.60 Convert Path to support brushes 2021-02-03 15:45:33 +01:00
vertical_if.60 C++ Make sure that the layout is properly updated when the model of a for or if changes 2021-02-18 09:40:12 +01:00