-
@tcatapano @punkish @flsimoes @Jo-Jo0 @CNaseband @gsautter @lnielsen @slint @alejandromumo @peter-cornwell @dfdan
Dear colleagues
please note that we plan our next sprint either on March 10-14 …
-
### android build failed:
```
cargo apk run --target aarch64-linux-android --lib
Using package `slint-android` in `D:\Code\slint-android\Cargo.toml`
Compiling i-slint-backend-android-activity v…
-
On Linux (nixos) both under x11 and wayland (tested using KDE), the `always-on-top` property doesn't seem to work
Cargo.toml
```toml
[package]
name = "example"
version = "0.1.0"
edition = "202…
-
I tried this code:
```rust
// This could also be a complex proc macro
macro_rules! print_token {
($x:tt) => { println!("{}", stringify!($x)) }
}
fn main() {
print_token!(123aefg123)…
-
slint version: 1.1.1
rust version: 1.71.0
OS version: Macos 12.6
![image](https://github.com/slint-ui/slint/assets/35366425/32dde909-3b2a-4446-80f2-5184634137d4)
When I compile using `slin…
-
### Bug Description
`slint/backend-qt` will prefer to keep the window within the monitor's bounds rather than using the `preferred-size`.
`slint/backend-winit` will use the `preferred-size` (this …
-
Taken from https://github.com/slint-ui/slint/discussions/6608 :
I need to center a newly displayed dialog window (from a Dialog .slint component) on another window (the app's main window). But the …
-
### Bug Description
During refactoring I noticed that an image element blocks the resizing(stretching) in a layout. If I replace the image with an rectangle of the same size the resizing works as exp…
-
Hello! I posted this issue to the slint repository but now after testing with Linux it seems more likely that the problem is in the RFD crate.
I'm using the rfd crate to create a Save Dialog for my s…
-
Hi,
I got to build `cthulock` today (02/10/2024), but when using the example config `cthulock` falls back the other one
`labwc -s "cthulock --no-fallback"`
```
rror: Parse error: expected a top-…