summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing Q_DECL_OVERRIDEsMorten Johan Sørvig2016-05-041-3/+3
* Fix scroll regression near scroll-view endsAllan Sandfeld Jensen2016-04-291-0/+51
* tst_QMdiArea::subWindowActivated2(): Add activateWindow().Friedemann Kleint2016-04-291-0/+1
* tst_QWidget/XCB: Use bottom/right corner of screen as safe cursor position.Friedemann Kleint2016-04-261-7/+15
* QFileSystemModel: fix updating QFileInfo for a node after a file renameAlexander Volkov2016-04-221-5/+29
* QWidget::grab(): Use device pixel ratio.Friedemann Kleint2016-04-221-3/+18
* QHeaderView: fixing selection of reordered rows and columnsVyacheslav Grigoryev2016-04-211-0/+20
* tests: fix tst_QFontComboBox on OS XLiang Qi2016-04-082-11/+15
* Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
* Make sure QStyleOption is correctly initialized.Hannah von Reth2016-04-051-0/+107