Merge lp:~mir-team/miral/move_workspace_content into lp:miral
Proposed by
Nick Dedekind
on 2017-03-01
| Status: | Merged |
|---|---|
| Approved by: | Alan Griffiths on 2017-03-02 |
| Approved revision: | 525 |
| Merged at revision: | 524 |
| Proposed branch: | lp:~mir-team/miral/move_workspace_content |
| Merge into: | lp:miral |
| Diff against target: |
240 lines (+134/-0) 10 files modified
debian/libmiral2.symbols (+1/-0) include/miral/window_manager_tools.h (+9/-0) miral/basic_window_manager.cpp (+33/-0) miral/basic_window_manager.h (+4/-0) miral/symbols.map (+1/-0) miral/window_management_trace.cpp (+8/-0) miral/window_management_trace.h (+4/-0) miral/window_manager_tools.cpp (+5/-0) miral/window_manager_tools_implementation.h (+3/-0) test/workspaces.cpp (+66/-0) |
| To merge this branch: | bzr merge lp:~mir-team/miral/move_workspace_content |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alan Griffiths | 2017-03-01 | Approve on 2017-03-02 | |
|
Review via email:
|
|||
Commit Message
Added move WindowManagerTo
Description of the Change
Added move WindowManagerTo
To post a comment you must log in.
lp:~mir-team/miral/move_workspace_content
updated
on 2017-03-01
- 524. By Nick Dedekind on 2017-03-01
-
merged with trunk
lp:~mir-team/miral/move_workspace_content
updated
on 2017-03-02
- 525. By Nick Dedekind on 2017-03-02
-
added test for moving workspaces with pre-existing

Just a nit: I see the logic is there (but not the test) for windows that already exist in the target workspace.
Can we add a test that windows in both to and from only appear once after?