| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove "2" from Qt Quick Controls directories | Mitch Curtis | 2022-12-01 | 1 | -474/+0 |
| * | QQuickStyle: Don't declare variable as static | Doris Verria | 2022-10-12 | 1 | -1/+1 |
| * | QQuickStyle: Adjust to QPlatformTheme::Appearance -> Qt::Appearance | Fabian Kosmale | 2022-09-26 | 1 | -1/+1 |
| * | iOS: use iOS style by default on iOS | Richard Moe Gustavsen | 2022-08-25 | 1 | -0/+2 |
| * | Doc: explain which default styles are used on which platforms | Mitch Curtis | 2022-07-27 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Add directory for new iOS style and initial plugin implementation | Doris Verria | 2022-02-10 | 1 | -0/+4 |
| * | Use up-to date LGPL license header | Kai Köhne | 2021-11-29 | 1 | -11/+14 |
| * | QQuickStyle: use systemTheme() to detect dark mode | Mitch Curtis | 2021-09-20 | 1 | -12/+5 |
| * | Ensure that C++ Qt Quick tests are run with all applicable styles | Mitch Curtis | 2021-01-13 | 1 | -0/+16 |
| * | Allow style to be set to "Default" for compatibility | Mitch Curtis | 2020-12-09 | 1 | -2/+5 |
| * | Ensure that Fusion style is used by default on Linux | Mitch Curtis | 2020-12-09 | 1 | -1/+1 |
| * | Make adjustments for using QFont::setFamilies() | Andy Shaw | 2020-11-30 | 1 | -1/+1 |
| * | Native style: Enable windows style | Jan Arve Sæther | 2020-11-04 | 1 | -7/+5 |
| * | Make tests explicitly use Basic where necessary | Mitch Curtis | 2020-10-07 | 1 | -0/+5 |
| * | Default to the most appropriate built-in style if none is specified | Mitch Curtis | 2020-10-07 | 1 | -0/+21 |
| * | Support compile-time style selection | Mitch Curtis | 2020-09-24 | 1 | -0/+3 |
| * | Rename "Default" style to "Basic" | Mitch Curtis | 2020-09-24 | 1 | -3/+3 |
| * | Fix fallback styles overwriting themes | Mitch Curtis | 2020-09-24 | 1 | -0/+3 |
| * | Fix more compiler warnings from deprecated application attributes | Volker Hilsheimer | 2020-09-16 | 1 | -1/+0 |
| * | Native style: temporarily disable the Windows style until it's complete | Richard Moe Gustavsen | 2020-09-07 | 1 | -3/+4 |
| * | Native style: only list available built-in styles | Richard Moe Gustavsen | 2020-09-07 | 1 | -0/+4 |
| * | Native style: add macOS and Windows to QQuickStylePrivate::builtInStyles() | Richard Moe Gustavsen | 2020-08-28 | 1 | -2/+9 |
| * | Use qmlRegisterModuleImport() to register styles | Mitch Curtis | 2020-08-26 | 1 | -302/+48 |
| * | Register C++ types declaratively | Mitch Curtis | 2020-08-26 | 1 | -2/+2 |
| * | Adapt to renaming of QQmlMetaType::isModule() | Ulf Hermann | 2020-06-30 | 1 | -2/+4 |
| * | Adapt to plugin unloading changes | Mitch Curtis | 2020-03-12 | 1 | -0/+23 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Simon Hausmann | 2020-03-10 | 1 | -3/+10 |
| |\ |
|
| | * | Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-03-05 | 1 | -2/+2 |
| | * | Follow QML2_IMPORT_PATH in path search | David Edmundson | 2020-01-29 | 1 | -0/+1 |
| | * | Look for the fallback style in all of the style paths | Andy Shaw | 2020-01-27 | 1 | -1/+7 |
| * | | Fix build with latest qtdeclarative | Simon Hausmann | 2020-02-13 | 1 | -2/+2 |
| |/ |
|
| * | Include the Android specific path for the imports | Andy Shaw | 2019-11-15 | 1 | -2/+7 |
| * | Minor performance improvements suggested by clang-tidy | Albert Astals Cid | 2019-10-07 | 1 | -1/+1 |
| * | Doc: Replace the "Qt Quick Controls 2" instances | Venugopal Shivashankar | 2019-08-22 | 1 | -9/+9 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-07-17 | 1 | -0/+63 |
| |\ |
|
| | * | Fix qrc paths in QT_QUICK_CONTROLS_STYLE_PATH | Mitch Curtis | 2018-07-16 | 1 | -2/+60 |
| * | | QQuickStyle::addStylePath(): fix support for qrc paths | Mitch Curtis | 2018-06-25 | 1 | -0/+2 |
| * | | Move font/palette reading to QQuickStylePrivate | J-P Nurmi | 2018-05-16 | 1 | -0/+79 |
| * | | Fix external styles in static builds | J-P Nurmi | 2018-05-14 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | J-P Nurmi | 2018-03-23 | 1 | -3/+3 |
| |\| |
|
| | * | QQuickStyle: use local 8-bit for paths from env vars | J-P Nurmi | 2018-03-23 | 1 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-03-20 | 1 | -1/+2 |
| |\| |
|
| | * | Avoid crashes when the qquickcontrols2 plugin gets unloaded | Lars Knoll | 2018-03-16 | 1 | -1/+2 |
| | * | QQuickStyle: fix and test QT_QUICK_CONTROLS_CONF | J-P Nurmi | 2018-02-20 | 1 | -0/+1 |
| * | | QQuickStyle: add API for managing style paths | J-P Nurmi | 2018-03-16 | 1 | -2/+58 |
| * | | Refactor QQuickStyleSelector | J-P Nurmi | 2018-03-13 | 1 | -3/+14 |
| * | | QQuickStyle: de-duplicate code | J-P Nurmi | 2018-03-12 | 1 | -12/+12 |
| * | | Add Dense Material style variant for desktop | Mitch Curtis | 2018-02-19 | 1 | -0/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.9' into 5.10 | J-P Nurmi | 2018-01-10 | 1 | -0/+4 |
| |\ |
|