summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-2/+2
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-2/+2
* | Add feature.dialogStephan Binner2017-03-221-1/+6
* | Add feature.abstractbuttonStephan Binner2017-03-131-0/+2
* | Build fix for -no-feature-sliderPaul Olav Tvete2017-03-091-0/+3
* | Add feature.abstractsliderStephan Binner2017-03-081-0/+2
* | QStyleSheetStyle: introduce class Tampered<QPalette|QFont>Marc Mutz2017-03-081-25/+10
* | Add feature.checkboxStephan Binner2017-03-061-0/+4
* | Add feature.label and feature.formlayoutStephan Binner2017-03-031-0/+4
* | Add feature.radiobuttonStephan Binner2017-03-031-1/+0
* | QStyleSheetStyle: optimize away triple key lookupMarc Mutz2017-02-241-6/+8
|/
* Fix build with -no-feature-animationPaul Olav Tvete2017-01-301-1/+4
* Fix styles compilation with features removed, round 2Paul Olav Tvete2017-01-251-0/+2
* Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-251-1/+6
* Make sure features are defined before testing themPaul Olav Tvete2017-01-251-3/+3
* QStylesheetStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-2/+2
* Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
* 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