lp:~vanvugt/mir/fix-1395405
- Get this branch:
- bzr branch lp:~vanvugt/mir/fix-1395405
Branch merges
- Alan Griffiths: Approve
- Alexandros Frantzis (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 96 lines (+10/-9)7 files modifiedclient-ABI-sha1sums (+1/-1)
common-ABI-sha1sums (+1/-1)
include/common/mir_toolkit/client_types.h (+2/-1)
platform-ABI-sha1sums (+1/-1)
server-ABI-sha1sums (+1/-1)
src/platform/graphics/display_configuration.cpp (+1/-1)
tests/unit-tests/graphics/test_display_configuration.cpp (+3/-3)
Related bugs
Related blueprints
Branch information
Recent revisions
- 2095. By Daniel van Vugt
-
An output (like a TV) not having a preferred mode is not a fatal error.
Don't treat it as such. (LP: #1395405) - 2094. By Alan Griffiths
-
1. "privatized" headers no longer be available throughout Mir codebase. (Especially not examples and acceptance tests.)
2. Some headers re-published as they are required by features in the acceptance tests and examples.Approved by PS Jenkins bot, Alexandros Frantzis, Kevin DuBois.
- 2093. By Alan Griffiths
-
tests: default to no logging with an option to enable it. Fixes: https:/
/bugs.launchpad .net/bugs/ 1394221. Approved by PS Jenkins bot, Cemil Azizoglu.
- 2092. By Kevin DuBois
-
doc: update the build docs for ARM.
Approved by PS Jenkins bot, Alexandros Frantzis, Alberto Aguirre.
- 2091. By Kevin DuBois
-
mesa: designate an interface that the mesa ipc operations can use.
mgm::helpers::DRMHelper is the implementation for the host server, and NestedAuthentic ation (a new implementation cobbled together from existing code) is the implementation for the nested server to get drm. Approved by Alberto Aguirre, Alan Griffiths, PS Jenkins bot, Alexandros Frantzis.
- 2090. By Alan Griffiths
-
tests: fix commandline handling in tests.
Approved by Cemil Azizoglu, Alberto Aguirre, PS Jenkins bot.
- 2089. By Daniel van Vugt
-
Automatically insert a useful component string into every log message.
The default is the library name, but you can customize it by adding
this to the top of your source file:
#define MIR_LOGGING_COMPONENT "foo"
.Approved by PS Jenkins bot, Robert Carr, Alberto Aguirre.
- 2087. By Daniel van Vugt
-
(Re)introduce desktop zoom support to the demo shell.
Just use Super+mousewheel to zoom.Approved by Kevin DuBois, Cemil Azizoglu, PS Jenkins bot.
- 2086. By Alexandros Frantzis
-
server: Fix race in BasicThreadPool
Ensure a task is removed from the task queue before notifying that the task is
done. Otherwise, scheduling new tasks based on these notifications may cause
unnecessary threads to be created.
. Fixes: https://bugs.launchpad .net/bugs/ 1391488. Approved by PS Jenkins bot, Robert Carr, Alberto Aguirre, 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