summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+51
* QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+16
* Extend blacklisting of tst_qwidget tests to cover RHEL 7.3 & 7.4Tony Sarajärvi2017-10-111-0/+2
* Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-0/+26
* Use QTRY_COMPARE in tst_qwidget::activation() (Windows only)Friedemann Kleint2017-09-061-15/+6
* Extend blacklisting of tst_QWidget::maskedUpdate to openSUSE 42.3Tony Sarajärvi2017-09-041-0/+1
* Revert "tst_qwidget::activation expect fail on Win 10"Joni Jäntti2017-08-301-6/+0
* QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-0/+31
* tst_qwidget::activation expect fail on Win 10Joni Jäntti2017-08-031-0/+6
* Ignore failures of showMinimizedKeepsFocus/activateWindow on macOS 10.12Simon Hausmann2017-08-021-0/+3
* Windows: Don't raise inactive windows when showing a tooltipSergio Martins2017-07-191-0/+2
* Use QSharedPointer::create() moreMarc Mutz2017-07-191-4/+4
* tst_QWidget: Fix to pass with High DPI scaling enabledFriedemann Kleint2017-07-191-4/+5
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
* Ignore tst_qwidget::showMinimizedKeepsFocus on macOS 10.11Simon Hausmann2017-06-281-0/+1
* Blacklist tst_QWidget::restoreVersion1Geometry for XCBFriedemann Kleint2017-06-142-4/+1
* Fix tst_QWidget::translucentWidget() on high DPI displaysMitch Curtis2017-05-291-2/+2
* Stabilize tst_QApplication::touchEventPropagationFrederik Gladhorn2017-05-102-3/+1
* Fix tst_QWidget for platform "offscreen"Sami Nurmenniemi2017-04-262-1/+13
* Extend blacklisting of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-04-031-0/+1
* Extend blacklisting of parts of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-03-311-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-0/+28
|\
| * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-0/+28
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-7/+9
|\|
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
| * Properly use the "process" featureUlf Hermann2017-02-271-5/+7
* | Deprecate QString::nullMarc Mutz2017-03-121-2/+2
* | Fix DPI of QWidget with parent on a different screenOlivier Goffart2017-03-021-1/+1
* | QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-271-1/+4
* | Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-271-0/+37
* | add tst_QWidget::tabletTracking autotestShawn Rutledge2017-02-231-0/+106
* | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-231-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-6/+9
|\|
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-6/+9
* | QSizePolicy: add a transposed() methodMarc Mutz2017-01-281-0/+22
* | QSizePolicy: add some constexprMarc Mutz2017-01-282-0/+15
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\|
| * Plug memleaks in tst_QStackedLayoutMarc Mutz2017-01-141-1/+1
* | Widgets: report focus object change to QtGui before sending widget eventsTor Arne Vestbø2017-01-101-1/+59
* | Long live QTest::addRow()!Marc Mutz2017-01-101-4/+4
* | macOS: Fix unused function warning in tst_QWidgetTor Arne Vestbø2017-01-061-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-135-51/+57
|\|
| * tests/auto/widgets: use QCOMPARE(., nullptr)Marc Mutz2016-11-304-33/+33
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-18/+24
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-18/+24
| | |\
| | | * tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24
* | | | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-221-0/+5
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-024-25/+65
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-014-22/+24
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-223-15/+18
| | |\|