summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-5/+11
* QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* Reduce excessive painting caused by transient scrollbarsJ-P Nurmi2015-01-141-1/+1
* QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* Add QWheelEvent::sourceShawn Rutledge2015-01-132-2/+2
* Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-134-7/+49
* Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-084-11/+11
* QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-0810-40/+14
* QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-062-7/+13
* QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* QColorDialog: merge two consecutive ifs with the same testGiuseppe D'Angelo2015-01-051-2/+0
* QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+28
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-296-14/+37
|\
| * Doc: Describe the enum item QStyle::PE_FrameStatusBar as obsoleteAlexander Volkov2014-12-221-1/+1
| * QColorDialog: Fix a few layouting issues.Sérgio Martins2014-12-221-2/+13
| * QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-3/+4
| * Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-192-7/+18
| * doc: Fix mistake in QProgressBar::orientationAlejandro Exojo2014-12-191-1/+1
* | QSizePolicy: add Q_FLAGS(ControlTypes)Marc Mutz2014-12-261-0/+1
* | QWidget: use a static assert for a compile-time checkGiuseppe D'Angelo2014-12-251-3/+3
* | QColorDialog: Move string into retranslateStrings()Sérgio Martins2014-12-231-1/+2
* | QColorDialog: Add missing accelerator keySérgio Martins2014-12-221-1/+1
* | Fix discard framebuffer support in QOpenGLWidgetLaszlo Agocs2014-12-211-4/+4
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-2030-222/+0
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+3
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1811-46/+68
|\|
| * Fix OS X style MDI area subwindow resizeMarko Kangas2014-12-181-0/+4
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
| * QColorDialog: Fix matching against predefined colors.Sérgio Martins2014-12-161-4/+4
| * QColorDialog: Fix picking screen colors inside QColorPickerSérgio Martins2014-12-131-5/+21
| * Propagate the source of mouse eventsAlexander Volkov2014-12-114-2/+16
| * Enable input methods for QQuickWidgetPaul Olav Tvete2014-12-102-0/+8
| * Fixed small bug in code snippet for QGraphicsItemBenjamin Summerton2014-12-101-1/+1
| * Removed redundancy in QGraphicsItem documentation.Benjamin Summerton2014-12-102-16/+1
* | QHeaderView: check that length is correct during restoreState.Arnaud Bienner2014-12-171-23/+52
* | Add QFont::Weight enum valuesPierre Rossi2014-12-121-11/+3
* | Add NoPartialUpdate support to QOpenGLWidgetJørgen Lind2014-12-112-5/+101
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-116-3/+59
* | Use categorized logging for QGestureManager.Friedemann Kleint2014-12-111-29/+24
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1018-80/+77
|\|
| * Android: Make cursor keys work againPaul Olav Tvete2014-12-091-1/+1
| * Support vertical sliders on AndroidPaul Olav Tvete2014-12-091-6/+26
| * QHeaderView: take the sort indicator into account when eliding textGiuseppe D'Angelo2014-12-092-3/+10
| * Styles: improve SH_Header_ArrowAlignment handlingGiuseppe D'Angelo2014-12-093-2/+9
| * Widgets: be more careful when setting focus on touch releaseRichard Moe Gustavsen2014-12-081-0/+7
| * Update window flags from QToolBarPrivate::endDrag().Friedemann Kleint2014-12-081-2/+0