Olivier Goffart
c9de4d94dd
printerdemo: Don't use cfg!
in the build script
...
That is compiled on the host. Use the TARGET env variable instead
2024-11-19 17:23:52 +01:00
Olivier Goffart
014b58c81a
C++: allow to configure bundled translation
2024-11-18 15:57:08 +01:00
Olivier Goffart
0dbc029cdc
slint-build: Add config option to set the path for bundled translations
...
Part of #6793
2024-11-18 13:17:18 +01:00
Update Translations Bot
74e23881b5
Update Translations: extract strings
2024-11-18 03:16:35 +00:00
Olivier Goffart
d68b84a3f1
Change API to set the language with bundle translation
...
* Change API to set the language with bundle translation
Part of #6793
2024-11-17 11:40:02 +01:00
Simon Hausmann
9f7e407eff
Fix fallback to source builds
...
Continue to run build-on-demand.mjs to permit a fallback to a
from-source build for users who run `npm install slint-ui` on a platform
where we don't provide binaries for (such as linux-armv7/64). However,
this is only done when run from the installed package, not from git.
From git, the prestart trick remains in use.
2024-11-14 12:25:42 +01:00
Nigel Breslaw
0461abfc73
Avoid building Rust on pnpm install
2024-11-14 12:25:42 +01:00
Simon Hausmann
a98d4709be
Move printer demo and energy-monitor into new top-level demos/ folder
...
These are showing off use-cases for Slint, but they're not examples showing individual Slint features.
Also removed the old printerdemo while at it.
2024-10-25 12:09:32 +02:00