summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autotest: Remove blacklistingsSimo Fält2016-04-015-18/+0
* QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-0/+13
* QtWidgets: Add autotests for Qt::WA_OutsideWSRange flagBłażej Szczygieł2016-03-291-0/+66
* QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-0/+13
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-292-0/+0
* Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-0/+48
* QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
* QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+54
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+11
* Add auto-test for crash in QCocoaBackingStoreGabriel de Dietrich2016-03-211-0/+45
* tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10