lp://staging/~robertcarr/mir/prepare-session-manager-for-input-focus
Created by
Robert Carr
and last modified
- Get this branch:
- bzr branch lp://staging/~robertcarr/mir/prepare-session-manager-for-input-focus
Only
Robert Carr
can upload to this branch. If you are
Robert Carr
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Superseded
for merging
into
lp://staging/~mir-team/mir/trunk
- Alan Griffiths: Needs Fixing
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 854 lines (+328/-73)20 files modifiedinclude/mir/shell/application_session.h (+6/-1)
include/mir/shell/focus_arbitrator.h (+47/-0)
include/mir/shell/session.h (+3/-1)
include/mir/shell/session_manager.h (+2/-0)
include/mir/shell/session_store.h (+5/-1)
include/mir_test_doubles/mock_session.h (+2/-0)
include/mir_test_doubles/mock_session_store.h (+2/-0)
include/mir_test_doubles/stub_session.h (+4/-0)
include/mir_test_doubles/stub_session_store.h (+4/-0)
src/shell/application_session.cpp (+13/-0)
src/shell/session_manager.cpp (+10/-1)
tests/acceptance-tests/test_focus_management_api.cpp (+5/-0)
tests/integration-tests/CMakeLists.txt (+1/-0)
tests/integration-tests/frontend/CMakeLists.txt (+0/-1)
tests/integration-tests/shell/CMakeLists.txt (+9/-0)
tests/integration-tests/shell/test_session_manager.cpp (+64/-0)
tests/unit-tests/shell/test_application_session.cpp (+95/-23)
tests/unit-tests/shell/test_registration_order_focus_sequence.cpp (+18/-26)
tests/unit-tests/shell/test_session_manager.cpp (+22/-2)
tests/unit-tests/shell/test_the_session_container_implementation.cpp (+16/-17)
Branch information
Recent revisions
- 478. By Robert Carr
-
Pass application session to focus arbitrator through std::enable_
shared_ from_this - 477. By Robert Carr
-
Define new msh::Session attribute has_appeared (see, ApplicationSession, session_
has_appeared_ after_creating_ surface)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mir-team/mir/trunk