summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-063-3/+0
* QMacStyle::sizeFromContents(CT_Menu): take proxy style into accountOleg Yadrov2017-03-031-1/+9
* Properly use the "process" featureUlf Hermann2017-02-271-1/+0
* QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
* Fix build with -no-feature-animationPaul Olav Tvete2017-01-302-1/+8
* Fix styles compilation with features removed, round 2Paul Olav Tvete2017-01-254-11/+72
* Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-255-6/+41
* 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
* QFusionStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-6/+8
* QPixmapStyle: do not assume minimum == 0 when painting progress barsMarc Mutz2017-01-071-4/+7
* QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-061-5/+4
* Fix warning from MinGW/GCC 6.2Andrew Knight2016-12-281-2/+1
* Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
* Clean up style selection codeLars Knoll2016-11-2918-73/+58
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+21
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-1/+21
| |\
| | * QStyleHelper::uniqueName(): Improve palette pixmap cache keyFriedemann Kleint2016-11-081-1/+21
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-3/+3
* | | Replace custom type traits with std one'sKai Koehne2016-11-081-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-015-27/+33
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-312-20/+20
| |\|
| | * QWindowsXPStyle: Use qreal scale factors in theme drawing helpersFriedemann Kleint2016-10-282-20/+20
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-1/+3
| |\|
| | * Don't change the size of widgets just because it is in a floating dockAndy Shaw2016-10-241-1/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-5/+9
| |\|
| | * macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-191-4/+0
| | * QCommonStyle::standardIcon: Add 64x64 Qt logo pixmap for SP_TitleBarMenuButtonFriedemann Kleint2016-10-181-1/+9
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-1/+1
| |\|
| | * QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-145-7/+7
* | | Fix build with various features disabledLars Knoll2016-10-111-0/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+0
| |\|
| | * docs: Don't mark qDrawBorderPixmap() as overloadSergio Martins2016-10-051-1/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-4/+4
| |\|
| | * QStyleOption: return Q_NULLPTR from qstyleoption_cast instead of 0Dyami Caliri2016-09-131-4/+4
* | | macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-276/+3
* | | Modularize configure.json/.priLars Knoll2016-09-151-0/+2
* | | 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-293-25/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-253-23/+28
| |\|
| | * Windows style: Scale more native metrics per monitorFriedemann Kleint2016-08-252-15/+18
| | * 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
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-11/+121