slint/internal/compiler/tests/syntax
David Faure ba89ae53b8 GridLayout: keep row/col/rowspan/colspan properties specified by the user
When an item in a grid layout specifies row or col, this property is no
longer removed by the compiler.

That's the one liner that changes removes() with get(), but the side
effect of that is that the code that checks that no row/col/etc.
property is still there afterwards (to give compile-time errors)
had to be improved to check if this is an item inside of a grid layout,
since the property stays now.
2025-09-22 11:46:56 +02:00
..
accessibility syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
analysis compiler: Produce a binding loop error when using rem on default-font-size itself 2025-08-21 21:31:27 +02:00
basic GridLayout: keep row/col/rowspan/colspan properties specified by the user 2025-09-22 11:46:56 +02:00
callbacks syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
elements MenuBar: allow it to be in a if 2025-08-18 11:17:57 +02:00
exports syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
expressions syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
focus syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
functions Change the new error that detects binding loop through the window into a warning 2025-06-02 19:01:47 +02:00
fuzzing syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
imports Slintpad: allow to load libraries with ?lib=foo=https://... (#9441) 2025-09-18 21:38:00 +02:00
layout compiler: Dialog padding has effect and shouldn't be a warning 2025-07-03 10:25:16 +02:00
lookup Add an Easing namespace (#9179) 2025-08-21 09:06:48 +02:00
new_syntax syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00
parse_error syntax_tests: allow to update tests, and don't use a regexp (#8589) 2025-06-02 16:47:33 +02:00