summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-2/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-2/+10
| |\
| | * Style sheets: detect and apply font set on QHeaderView sectionPeng Wu2016-09-041-2/+10
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-10/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-8/+10
| |\|
| | * QStyleSheetStyle: don't call pixelMetric when not neededDavid Faure2016-08-241-8/+10
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-221-2/+2
| |\|
| | * QStyleSheetStyle: remove 167 unneeded relocationsMarc Mutz2016-08-221-2/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
|/ /
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-3/+3
* | QtWidgets: use new QRect::transposed()Marc Mutz2016-02-131-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-16/+16
|\|
| * QStyleSheetStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-16/+16
* | Add attribute to enable font and palette propagation in QSS.Aaron Kennedy2015-09-101-22/+99
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\
| * Protect against a null widget pointer.Volker Krause2015-07-211-1/+1
* | QStyleSheetStyle: don't hold ButtonInfo in QListMarc Mutz2015-07-171-5/+7
* | QStyleSheetStyle: mark QRenderRule and ButtonInfo movableMarc Mutz2015-07-161-0/+2
* | QStyleSheetStyle: scope a ButtonInfo object betterMarc Mutz2015-07-161-5/+6
* | QStyleSheetStyle: remove empty QRenderRule dtorMarc Mutz2015-07-161-1/+0
* | QStyleSheetStyle: separate data and functions in QRenderRuleMarc Mutz2015-07-161-7/+10
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+1
|\|
| * Make data tables const.Volker Krause2015-05-051-1/+1
* | QStyleSheetStyle: do not style the moving tab of a QTabBarOlivier Goffart2015-04-021-0/+7
|/
* QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-171-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-5/+7
|\
| * Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
* | QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-081-3/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-10/+10
|/
* QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-241-0/+4
* Fix styled vertical dockwidget title cut off bug and elide text if longMarko Kangas2014-10-231-4/+6
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-1/+1
* Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-301-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QStyleSheetStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-10/+6
* Remove unused variable in QStyleSheetStyle::hasStyleRule()Maks Naumov2014-09-221-1/+0
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+1
|\
| * Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
* | Fix widget margins on Mac with style sheetsJens Bache-Wiig2014-05-091-0/+19
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-0/+8
|\|
| * QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-201-0/+8
* | Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-141-0/+2
|/
* Fix a possible crash in StyleSheetStyleJens Bache-Wiig2014-01-201-1/+3
* Styles: Fix upRule used instead of downRuleCaroline Chao2013-12-101-1/+1
* Fix QSpinBox size calculation problem with empty stylesheetsCaroline Chao2013-10-301-1/+1