summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle: remove 167 unneeded relocationsMarc Mutz2016-08-221-2/+2
* Fix QWidget::setWindowRole()Alexander Volkov2016-08-191-5/+6
* qwidgetbackingstore: fix QT_NO_OPENGL compilePeter Seiderer2016-08-181-0/+2
* ~QGraphicsProxyWidget: Remove event filter on widget before deleting itFriedemann Kleint2016-08-161-0/+1
* Restore documented behavior for the WA_X11NetWmWindowType* attributesAlexander Volkov2016-08-152-5/+45
* Updated Qt logo for the "About Qt" dialogAlessandro Portale2016-08-121-0/+0
* Fix grammar in QToolBar docsMitch Curtis2016-08-121-1/+1
* Doc: Fix incorrect arguments in QTableWidget::setCellWidget() snippetTopi Reinio2016-08-121-2/+2
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1235-104/+104
* QTabBar: Cache title text sizesGabriel de Dietrich2016-08-102-32/+58
* Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+4
* Fix typo in QMessageBox documentationMitch Curtis2016-08-021-1/+1
* tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-012-0/+5
* tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-0/+3
* QDataWidgetMapper: Fix UB (member call)Marc Mutz2016-08-012-16/+3
* QTreeWidget: Fix UB (member call)Marc Mutz2016-07-311-0/+1
* QAbstractItemView: Fix UB (invalid downcast)Marc Mutz2016-07-311-1/+1
* Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-284-78/+58
* Handle device pixel ratio in QTreeWidget animationsDavid Edmundson2016-07-281-1/+2
* Windows style: Scale native metrics per monitorFriedemann Kleint2016-07-274-19/+67
* QAbstractItemViewPrivate: de-inline hasEditor()Marc Mutz2016-07-272-3/+6
* QDialog::adjustPosition(): Check screen numberFriedemann Kleint2016-07-261-2/+4
* QMacStyle: Fix use of deprecated symbolGabriel de Dietrich2016-07-211-1/+1
* Windows: Add a workaround for render-to-texture widgets for translucent windowsFriedemann Kleint2016-07-151-1/+3
* QMacStyle::styleHint - test pixmap sizesTimur Pocheptsov2016-07-141-1/+1
* QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-0/+4
* Fix typo in QStyle documentationSérgio Martins2016-07-091-1/+1
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-2/+2
* Fix misleading code in QAbstractSpinBox::event()Marc Mutz2016-07-061-2/+1
* Allow to drag a QDockWidgetGroupWindow into one of its QDockWidgetOlivier Goffart2016-07-021-5/+2
* Fix the QMainWindow context menu when there are floating tabsOlivier Goffart2016-07-021-3/+13
* Fix QLineEdit not showing clear button on macOSFriedemann Kleint2016-06-301-1/+10
* Fix QDockWidget losing decoration on undocking when GroupedDragging is enabledOlivier Goffart2016-06-301-1/+2
* Doc: fix app type notes for QDirModel and QFileSystemModelJ-P Nurmi2016-06-302-2/+2
* Avoid artifacts when hiding or closing a QOpenGLWidget or QQuickWidget childLaszlo Agocs2016-06-283-2/+18
* QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
* QDesktopScreenWidget::screenNumber(): Use native geometry.Friedemann Kleint2016-06-221-8/+12
* Revert "End the drag if the dockwidget is being hidden"Olivier Goffart2016-06-221-2/+0
* QTreeView: fix keyboard navigation when using the right arrow keyKaligin Sergey2016-06-161-2/+2
* Fixed developer build for MinGWOliver Wolff2016-06-151-2/+2
* QSystemTrayIcon/Windows: Use large icon for balloon message.Friedemann Kleint2016-06-101-20/+23
* Paint small progressbars correctly on Vista+Nico Rieck2016-06-101-1/+1
* Fix QWidgetBackingStore::isDirty() for render-to-texture widgetsAllan Sandfeld Jensen2016-06-101-1/+1
* QtWidgets: Open submenus also on left mouse button pressBłażej Szczygieł2016-06-081-4/+9
* QLineEdit: move to the beginning when receiving a MoveToStartOfLineGiuseppe D'Angelo2016-06-071-0/+1
* Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-067-27/+12
* QDialog::adjustPosition(): Manually set target screen before moving.Friedemann Kleint2016-05-311-0/+6
* Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+10
* QAbstractItemView: Reset the drop indicatorBłażej Szczygieł2016-05-301-0/+3
* Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-1/+3