summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-7/+9
|\
| * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+5
| * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-10/+13
|\|
| * Convert features.toolbutton to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-1/+3
| * Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-6/+8
| * Convert features.toolbox to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-2/+2
| * Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-081-1/+0
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-42/+50
|\|
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-15/+17
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+5
| * Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-7/+7
| * Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-8/+10
| * Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-9/+11
* | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-041-1/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\|
| * Fix warnings for -no-feature-animationStephan Binner2017-04-251-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-2/+2
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+6
|\| |
| * | Add feature.dialogStephan Binner2017-03-221-1/+6
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-0/+2
|\| |
| * | Add feature.abstractbuttonStephan Binner2017-03-131-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-26/+23
|\| |
| * | 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
* | | Introduce SH_TitleBar_ShowToolTipsOnButtons style hintJake Petroules2017-03-081-0/+2
|/ /
* / 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