summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qwidget_window/tst_qwidget_window.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update widget winId when screen changesDyami Caliri2014-09-191-0/+31
* Add checks for widget/window leaks to kernel tests.Friedemann Kleint2014-07-241-1/+7
* qpa: Rename qwidgetwindow_qpa_p.h to qwidgetwindow_p.hTor Arne Vestbø2014-05-201-2/+1
* Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-241-0/+30
* Revert "Ensure Qt::WA_Mapped is set in case of obscured native windows."Tor Arne Vestbø2013-11-211-28/+0
* Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2013-11-201-0/+28
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings about not being able to set Window geometry on Windows.Friedemann Kleint2013-01-081-0/+8
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-15/+3
* Fix drag and drop with native widgetsjian liang2012-09-271-1/+26
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-0/+37
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-2/+2
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-4/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-15/+15
* Improve widget geometry.Friedemann Kleint2012-05-091-3/+0
* Skip tests toolbar-dialog/widget_window.Friedemann Kleint2012-04-171-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Ignore failures from tst_QWidget_window on Mac OS XBradley T. Hughes2012-01-201-0/+7
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-4/+5
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+326