summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-5/+10
|\
| * Fix fusion style QPushButton icon on HiDPI modeMarko Kangas2015-02-241-4/+6
| * Fix the look of inactive checkboxes in itemviews on OS X 10.10Andy Shaw2015-02-091-1/+4
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-121-1/+1
* | Update copyright headersJani Heikkinen2015-02-1160-432/+424
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-103-27/+39
|\|
| * QWindowsXPStylePrivate::buffer(): Improve warnings.Friedemann Kleint2015-02-041-2/+2
| * Handle failure of Windows XP theme painting functions for PE_FrameWindow.Friedemann Kleint2015-02-042-20/+31
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-5/+6
| |\
| | * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
* | | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-3/+11
* | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-036-11/+11
* | | Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-022-6/+19
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-212-5/+10
|\| |
| * | FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
| * | Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
| |/
* | QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* | QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-082-8/+8
* | QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-089-37/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+1
|\|
| * Doc: Describe the enum item QStyle::PE_FrameStatusBar as obsoleteAlexander Volkov2014-12-221-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-0/+4
|\|
| * Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-11/+3
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-113-0/+14
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-105-10/+37
|\|
| * Support vertical sliders on AndroidPaul Olav Tvete2014-12-091-6/+26
| * QHeaderView: take the sort indicator into account when eliding textGiuseppe D'Angelo2014-12-091-1/+1
| * Styles: improve SH_Header_ArrowAlignment handlingGiuseppe D'Angelo2014-12-093-2/+9
| * QMacStyle: Fix 32-bit buildGabriel de Dietrich2014-12-051-1/+1
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0310-155/+155
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-272-1/+11
|\|
| * fix the build with animation omittedShawn Rutledge2014-11-272-0/+10
| * Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2412-507/+194
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-328/+62
| |\
| | * Android: Fix QSlider appearanceBogDan Vatra2014-11-151-6/+5
| | * Fix crash on Android L and list view items.BogDan Vatra2014-11-152-78/+42
| | * Set Android palette and fonts in QPA plugin.BogDan Vatra2014-11-142-244/+15
| * | QFusionStyle: properly indent an if statementGiuseppe D'Angelo2014-11-141-1/+3
| * | Fix MinGW compiler warning in qwindowsxpstyle.cpp.Friedemann Kleint2014-11-131-1/+1
| * | Prevent a crash when buffer() returns 0Andy Shaw2014-11-131-1/+2
| |/