summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Mention QDialog::setSizeGripEnabled() in QSizeGrip's docsSergio Martins2016-11-021-1/+4
* QMainWindow: fix wording in apidocFrederik Schwarzer2016-10-311-1/+1
* Mark the entire widget dirty when changing flush pathsLaszlo Agocs2016-10-291-2/+8
* Fixed crash taking null central widgetAndré Somers2016-10-281-2/+4
* QWidgetPrivate: remove unused declarations of methodsAnton Kudryavtsev2016-10-281-3/+0
* QWindowsXPStyle: Use qreal scale factors in theme drawing helpersFriedemann Kleint2016-10-282-20/+20
* Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-6/+3
* iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
* Don't change the size of widgets just because it is in a floating dockAndy Shaw2016-10-241-1/+3
* Call raise on the window that contains the widget and not the widgetAndy Shaw2016-10-241-1/+1
* QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
* macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-192-5/+6
* QCommonStyle::standardIcon: Add 64x64 Qt logo pixmap for SP_TitleBarMenuButtonFriedemann Kleint2016-10-181-1/+9
* Doc: Fix typo in QtStyledItemDelegate::paint() docsLeena Miettinen2016-10-141-1/+1
* Doc: add notes about validator and completer in QComboBoxFrederik Gladhorn2016-10-131-0/+7
* QToolBarAreaLayoutInfo: add missing break statements in switch in distance()Marc Mutz2016-10-121-1/+6
* QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
* QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
* QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
* QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1
* QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
* QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-2/+7
* 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