summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget
Commit message (Expand)AuthorAgeFilesLines
* Fix some tst_qwidget test casesBernd Weimer2014-07-021-62/+72
* Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-45/+12
* Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-111-12/+45
|\
| * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-12/+45
* | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-0/+6
|/
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-281-1/+25
* tst_QWidget::windowMoveResize(): Fix QEXPECT_FAIL / QTRY_COMPARE .Friedemann Kleint2014-05-091-20/+16
* Fix issue where revealed widget children do not receive paint event.Chris Colbert2014-03-041-0/+23
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-11/+41
* Fallback to QWidget::grab() if QScreen::grabWindow() fails.Jan Arve Saether2014-02-071-62/+57
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-21/+21
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-1/+0
|\
| * Windows: Don't cover the taskbar when maximizing frameless windowsSérgio Martins2013-12-061-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-50/+120
|\|
| * Fix test compilation on WinRTAndrew Knight2013-11-261-3/+3
| * Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."Tor Arne Vestbø2013-11-211-4/+0
| * Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2013-11-201-0/+4
| * Fix stability issues in tst_qwidget with VERIFY_COLORJan Arve Saether2013-11-011-23/+61
| * Stabilize moveChild/showAndMoveChild-tests.Friedemann Kleint2013-10-311-27/+59
* | WinRT: Fix various test compilationsAndrew Knight2013-10-022-12/+14
|/
* Center widgets using UpdateWidgets in tst_qwidget.Friedemann Kleint2013-08-271-1/+15
* QtBase: Skip some tst_qwidget steps in Ubuntu 11.10Simo Fält2013-08-192-0/+10
* Fix typoFrederik Gladhorn2013-06-031-1/+1
* test: Remove XFAIL from tst_qwidgetSergio Ahumada2013-05-131-4/+0
* Fix windows expose logicGunnar Sletta2013-04-251-11/+19
* QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-281-1/+0
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-3/+3
* QtWidgets tests: Don't use the deprecated QTest::qWaitForWindowShown()Debao Zhang2013-03-271-1/+1
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-4/+5
|\
| * Attempt to prevent tst_QWidget::scroll() from failing in CI.Samuel Rødal2013-03-201-4/+8
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-0/+17
|\ \
| * | Fix wrong initial positionCaroline Chao2013-03-121-0/+16
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-1/+1
| |\ \
| * | | Make tst_qwidget more stableAlberto Mardegan2013-03-041-0/+1
| | |/ | |/|
* | | Tests: stabilize tst_qwidget::scroll on small screensJ-P Nurmi2013-03-181-4/+10
| |/ |/|
* | Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-1/+1
|/
* Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-0/+26
* Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-181-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+26
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-0/+26
* tst_QWidget: use QStyleFactory instead of QWindowsStyleJ-P Nurmi2012-11-281-8/+8
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+22
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+100
* Disable static contents optimization for now.Samuel Rødal2012-11-151-3/+1
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-74/+21
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+2
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-10/+11
* Do not call QWidget::show/hideEvent twiceOliver Wolff2012-11-081-9/+0