summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.1.1
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-08-15 10:45:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-19 16:52:21 +0200
commit05ddae12d18a348afd942fd85a8d8773698da3a1 (patch)
treeb8b50871c8b0c014201311ef5b3f00c9b90ac023 /dist/changes-5.1.1
parent07502898e982dae54f919582350af8be3b4ad2cc (diff)
Android: Fix orientation change on Android 4.3
In Android 4.3, we will get a new native window pointer for the same surface (the old surface has not been destroyed), whereas before we would get the same pointer, thus hitting the "sameNativeWindow" branch. This revealed some bugs in the surfaceChanged code path when the old surface had not been destroyed. This path is now taken both when there's no old surface (the app has been suspended in the mean time) and when the orientation changes. To handle the second case, we need to make sure: 1. We update the static pointer 2. We update the pointers in the platform windows 3. We don't add a second reference to the static data for windows 4. We schedule an update of the window size Task-number: QTBUG-32878 Change-Id: I47257615f9ba820315fc98d7a804e52223f430bf Reviewed-by: Christian Stromme <christian.stromme@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'dist/changes-5.1.1')
0 files changed, 0 insertions, 0 deletions