slint/tests/cases/elements
Olivier Goffart 8ce8a94a26
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
CI / wasm (push) Blocked by required conditions
CI / wasm_demo (push) Blocked by required conditions
CI / tree-sitter (push) Blocked by required conditions
CI / files-changed (push) Waiting to run
CI / build_and_test (ubuntu-22.04, 1.88) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, 1.88) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, beta) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / cpp_test_driver (macos-14) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.88) (push) Blocked by required conditions
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / docs (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / material-components (push) Blocked by required conditions
Rename scale* property to transform-scale*
This is to avoid reserving the `scale` property on every element which
is a common property name
2025-10-07 16:15:06 +02:00
..
component_container.slint interpreter: Mark ComponentCompiler as deprecated 2024-07-04 12:47:54 +02:00
component_container_component.slint interpreter: Mark ComponentCompiler as deprecated 2024-07-04 12:47:54 +02:00
component_container_init.slint interpreter: Mark ComponentCompiler as deprecated 2024-07-04 12:47:54 +02:00
component_container_size.slint interpreter: Mark ComponentCompiler as deprecated 2024-07-04 12:47:54 +02:00
contextmenu_delete.slint Fix possible panic when ContextMenuArea gets destroyed when the menu is visible 2025-02-25 21:38:13 +01:00
contextmenu_for.slint Fix clicking outside of a context menu that is in a condition 2025-09-11 19:21:32 +02:00
contextmenu_in_repeater.slint Compiler: Fix recurse_elem_including_sub_components_no_borrow when called before process_repeater_components 2025-09-05 13:12:26 +02:00
dialog.slint Make StandardButton focusable 2024-12-30 13:33:15 +01:00
dragarea_droparea.slint Drag&Drop: don't keep all the touch area that cross the mouse with has-hover 2025-07-31 18:46:43 +02:00
element_ref_on_root_compo.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
event_rotation.slint Handle rotating mouse events (#9317) 2025-09-12 00:13:14 +12:00
event_scaling.slint Rename scale* property to transform-scale* 2025-10-07 16:15:06 +02:00
flickable.slint Add a test to the flickable to ensure that long press work 2025-02-24 19:15:39 +01:00
flickable2.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
flickable3.slint Flickable: the clip detection shouldn't activate when something holds the grab (#8844) 2025-07-04 12:05:52 +02:00
flickable_in_flickable.slint Flickable: reject Wheel events in the orthogonal direction 2025-06-30 13:57:52 +02:00
flickable_stay_in_bounds.slint Flickable: add a change event handler to keep it in bound when geometry changes 2025-05-23 10:04:00 +02:00
image.slint C++: fix a bug in which a substraction could overflow 2025-03-05 08:25:45 +01:00
image_geometry.slint Move printer demo and energy-monitor into new top-level demos/ folder 2024-10-25 12:09:32 +02:00
listview-millions.slint Fix infinite loop with very large ListView 2025-01-20 17:41:38 +01:00
listview.slint Fix ListView implementation in C++ 2025-01-22 19:52:02 +01:00
listview_click_open.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
menubar_condition.slint MenuBar: allow it to be in a if 2025-08-18 11:17:57 +02:00
menubar_empty.slint Menu API changes 2025-02-21 16:03:47 +01:00
menubar_for.slint Menu: Add enabled property (#8145) 2025-04-15 08:08:11 +02:00
path.slint Path: fix panic when accessing properties on sub commands 2024-09-10 11:44:13 +02:00
path_fit.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
popupwindow.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
popupwindow_close.slint Fix popupwindow.close() not working for the interpreter when called from other component 2025-01-10 18:27:14 +01:00
popupwindow_close_policy.slint Fix popupwindow.close() not working for the interpreter when called from other component 2025-01-10 18:27:14 +01:00
popupwindow_close_policy_inherited.slint Fix popupwindow.close() not working for the interpreter when called from other component 2025-01-10 18:27:14 +01:00
popupwindow_context.slint Add support for using own properties in PopupWindow's x and y properties 2024-07-10 13:43:41 +02:00
popupwindow_cursor.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
popupwindow_inherits.slint PopupWindow: added close-policy property (#6614) 2024-10-24 09:27:39 +00:00
popupwindow_nested.slint Close active sibling popups before creating a new one (#9178) 2025-09-15 19:18:43 +02:00
popupwindow_nested_close-on-click.slint Fix closing PopupWindow when the click opens another PopupWindow 2025-01-10 21:57:35 +01:00
popupwindow_open_twice.slint Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
scaling2.slint Rename scale* property to transform-scale* 2025-10-07 16:15:06 +02:00
swipegesturehandler.slint SwipeGestureHandler: better support of embedded SwipeGestureHandler's 2025-09-07 10:03:06 +02:00
swipegesturehandler2.slint Fix typos 2025-01-13 08:35:20 +01:00
tabwidget.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
timer.slint compiler: Fix materialize of absolute-position in timer callback 2025-05-26 15:44:11 +02:00
timer_start_stop_restart.slint Add stop(), start(), and restart() methods to Timer (#8821) 2025-07-18 14:51:55 +02:00
togglebutton.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
toucharea.slint TouchArea: send cancel event when disabled while pressed (#6424) 2024-10-01 17:07:47 +02:00
toucharea_doubleclick.slint corelib: Fix overflow when spamming the TouchArea with clicks 2025-05-27 11:46:11 +02:00