| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The style declares several QML dynamic properties which are meant to be
private. Hide them using __ convention.
Pick-to: 6.9 6.8
Change-Id: I4317d2ee7072a72fda1736fc8c9165a980889d95
Reviewed-by: Richard Moe Gustavsen <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Follow the approach with FocusFrame and move StyleImage.qml to the
private FluentWinUI3.impl module instead. Add deprecation warnings to
the original file.
[ChangeLog][QtQuick][Controls][FluentWinUI3] StyleImage.qml is
deprecated in the module's public QML API and moved to the private
impl module instead.
Pick-to: 6.9
Change-Id: I2a536591abb2172a1f7d7a052e88f0c2f58cd481
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a FocusFrame component that follows the active focus item,
mirroring the approach used by the native styles with QQuickFocusFrame.
In the future, this should probably move out of the native style and
serve as a common solution across all styles.
Task-number: QTBUG-125279
Pick-to: 6.8
Change-Id: I577d0b783c36bc7e146a7e02051195d78a11ca60
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When on Windows11+ platforms, use system colors as reported by the
platform theme.
Also don't use BrightText color role for pressed button text in the
FluentWinUI3 style, but hardcode this color. We do the same in the
windows11 widgets style. This is because the windows theme uses the
BrightText role for a different purpose.
Task-number: QTBUG-125279
Change-Id: I76c710145e0f9fdfbfe058300ba4477020bd62e9
Pick-to: 6.8
Reviewed-by: Santhosh Kumar <[email protected]>
|
|
Task-number: QTBUG-125279
Pick-to: 6.8
Change-Id: I2fc049a14b78f99da27e5c9e4312251e35f3f369
Reviewed-by: Richard Moe Gustavsen <[email protected]>
|