Commit graph

9 commits

Author SHA1 Message Date
Olivier Goffart
6404924e4f Fix warning 2023-10-11 14:51:19 +02:00
Olivier Goffart
f8e8072135 printerdemo_mcu: react on pointer up rather than click
Commit 08e20c8586 changed the behavior
of clicked being emitted when the area was both pressed and released.
But that made it hard to hit button on the devices because the touch
screen isn't great.
So activate the button on release instead of click, going effectively
back to previous behavior
2023-06-22 11:46:46 +02:00
Simon Hausmann
060f63ad56 Use enums in the printer demo 2023-06-16 12:30:04 +02:00
Olivier Goffart
11dea135f7 Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Aurindam Jana
e4338300de
Change license for examples to MIT (#2887) 2023-06-15 11:23:17 +02: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
Olivier Goffart
51933b99bb New syntax for transitions, within the state 2022-11-22 15:16:54 +01:00
Olivier Goffart
512b3decc7
Adapt the printer demo to work on the 2.8'' display
Part of #1015
2022-03-17 14:13:22 +01:00
Olivier Goffart
3f8c3dd830 Fork the printer demo for adjusting to the MCU
This is basically the already modified printer demo from the wip/mcu
branch but separat. The images and fonts folder are shared though via
symlinks.
2022-03-07 22:39:06 +01:00