Commits (5)
-
Jan Arve Saether authored
If no stretch factors were specified, we used the preferred size as a stretch factor. Obviously, that didn't work if the preferred size was actually 0. This patch works around this by actually setting the stretch factor to 1.0 if this is the case. This should work fine in most cases, except for the case where there are also other items with a preferred size close to 0. In this case, the item with preferred size 0 will just grow faster than an item with e.g. preferred size 0.1. Task-number: QTBUG-31217 Change-Id: I966455da0bdd00308591c7f7cfbc4e134d423e57 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
cf366e8b -
Gabriel de Dietrich authored
Task-number: QTBUG-31071 Change-Id: Idab21c5996d1dc31b0a6fab4960c3c48a50d4966 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
60768a0a -
Richard Moe Gustavsen authored
This implementation will look at the orientation of the main screen to convert the touch coordinates. This will most likely change in future work, where we might look at a views view controller instead to decide orientation etc. Change-Id: Ic7875c5ecc4f21538f82a4f0467350bdf8ecc0b0 Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com>
130ee40b -
Gunnar Sletta authored
updateMatrix will us both redirection matrix and highdpi scale matrix, so make sure we don't multiply it in twice. Change-Id: I7394e504746a8de54b4dc79492264deba320538f Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
991b817e -
Tor Arne Vestbø authored
The 3G versions are iPad2,6 and iPad2,7. Change-Id: I43a00e84535d494550bca8a533a6d16af4be6722 Reviewed-by:
Ian Dean <ian@mediator-software.com> Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
9fdb9b26
Showing