summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-3/+3
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+4
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+3
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-171-0/+3
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-201-0/+2
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-161-0/+5
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-121-0/+3
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-191-0/+5
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-141-0/+24
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-1/+1
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-051-3/+0
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-2/+0
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-19/+0
* Clean up some more mixed enum/int mathGiuseppe D'Angelo2020-05-071-1/+1
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-161-24/+0
* 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-02-261-1/+1
|\|
| * QStyle: deprecate enum values that are marked for removal in Qt 6Volker Hilsheimer2020-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+2
|\|
| * QPushButton: only trigger button when click occurs within the bevel rectVolker Hilsheimer2020-01-281-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+3
|\|
| * Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\|
| * Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-141-1/+1
* | Remove deprecated PE_IndicatorViewItemCheck and PE_FrameStatusBarVolker Hilsheimer2019-10-091-1/+0
|/
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+14
* QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-081-0/+8
* Improve documentation for opaque resize in QSplitterJan Arve Sæther2019-03-181-2/+2
* Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
* Add QStyle::SH_SpinBox_StepModifier style hintNathan Collins2018-07-121-0/+7
* Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-051-0/+4
* doc: Remove several uses of '/' as continuation characterMartin Smith2018-01-121-8/+4
* Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-051-0/+5
* Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-3/+2
* QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-041-3/+6
* Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-2/+2
* Introduce SH_TitleBar_ShowToolTipsOnButtons style hintJake Petroules2017-03-081-0/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-3/+3
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
| |\|
| | * Fix typo in QStyle documentationSérgio Martins2016-07-091-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-2/+2
|\| |