lp://staging/~dandrader/unity8/childWindows
- Get this branch:
- bzr branch lp://staging/~dandrader/unity8/childWindows
Branch merges
- Gerry Boland (community): Approve
- Unity8 CI Bot: Needs Fixing (continuous-integration)
- Michael Zanetti: Pending requested
- Lukáš Tinkl: Pending requested
- Nick Dedekind: Pending requested
-
Diff: 1464 lines (+726/-108)31 files modifiedCMakeLists.txt (+1/-1)
debian/control (+3/-3)
plugins/WindowManager/TopLevelWindowModel.cpp (+36/-28)
plugins/WindowManager/TopLevelWindowModel.h (+2/-0)
plugins/WindowManager/Window.h (+0/-1)
qml/Components/WindowControlButtons.qml (+2/-0)
qml/Stage/ChildWindow.qml (+159/-0)
qml/Stage/ChildWindowRepeater.qml (+28/-0)
qml/Stage/ChildWindowTree.qml (+127/-0)
qml/Stage/DecoratedWindow.qml (+1/-2)
qml/Stage/MoveHandler.qml (+23/-18)
qml/Stage/Stage.qml (+50/-9)
qml/Stage/WindowControlsOverlay.qml (+21/-24)
qml/Stage/WindowDecoration.qml (+1/-0)
qml/Stage/WindowResizeArea.qml (+3/-2)
tests/mocks/Unity/Application/ApplicationInfo.cpp (+9/-1)
tests/mocks/Unity/Application/ApplicationInfo.h (+3/-0)
tests/mocks/Unity/Application/ApplicationManager.cpp (+9/-0)
tests/mocks/Unity/Application/MirSurface.cpp (+43/-0)
tests/mocks/Unity/Application/MirSurface.h (+11/-0)
tests/mocks/Unity/Application/MirSurfaceItem.cpp (+19/-4)
tests/mocks/Unity/Application/MirSurfaceListModel.h (+0/-1)
tests/mocks/Unity/Application/SurfaceManager.cpp (+15/-8)
tests/mocks/Unity/Application/SurfaceManager.h (+3/-1)
tests/mocks/Unity/Application/VirtualKeyboard.cpp (+5/-4)
tests/mocks/Unity/Application/resources/Kate.qml (+49/-0)
tests/mocks/Unity/Application/resources/KateDialog.qml (+48/-0)
tests/mocks/Unity/Application/resources/KateMenu.qml (+41/-0)
tests/mocks/Unity/Application/resources/surfaces.qrc (+3/-0)
tests/qmltests/Stage/ApplicationCheckBox.qml (+1/-1)
tests/qmltests/Stage/tst_WindowResizeArea.qml (+10/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 2796. By Daniel d'Andrada
-
Remove unnecessary warning message
It's being printed on every initialization for quite a while now and it's not prompting us
to perform any action. Thus this can't be really a warning if it's always there.Approved by: Michael Zanetti, Unity8 CI Bot
- 2795. By Nick Dedekind
-
Skip Panel::
test_drag_ indicator_ item_down_ shows_menu Approved by: Lukáš Tinkl, Michał Sawicz, Unity8 CI Bot
- 2794. By Michael Zanetti
-
allow 4 finger simulation with mousetouchadaptor
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 2793. By Lukáš Tinkl
-
Use a four finger gesture to open the drawer, much like in u7
Approved by: Michael Zanetti, Unity8 CI Bot
- 2792. By Michael Terry
-
Fix grouping of autopkg output and allow optionally passing arguments to installed test scripts.
Approved by: Albert Astals Cid, Unity8 CI Bot
- 2791. By Albert Astals Cid
-
There's no spreadDelegate_ anymore
Goes from ~9 to ~3 minutes
Approved by: Michael Zanetti, Unity8 CI Bot
- 2790. By Lukáš Tinkl
-
Add a test for the real implementation of WindowStateStorage
Approved by: Albert Astals Cid, Unity8 CI Bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity8