summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-232-50/+33
|\
| * QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
* | Add QPixmapStyle classRafael Roquetto2015-11-194-2/+1461
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-2/+14
|\|
| * 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
* | | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-163-12/+57
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-049-156/+141
|\| |
| * | QWindows*Style: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-045-54/+34
| * | QMacStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-37/+28
| * | QAndroidStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-12/+7
| * | QStyleSheetStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-16/+16
| * | QMacStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-8/+19
| * | QCommonStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-27/+35
| * | QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-271-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\| |
| * | QMacStyle: Set NSButton title to empty string, not nilTor Arne Vestbø2015-10-081-1/+1
* | | QMacStyle: Simplify PM_TitleBarHeight calculation.Jake Petroules2015-10-091-26/+3
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | | Get scroll bar metrics from public API instead of hardcoded numbers.Jake Petroules2015-10-012-23/+18
* | | Mark some obsolete enum items from QStyle for removal in Qt 6Alexander Volkov2015-09-301-9/+9
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-24/+35
|\| |
| * | Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
| * | Fix QT_NO_ACCESSIBILITY build on windowsLiang Qi2015-09-151-0/+2
| * | Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
| * | QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
| * | QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-8/+14
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-6/+10
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-6/+10
| | | |\
| | | | * Make QStyle::itemPixmapRect handle devicePixelRatioDavid Edmundson2015-06-011-6/+10
| | * | | Doc: Fix wrong reference QApplication::setStandardPaletteSamuel Gaist2015-08-061-1/+2
| | * | | QMacStyle: Disable progress bar animationsMorten Johan Sørvig2015-08-061-1/+2
* | | | | Add attribute to enable font and palette propagation in QSS.Aaron Kennedy2015-09-102-23/+104
* | | | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
* | | | | Remove gtk2 style from qtbase, it will be moved to qtstylepluginsDmitry Shachnev2015-08-2612-6829/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+1
|\| | |
| * | | Protect against a null widget pointer.Volker Krause2015-07-211-1/+1
| |/ /
* | | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-302-3/+3
* | | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* | | QStyleSheetStyle: don't hold ButtonInfo in QListMarc Mutz2015-07-171-5/+7
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-4/+6
|\| |
| * | QWindowsVistaStyle: Don't use new style background on Controls ComboBoxGabriel de Dietrich2015-07-151-0/+2
| * | Windows XP style: Pass widget to XPThemeData.Friedemann Kleint2015-07-102-4/+4
* | | QStyleSheetStyle: mark QRenderRule and ButtonInfo movableMarc Mutz2015-07-161-0/+2
* | | QStyleSheetStyle: scope a ButtonInfo object betterMarc Mutz2015-07-161-5/+6
* | | QStyleSheetStyle: remove empty QRenderRule dtorMarc Mutz2015-07-161-1/+0
* | | QStyleSheetStyle: separate data and functions in QRenderRuleMarc Mutz2015-07-161-7/+10