Tobias Hunger
|
0139eea4f9
|
xtask: Fix up license headers
* Keep project related .md files triple licensed as the rest of the
crate
* Make vtable MIT OR Apache 2.0 (as suggested by @ogoffart)
|
2023-08-17 08:55:28 +02:00 |
|
Simon Hausmann
|
96d7bb132c
|
reuse: remove glob for markdown files
Instead, place the copyright and license right into the source.
To satisfy reuse, this also removes the unnecessary MIT.txt
symlinks.
|
2023-08-17 08:55:28 +02:00 |
|
Simon Hausmann
|
036b1b044d
|
esp-idf: upgrade to the latest esp-idf release
This allows removing compiler flags to silence the compiler about bogus
warnings.
|
2023-08-11 15:53:51 +02:00 |
|
Simon Hausmann
|
6c627c4c06
|
Fix use of deprecated Kconfig variable for the main stack size on the s2
|
2023-08-11 15:53:51 +02:00 |
|
Simon Hausmann
|
f9f16391d5
|
Make embedding for software renderer the default for the esp-idf component
|
2023-08-11 15:53:51 +02:00 |
|
Simon Hausmann
|
5af303a711
|
Remove the kaluga from the README until we know for sure it works
|
2023-08-11 15:53:51 +02:00 |
|
Simon Hausmann
|
d25158a7c4
|
Add an esp-idf example of the carousel for the s3 box, s3 usb otg stick, and s2 kaluga kit
|
2023-08-11 15:53:51 +02:00 |
|
Olivier Goffart
|
3a807e46c1
|
Renderer feature refactor
|
2023-07-27 19:11:24 +02:00 |
|
ogoffart
|
aebaa7d6c9
|
Bump version number to 1.2.0
|
2023-07-25 10:44:53 +00:00 |
|
ogoffart
|
c8c9496722
|
Bump version number to 1.1.1
|
2023-06-26 12:50:02 +00:00 |
|
Olivier Goffart
|
11dea135f7
|
Domain: slint-ui.com -> slint.dev
|
2023-06-16 10:55:08 +02:00 |
|
Tobias Hunger
|
04d1229685
|
Fix licnese information using xtask
|
2023-06-16 09:14:20 +02:00 |
|
ogoffart
|
641cab0e75
|
Bump version number to 1.1.0
|
2023-06-15 16:01:28 +00:00 |
|
Aurindam Jana
|
e4338300de
|
Change license for examples to MIT (#2887)
|
2023-06-15 11:23:17 +02:00 |
|
Olivier Goffart
|
6441968a43
|
Janitor: Remove trailing spaces in most files
|
2023-05-04 08:14:28 +02:00 |
|
ogoffart
|
dfd5fc38b3
|
Bump version number to 1.0.3
|
2023-04-26 14:04:08 +00:00 |
|
ogoffart
|
53cce5bf44
|
Bump version number to 1.0.2
|
2023-04-26 11:33:16 +02:00 |
|
ogoffart
|
bd63218412
|
Bump version number to 1.0.1
|
2023-04-18 14:56:40 +00:00 |
|
Simon Hausmann
|
5c3aa0f46d
|
Rename "Online Editor" to "SlintPad"
|
2023-03-29 08:57:40 +02:00 |
|
Tobias Hunger
|
6934b7b779
|
cmake: Fix SLINT_EMBED_RESOURCES
* Do not use the initialize_from feature introduced in cmake 3.23
|
2023-03-27 16:18:05 +02:00 |
|
Tobias Hunger
|
52a70b7d89
|
cmake: Bump minimal cmake version to 3.23
|
2023-03-27 09:27:44 +02:00 |
|
Tobias Hunger
|
f0ffc5d243
|
Fix line endings and add a pre-commit hook
... to keep them fixed:-)
|
2023-02-23 11:09:50 +01:00 |
|
Olivier Goffart
|
8450e01a3f
|
Change the name of the compat feature (#2230)
And remove the compat-0-2-0 and compat-0-3-0 features
|
2023-02-16 09:40:44 +01:00 |
|
Olivier Goffart
|
6889dfa5f5
|
Rust: Make new(), run() and show() report errors from the backend
Fixes #2198
|
2023-02-10 05:00:03 +01:00 |
|
ogoffart
|
e7f48512ee
|
Bump version number to 1.0.0
|
2023-02-03 11:07:15 +01:00 |
|
Simon Hausmann
|
d1a56cb609
|
Fix example instructions for running the node examples
Make sure to install slint-node first.
Closes #2150
|
2023-02-01 09:11:40 +01:00 |
|
Olivier Goffart
|
4f3d0954fe
|
Online code editor: add a "load_demo" url argument
that loads the demo based on the current version of the editor
|
2023-01-25 11:11:57 +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 |
|
ogoffart
|
ce07d078ce
|
Bump version number to 0.3.4
|
2022-12-16 09:36:15 +00:00 |
|
ogoffart
|
fb02b4118b
|
Bump version number to 0.3.3
|
2022-11-28 13:11:11 +00:00 |
|
Florian Blasius
|
e125fae9f5
|
carousel: fix run with simulator
|
2022-11-16 09:53:21 +01: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 |
|
ogoffart
|
2171773a3e
|
Bump version number to 0.3.2
|
2022-10-28 09:30:14 +00:00 |
|
Olivier Goffart
|
580b1375cb
|
carousel: use "mcu-board-support" as feature name, so it is easier to use
then we just enable the support for the pico with --features=mcu-board-support/pico-st7789
|
2022-10-20 08:01:34 +02: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 |
|