summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
* QGraphicsWidget: Fix UB (invalid member calls) in destruction sequenceMarc Mutz2016-10-061-0/+5
* Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
* Use the same object in description as in described codeFrederik Schwarzer2016-10-061-1/+1
* QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-063-1/+8
* Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-3/+3
* docs: Don't mark qDrawBorderPixmap() as overloadSergio Martins2016-10-051-1/+0
* QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
* QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
* [doc] Fix docs of QLayoutItem::widget()Marc Mutz2016-09-291-2/+12
* QTapAndHoldGestureRecognizer: Fix several UBs (invalid cast) in recognize()Marc Mutz2016-09-281-10/+14
* QWidget: Fix UB (invalid cast) in sendResizeEvents()Marc Mutz2016-09-281-1/+3
* QGraphicsAnchorLayout: Fix invalid use of Q_AUTOTEST_EXPORTPalo Kisa2016-09-272-3/+3
* QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-1/+3
* QLayout: Fix UB (invalid cast) in widgetEvent()Marc Mutz2016-09-271-4/+3
* QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Marc Mutz2016-09-272-8/+5
* QGraphicsScene: don't search for nullptrMarc Mutz2016-09-241-4/+5
* Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-242-4/+8
* QApplication: Fix UB (invalid cast) in notify()Marc Mutz2016-09-241-1/+1
* QToolTip: Hide when close event is receivedFriedemann Kleint2016-09-231-0/+1
* QGraphicsScene: Fix UB (invalid cast) in Private::ungrabMouse()Marc Mutz2016-09-221-1/+1
* QGraphicsScene: Fix UB (invalid cast) in removeItemHelper()Marc Mutz2016-09-221-1/+1
* Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva...Marc Mutz2016-09-221-1/+3
* QMenuBar: Get rid of QMenuBarPrivate::nativeMenuBarDmitry Shachnev2016-09-152-27/+5
* QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-153-73/+70
* QStyleOption: return Q_NULLPTR from qstyleoption_cast instead of 0Dyami Caliri2016-09-131-4/+4
* QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-123-5/+49
* Fixed glitch when dragging a movable QTabBar tabThorbjørn Lindeijer2016-09-121-2/+1
* QToolButton: fix read of uninitialized variableSérgio Martins2016-09-051-2/+1
* Style sheets: detect and apply font set on QHeaderView sectionPeng Wu2016-09-041-2/+10
* Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-304-46/+80
* QColorDialog::getRgba: Fixed ignoring of initial alpha valueThorbjørn Lindeijer2016-08-261-1/+2
* QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+2
* QWidgetPrivate::setWindowFlags(): Fix checking for changes in Qt::WindowFriedemann Kleint2016-08-251-3/+2
* Windows style: Scale more native metrics per monitorFriedemann Kleint2016-08-252-15/+18
* QStyleSheetStyle: don't call pixelMetric when not neededDavid Faure2016-08-241-8/+10
* Fix crash for dereferencing zeroMaurice Kalinowski2016-08-231-1/+3
* 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