summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* QWindowsXPStyle: Use qreal scale factors in theme drawing helpersFriedemann Kleint2016-10-282-20/+20
* Don't change the size of widgets just because it is in a floating dockAndy Shaw2016-10-241-1/+3
* 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
* QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
* docs: Don't mark qDrawBorderPixmap() as overloadSergio Martins2016-10-051-1/+0
* QStyleOption: return Q_NULLPTR from qstyleoption_cast instead of 0Dyami Caliri2016-09-131-4/+4
* Style sheets: detect and apply font set on QHeaderView sectionPeng Wu2016-09-041-2/+10
* 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
* QStyleSheetStyle: remove 167 unneeded relocationsMarc Mutz2016-08-221-2/+2
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-124-11/+11
* Windows style: Scale native metrics per monitorFriedemann Kleint2016-07-274-19/+67
* QMacStyle: Fix use of deprecated symbolGabriel de Dietrich2016-07-211-1/+1
* QMacStyle::styleHint - test pixmap sizesTimur Pocheptsov2016-07-141-1/+1
* Fix typo in QStyle documentationSérgio Martins2016-07-091-1/+1
* Fix QLineEdit not showing clear button on macOSFriedemann Kleint2016-06-301-1/+10
* Paint small progressbars correctly on Vista+Nico Rieck2016-06-101-1/+1
* Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-067-27/+12
* qstyle: Make image description match the image.Sérgio Martins2016-04-281-2/+2
* QWindowsVistaStyle: Fix CE_MenuBarItem with QStyleSheetStyle.Friedemann Kleint2016-04-231-1/+1
* Fusion style: Observe text alignment of QGroupBox.Friedemann Kleint2016-04-221-1/+17
* QWindowsXPStyle: Enlarge QLineEdit/QComboBox when High DPI scaling is active.Friedemann Kleint2016-04-191-3/+5
* QWindowsXP/VistaStyle: Move the Vista treeview handling to QWindowsXPStylePri...Friedemann Kleint2016-04-184-76/+72
* Refactor QWindowsXPStylePrivate::drawBackground() and helpers.Friedemann Kleint2016-04-062-9/+7
* Make sure QStyleOption is correctly initialized.Hannah von Reth2016-04-051-7/+3
* Vista style animation: Create images with device pixel ratio.Friedemann Kleint2016-04-052-17/+18
* Windows XP style: Change theme logic to use qreal.Friedemann Kleint2016-04-055-69/+65
* Windows XP style: Allow High DPI scaling to draw directly.Friedemann Kleint2016-04-052-11/+51
* QMacStyle: Return a guess for SE_ProgressBarGroove's rectGabriel de Dietrich2016-03-291-0/+3
* Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-3/+3
* Fix Fusion style combobox dirty lines in HiDPI mode.Marko Kangas2016-03-241-7/+1
* QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-223-9/+32
* QtWidgets: includemocsMarc Mutz2016-03-187-0/+15
* QWindows(XP)Style: fix build with Clang after includemocs runMarc Mutz2016-03-182-2/+0
* QMacStyle: Ensure proper focus ring clippingGabriel de Dietrich2016-03-172-22/+70
* Add argument names to the function signatures in headersOlivier Goffart2016-03-101-5/+5
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-12/+0
* QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-291-2/+3
* Fix build when QMacStyle is disabled.Jake Petroules2016-02-181-1/+1
* QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
* QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
* QWindowsVistaStyle: Reorder the if statement so the variable is checked firstAndy Shaw2016-01-261-1/+1
* QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-211-1/+0
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-282-5/+5
* QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-2/+14
|\
| * QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
| * [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
| * Fix Vista style compilation with QT_NO_ACCESSIBILITYDyami Caliri2015-10-301-2/+4