Futsch1 / image-sieve

GUI based tool to sort and categorize images written in Rust
GNU General Public License v3.0
129 stars 9 forks source link

Update slint-build requirement from =0.3.5 to =1.0.2 #67

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on slint-build to permit the latest version.

Release notes

Sourced from slint-build's releases.

1.0.2

ChangeLog

Changelog

Sourced from slint-build's changelog.

[1.0.2] - 2023-04-26

General

  • Fixed the compiler embedding images unnecessarily multiple times when referenced via different relative paths. (#2608)
  • Winit backend: Adjust the window size automatically when an update minimum or maximum size would constrain the existing size.
  • Winit backend: Added internal API in the i-slint-backend-winit crate to access the winit window
  • Fix focussing element whose base is focusable (#2622)
  • Fix infinite loop in the compiler when there is a loop in forward-focus
  • Skia renderer: Add support for password input fields.

C++

  • Fix build against macOS deployment target 10.10

VSCode extension

  • Fixed preview not working (#2609)
  • Added design mode commands
  • Browser extension: fix preview not previewing specific component

SlintPad

  • Fix editing in non-main files was getting ignored (#2630)

[1.0.1] - 2023-04-20

General

  • Fixed compiler panic when binding Path's commands property to the field of a model entry.
  • Qt renderer: Fixed support for horizontal alignment in TextInput.
  • Winit backend: Fix detect of dark color scheme in some circumstances.
  • ListView: fix resizing a ListView to empty height would make all items invisible even if resized back (#2545)
  • Fixed compiler panic when accessing unset layout properties such as spacing or alignment (#2483)
  • Fixed compiler panic when accessing property from parent context in a init => callback
  • Load fontconfig with dlopen instead of dynamic linking.
  • Software renderer: renders the text in TextInput
  • Fixed TouchArea::has-hover not becoming false when items become invisible

Slint Language

  • Fixed parent FocusScope objects stealing the focus from inner FocusScopes when clicked.
  • Added TextInputInterface.text-input-focused to detect when a virtual keyboard should open
  • Added always-on-top property of a Window to show the window above others
  • The error message when referring to an id reports a suggestion if there is a enum value or a property with the same name.

C++

  • macOS: Fixed install_name for libslint_cpp.dylib use @rpath instead of absolute paths to the build directory.

... (truncated)

Commits
  • b5d0b65 Update Cargo.lock with version number
  • 54e2845 Make sure to bump conf.py of the Slint Language docs next time, too
  • 0cc7ad6 Bump version of Slint Language Documentation
  • 53cce5b Bump version number to 1.0.2
  • 30d0b11 Prepare for 1.0.2 release
  • ddf2426 Update Changelog date
  • 13b5a86 Fix the Get Started links to point to official docs
  • acaa7a6 Start creating pathways for the get started topic.
  • 5aff44b CI: prospective fix for the release action
  • b38bec6 vscode: Trigger queryProperties less often
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like slint-build is up-to-date now, so this is no longer needed.