slint/internal/interpreter
Olivier Goffart d6846c352a
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
CI / tree-sitter (push) Blocked by required conditions
CI / build_and_test (--exclude bevy-example, ubuntu-22.04, 1.85) (push) Blocked by required conditions
CI / files-changed (push) Waiting to run
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, --exclude bevy-example, windows-2022, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (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 (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 / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.85) (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (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 / cpp_package_test (push) Blocked by required conditions
CI / wasm_demo (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 / docs (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / wasm (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 / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
Janitory: calrify comment
2025-08-26 09:28:28 +02:00
..
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
api.rs WIP: live-reload for C++ 2025-07-09 09:32:17 +02:00
Cargo.toml Make a live reload module in the slint-interpreter 2025-07-04 10:07:22 +02:00
dynamic_item_tree.rs Janitory: calrify comment 2025-08-26 09:28:28 +02:00
dynamic_type.rs Janitor: Silence warning with nightly rust 2025-04-29 10:44:10 +02:00
eval.rs Fix rem resolution within component container 2025-08-21 14:29:55 +02:00
eval_layout.rs Support default-font-* properties in Live-Preview 2025-04-24 09:18:45 +02:00
ffi.rs C++ live-reload: add conversion function for enum to/from Value 2025-08-18 15:11:29 +02:00
global_component.rs Fix all format arg inlining 2025-02-06 10:16:20 +01:00
highlight.rs Preview: filter invisible items out from the selection popup 2025-02-10 13:38:43 +01:00
json.rs compiler: Fix identifier normalization function 2025-05-21 12:21:20 +02:00
lib.rs Make a live reload module in the slint-interpreter 2025-07-04 10:07:22 +02:00
live_reload.rs C++ live-reload: support getting the model back 2025-07-09 11:23:33 +02:00
migration.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tests.rs API review of the slint interpreter Compiler api 2024-07-05 17:20:08 +02:00
value_model.rs interpreter: Make the From<ModelRc> for Value implement set_row_data (#8575) 2025-06-02 16:02:16 +02:00