Merge lp:~morphis/unity-system-compositor/changes-for-virtual-output into lp:unity-system-compositor/ubuntu

Proposed by Simon Fels
Status: Rejected
Rejected by: Alberto Aguirre
Proposed branch: lp:~morphis/unity-system-compositor/changes-for-virtual-output
Merge into: lp:unity-system-compositor/ubuntu
Diff against target: 50 lines (+12/-2)
3 files modified
CMakeLists.txt (+2/-2)
debian/changelog (+6/-0)
tests/include/usc/test/mock_display.h (+4/-0)
To merge this branch: bzr merge lp:~morphis/unity-system-compositor/changes-for-virtual-output
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity System Compositor Development Team Pending
Review via email: mp+286157@code.launchpad.net

Commit message

Changes to build against a newer mir with virtual output support.

NOTE: NOT MEANT TO BE MERGED!!! JUST FOR TESTING!!!

Description of the change

Changes to build against a newer mir with virtual output support.

NOTE: NOT MEANT TO BE MERGED!!! JUST FOR TESTING!!!

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
234. By Simon Fels

Merge trunk

[ CI Train Bot ]
* No-change rebuild.
* Orient the spinner according to the native orientation of the device.
  (LP: #1543495)
* Implement a stub cookie authority (LP: #1536662)

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

234. By Simon Fels

Merge trunk

[ CI Train Bot ]
* No-change rebuild.
* Orient the spinner according to the native orientation of the device.
  (LP: #1543495)
* Implement a stub cookie authority (LP: #1536662)

233. By Simon Fels

Test release server abi break

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2016-02-11 11:16:24 +0000
3+++ CMakeLists.txt 2016-02-18 15:42:48 +0000
4@@ -16,8 +16,8 @@
5
6 project(UnitySystemCompositor)
7 set(USC_VERSION_MAJOR 0)
8-set(USC_VERSION_MINOR 4)
9-set(USC_VERSION_PATCH 2)
10+set(USC_VERSION_MINOR 5)
11+set(USC_VERSION_PATCH 0)
12 set(USC_VERSION "${USC_VERSION_MAJOR}.${USC_VERSION_MINOR}.${USC_VERSION_PATCH}")
13
14 cmake_minimum_required(VERSION 2.8)
15
16=== modified file 'debian/changelog'
17--- debian/changelog 2016-02-11 12:22:48 +0000
18+++ debian/changelog 2016-02-18 15:42:48 +0000
19@@ -1,3 +1,9 @@
20+unity-system-compositor (0.5.0) UNRELEASED; urgency=medium
21+
22+ * Test release server abi break
23+
24+ -- Alberto Aguirre <alberto.aguirre@canonical.com> Wed, 03 Feb 2016 17:39:47 -0600
25+
26 unity-system-compositor (0.4.2+16.04.20160211.2-0ubuntu1) xenial; urgency=medium
27
28 [ CI Train Bot ]
29
30=== modified file 'tests/include/usc/test/mock_display.h'
31--- tests/include/usc/test/mock_display.h 2015-11-12 12:28:17 +0000
32+++ tests/include/usc/test/mock_display.h 2016-02-18 15:42:48 +0000
33@@ -20,6 +20,7 @@
34 #include "usc/test/stub_display_configuration.h"
35
36 #include <mir/graphics/display.h>
37+#include <mir/graphics/virtual_output.h>
38 #include <gmock/gmock.h>
39
40 namespace usc
41@@ -60,6 +61,9 @@
42
43 std::unique_ptr<mir::graphics::GLContext> create_gl_context() override
44 { return std::unique_ptr<mir::graphics::GLContext>{};};
45+
46+ std::unique_ptr<mir::graphics::VirtualOutput> create_virtual_output(int,int) override
47+ { return nullptr; }
48 };
49 }
50 }

Subscribers

People subscribed via source and target branches