summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformtheme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add name() getter in QPlatformThemeAxel Spoerl2022-11-181-0/+5
* Add QPlatformTheme::MouseCursorTheme and MouseCursorSizeLiang Qi2022-11-181-0/+10
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-0/+2
* Add flicking behavior hints to platform integration and themeShawn Rutledge2022-10-181-0/+12
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Make SetFocusOnTouchRelease style hint themeableAlexander Volkov2022-09-291-0/+8
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-3/+3
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-241-1/+43
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-5/+5
* QPA: improve plugin and theme documentation and logging outputMitch Curtis2022-04-041-0/+2
* QPA: add ButtonPressKeys ThemeHintNoah Davis2022-02-161-0/+4
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-071-1/+7
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-031-0/+6
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-171-0/+5
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-0/+6
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-081-21/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* QPlatformTheme: Use operator| instead of operator+ to define a shortcutGiuseppe D'Angelo2020-05-051-1/+1
* QtGui: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-8/+8
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-3/+5
|/
* QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
* QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-031-0/+2
* Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-151-0/+2
* macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-301-2/+1
* Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-1/+1
* Add new API to control whether shortcuts are shown in context menusJake Petroules2017-03-141-0/+4
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+7
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2017-01-181-0/+7
| |\
| | * add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance5.7Shawn Rutledge2016-12-131-0/+7
* | | Add QPlatformTheme::standardButtonShortcut()Alexander Volkov2016-12-191-0/+13
* | | add TouchDoubleTapDistance platform theme hintShawn Rutledge2016-11-241-0/+13
|/ /
* | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+6
* | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-051-10/+0
* | Add QPlatformTheme::fileIcon()Friedemann Kleint2016-08-041-0/+19
* | Add QStyleHints::useHoverEffectsJ-P Nurmi2016-07-201-0/+2
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-041-0/+35
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-1/+3
* Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-101-0/+2
* xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
* Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-50/+33