lp://staging/~mzanetti/unity8/miral-qt54
Created by
Michael Zanetti
and last modified
- Get this branch:
- bzr branch lp://staging/~mzanetti/unity8/miral-qt54
Only
Michael Zanetti
can upload to this branch. If you are
Michael Zanetti
please log in for upload 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: 4245 lines (+1588/-1275)40 files modifiedCMakeLists.txt (+1/-1)
debian/control (+3/-3)
debian/unity8-private.install (+0/-1)
plugins/CMakeLists.txt (+0/-1)
plugins/WindowManager/CMakeLists.txt (+0/-14)
plugins/WindowManager/TopLevelSurfaceList.cpp (+0/-481)
plugins/WindowManager/TopLevelSurfaceList.h (+0/-223)
plugins/WindowManager/WindowManagerPlugin.cpp (+0/-28)
plugins/WindowManager/WindowManagerPlugin.h (+0/-32)
plugins/WindowManager/qmldir (+0/-2)
qml/Components/InputMethod.qml (+5/-4)
qml/Components/KeymapSwitcher.qml (+4/-1)
qml/Shell.qml (+7/-6)
qml/Stage/DecoratedWindow.qml (+8/-2)
qml/Stage/FakeMaximizeDelegate.qml (+7/-7)
qml/Stage/Stage.qml (+130/-117)
qml/Stage/StagedFullscreenPolicy.qml (+4/-4)
qml/Stage/TopLevelSurfaceRepeater.qml (+0/-67)
qml/Stage/WindowedFullscreenPolicy.qml (+1/-1)
tests/mocks/Unity/Application/ApplicationInfo.cpp (+18/-4)
tests/mocks/Unity/Application/ApplicationManager.cpp (+78/-41)
tests/mocks/Unity/Application/ApplicationManager.h (+28/-1)
tests/mocks/Unity/Application/CMakeLists.txt (+4/-1)
tests/mocks/Unity/Application/MirSurface.cpp (+70/-93)
tests/mocks/Unity/Application/MirSurface.h (+24/-23)
tests/mocks/Unity/Application/MirSurfaceItem.cpp (+4/-4)
tests/mocks/Unity/Application/MirSurfaceItem.h (+1/-2)
tests/mocks/Unity/Application/MirSurfaceListModel.cpp (+20/-2)
tests/mocks/Unity/Application/MirSurfaceListModel.h (+2/-1)
tests/mocks/Unity/Application/SurfaceManager.cpp (+9/-8)
tests/mocks/Unity/Application/SurfaceManager.h (+4/-3)
tests/mocks/Unity/Application/TopLevelWindowModel.cpp (+610/-0)
tests/mocks/Unity/Application/TopLevelWindowModel.h (+146/-0)
tests/mocks/Unity/Application/Window.cpp (+229/-0)
tests/mocks/Unity/Application/Window.h (+69/-0)
tests/mocks/Unity/Application/plugin.cpp (+7/-11)
tests/qmltests/Stage/tst_DesktopStage.qml (+41/-36)
tests/qmltests/Stage/tst_PhoneStage.qml (+5/-7)
tests/qmltests/Stage/tst_TabletStage.qml (+3/-5)
tests/qmltests/tst_Shell.qml (+46/-38)
Branch information
Recent revisions
- 2675. By Daniel d'Andrada
-
Let the model deal with some window management decisions
eg: which window to focus, whether to change surface state
unit8 requests and reacts to changes in the model instead of applying them
- 2671. By Marco Trevisan (Treviño)
-
MenuItemFactory: activate item on calendar selection change
This informs the indicator-datetime to update the list of the upcoming events (LP: #1541125)
Approved by: Lukáš Tinkl
- 2669. By Albert Astals Cid
-
tst_PreviewZoom
ableImage: Wait for LazyImage transitions on init() (LP: #1630136) Approved by: Lukáš Tinkl, Unity8 CI Bot
- 2668. By Lukáš Tinkl
-
Implement moving windows by Alt + left mouse button
Approved by: Daniel d'Andrada
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity8