summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix warnings for -no-feature-itemviewsNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-comboboxNikita Krupenko2017-03-291-0/+2
* | Add feature.dialogStephan Binner2017-03-221-1/+6
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-134-5/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-5/+9
| |\|
| | * 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
* | | Add feature.abstractbuttonStephan Binner2017-03-133-5/+20
|/ /
* | QMacStyle: fix QTabBar tab sizeOleg Yadrov2017-03-111-9/+3
* | Build fix for -no-feature-sliderPaul Olav Tvete2017-03-092-0/+6
* | QMacStyle: update QTabBar styleOleg Yadrov2017-03-082-198/+270
* | Add feature.abstractsliderStephan Binner2017-03-082-0/+6
* | QStyleSheetStyle: introduce class Tampered<QPalette|QFont>Marc Mutz2017-03-082-30/+34
* | Add feature.pushbuttonStephan Binner2017-03-066-0/+22
* | Add feature.checkboxStephan Binner2017-03-064-2/+8
* | Add feature.dialogbuttonboxStephan Binner2017-03-066-1/+24
* | Add feature.label and feature.formlayoutStephan Binner2017-03-032-0/+10
* | Add feature.radiobuttonStephan Binner2017-03-031-1/+0
* | Add feature.scrollerStephan Binner2017-03-011-2/+4
* | Build fix for -no-feature-imageformat_xpmPaul Olav Tvete2017-03-012-2/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-6/+1
|\|
| * QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
* | QStyleSheetStyle: optimize away triple key lookupMarc Mutz2017-02-241-6/+8
* | QWindowsVistaStyle: Set theme flag noContent for PE_FrameLineEditFriedemann Kleint2017-02-161-0/+1
* | Windows styles/wizard: Do not invoke winId() of desktop windowsFriedemann Kleint2017-02-131-7/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-1/+8
|\|
| * Fix build with -no-feature-animationPaul Olav Tvete2017-01-302-1/+8
* | QCommonStyle: fix a few typos and formatting issuesOleg Yadrov2017-01-311-5/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-306-19/+115
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-255-19/+22
|\|
| * 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
* | QMacStyle: fix focus ring thickness on retina displaysGabriel de Dietrich2017-01-171-11/+29
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-122-4/+4
* | Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-091-154/+67
* | QMacStyle: Fix drawing of PE_IndicatorMenuCheckMarkGabriel de Dietrich2017-01-061-80/+74
* | QMacStyle: Remove unused focusRectPolicy methodsGabriel de Dietrich2017-01-063-60/+0
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-062-3/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1319-75/+60
|\|
| * Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
| * Clean up style selection codeLars Knoll2016-11-2918-73/+58
* | QCommonStyle::sizeFromContents(): Increase height of CT_ItemViewItemFriedemann Kleint2016-11-291-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-173-8/+28
|\|