lp:~dandrader/qtmir/byeSessionManager
- Get this branch:
- bzr branch lp:~dandrader/qtmir/byeSessionManager
Branch merges
- Unity8 CI Bot: Approve (continuous-integration) on 2017-03-02
- Gerry Boland: Approve on 2017-02-15
-
Diff: 1673 lines (+389/-441)20 files modifiedsrc/modules/Unity/Application/CMakeLists.txt (+1/-1)
src/modules/Unity/Application/application_manager.cpp (+33/-31)
src/modules/Unity/Application/application_manager.h (+3/-1)
src/modules/Unity/Application/session_interface.h (+1/-1)
src/modules/Unity/Application/sessionmanager.cpp (+0/-200)
src/modules/Unity/Application/sessionmanager.h (+0/-90)
src/modules/Unity/Application/surfacemanager.cpp (+4/-5)
src/modules/Unity/Application/surfacemanager.h (+1/-3)
src/modules/Unity/Application/taskcontroller.cpp (+185/-0)
src/modules/Unity/Application/taskcontroller.h (+55/-3)
tests/framework/mock_task_controller.cpp (+2/-1)
tests/framework/mock_task_controller.h (+1/-1)
tests/framework/qtmir_test.cpp (+2/-4)
tests/framework/qtmir_test.h (+2/-5)
tests/modules/Application/application_test.cpp (+3/-0)
tests/modules/ApplicationManager/application_manager_test.cpp (+71/-70)
tests/modules/CMakeLists.txt (+1/-1)
tests/modules/Session/CMakeLists.txt (+6/-6)
tests/modules/Session/session_test.cpp (+1/-1)
tests/modules/Session/taskcontroller_test.cpp (+17/-17)
Branch information
Recent revisions
- 608. By Daniel d'Andrada on 2017-02-21
-
Make TaskController absorb SessionManager
So that we can later on provide fake, internal, mir clients for tests
just by replacing the TaskController with a fake implementation. - 607. By Daniel d'Andrada on 2017-02-21
-
Some qtmir::Session fixes
- Emit Session:
:focusedChanged when adding an already focused window
- When session dies, besides killing all its surfaces, also kill its closing surfaces - 605. By Daniel d'Andrada on 2017-02-15
-
Resolve mir cursor names using mir symbols instead of plain strings
Since those names under the API symbols change regularly and should be considered opaque. (LP: #1662827)
Approved by: Albert Astals Cid, Unity8 CI Bot
- 604. By Alan Griffiths on 2017-02-15
-
Identify the code that depends directly on mirserver-dev headers
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 603. By Albert Astals Cid on 2017-02-15
-
Check we provide the same unity-applicati
on-impl that we require Approved by: Gerry Boland, Lukáš Tinkl, Unity8 CI Bot
- 602. By CI Train Bot Account on 2017-02-15
-
We're at provides 26 already (LP: #1662608)
Approved by: Gerry Boland
- 601. By Gerry Boland on 2017-02-15
-
Restore lost LTTng tracepoints, and delete unused ones (LP: #1658084)
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 600. By Gerry Boland on 2017-02-15
-
ScreenModel: Only expose windows on displays that are turned on
It seems the GL context Mir gives us for a display that is turned off is invalid. But there is no point rendering to a display that is turned off anyway. (LP: #1521403, #1638611, #1656250)
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 599. By Nick Dedekind on 2017-02-15
-
Added Extended Display Information Data (EDID) parsing.
Approved by: Gerry Boland, 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:qtmir
