Merge lp://qastaging/~unity-team/unity8/silo0 into lp://qastaging/unity8
Proposed by
Gerry Boland
Status: | Work in progress |
---|---|
Proposed branch: | lp://qastaging/~unity-team/unity8/silo0 |
Merge into: | lp://qastaging/unity8 |
Diff against target: |
3037 lines (+1195/-623) 45 files modified
CMakeLists.txt (+1/-1) debian/changelog (+6/-0) debian/control (+2/-1) plugins/Unity/InputInfo/linux/qinputdeviceinfo_linux.cpp (+2/-11) qml/Components/InputMethod.qml (+26/-21) qml/DeviceConfiguration.qml (+2/-0) qml/Greeter/Greeter.qml (+1/-1) qml/Launcher/Launcher.qml (+1/-0) qml/OrientedShell.qml (+10/-1) qml/Panel/Panel.qml (+1/-0) qml/Rotation/RotationStates.qml (+4/-1) qml/Shell.qml (+8/-21) qml/Stages/ApplicationWindow.qml (+2/-1) qml/Stages/DecoratedWindow.qml (+6/-3) qml/Stages/DesktopStage.qml (+6/-11) qml/Stages/ResizeArea.qml (+142/-0) qml/Stages/SurfaceContainer.qml (+38/-21) qml/Stages/WindowDecoration.qml (+31/-4) qml/Stages/WindowResizeArea.qml (+96/-63) tests/mocks/Unity/Application/ApplicationInfo.cpp (+11/-3) tests/mocks/Unity/Application/ApplicationInfo.h (+4/-6) tests/mocks/Unity/Application/ApplicationTestInterface.cpp (+3/-3) tests/mocks/Unity/Application/ApplicationTestInterface.h (+3/-3) tests/mocks/Unity/Application/CMakeLists.txt (+4/-1) tests/mocks/Unity/Application/Cursor.qml (+20/-0) tests/mocks/Unity/Application/MirSurface.cpp (+182/-0) tests/mocks/Unity/Application/MirSurface.h (+111/-0) tests/mocks/Unity/Application/MirSurfaceItem.cpp (+193/-100) tests/mocks/Unity/Application/MirSurfaceItem.h (+41/-76) tests/mocks/Unity/Application/MirSurfaceItem.qml (+2/-0) tests/mocks/Unity/Application/MirSurfaceItemModel.h (+0/-35) tests/mocks/Unity/Application/Session.cpp (+47/-37) tests/mocks/Unity/Application/Session.h (+14/-7) tests/mocks/Unity/Application/SurfaceManager.cpp (+14/-17) tests/mocks/Unity/Application/SurfaceManager.h (+8/-11) tests/mocks/Unity/Application/VirtualKeyboard.cpp (+7/-6) tests/mocks/Unity/Application/VirtualKeyboard.h (+6/-9) tests/mocks/Unity/Application/plugin.cpp (+11/-8) tests/mocks/Unity/Application/qmldir (+1/-0) tests/qmltests/CMakeLists.txt (+1/-1) tests/qmltests/Stages/tst_ApplicationWindow.qml (+39/-29) tests/qmltests/Stages/tst_SurfaceContainer.qml (+26/-32) tests/qmltests/Stages/tst_WindowResizeArea.qml (+6/-34) tests/qmltests/tst_OrientedShell.qml (+32/-20) tests/qmltests/tst_Shell.qml (+24/-24) |
To merge this branch: | bzr merge lp://qastaging/~unity-team/unity8/silo0 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity Team | Pending | ||
Review via email: mp+264171@code.qastaging.launchpad.net |
Commit message
DO NOT MERGE! Extras for pocket desktop demo in silo0.
To post a comment you must log in.
Unmerged revisions
- 1896. By Gerry Boland
-
Fix apps surfaces appearing
- 1895. By Gerry Boland
- 1894. By Gerry Boland
-
Merge trunk
- 1893. By Gerry Boland
-
update changelog
- 1892. By Gerry Boland
-
Merge trunk
- 1891. By Gerry Boland
-
Fuk you whitespace test
- 1890. By Gerry Boland
-
unity-api dep too high
- 1889. By Gerry Boland
-
Merge MousePointer
- 1888. By Gerry Boland
-
Merge mirSurface
- 1887. By Gerry Boland
-
Specify multimonitor orientation per device, change orientation even for desktop state when necessary