summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformtheme.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert default FlickDeceleration to 1500Shawn Rutledge2024-03-151-1/+1
* Apple: Make Qt::Key_Backspace primary sequence for StandardKey::BackspaceTor Arne Vestbø2024-02-091-0/+1
* Use Ctrl+Shift+S for Save As... shortcut on every platformShawn Rutledge2023-12-091-1/+1
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-3/+3
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-1/+6
* QPlatformTheme::removeMnemonics(): use QStringView internallyEdward Welbourne2023-03-101-13/+9
* QPlatformTheme::removeMnemonics(): simplify space removalEdward Welbourne2023-03-101-5/+4
* Accept full-width parentheses in removeMnemonics()Edward Welbourne2023-02-131-5/+15
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-7/+2
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-091-0/+5
* Add a platform theme option to affect SH_UnderlineShortcutMikolaj Boc2023-02-071-0/+5
* 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