summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-074-63/+0
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2020-12-211-33/+93
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-101-1/+4
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-301-0/+23
* QMacStyle - remove vertical adjustment for inactive tabTimur Pocheptsov2020-11-301-2/+0
* CMake: Fix build of plugins/styles/mac using PCHCristian Adam2020-11-201-0/+7
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-2/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-13/+13
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* QMacStyle - more pixel refinementsTimur Pocheptsov2020-10-281-0/+18
* QMacStyle - fix tab renderingTimur Pocheptsov2020-10-261-1/+17
* QWindowsXPStyle: Remove unused variablesTor Arne Vestbø2020-10-201-2/+0
* Remove misleading commentTimur Pocheptsov2020-10-161-6/+0
* Remove dead codeLars Knoll2020-10-121-3/+3
* Enable the Android style plugin for the cmake buildLars Knoll2020-10-122-1/+21
* Windows Vista/XP Styles: Remove XP-specific codeFriedemann Kleint2020-10-091-410/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-36/+36
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* macOS: Update slider metrics by explicitly asking it to layoutTor Arne Vestbø2020-10-061-33/+4
* Windows Vista/XP Styles: Clean up some codeFriedemann Kleint2020-09-265-67/+10
* macOS: Don't assume NSSlider is never flippedTor Arne Vestbø2020-09-231-7/+7
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-112-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-4/+4
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* Vista Style: Fix pixelized arrow of QCommandLinkButton with scalingFriedemann Kleint2020-09-021-1/+1
* Vista style: Fix pixelized elements after focus/activationFriedemann Kleint2020-09-021-1/+2
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-294-21/+20
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-13/+8
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-273-3/+3
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-3/+0
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-263-3/+3
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-2/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Windows QPA: Move some internal functions to the new interfaceFriedemann Kleint2020-07-281-14/+8
* Use QList instead of QVector in pluginsJarek Kobus2020-07-063-7/+7
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-021-1/+2
* QMacStyle - draw inverted vertical slider correctlyTimur Pocheptsov2020-07-021-1/+12
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-8/+6
* High DPI/Windows style: Fix potential crash when drawing buttons of maximized...Friedemann Kleint2020-06-021-1/+1
* macOS: Fix use of deprecated NSOffStateTor Arne Vestbø2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-2/+8
|\
| * QMacStyle - change the arrow type only for 'OnlyOneTab' optionTimur Pocheptsov2020-04-291-2/+8
* | CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* | Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-1/+1
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-102-3/+2
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-2/+2
* | Remove global GDI helpers qt_win_display_dc and qt_region_from_HRGNVolker Hilsheimer2020-04-081-4/+0
* | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-20/+20