qt5base-lts/tests/auto/widgets
Friedemann Kleint 38c8af7231 Revert "Fix global coordinate mapping for child widgets in QGraphicsView."
This reverts commit 56aad2ad60.

QWidget::mapFromGlobal() does not work correctly when the widget is
a child widget of another widget embedded into a QGraphicsView with a
transformation (scaling/rotation). It starts applying offsets going
up the widget tree (just as mapToGlobal) until it hits the embedded widget
not taking into account the transformation.

It would need to go in from to top to bottom or better be reimplemented
such that a QTransform for mapping coordinates from/to global is determined
which is then applied in reverse.

Task-number: QTBUG-50030
Task-number: QTBUG-50136
Change-Id: Iadeb891d793be1938c64942bfbf38d541a281c33
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2016-01-05 08:18:18 +00:00
..
dialogs Fix crash in QFileDialog::iconProvider() with native dialogs 2015-11-24 08:35:42 +00:00
effects fix usage of wince scope 2015-06-05 10:29:10 +00:00
gestures QSwipeGestureRecognizer: Allow for small direction changes. 2015-06-07 20:10:12 +00:00
graphicsview Revert "Fix global coordinate mapping for child widgets in QGraphicsView." 2016-01-05 08:18:18 +00:00
itemviews QListView: Use correct available size when calculating scrollbars. 2015-10-12 08:41:06 +00:00
kernel Stabilize tst_QApplication::touchEventPropagation(). 2015-07-16 21:45:28 +00:00
styles fix usage of wince scope 2015-06-05 10:29:10 +00:00
util tst_QUndoGroup, tst_QUndoStack Fixed flag QT_NO_PROCESS 2015-09-14 06:26:39 +00:00
widgets QWidgetWindow: The alien widget should be from the window's hierarchy 2015-12-21 23:02:40 +00:00
widgets.pro Add autotest for QGestureRecognizer. 2014-10-23 21:11:28 +02:00