lp:~alan-griffiths/mir/fix-1577106
- Get this branch:
- bzr branch lp:~alan-griffiths/mir/fix-1577106
Branch merges
- Mir CI Bot: Approve (continuous-integration)
- Cemil Azizoglu (community): Approve
- Daniel van Vugt: Approve
- Alan Griffiths: Needs Information
-
Diff: 175 lines (+20/-13)10 files modifiedsrc/common/fatal/fatal.cpp (+1/-1)
src/include/platform/mir/options/configuration.h (+1/-1)
src/include/server/mir/default_server_configuration.h (+2/-2)
src/platform/options/default_configuration.cpp (+3/-3)
src/platform/symbols.map (+1/-1)
src/server/default_server_configuration.cpp (+2/-2)
tests/acceptance-tests/test_server_shutdown.cpp (+2/-3)
tests/unit-tests/graphics/mesa/kms/test_display.cpp (+2/-0)
tests/unit-tests/graphics/mesa/kms/test_real_kms_output.cpp (+4/-0)
tests/unit-tests/test_fatal.cpp (+2/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3496. By Daniel van Vugt
-
Simplify directory structure of src/platforms/
mesa/server
from
src/platforms/ mesa/server/ common/ COMMONCODE
src/platforms/ mesa/server/ DRIVER/ DRIVERCODE
to
src/platforms/ mesa/server/ COMMONCODE
src/platforms/ mesa/server/ DRIVER/ DRIVERCODE. Approved by Cemil Azizoglu, mir-ci-bot.
- 3495. By Chris Halse Rogers
-
Bring mirplatform into the magical rebuild-
on-symbols. map-changes world. Approved by mir-ci-bot, Daniel van Vugt.
- 3494. By Alan Griffiths
-
examples: get rid of TilingWindowMan
ager. Approved by mir-ci-bot, Kevin DuBois, Cemil Azizoglu.
- 3493. By Alan Griffiths
-
examples, shell, playground: if the active surface closes, put the input focus somewhere instead of nowhere. Fixes: https:/
/bugs.launchpad .net/bugs/ 1474132. Approved by mir-ci-bot, Kevin DuBois, Cemil Azizoglu.
- 3492. By Kevin DuBois
-
server: Change point of frontend-facing buffer allocation from the mf::BufferStream to the msc::Session to prepare for NBS connection-
allocated buffers. We were previously allocating from the streams, but to accommodate mir_connection_
allocate_ buffer( ), we will have to allocate via msc::Session. This exposes mf::ClientBuffe
rs(), as the streams need to reflect that buffers came from the same Session/connection. (cross- connection/ cross-process mirclient- allocated- buffers are not supported). render_surfaces has an example of a 'floating' shell buffer stream that didn't originate from IPC. Approved by mir-ci-bot, Cemil Azizoglu, Chris Halse Rogers.
- 3491. By Daniel van Vugt
-
Fix distorted screen rotation in Mir-on-X11 (LP: #1577262)
. Fixes: https://bugs.launchpad .net/bugs/ 1577262. Approved by Kevin DuBois, Cemil Azizoglu, mir-ci-bot.
- 3490. By Daniel van Vugt
-
Introducing 'mirvanity': A utility that measures client-to-screen latency
using a high speed camera (e.g. PlayStation Eye).Just run the app, and point your camera at the screen. That's it.
Approved by Cemil Azizoglu, mir-ci-bot.
- 3489. By Alan Griffiths
-
playground: get rid of the legacy DefaultWindowMa
nager (and the --window-manager option) in mir_proving_server. Approved by mir-ci-bot, Daniel van Vugt, Kevin DuBois, Cemil Azizoglu.
- 3488. By Alan Griffiths
-
Update the resize logic in CanonicalWindow
ManagerPolicy following the discussion on lp:1447886. Fixes: https:/ /bugs.launchpad .net/bugs/ 1447886. Approved by Daniel van Vugt, Cemil Azizoglu, mir-ci-bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mir