summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Fusion: Don't add unnecessarily extra padding for a groupboxAndy Shaw2020-09-251-1/+6
* Fix some qdoc warnings: typosVolker Hilsheimer2020-09-211-1/+1
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-152-2/+2
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-103-6/+6
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-062-36/+2
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-053-7/+0
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-297-28/+15
* Port QtBase to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-292-38/+33
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-275-7/+9
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+7
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-252-13/+13
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+0
* Don't crop the icon when it is aligned to the leftAndy Shaw2020-08-191-3/+3
* Reset version of QStyleOption types to 1 for Qt 6Volker Hilsheimer2020-08-161-10/+10
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-3/+3
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-6/+5
* Compare the showDecorationSelected variable when caching the optionAndy Shaw2020-07-151-1/+2
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-024-26/+37
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-022-2/+3
* Doc: make paragraph about access of QStyleOption members consistentVolker Hilsheimer2020-07-021-90/+122
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-212-9/+2
* Remove deprecated QStyleOptionFooVx typedefsChristian Ehrlicher2020-06-202-122/+0
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-103-3/+3
* Remove winrtOliver Wolff2020-06-061-9/+9
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-251-0/+2
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-155-5/+13
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-112-26/+0
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-083-21/+14
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-071-5/+6
* QStyleSheetStyle: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-071-4/+5
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-071-1/+1
* QtWidgets: fix a few more int/char -> QChar conversionsMarc Mutz2020-04-301-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-212-4/+6
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-163-56/+3
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-102-11/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+3
|\
| * Revert "QCommonStyle::pixelMetric(): Silence warnings about deprecated enum v...Fabian Kosmale2020-04-081-38/+7
| * QCommonStyle::pixelMetric(): Silence warnings about deprecated enum valuesFriedemann Kleint2020-03-311-7/+38
| * Fix Fusion style ignoring SH_UnderlineShortcut from proxy styleJoni Poikelin2020-03-301-2/+2
| * Fusion Style: Use qobject_cast rather than dynamic_castUlf Hermann2020-03-231-1/+1