Merge lp:~aacid/unity8/mapToItem3Args into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Michael Zanetti on 2016-07-28 |
| Approved revision: | 2549 |
| Merged at revision: | 2550 |
| Proposed branch: | lp:~aacid/unity8/mapToItem3Args |
| Merge into: | lp:unity8 |
| Diff against target: |
34 lines (+3/-3) 2 files modified
qml/Launcher/LauncherPanel.qml (+1/-1) tests/qmltests/Stages/tst_PhoneStage.qml (+2/-2) |
| To merge this branch: | bzr merge lp:~aacid/unity8/mapToItem3Args |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Zanetti (community) | 2016-07-27 | Approve on 2016-07-28 | |
| Unity8 CI Bot | continuous-integration | Needs Fixing on 2016-07-27 | |
|
Review via email:
|
|||
Commit Message
Pass the correct number of arguments to mapToItem
One argument used to work in Qt 5.4 and 5.5 but it is not documented and seems to have broken on Qt 5.6 so just update to the correct signature
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
* If you changed the UI, has there been a design review?
N/A
- 2549. By Albert Astals Cid on 2016-07-27
-
Fix mapFromItem call too
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2548
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2549
https:/
Executed test runs:
SUCCESS: https:/
UNSTABLE: https:/
UNSTABLE: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/

lgtm. I've often made that very same mistake before and also already fixed a few occurances of this.
I've tested the code change on a current device, no breakage.
waiting for jenkins to confirm tests are passing still with all versions we support.