lp://staging/~unity-team/unity8/silo0
Created by
Gerry Boland
and last modified
- Get this branch:
- bzr branch lp://staging/~unity-team/unity8/silo0
Members of
Unity Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/unity8
- Unity Team: Pending requested
-
Diff: 3037 lines (+1195/-623)45 files modifiedCMakeLists.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)
Branch information
Recent revisions
- 1887. By Gerry Boland
-
Specify multimonitor orientation per device, change orientation even for desktop state when necessary
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity8