summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles
Commit message (Expand)AuthorAgeFilesLines
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-3/+3
* doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-14/+14
* styles: port away from QRegion::rects()Marc Mutz2017-12-061-3/+1
* macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-301-2/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-385/+258
|\
| * QMacStyle: De-HITheme item views headers and a couple arrowsGabriel de Dietrich2017-11-152-135/+57
| * QMacStyle: Render tool button even when a11y is missingGabriel de Dietrich2017-11-151-6/+6
| * QMacStyle: Make backingStoreNSView mutableGabriel de Dietrich2017-11-152-6/+6
| * QMacStyle: Replace HITheme info structs with QMSP::CocoaControlGabriel de Dietrich2017-11-152-78/+92
| * QMacStyle: Remove unused codeGabriel de Dietrich2017-11-153-74/+0
| * QMacStyle: Rename Cocoa controls enum namesGabriel de Dietrich2017-11-152-88/+99
* | QWindowsXPStyle: Add debug operators for the theme dataFriedemann Kleint2017-10-192-0/+42
|/
* Windows Vista Style: Draw dock widget title with Qt::TextShowMnemonicFriedemann Kleint2017-10-101-1/+2
* QMacStyle: smooth QMenu corners for realOleg Yadrov2017-10-051-51/+41
* QMacStyle: Remove HITheme calls for QSizeGripGabriel de Dietrich2017-10-031-45/+32
* QMacStyle: De-HITheme QGroupBoxGabriel de Dietrich2017-10-032-12/+18
* QMacStyle: Refactor QMacStylePrivate::cocoaControl()Gabriel de Dietrich2017-10-032-55/+55
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-205-35/+57
|\
* \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-064-3/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-064-3/+9
| |\|
* | | QMacStyle: Remove theme test in palette polishGabriel de Dietrich2017-09-061-8/+1
* | | QMacStyle: No more background pattern pixmapGabriel de Dietrich2017-09-062-64/+0
* | | QMacStyle: Update HIG link, reference version of IBGabriel de Dietrich2017-09-061-3/+3
* | | QMacStyle: Render only the selected scrollbar subcontrolsGabriel de Dietrich2017-09-061-40/+49
* | | QMacStyle: De-HITheme QSliderGabriel de Dietrich2017-09-061-228/+205
* | | QMacStyle: No more SInt32Gabriel de Dietrich2017-09-061-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+6
|\|
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-154-11/+37
|\|
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-33/+44
|\|
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-025-49/+73
|\|
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-193-2/+8
|\|
* | macOS: Fix exception when drawing scrollbars with zero-rangeTor Arne Vestbø2017-07-141-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-134-18/+73
|\|
* | QMacStyle: Simplify logic for SC_GroupBoxLabel rectangleGabriel de Dietrich2017-07-102-29/+18
* | QMacStyle: Simplify rendering SC_GroupBoxLabelGabriel de Dietrich2017-07-101-27/+12
* | QMacStyle: Simplify CE_PushButtonLabel, CE_TabBarTabLabelGabriel de Dietrich2017-07-101-138/+54
* | QMacStyle: De-Carbonize QScrollBarGabriel de Dietrich2017-07-071-472/+385
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-044-13/+20
|\|
* | QWindowsXPStyle: Do not draw some opaque theme parts directlyFriedemann Kleint2017-06-021-0/+8
* | QStyleAnimation: Go down to 15 fpsGabriel de Dietrich2017-06-011-2/+2
* | QMacStyle: Remove HITheme APIs to render QProgresssBarGabriel de Dietrich2017-06-012-50/+147
* | QMacStyle: Remove unused default button logicGabriel de Dietrich2017-05-162-47/+6
* | QMacStyle: Move disclosure triangle into cocoaCell() logicGabriel de Dietrich2017-05-152-11/+11
* | QMacStyle: Use NSStepperCell for QSpinBox buttonsGabriel de Dietrich2017-05-152-65/+71
* | QMacStyle: Remove a couple void *, dead codeGabriel de Dietrich2017-05-152-20/+13
* | QMacStyle: Move NSScrollers into cocoaControl() logicGabriel de Dietrich2017-05-152-15/+11
* | QMacStyle: Refactor NSGraphicsContext setup logicGabriel de Dietrich2017-05-152-24/+30
* | QMacStyle: Remove brushed metal related codeGabriel de Dietrich2017-05-151-70/+17
* | QMacStyle: Replace QAquaWidgetSize with WidgetSizePolicyGabriel de Dietrich2017-05-152-218/+206
* | QMacStyle: Replace HIRect, HIPoint with CGRect, CGPointGabriel de Dietrich2017-05-152-116/+101