summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't keep a reference into the hash while modifying itLars Knoll2020-03-311-1/+1
* | Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-1/+1
|\|
| * Add 'since' tag to documentation of new enum valueVolker Hilsheimer2020-03-171-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-114-1/+4
|\|
| * Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-0/+3
| * Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-041-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-282-4/+4
* | Pass QDate and QTime as value classesEdward Welbourne2020-02-272-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-267-35/+47
|\|
| * QStyle: deprecate enum values that are marked for removal in Qt 6Volker Hilsheimer2020-02-252-8/+12
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-243-27/+27
| |\
| | * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-223-27/+27
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+6
| |\|
| | * QStyle: Use primary screen DPI as default DPIMorten Johan Sørvig2020-02-211-0/+6
| * | Windows style: Turn off SH_EtchDisabledText in dark modeFriedemann Kleint2020-02-181-0/+2
* | | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-1/+1