Simon Hausmann
|
b45945a234
|
Add support for async unit testing and element handle click events (#5499)
This patch adds async click functions to ElementHandle and adds timer support to the testing backend's event loop.
|
2024-06-27 17:05:58 +02:00 |
|
Olivier Goffart
|
58826ddd94
|
Testing C++ API: add a visitor over the ElementHandle
|
2024-06-10 15:52:40 +02:00 |
|
Olivier Goffart
|
e9deb00332
|
Testing API: Have a public rust visitor function
|
2024-06-06 16:12:53 +02:00 |
|
Simon Hausmann
|
622991a627
|
Fix ElementHandle::find_by_element_id docs
Describe what an id is and provide an example.
|
2024-06-05 01:29:58 -07:00 |
|
Simon Hausmann
|
7af0e7ae7c
|
Add C++ API for find_by_element_type_name
|
2024-06-05 01:29:58 -07:00 |
|
Simon Hausmann
|
a752851d0f
|
Expose element type names and ids in Rust and C++
|
2024-06-05 01:29:58 -07:00 |
|
Olivier Goffart
|
43a336b534
|
C++ part of element_ids
Simplify a bit the llr generation so that there is less code duplication
between Rust and C++
|
2024-06-05 01:29:58 -07:00 |
|
Aurindam Jana
|
3523e86359
|
Simplify commercial license (#3063)
Base the commercial license on the Royalty-free license adding clauses pertaining to the fees.
|
2024-05-31 14:06:17 +02:00 |
|
Aurindam Jana
|
9a3aa265d5
|
Update Royalty-free license (#5257)
Add clarification that Application may not expose Slint APIs.
|
2024-05-31 10:53:19 +02:00 |
|
Simon Hausmann
|
d8c1096149
|
Testing: Change ElementReference to be weak
We don't want testing variables to affect the life-cycle of elements in the UI.
|
2024-04-24 10:39:03 +02:00 |
|
Olivier Goffart
|
475ced0a62
|
C++ testing API: Intreoduce the ElementHandle
|
2024-04-22 11:28:12 +02:00 |
|