lp://qastaging/~unity-team/unity8/workspace-backend
Created by
Nick Dedekind
and last modified
- Get this branch:
- bzr branch lp://qastaging/~unity-team/unity8/workspace-backend
Members of
Unity Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Ready for review
for merging
into
lp://qastaging/unity8
- Unity8 CI Bot: Needs Fixing (continuous-integration)
- Unity Team: Pending requested
-
Diff: 6781 lines (+4202/-755)94 files modifiedCMakeLists.txt (+5/-1)
debian/control (+6/-0)
plugins/WindowManager/CMakeLists.txt (+28/-7)
plugins/WindowManager/Screen.cpp (+316/-0)
plugins/WindowManager/Screen.h (+154/-0)
plugins/WindowManager/ScreenAttached.cpp (+164/-0)
plugins/WindowManager/ScreenAttached.h (+56/-0)
plugins/WindowManager/ScreenWindow.cpp (+45/-0)
plugins/WindowManager/ScreenWindow.h (+49/-0)
plugins/WindowManager/Screens.cpp (+235/-0)
plugins/WindowManager/Screens.h (+111/-0)
plugins/WindowManager/ScreensConfiguration.cpp (+94/-0)
plugins/WindowManager/ScreensConfiguration.h (+32/-0)
plugins/WindowManager/TopLevelWindowModel.cpp (+211/-79)
plugins/WindowManager/TopLevelWindowModel.h (+20/-24)
plugins/WindowManager/WindowManagerObjects.cpp (+47/-0)
plugins/WindowManager/WindowManagerObjects.h (+66/-0)
plugins/WindowManager/WindowManagerPlugin.cpp (+57/-2)
plugins/WindowManager/WindowManagerPlugin.h (+1/-0)
plugins/WindowManager/Workspace.cpp (+178/-0)
plugins/WindowManager/Workspace.h (+122/-0)
plugins/WindowManager/WorkspaceManager.cpp (+106/-0)
plugins/WindowManager/WorkspaceManager.h (+69/-0)
plugins/WindowManager/WorkspaceModel.cpp (+254/-0)
plugins/WindowManager/WorkspaceModel.h (+102/-0)
qml/ApplicationMenus/MenuItem.qml (+0/-2)
qml/ApplicationMenus/MenuPopup.qml (+0/-1)
qml/Components/VirtualTouchPad.qml (+1/-1)
qml/ErrorApplication.qml (+1/-1)
qml/OrientedShell.qml (+1/-2)
qml/Shell.qml (+10/-12)
qml/ShellApplication.qml (+12/-4)
qml/ShellScreen.qml (+1/-3)
src/CMakeLists.txt (+12/-2)
src/DisplayConfigurationStorage.cpp (+90/-0)
src/DisplayConfigurationStorage.h (+15/-0)
src/UnityApplication.cpp (+19/-13)
src/UnityApplication.h (+9/-7)
src/UnityCommandLineParser.cpp (+8/-0)
src/UnityCommandLineParser.h (+3/-0)
src/WindowManagementPolicy.cpp (+69/-0)
src/WindowManagementPolicy.h (+47/-0)
src/libunity8-private/CMakeLists.txt (+1/-0)
src/libunity8-private/wmpolicyinterface.cpp (+24/-0)
src/libunity8-private/wmpolicyinterface.h (+46/-0)
src/main.cpp (+4/-8)
tests/CMakeLists.txt (+1/-0)
tests/mocks/CMakeLists.txt (+1/-0)
tests/mocks/Unity/Application/CMakeLists.txt (+26/-1)
tests/mocks/Unity/Application/SurfaceManager.cpp (+117/-10)
tests/mocks/Unity/Application/SurfaceManager.h (+23/-3)
tests/mocks/Unity/Application/plugin.cpp (+7/-1)
tests/mocks/Unity/CMakeLists.txt (+0/-1)
tests/mocks/Unity/Screens/CMakeLists.txt (+0/-15)
tests/mocks/Unity/Screens/plugin.cpp (+0/-42)
tests/mocks/Unity/Screens/plugin.h (+0/-25)
tests/mocks/Unity/Screens/qmldir (+0/-2)
tests/mocks/Unity/Screens/screens.cpp (+0/-114)
tests/mocks/Unity/Screens/screens.h (+0/-162)
tests/mocks/Unity/Screens/screenwindow.cpp (+0/-35)
tests/mocks/Unity/Screens/screenwindow.h (+0/-42)
tests/mocks/WindowManager/CMakeLists.txt (+61/-0)
tests/mocks/WindowManager/MockScreenWindow.cpp (+34/-0)
tests/mocks/WindowManager/MockScreenWindow.h (+30/-0)
tests/mocks/WindowManager/MockScreens.cpp (+227/-0)
tests/mocks/WindowManager/MockScreens.h (+54/-0)
tests/mocks/WindowManager/MockScreensConfiguration.cpp (+47/-0)
tests/mocks/WindowManager/WindowManagementPolicy.cpp (+128/-0)
tests/mocks/WindowManager/WindowManagementPolicy.h (+75/-0)
tests/mocks/WindowManager/WindowManagerPlugin.cpp (+89/-0)
tests/mocks/WindowManager/WindowManagerPlugin.h (+33/-0)
tests/mocks/WindowManager/qmldir (+2/-0)
tests/plugins/WindowManager/CMakeLists.txt (+5/-1)
tests/plugins/WindowManager/UnityApplicationMocks.h (+25/-0)
tests/plugins/WindowManager/tst_TopLevelWindowModel.cpp (+20/-8)
tests/qmltests/ApplicationMenuDataLoader.qml (+3/-6)
tests/qmltests/ApplicationMenus/tst_MenuBar.qml (+0/-2)
tests/qmltests/CMakeLists.txt (+1/-0)
tests/qmltests/Panel/tst_ActiveCallHint.qml (+0/-2)
tests/qmltests/Panel/tst_Panel.qml (+0/-2)
tests/qmltests/Stage/tst_ApplicationWindow.qml (+0/-2)
tests/qmltests/Stage/tst_DecoratedWindow.qml (+0/-2)
tests/qmltests/Stage/tst_DesktopStage.qml (+1/-7)
tests/qmltests/Stage/tst_PhoneStage.qml (+5/-7)
tests/qmltests/Stage/tst_SurfaceContainer.qml (+0/-2)
tests/qmltests/Stage/tst_TabletStage.qml (+43/-43)
tests/qmltests/Stage/tst_WindowDecoration.qml (+0/-2)
tests/qmltests/Tutorial/tst_Tutorial.qml (+3/-13)
tests/qmltests/tst_OrientedShell.qml (+2/-10)
tests/qmltests/tst_Shell.qml (+4/-16)
tests/qmltests/tst_ShellApplication.qml (+218/-0)
tests/qmltests/tst_ShellWithPin.qml (+1/-7)
tests/utils/modules/Unity/Test/StageTestCase.qml (+1/-1)
tests/utils/modules/Unity/Test/UnityTestCase.qml (+14/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/unity8