summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Set NSButton title to empty string, not nilTor Arne Vestbø2015-10-081-1/+1
* 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
* | | | 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
* | | QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-066-55/+55
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-10/+10
|\| |
| * | Replace MAC OS X with OS XNico Vertriest2015-06-304-10/+10
* | | QMacStyle: replace a QSet<QPointer> with QVector<QPointer>Marc Mutz2015-06-242-10/+5
* | | Don't try to load plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-06-122-0/+6
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-035-13/+8
|\| |
| * | QWindowsVistaStyle: Do not stop animations when falling back to XP.Friedemann Kleint2015-05-261-6/+0
| * | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-4/+5
| * | QStyle debug helpers: refactor dead codeGiuseppe D'Angelo2015-05-161-1/+1
| * | Make data tables const.Volker Krause2015-05-052-2/+2
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-17/+5
* | | QWindowsStyle: Do not rely on the widget to draw the dock titleOlivier Goffart2015-04-221-1/+1
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-202-2/+0
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-1/+8
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-012-1/+8
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-1/+8
| | |\|
| | | * Do not colorizing images to invalid premultiplied colorsAllan Sandfeld Jensen2015-03-161-1/+4
| | | * [Android]: Ensure clicking on the arrow shows the popupAndy Shaw2015-03-111-0/+4
* | | | QStyleSheetStyle: do not style the moving tab of a QTabBarOlivier Goffart2015-04-021-0/+7
|/ / /
* / / doc: Correct error in QProxyStyle() doc.Martin Smith2015-03-311-2/+2
|/ /
* | iOS: support SH_ComboBox_UseNativePopup in fusion styleRichard Moe Gustavsen2015-03-251-0/+5
* | OSX: add another missing AutoReleasePool.Erik Verbruggen2015-03-231-0/+1
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-174-9/+9
* | QGtkStyle: identify QtQuick.Controls.GroupBox as QAccessible::GroupingJ-P Nurmi2015-03-111-0/+7
* | Implement debug operator for QStyle::State using the new operator for QFlags<T>.Friedemann Kleint2015-03-052-37/+13
* | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+19