- 12月 08, 2023
-
-
由 Tobias Hunger 创作于
-
由 Florian Blasius 创作于
* added focus state to StandardLIstView * (wip) focus handling for qt style * Update CHANGELOG.md Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> * Share StandardListView between all styles * Update internal/compiler/widgets/material-base/combobox.slint Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> * code review feedback --------- Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl>
-
由 Olivier Goffart 创作于
-
由 Simon Hausmann 创作于
This updates Skia to milestone 120. For more details see https://github.com/rust-skia/rust-skia/releases/tag/0.69.0
-
由 Update Translations Bot 创作于
-
- 12月 07, 2023
-
-
由 Florian Blasius 创作于
-
由 Florian Blasius 创作于
-
由 Update Translations Bot 创作于
-
- 12月 04, 2023
-
-
由 Tobias Hunger 创作于
cmake-lint reports that `cargo-feature` is not a valid identifier. Change it to `cargo_feature` instead, even though this seems to work anyway.
-
- 12月 02, 2023
-
-
由 Olivier Goffart 创作于
For the slint! macro, we need to lookup files in the manifest path. The base_directory function regressed in commit 0ff8e2cd. This was not cought by the test because it had falled back to the `pwd` with a warning, as we used to load ressources relative to `pwd` as a fallback. So also check that there are no warning (meaning updating the rest of the test so that there isn't any warnings) Fix #4045
-
- 12月 01, 2023
-
-
由 Tobias Hunger 创作于
We have a nice FFI-compatible wrapper areound rust timers in C++, so allow to use that in other types exported to C++. This also makes sure the rust and C++ side agree on the size of the type, with the nice side effect that the rust Timer now uses half as much space now as it did before.
-
由 Tobias Hunger 创作于
I find this helpful when debugging tests using mocked time.
-
由 Olivier Goffart 创作于
This reverts commit 1d41f0b4. Release is done
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
Commit 79b70782 was supposed to do this. - Remove now unused Qt license file bunding from prepare_binary_package.sh - Remove CMake Qt bundling option
-
由 Simon Hausmann 创作于
Since they don't ship with Qt anymore, we can remove LICENSE.Qt and QtThirdPartSoftware_Listing.txt.
-
由 Simon Hausmann 创作于
This reverts commit 26543d95. That was an accidental change. We may want to continue to test with Qt in regular CI builds, as opposed to cpp_package.yaml for releases.
-
由 Simon Hausmann 创作于
Commit 79b70782 removed the distribution of Qt from the binary packages, so when compiling we must make sure Qt is not there. We keep it for Linux though.
-
由 Olivier Goffart 创作于
Move the code to close the popup in the function that is common with native and wasm. Amend af34e4f1
-
由 Olivier Goffart 创作于
Harmonize demos to use `data-slint-auto-resize-to-preferred="true"`. Otherwise it seems like they are using the minimum size now which is way too small for these demos
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Simon Hausmann 创作于
-
由 Olivier Goffart 创作于
The `color` is the Rectangle's deprecated alias to background. I wonder why we don't get a warning though. It was meant to change the text-color
-
由 Update Translations Bot 创作于
-
- 11月 30, 2023
-
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
... after firing once. `running()` will now return `true` for such timers till just before the callback is run and `false` after that point. Add test a new test and update existing C++ tests to make them comply with the changed behavior.
-
由 Laurent Montel 创作于
These widgets has not enabled boolean support yet
-
由 Olivier Goffart 创作于
Otherwise we get outdated popup menu, or worse: panics Fix #4035 (Note that before we had the preview_ui, we were calling WindowInner::set_component which do close_popup as well)
-
由 Simon Hausmann 创作于
... including some example commands how to do it.
-
由 Olivier Goffart 创作于
Fixes #4033 (combobox don't select entries) Fixes #4036
-
由 Simon Hausmann 创作于
-
由 Olivier Goffart 创作于
-
- 11月 29, 2023
-
-
由 Horbin 创作于
Try to fix the issue #3911. In 1.3.0, the function "adjust_window_size_to_satisfy_constraints" is deleted. I guess that, in Winit 0.29.x, the window will automatically resize, but, at least, it doesn't work on Windows. So, I try to add this function back.
-
由 今何求 创作于
Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
由 Simon Hausmann 创作于
... as suggested by Joceln.
-
由 Simon Hausmann 创作于
-
由 Jocelyn Turcotte 创作于
-
由 Jocelyn Turcotte 创作于
Add a new dispatch_key_press_repeat_event function to dispatch auto-repeated key events.
-
由 Jocelyn Turcotte 创作于
Now that winit was upgraded do 0.29 we can use its KeyEvent::repeat field. Also feed Qt's QKeyEvent::isAutoRepeat() in the Qt backend.
-