Tobias Hunger
|
f0ffc5d243
|
Fix line endings and add a pre-commit hook
... to keep them fixed:-)
|
2023-02-23 11:09:50 +01:00 |
|
Simon Hausmann
|
24dcef5fed
|
First stage of cleaning up the export handling of the slint root component (#2095)
We implicitly export the last component of a .slint file to the generator.
Issue a warning when that happens and suggest to export it explicitly.
|
2023-01-23 15:19:49 +01:00 |
|
Florian Blasius
|
520df46998
|
Update examples to new syntax (#2067)
* run slint-updater on examples
* manual syntax updates
|
2023-01-16 12:11:25 +00:00 |
|
Florian Blasius
|
61c39b5fa1
|
Add support for dispatching key events through the public platform API
This change adds `KeyPress` and `KeyRelease` variants to the
`WindowEvent` enum, along with the new `slint::Key` enum, that allows
encoding keys.
|
2022-11-15 10:34:17 +01:00 |
|
Florian Blasius
|
b87705aa56
|
Add mcu support to the carousel example (#1744)
The carousel example can be now also run on the supported mcu devices
|
2022-10-19 14:54:39 +02:00 |
|
Florian Blasius
|
e5bf4c05de
|
Add example for custom carousel widget (#1739)
Add a new example that contains a custom carousel widget
|
2022-10-18 14:01:17 +02:00 |
|