Mir

lp:~vanvugt/mir/less-like-infinite-loops

Created by Daniel van Vugt and last modified
Get this branch:
bzr branch lp:~vanvugt/mir/less-like-infinite-loops
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel van Vugt
Project:
Mir
Status:
Development

Recent revisions

3898. By Daniel van Vugt

Prototype

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::InputConfiguration -> MirInputConfiguration
    mir::input::DeviceConfiguration -> MirInputDevice
    mir::input::PointerConfiguration -> MirPointerConfiguration
    mir::input::KeyboardConfiguratoin -> MirKeyboardConfiguration
    mir::input::TouchpadConfiguration -> MirTouchpadConfiguration
    mir::input::TouchscreenConfiguration -> MirTouchscreenConfiguration
.

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:mir
This branch contains Public information 
Everyone can see this information.

Subscribers