summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-1/+7
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* | | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-16/+1
* | | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-12/+17
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-0/+69
|\| |
| * | QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+69
* | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-1/+6
* | | QGraphicsView tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0.Friedemann Kleint2015-08-221-1/+1
|/ /
* | tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-17/+17
* | tst_qgraphicsproxywidget: Rename test slot to fix compiler warning.Friedemann Kleint2015-07-281-4/+4
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-4/+21
|\|
| * Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-4/+21
* | Fix autotest on xcb and make it significant againLars Knoll2015-05-231-1/+1
|/
* autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-031-0/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+11
|\
| * Make sure there's a scene before using itAlbert Astals Cid2015-02-171-0/+11
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+39
|\|
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-0/+39
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
|/
* Fix QWidget::mapTo/FromGlobal() when embedded in QGraphicsView.Friedemann Kleint2014-10-231-0/+28
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-141-7/+0
* tst_qgraphicsproxywidget: Fix hang in actionsContextMenu().Friedemann Kleint2014-03-281-10/+31
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-18/+18
* Skip tst_QGraphicsProxyWidget::popup_subwidget on Windows.Friedemann Kleint2013-09-031-0/+3
* tst_qgraphicsproxywidget: fix memory leakDavid Faure2013-08-211-0/+5
* Skip tst_QGraphicsProxyWidget::deleteProxyForChildWidget on WinFrederik Gladhorn2013-08-201-0/+4
* tst_qgraphicsproxywidget: skip crashing test on Mac/Windows.David Faure2013-08-201-0/+3
* Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.Friedemann Kleint2013-05-071-0/+1
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Widgets: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* GV auto tests: kill QWindowsStyle dependenciesJ-P Nurmi2012-11-271-1/+1
* Made QMacStyle internalJ-P Nurmi2012-11-231-4/+1
* Made QFusionStyle internalJ-P Nurmi2012-11-211-2/+1
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-2/+2
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-131-13/+14
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-27/+26
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-34/+18
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-161-3/+0
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-031-0/+6
* Improve widget geometry.Friedemann Kleint2012-05-091-12/+5
* Remove insignification from QGraphicsProxyWidget test on Windows.Jason McDonald2012-04-231-0/+9
* Move XFAIL in tst_QGraphicsProxyWidget on Mac OS XBradley T. Hughes2012-04-171-3/+2
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-141-3/+0