| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The files (folders) already processed are listed in each issue in epic
QTBUG-134547
These files were processed half a year ago. In order to make it clear
that all of these files are already processed, mark them with an
explicit default security header.
For the record, this was generated with this script:
find -E . -regex ".*\.(cpp|h|hpp|mm|qml|js)$" | xargs python3 ~/bin/add-cra-header.py
in the folders listed in each subtask of QTBUG-134547
(add-cra-header.py only exist at my desktop, but it simply adds the
default security header if it doesn't already have any existing security
header)
QUIP: 23
Fixes: QTBUG-134547
Pick-to: 6.10 6.9 6.8
Change-Id: Ieb8c78ea6561fdbdd27c7b13185ece853eedf80f
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updating
When we were updating the theme as a result of the color scheme change,
we were just updating the palette to the default colors, forgetting to
resolve against the theme palette and the guiApp palette. This was
different from the palette initialization logic, which resolves against
both platform and app palette, making the style palette inconsistent
between the initial palette and the updated one after the color scheme
change. To fix, use the same logic when both initializing and updating
the palette. Also, refactor some code and function names.
Pick-to: 6.10 6.9 6.8
Change-Id: I80a0983509323002e8d422b79c5271c312d8d963
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FocusFrame.qml was included in the FluentWinUI3 public module imports,
despite not providing any documentation. This component is an
implementation detail and should not be part of public QML API.
Add deprecation warnings in the original file and move it to the
private impl module instead.
[ChangeLog][QtQuick][Controls][FluentWinUI3] FocusFrame.qml is deprecated
in the module's public QML API and moved to the private impl module instead.
Pick-to: 6.9
Change-Id: I74c8c9a03ccc1f7b33d6fb814ca1faeca57b0545
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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 <mitch.curtis@qt.io>
|
|
|
The style is based on the WinUI3 design system, which follows the
Fluent design.
Task-number: QTBUG-125279
Change-Id: Ie92c35a5c1d3eafdbb377d1c49df4b8cc84e1e98
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
|