slint/sixtyfps_compiler/passes
Olivier Goffart 9f3d02c319 Fixup previous commit
I got the condition wrong.

CC: #581
2021-10-15 17:20:10 +02:00
..
apply_default_properties_from_style.rs Fix the default Text color overriding a color specified in a two way binding 2021-09-30 12:48:19 +02:00
binding_analysis.rs Basic support for Multi-line TextInput 2021-09-01 16:52:37 +02:00
check_expressions.rs Hard error when not calling a callback 2021-10-05 12:56:26 +02:00
check_public_api.rs Add support for global aliases 2021-08-31 17:09:11 +02:00
clip.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
collect_custom_fonts.rs Update license date 2021-07-02 15:55:54 +02:00
collect_globals.rs Minor cleanup 2021-08-27 13:36:48 +02:00
collect_structs.rs Janitor: Fix clippy::needless_borrow 2021-08-04 22:50:35 +02:00
collect_subcomponents.rs Collect all used components before inlining 2021-07-07 17:58:43 +02:00
compile_paths.rs Update license date 2021-07-02 15:55:54 +02:00
deduplicate_property_read.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
default_geometry.rs Fix the default Text color overriding a color specified in a two way binding 2021-09-30 12:48:19 +02:00
embed_images.rs Rename the embed_resources pass to embed_images 2021-10-06 21:28:35 +02:00
ensure_window.rs Add the Dialog element 2021-09-29 16:25:44 +02:00
flickable.rs Fixup previous commit 2021-10-15 17:20:10 +02:00
focus_item.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
generate_item_indices.rs Janitor: Remove unnecessary & 2021-07-07 08:42:28 +02:00
infer_aliases_types.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
inlining.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
lower_layout.rs Allow normal Element to be in the Dialog's button row with dialog-button-role 2021-10-05 09:46:20 +02:00
lower_popups.rs Refactor: Builtin can now have default binding on properties that are inherited from a NativeClass 2021-09-29 16:25:44 +02:00
lower_shadows.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
lower_states.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
lower_tabwidget.rs Fix TabWidget drawing with the Qt Fusion style 2021-09-30 19:43:53 +02:00
materialize_fake_properties.rs Fix materialized property being wrongly re-initilized when used within the same Element 2021-10-07 09:23:24 +02:00
move_declarations.rs Dialog: automatically add clicked callback for the standard button 2021-09-30 10:21:13 +02:00
optimize_useless_rectangles.rs Optimize away Rectangle that serve no purpose 2021-09-05 09:29:00 +02:00
remove_aliases.rs Support aliases to callbacks in globals 2021-08-24 12:36:16 +02:00
remove_unused_properties.rs Remove unused properties from globals 2021-08-12 16:33:37 +02:00
repeater_component.rs Fix panic when calling focus() on a repeated element 2021-08-20 15:39:54 +02:00
resolve_native_classes.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
resolving.rs Improve diagnostics when images cannot be located for embedding 2021-10-05 23:16:46 +02:00
transform_and_opacity.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
unique_id.rs Clean up global alias handling 2021-08-31 17:09:11 +02:00
visible.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
z_order.rs Janitor: Remove unnecessary & 2021-07-07 08:42:28 +02:00