Commit graph

12 commits

Author SHA1 Message Date
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
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
Simon Hausmann
a2a693b248 Improve appearance of comboboxes in the printer demos
Work around #2284
2023-03-09 10:03:04 +01:00
Tasuku Suzuki
a3d1ddb3d3 printerdemo: Improve category labels' visibility in night mode 2023-03-01 10:28:13 +01:00
Olivier Goffart
0bd99a17fa printerdemo-mcu: increase the size of the touch area
Makes it easier to press
2023-02-24 16:46:40 +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
Olivier Goffart
2b68995e1c printerdemo_mcu: prettyfiy the checkbox and make the text clickable 2022-06-20 10:29:38 +02:00
Olivier Goffart
1b8f5824d3 Revert "printerdemo_mcu: Preffify checkboxes"
This reverts commit 474eb3482e.
2022-06-20 09:55:59 +02:00
Tobias Hunger
474eb3482e printerdemo_mcu: Preffify checkboxes
The checkmark looks poor, replace it with a simple rectangle:-)
2022-06-17 18:41:30 +02: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