slint/tests/cases
Olivier Goffart f27a2b8c74 Fix issues related to alias to globals
two problems
 - For the interpreter, properly handle the case of an alias to a global
 - For the rust generator, we can't return a reference to a property held
   in a global, so we must 'inline' the get_xx funciton on sub-components
2021-12-06 14:30:47 +01:00
..
bindings Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
callbacks Fix interpreter panics when calling callback that weren't set 2021-08-24 11:37:47 +02:00
children Update license date 2021-07-02 15:55:54 +02:00
conditional Update license date 2021-07-02 15:55:54 +02:00
crashes Fix the item tree building for components whose base is a component 2021-11-03 14:59:27 +01:00
elements Do the popup window pass before inlining 2021-10-28 15:52:29 +02:00
examples Move a few more passes before inlining 2021-10-28 15:52:29 +02:00
expr Properly handle self assignment on non-float types 2021-07-23 16:33:50 +02:00
focus Fix absolute item index computation for children of nested sub-components 2021-11-09 14:52:47 +01:00
globals Fix issues related to alias to globals 2021-12-06 14:30:47 +01:00
imports Rename the sub component id to avoid error in the generated code with duplicated names 2021-11-23 12:03:03 +01:00
input Don't try to keep the used_component while doing the inline pass 2021-11-01 13:47:09 +01:00
layout Fix another regression in layout due to non inlining 2021-11-24 10:21:00 +01:00
lookup Update license date 2021-07-02 15:55:54 +02:00
models Fix model length tracking in the interpreter 2021-10-20 15:25:28 +02:00
properties Fix LineEdit.has-focus witht he native style 2021-10-14 15:34:25 +02:00
subcomponents C++: Fix subcomponents/nested_repeater.60 when not inlining 2021-11-09 12:40:04 +01:00
text Added tests for cut 2021-11-29 16:29:07 +01:00
types Fix panic in the interpreter if there are properties that are aliased to struct 2021-10-06 18:33:27 +02:00
7gui Make a link from 7gui directory to the test case so that the .60 files are tested 2020-12-02 12:00:05 +01:00
debug.60 Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
image_geometry.60 Do the default_geometry pass without inlining 2021-10-28 15:52:29 +02:00
simple.60 Update license date 2021-07-02 15:55:54 +02:00
states.60 Update license date 2021-07-02 15:55:54 +02:00