| Commit message (Expand) | Author | Age | Files | Lines |
| * | Android: move system ui code to its own QtWindowInsetsController class | Assam Boudjelthia | 2025-10-13 | 1 | -3/+3 |
| * | Update contrastPreference correctly on Android | Oliver Eftevaag | 2025-10-07 | 1 | -0/+15 |
| * | Android: set system bars colors when Qt color scheme is requested | Assam Boudjelthia | 2025-09-29 | 1 | -0/+24 |
| * | Android: implement a file icon provider | Volker Hilsheimer | 2025-06-19 | 1 | -0/+18 |
| * | Android/iOS: prefer files icons to come from the Icon theme | Volker Hilsheimer | 2025-06-13 | 1 | -0/+2 |
| * | ColorScheme: make QStyleHints::colorScheme writable for applications | Volker Hilsheimer | 2024-05-10 | 1 | -1/+14 |
| * | Add AA_DontUseNativeMenuWindows | Mitch Curtis | 2024-03-15 | 1 | -3/+12 |
| * | QIcon: turn platform engines on by default | Volker Hilsheimer | 2023-12-07 | 1 | -5/+1 |
| * | Add initial implementation of an Android icon engine | Volker Hilsheimer | 2023-11-23 | 1 | -0/+10 |
| * | Android: set the default theme directly in QtActivity without reflection | Assam Boudjelthia | 2023-11-10 | 1 | -7/+0 |
| * | Rename Qt::Appearance to Qt::ColorScheme | Tor Arne Vestbø | 2023-02-13 | 1 | -5/+5 |
| * | Android: Do not override app_pal by AndroidPlatformTheme | Bartlomiej Moskal | 2022-11-08 | 1 | -1/+0 |
| * | Android: Handle light/dark mode changes | Bartlomiej Moskal | 2022-10-26 | 1 | -10/+71 |
| * | Replace QPlatformTheme::Appearance by Qt:Appearance | Axel Spoerl | 2022-09-20 | 1 | -1/+1 |
| * | Android: Light/dark modes detection | Bartlomiej Moskal | 2022-09-05 | 1 | -0/+5 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Android: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-14 | 1 | -2/+2 |
| * | Android: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-14 | 1 | -41/+43 |
| * | Make Droid Sans Mono available as fixed font for all Android styles | Andreas Buhr | 2022-02-14 | 1 | -0/+5 |
| * | Remove ministro code | Assam Boudjelthia | 2021-07-01 | 1 | -7/+3 |
| * | Remove dead code | Lars Knoll | 2020-10-12 | 1 | -1/+1 |
| * | QStyle: return 'Fusion' instead of 'fusion' | Richard Moe Gustavsen | 2020-09-12 | 1 | -1/+1 |
| * | Move DialogButtonBoxLayout case to be before MouseDoubleClickDistance | Andy Shaw | 2019-09-24 | 1 | -3/+2 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-06-28 | 1 | -0/+2 |
| |\ |
|
| | * | Android: Use Android button layout for the DialogButtonBoxLayout hint | Andy Shaw | 2019-06-18 | 1 | -0/+2 |
| * | | [platform/android] Add native file dialog | Nicolas Fella | 2019-02-12 | 1 | -0/+5 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-01 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-22 | 1 | -2/+2 |
| | |\ |
|
| | | * | QAndroidPlatformTheme: wrap char* in QL1S to avoid warnings | Anton Kudryavtsev | 2016-10-18 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-09-29 | 1 | -3/+0 |
| |\| | |
|
| | * | | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBar | Shawn Rutledge | 2016-09-26 | 1 | -3/+0 |
| * | | | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-04-13 | 1 | -0/+3 |
| |\| |
|
| | * | By default use native menu bar | BogDan Vatra | 2016-04-08 | 1 | -0/+3 |
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I) | Marc Mutz | 2016-03-12 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-26 | 1 | -1/+1 |
| |\| |
|
| | * | Use QFileInfo::exists(f) instead of QFileInfo(f).exists() | Tobias Koenig | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -13/+19 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-12-02 | 1 | -1/+2 |
| |\| |
|
| | * | Don't use QT_AUTO_SCREEN_SCALE_FACTOR | Morten Johan Sørvig | 2015-11-30 | 1 | -1/+2 |
| * | | Use Q_UNLIKELY for every qFatal()/qCritical() | Marc Mutz | 2015-11-29 | 1 | -2/+2 |
| * | | AndroidStyle: use std::make_shared() | Marc Mutz | 2015-11-29 | 1 | -1/+1 |
| |/ |
|
| * | Android: Add opt-in high-dpi support | Morten Johan Sørvig | 2015-10-26 | 1 | -1/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-18 | 1 | -5/+13 |
| |\ |
|
| | * | Fix crash when Android Style is set more than once. | BogDan Vatra | 2014-12-15 | 1 | -5/+13 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-10 | 1 | -1/+2 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.4.0' into 5.4 | Simon Hausmann | 2014-12-05 | 1 | -1/+2 |
| | |\ |
|
| | | * | Android: Fix broken system palette | Eskil Abrahamsen Blomfeldt | 2014-12-03 | 1 | -1/+2 |
| * | | | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2014-11-27 | 1 | -3/+4 |
| |\| | |
|