View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp://qastaging/~albaguirre/qtubuntu/papi-cleanup (Has a merge proposal) 1 Development 2017-05-31 18:14:36 UTC
399. Remove platform-api dependency.

Author: Alberto Aguirre
Revision Date: 2017-05-30 22:30:21 UTC

Remove platform-api dependency.

lp://qastaging/~albaguirre/qtubuntu/use-mir-rs-api (Has a merge proposal) 1 Development 2017-05-27 01:31:53 UTC
397. Cleanup #pragmas and unneeded repaint...

Author: Alberto Aguirre
Revision Date: 2017-05-27 01:31:53 UTC

Cleanup #pragmas and unneeded repaints when resizing.

lp://qastaging/~albaguirre/+junk/snd_usb_audio_axefx2_patch 1 Development 2016-12-08 17:42:46 UTC
4. Update patch

Author: Alberto Aguirre
Revision Date: 2016-12-08 17:42:46 UTC

Update patch

lp://qastaging/~albaguirre/mir/mirscreencast-test-new-api 1 Development 2016-04-28 16:47:39 UTC
3483. mirscreencast: use new creation API

Author: Alberto Aguirre
Revision Date: 2016-04-28 16:47:19 UTC

mirscreencast: use new creation API

lp://qastaging/~albaguirre/qtmir/mir-0.22-compat-gles (Has a merge proposal) 1 Development 2016-04-21 17:50:47 UTC
164. Sync with upstream

Author: Alberto Aguirre
Revision Date: 2016-04-21 17:49:48 UTC

Sync with upstream

lp://qastaging/~albaguirre/mir/ci-debug-1499229 (Has a merge proposal) 1 Development 2016-04-20 18:34:15 UTC
3471. more debug

Author: Alberto Aguirre
Revision Date: 2016-04-20 18:34:15 UTC

more debug

lp://qastaging/~albaguirre/mir/update-mirclient-symbol-stanzas (Has a merge proposal) 1 Development 2016-03-23 21:11:12 UTC
3417. Update mirclient symbols stanzas.

Author: Alberto Aguirre
Revision Date: 2016-03-23 21:10:31 UTC

Update mirclient symbols stanzas.

lp://qastaging/~albaguirre/mir/bump-server-abi (Has a merge proposal) 1 Development 2016-03-07 20:53:22 UTC
3371. Remove whitespace fixes in debian/cha...

Author: Alberto Aguirre
Revision Date: 2016-03-07 20:53:22 UTC

Remove whitespace fixes in debian/changelog

lp://qastaging/~albaguirre/mir/terrible-screencast-flip-hack 1 Development 2016-02-16 19:01:01 UTC
1271. A quick hack to render screencast buf...

Author: Alberto Aguirre
Revision Date: 2016-02-16 19:00:02 UTC

A quick hack to render screencast buffers upside-down

lp://qastaging/~albaguirre/qtmir/gles-sync (Has a merge proposal) 1 Development 2016-02-03 23:56:40 UTC
150. Sync with upstream

Author: Alberto Aguirre
Revision Date: 2016-02-03 23:55:11 UTC

Sync with upstream

lp://qastaging/~albaguirre/qtmir/mir-0.20-compatibility (Has a merge proposal) 1 Development 2016-02-03 23:54:10 UTC
440. Increment version

Author: Alberto Aguirre
Revision Date: 2016-02-03 23:54:10 UTC

Increment version

lp://qastaging/~albaguirre/unity-system-compositor/silo-virtual-output (Has a merge proposal) 1 Development 2016-02-03 23:41:06 UTC
277. update version

Author: Alberto Aguirre
Revision Date: 2016-02-03 23:40:15 UTC

update version

lp://qastaging/~albaguirre/unity-system-compositor/mock-implement-new-display-method (Has a merge proposal) 1 Development 2016-02-03 22:58:26 UTC
275. mocks: Implement new method added to ...

Author: Alberto Aguirre
Revision Date: 2016-02-03 22:57:30 UTC

mocks: Implement new method added to mir::graphics::Display

lp://qastaging/~albaguirre/mir/silo-virtual-output (Has a merge proposal) 1 Development 2016-02-03 20:18:35 UTC
3292. merge lp:mir/ubuntu

Author: Alberto Aguirre
Revision Date: 2016-02-03 20:18:01 UTC

merge lp:mir/ubuntu

lp://qastaging/~albaguirre/mir/ci-test 1 Development 2015-08-04 14:41:40 UTC
2811. debug and increase timeout

Author: Alberto Aguirre
Revision Date: 2015-08-04 14:41:40 UTC

debug and increase timeout

lp://qastaging/~albaguirre/mir/allow-null-cmd-line (Has a merge proposal) 1 Development 2015-07-31 03:39:00 UTC
2799. Allow empty cmd line in mir::options:...

Author: Andreas Pokorny
Revision Date: 2015-07-31 03:29:07 UTC

Allow empty cmd line in mir::options::DefaultConfiguration

lp://qastaging/~albaguirre/mir/server-improve-abi-compat-with-mirprotobuf (Has a merge proposal) 1 Development 2015-07-21 20:30:32 UTC
2766. server:: Allocate mir::protobuf objec...

Author: Alberto Aguirre
Revision Date: 2015-07-21 20:28:58 UTC

server:: Allocate mir::protobuf objects on the heap through their factory methods.

Avoid allocating protobuf objects on the stack to avoid mismatched message definitions between
server and mirprotobuf library. This improves ABI compatiblity with future revisions of mirprotobuf.

lp://qastaging/~albaguirre/mir/add-hwc14-support-0.12 1 Development 2015-04-14 15:50:04 UTC
2310. Add hwc 1.4 support

Author: Alberto Aguirre
Revision Date: 2015-04-14 15:49:30 UTC

Add hwc 1.4 support

lp://qastaging/~albaguirre/mir/hack-composite-newest-drop-oldest 1 Development 2015-03-20 22:35:54 UTC
1225. Hack, attempt to composite latest cli...

Author: Alberto Aguirre
Revision Date: 2015-03-20 22:35:21 UTC

Hack, attempt to composite latest client frame, dropping oldest.

lp://qastaging/~albaguirre/mir/fix-1427976 bug(Has a merge proposal) 1 Development 2015-03-04 19:58:51 UTC
2361. Avoid unlocking sesssion mutex in a d...

Author: Alberto Aguirre
Revision Date: 2015-03-04 19:58:20 UTC

Avoid unlocking sesssion mutex in a different thread.

In some cases, SessionMediator needs to lock the session
while it waits for Surface::swap_buffers which may complete asynchronously on a different thread.
Since a std::mutex cannot be used for such purposes a SemaphoreLock type is introduced.

lp://qastaging/~albaguirre/mir/backport-fixes-to-0.11 bug 1 Development 2015-02-23 20:30:47 UTC
2293. Update changelog

Author: Alberto Aguirre
Revision Date: 2015-02-23 20:29:57 UTC

Update changelog

lp://qastaging/~albaguirre/unity-system-compositor/fix-1383279 bug(Has a merge proposal) 1 Development 2014-10-22 18:28:06 UTC
184. Ignore repeated power key up events w...

Author: Alberto Aguirre
Revision Date: 2014-10-22 18:27:23 UTC

Ignore repeated power key up events within 100ms time window.

lp://qastaging/~albaguirre/qtubuntu-sensors/fix-1381105 bug 1 Development 2014-10-15 02:35:02 UTC
78. Make startUpdates async as a possible...

Author: Alberto Aguirre
Revision Date: 2014-10-15 02:34:35 UTC

Make startUpdates async as a possible workaround for camera freeze.

lp://qastaging/~albaguirre/mir/recycle-compositor-threads bug(Has a merge proposal) 1 Development 2014-08-30 16:55:55 UTC
1879. cleanup tests

Author: Alberto Aguirre
Revision Date: 2014-08-30 16:55:55 UTC

cleanup tests

lp://qastaging/~albaguirre/mir/stress-compositor-startup 1 Development 2014-08-28 23:02:16 UTC
1209. Quick stab at recycling compositor th...

Author: Alberto Aguirre
Revision Date: 2014-08-28 23:02:16 UTC

Quick stab at recycling compositor threads

lp://qastaging/~albaguirre/powerd/avoid-suspend-during-call bug(Has a merge proposal) 1 Development 2014-08-26 18:59:05 UTC
141. Issue internal suspend block suspend ...

Author: Alberto Aguirre
Revision Date: 2014-08-26 18:55:44 UTC

Issue internal suspend block suspend during calls

lp://qastaging/~albaguirre/qtmir/ignore-first-frame (Has a merge proposal) 1 Development 2014-08-20 19:17:19 UTC
237. Ignore application first posted frame...

Author: Alberto Aguirre
Revision Date: 2014-08-20 18:51:23 UTC

Ignore application first posted frame

Ignore the first posted frame as it will be blank. Since the surface
is alpha enabled it's alpha channel is initialized to 0 (completely
transparent). If the frame is posted it will show through a flash
of the surface beneath (usually dash).

lp://qastaging/~albaguirre/unity-mir/add-power-key-listener 1 Development 2014-05-27 13:07:17 UTC
224. Add a power key listener

Author: Alberto Aguirre
Revision Date: 2014-05-27 13:07:17 UTC

Add a power key listener

lp://qastaging/~albaguirre/mir/fix-1321861 bug(Has a merge proposal) 1 Development 2014-05-21 18:40:51 UTC
1650. check buffers_ready_for_compositor go...

Author: Alberto Aguirre
Revision Date: 2014-05-21 18:31:18 UTC

check buffers_ready_for_compositor goes down after compositor_acquire

lp://qastaging/~albaguirre/mir/make-screencast-capture-opaque bug(Has a merge proposal) 1 Development 2014-05-08 22:07:19 UTC
1613. Make screencast capture opaque. This...

Author: Alberto Aguirre
Revision Date: 2014-05-08 22:01:01 UTC

Make screencast capture opaque.

This is an alternative fix to LP: #1301210 which also addresses LP: #1317260

lp://qastaging/~albaguirre/mir/fix-1285215 bug(Has a merge proposal) 1 Development 2014-04-11 03:55:59 UTC
1550. Empty commit to kick ci build

Author: Alberto Aguirre
Revision Date: 2014-04-11 03:55:59 UTC

Empty commit to kick ci build

lp://qastaging/~albaguirre/mir/fix-1286252 1 Development 2014-04-11 03:54:41 UTC
1538. Empty commit to kick ci build

Author: Alberto Aguirre
Revision Date: 2014-04-11 03:54:06 UTC

Empty commit to kick ci build

lp://qastaging/~albaguirre/mir/test-hack-consume-buffers-display-off bug 1 Development 2014-03-20 17:20:17 UTC
1184. TEST: avoid race between screen off a...

Author: Alberto Aguirre
Revision Date: 2014-03-20 17:20:17 UTC

TEST: avoid race between screen off and post

Add some logging

lp://qastaging/~albaguirre/unity-mir/remove-usleep-call 1 Development 2014-02-28 21:04:40 UTC
185. Remove usleep call; replace with slee...

Author: Alberto Aguirre
Revision Date: 2014-02-28 21:03:49 UTC

Remove usleep call; replace with sleep_for calls.

134 of 34 results