Merge lp:~aacid/qtmir/system_includes into lp:qtmir
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~aacid/qtmir/system_includes |
| Merge into: | lp:qtmir |
| Prerequisite: | lp:~ci-train-bot/qtmir/qtmir-ubuntu-yakkety-landing-025 |
| Diff against target: |
1102 lines (+197/-357) 32 files modified
CMakeLists.txt (+7/-6) debian/changelog (+25/-0) debian/control (+2/-2) debian/gles-patches/convert-to-gles.patch (+1/-1) demos/qml-demo-client/CMakeLists.txt (+3/-6) demos/qml-demo-shell/CMakeLists.txt (+3/-6) src/modules/Unity/Application/CMakeLists.txt (+6/-3) src/modules/Unity/Application/mirsurface.cpp (+36/-0) src/modules/Unity/Application/mirsurface.h (+8/-1) src/modules/Unity/Application/mirsurfaceinterface.h (+2/-0) src/modules/Unity/Application/mirsurfaceitem.cpp (+11/-49) src/modules/Unity/Application/mirsurfaceitem.h (+1/-2) src/modules/Unity/Application/plugin.cpp (+0/-10) src/modules/Unity/Application/ubuntukeyboardinfo.cpp (+0/-173) src/modules/Unity/Application/ubuntukeyboardinfo.h (+0/-87) src/modules/Unity/Screens/CMakeLists.txt (+4/-0) src/platforms/mirserver/CMakeLists.txt (+4/-0) src/platforms/mirserver/mirwindowmanager.cpp (+9/-4) src/platforms/mirserver/surfaceobserver.cpp (+20/-0) src/platforms/mirserver/surfaceobserver.h (+3/-1) tests/framework/CMakeLists.txt (+5/-1) tests/framework/fake_mirsurface.h (+5/-2) tests/mirserver/Clipboard/CMakeLists.txt (+4/-0) tests/mirserver/QtEventFeeder/CMakeLists.txt (+4/-0) tests/mirserver/Screen/CMakeLists.txt (+4/-0) tests/mirserver/ScreensModel/CMakeLists.txt (+4/-0) tests/mirserver/WindowManager/CMakeLists.txt (+4/-0) tests/modules/Application/CMakeLists.txt (+4/-1) tests/modules/ApplicationManager/CMakeLists.txt (+5/-1) tests/modules/SessionManager/CMakeLists.txt (+5/-1) tests/modules/SharedWakelock/CMakeLists.txt (+4/-0) tests/modules/SurfaceManager/CMakeLists.txt (+4/-0) |
| To merge this branch: | bzr merge lp:~aacid/qtmir/system_includes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity8 CI Bot | continuous-integration | Needs Fixing on 2016-06-07 | |
| Gerry Boland | 2016-06-06 | Approve on 2016-06-06 | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2016-06-06.
This proposal has been superseded by a proposal from 2016-07-15.
Commit Message
Mark system includes as such
Description of the Change
* Are there any related MPs required for this MP to build/function as expected?
Prereq
* 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
- 519. By Albert Astals Cid on 2016-06-06
-
spacing++
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:518
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:519
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
Click here to trigger a rebuild:
https:/
| Gerry Boland (gerboland) wrote : | # |
This should be good. CI unhappy only as this based on the contents of the latest silo, which has a newer unity-api
- 520. By Albert Astals Cid on 2016-07-15

Cool, thanks!!