summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-2458-1100/+636
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2418-63/+412
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2318-63/+412
| |\
| | * QMacStyle: Use NSView rendering for some inactive widgets on 10.10Gabriel de Dietrich2014-09-114-3/+142
| | * Add missing private headers warningSamuel Gaist2014-09-048-0/+88
| | * QMacStyle: Fix inactive combo box appearance in 10.10Gabriel de Dietrich2014-09-011-2/+27
| | * QMacStyle: Fix push buttons focus ring on YosemiteGabriel de Dietrich2014-08-271-9/+49
| | * QMacStyle: Fix QTabBar appearance on YosemiteGabriel de Dietrich2014-08-261-10/+19
| | * QMacStyle: Fix default button look on YosemiteGabriel de Dietrich2014-08-261-40/+71
| | * QFusionStyle paints sliders outside of clipAllan Sandfeld Jensen2014-08-141-1/+1
| | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-135-0/+17
* | | Vista style: Scale hardcoded values in menu drawing code.Friedemann Kleint2014-09-241-7/+10
* | | QCommonStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-8/+7
* | | QStyleSheetStyle: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-231-10/+6
|/ /
* | Remove unused variable in QStyleSheetStyle::hasStyleRule()Maks Naumov2014-09-221-1/+0
* | QCommonStyle: cache the xpm QPixmapsMarc Mutz2014-09-181-17/+28
* | Allow overriding standardIcon() in a proxy styleAlexander Volkov2014-09-165-22/+22
* | Make the default value of QTreeView::indentation() be style dependentAlexander Volkov2014-09-153-0/+7
* | Windows styles: Avoid theme.rect recalculationMaks Naumov2014-09-082-2/+0
* | Windows styles: Scale hardcoded-values according to DPI.Friedemann Kleint2014-09-056-72/+85
* | Windows styles: Add device pixel scaling for system metrics.Friedemann Kleint2014-09-055-297/+291
* | QCommonStyle: replace a QPolygon with a QPoint[] (IV)Marc Mutz2014-09-041-10/+22
* | QCommonStyle: replace a QPolygon with a QPoint[] (III)Marc Mutz2014-09-041-20/+23
* | QCommonStyle: replace a QPolygon with a QPoint[] (II)Marc Mutz2014-09-041-6/+7
* | QCommonStyle: replace a QPolygon with a QPoint[] (I)Marc Mutz2014-09-041-10/+12
* | Windows XP, Vista styles: Share dynamically resolved theme functions.Friedemann Kleint2014-09-024-202/+191
* | Fix radioButton height for Windows styleMaks Naumov2014-09-021-1/+1
* | Add Q_ENUMS to QStyle's enumerations.Friedemann Kleint2014-08-291-0/+3
* | Fix error reported by address sanitizerOlivier Goffart2014-08-131-10/+14
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-0/+12
* | Add the QTabBar::changeCurrentOnDrag property.Ivan Komissarov2014-08-063-0/+8
* | Fix high DPI icons in menu itemsAllan Sandfeld Jensen2014-08-011-2/+2
* | Reduce the default frame rate of style animationsJ-P Nurmi2014-07-303-4/+38
* | Fusion style: Use QStyleHelper::dpiScaled() where applicable.Friedemann Kleint2014-07-211-57/+83
* | Fix various issues with qandroidstylePhilippe Lelong2014-07-102-67/+328
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-6/+16
|\|
| * Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-021-1/+2
| * QMacStyle: Fix focus frame rendering in YosemiteGabriel de Dietrich2014-07-021-5/+14
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-015-13/+23
|\|
| * Mac Style: Fix QLineEdit frame in 10.10Gabriel de Dietrich2014-06-301-11/+9
| * QMac/FusionStyle: fix the background color for transient scrollbarsJ-P Nurmi2014-06-304-2/+13
| * Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-052-0/+20
|\|
| * Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-262-0/+20
* | Mac Style: Don't crash when rendering PE_IndicatorBranch without widgetGabriel de Dietrich2014-06-051-1/+2
* | Use accurate title/status bar gradient colors on OS X.Jake Petroules2014-05-261-11/+31
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-221-2/+2
|\|
| * QMacStyle: Always draw status bar in active state if the window is main.Jake Petroules2014-05-171-2/+2
* | Removed unused variable macItemVMargin in qmacstyle_mac.mm.Ivan Komissarov2014-05-131-1/+0
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-131-2/+2
|\ \