pyinat / naturtag

Tag your nature photos with iNat taxonomy and observation metadata
https://naturtag.readthedocs.io
MIT License
37 stars 4 forks source link

Bump pyqtdarktheme from 1.2.1 to 2.1.0 #302

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyqtdarktheme from 1.2.1 to 2.1.0.

Release notes

Sourced from pyqtdarktheme's releases.

v2.1.0

Added

  • Added the function to sync with mac accent colors (#219)

Fixed

  • Fixed inverted active line of vertical QSlider (#212)
  • Improved some delay (#213, #214, #221)
  • Improved popup style (#215)
  • Fixed QComboBox item selection color not showing on Qt5 (#217)

Changed

  • Always disable dialog button icons (#210)
  • Deleted argument border from load_stylesheet() (#220)

v2.0.0

This is major update. Change the main function that sets the theme from qdarktheme.load_stylesheet() to qdarktheme.setup_theme(). You can also continue to use qdarktheme.load_stylesheet().

Added

  • Added auto to argument theme of qdarktheme.load_stylesheet()(#192). This auto theme try to detect OS's theme automatically. If failed to detect OS's theme, use theme set by argument default_theme.
  • Added qdarktheme.setup_theme() that apply complete style to your Qt application(#200). This function use QPalette, Qt stylesheet and sync with OS's theme and override Qt standard icons.
  • Added qdarktheme.stop_sync()(#200). This function stop sync with OS's theme after you set auto theme to qdarktheme.setup_theme().
  • Added enable_hi_dpi()(#200).
  • Added overriding Qt standard icons completely(#203, #206).
  • Added system to keep material design icons SVG always latest automatically(#193).

Fixed

  • Fixed QTableView and QTreeView style bug on Qt6.4.1(#204).
  • Fixed QToolBarExtension icon overlapping default icon(#205).
  • Fixed ignore selection color for QCalendarWidget on Qt5 (#209).
Commits


Dependabot compatibility score

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)