summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
* QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-243-0/+73
* Plug leaks in tst_QWizardMarc Mutz2016-10-221-46/+60
* tst_QGraphicsItem: plug remaining leaksMarc Mutz2016-10-221-19/+21
* Plug remaining leaks in tests/auto/widgets/kernelMarc Mutz2016-10-213-15/+18
* tst_QWidget: Fix UB (invalid member access) in EnterTestMainDialog::eventFilt...Marc Mutz2016-10-121-7/+6
* Plug more than 4k leaks in tst_QGraphicsViewMarc Mutz2016-10-111-5/+9
* QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-0/+52
* tst_QShortcut: Fix UB (invalid cast) in shortcutDestroyed()Marc Mutz2016-10-051-1/+2
* Plug memleak in tst_QStackedWidgetMarc Mutz2016-10-051-1/+2
* Plug remaining leaks in tests/auto/widgets/utilMarc Mutz2016-10-023-40/+28
* Plug remaining leaks in tests/auto/widgets/styleMarc Mutz2016-09-301-3/+3
* tst_QAbstractSlider: fix strict-aliasing warningsMarc Mutz2016-09-301-25/+23
* Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
* tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
* QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-0/+8
* Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
* Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
* tst_QGraphicsItem: Fix UB (invalid cast/member call) in prepareGeometryChange()Marc Mutz2016-09-221-5/+8
* QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-1/+4
* QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-121-5/+43
* QAbstractSpinBox: Clear 'cleared' flag on receiving a keypressFriedemann Kleint2016-08-251-0/+29
* Fix memory leak in tst_qgraphicsproxywidgetJędrzej Nowacki2016-08-101-1/+2
* Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
* tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27
* tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
* Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
* Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-282-1/+63
* QCompleter::setModel(): Restore completion roleFriedemann Kleint2016-07-131-2/+17
* QComboBox: fix crash on setEditable(false) called from editTextChanged()Marc Mutz2016-07-061-0/+25
* tst_QFileSystemModel: Remove Win32LongFileName().Friedemann Kleint2016-06-081-18/+0
* Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-061-6/+3
* Remove tst_QWidget::immediateRepaintAfterShow().Friedemann Kleint2016-06-041-20/+0
* Blacklist tst_QOpenGLWidget::stackWidgetOpaqueChildIsVisible test.Alexandru Croitor2016-06-011-0/+2
* tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.Friedemann Kleint2016-05-312-12/+26
* Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+133
* Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-0/+45
* QMenu auto-test: Add test for two-level tearable menusGabriel de Dietrich2016-05-191-0/+46
* QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-0/+24
* QMenuBar: nested parenting fixFelix Bourbonnais2016-05-181-0/+59
* QWidget::mapTo/FromGlobal(): Rewrite using a QTransform.Friedemann Kleint2016-05-141-8/+9
* Work around QFont bug in QFontDialog testEskil Abrahamsen Blomfeldt2016-05-131-1/+4
* QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-102-0/+37
* Enable movedAndResizedAttributes test.Morten Johan Sørvig2016-05-101-5/+0
* tst_qwidget: remove sheetOpacity testMorten Johan Sørvig2016-05-101-13/+0
* OS X: Remove unified toolbar test.Morten Johan Sørvig2016-05-102-42/+1
* tst_QMdiArea::subWindowActivated2(): Allow for several activated events.Friedemann Kleint2016-05-091-1/+1
* QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-091-0/+36
* tst_QWidget: make it stable on OS XTimur Pocheptsov2016-05-062-23/+53
* Change Q_OS_MAC -> Q_OS_OSXMorten Johan Sørvig2016-05-041-28/+28