lp://qastaging/~vanvugt/mir/less-like-infinite-loops
- Get this branch:
- bzr branch lp://qastaging/~vanvugt/mir/less-like-infinite-loops
Branch merges
- Chris Halse Rogers: Abstain
- Alan Griffiths: Disapprove
- Cemil Azizoglu (community): Needs Information
- Mir CI Bot: Approve (continuous-integration)
-
Diff: 36 lines (+7/-4)1 file modifiedsrc/server/compositor/stream.cpp (+7/-4)
Branch information
Recent revisions
- 3897. By Daniel van Vugt
-
Enhance ClientLatency acceptance tests to support the possibility that
the server may not render all client frames if it's under heavy load.Instead, in the glorious future the server will just guarantee the
newest frame always reaches the screen. This allows it to catch up in
the face of a loaded system rather than visible lag increasing
indefinitely. It's also a feature of the coming client-side vsync that
the test needs to support in order to avoid spurious failures.
.Approved by mir-ci-bot, Alan Griffiths.
- 3896. By Kevin DuBois
-
frontend: add the rpc call for screencasting to a specific MirBuffer. The current call, screencast_buffer takes a screencast id and returns a buffer, whereas the new rpc call has to take both the buffer id and the screencast id in the request.
Approved by mir-ci-bot, Alan Griffiths, Chris Halse Rogers.
- 3895. By Andreas Pokorny
-
rename a lot of structures from mir::input::... to Mir... to match the c API
The renames are :
mir::input: :InputConfigura tion -> MirInputConfigu ration
mir::input: :DeviceConfigur ation -> MirInputDevice
mir::input: :PointerConfigu ration -> MirPointerConfi guration
mir::input: :KeyboardConfig uratoin -> MirKeyboardConf iguration
mir::input: :TouchpadConfig uration -> MirTouchpadConf iguration
mir::input: :TouchscreenCon figuration -> MirTouchscreenC onfiguration
.Approved by Daniel van Vugt, mir-ci-bot, Alan Griffiths.
- 3894. By Alan Griffiths
-
[mirtest] Add missing dependency of mirtest-dev on mir-renderer-gl-dev
(LP: #1651391). Fixes: https://bugs.launchpad .net/bugs/ 1651391. Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu.
- 3893. By Andreas Pokorny
-
Add InputConfiguration - a single object to hold the configuration of all active input devices
InputConfiguration abstracts a sequences of input device configurations that are composed out of optional pointer keyboard touchscreen and touchpad configurations. Serialization is added via capnproto.
Approved by mir-ci-bot, Alan Griffiths.
- 3892. By Brandon Schaefer
-
Add new blob functions for the new display API.
Approved by mir-ci-bot, Alan Griffiths.
- 3891. By Alan Griffiths
-
[client] Put symbols introduced by Mir 0.26 into the correct stanza.
Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu.
- 3890. By Kevin DuBois
-
client: propose an alternative standard naming scheme for mir extensions. The landed, but unreleased scheme has gotten some requests for modification. Should be in final form in time for 0.26.
The current scheme is:
void* mir_connection_request_ interface( MirConnection* , char const* name, int version);
where name is a uuid-string.but an alternative that might be more accepted is proposed here:
mir_connection_request_ interface( MirConnection* , char const* name);
where name is a readable, unique string for the extension.Approved by mir-ci-bot, Cemil Azizoglu, Chris Halse Rogers.
- 3889. By Daniel van Vugt
-
Merge final changelog from 0.25.0, and start 0.26.0.
Approved by mir-ci-bot, Alan Griffiths.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/mir