View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~raof/do/translation-export Development 2024-01-16 04:35:41 UTC
1516. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of raof
Revision Date: 2024-01-16 04:35:41 UTC

Launchpad automatic translations update.

lp:~raof/mir/add-tarball-release-tool (Has a merge proposal) Development 2017-10-23 04:56:33 UTC
4298. Add a tool to make a source tarball. ...

Author: Chris Halse Rogers
Revision Date: 2017-10-23 04:55:24 UTC

Add a tool to make a source tarball.

This must be run from the root of a Mir bzr tree. It will export the most recent revision
as mir-$MIR_VERSION_MAJOR.$MIR_VERSION_MINOR.$MIR_VERSION_PATCRH, test that the tarball
builds, and then test that the tarball installs.

lp:~raof/mir/wl-implement-bare-minimum-fullscreen Development 2017-09-07 07:57:59 UTC
4219. WlShellSurface: Implement bare-minimu...

Author: Chris Halse Rogers
Revision Date: 2017-09-07 07:57:05 UTC

WlShellSurface: Implement bare-minimum fullscreen request

lp:~raof/mir/lots-of-unused-lambda-captures Development 2017-09-01 02:32:18 UTC
4239. Fix build with Clang 5.0. Lots of un...

Author: Chris Halse Rogers
Revision Date: 2017-09-01 02:30:41 UTC

Fix build with Clang 5.0.

Lots of unused lambda-captures!

lp:~raof/mir/display-changer-callback-lifetime (Has a merge proposal) Development 2017-08-18 08:04:32 UTC
4232. ms::MediatingDisplayChanger: Ensure w...

Author: Chris Halse Rogers
Revision Date: 2017-08-18 07:43:38 UTC

ms::MediatingDisplayChanger: Ensure we live at least as long as our signal handlers.

MediatingDisplayChanger registers some handlers on the session_event_handler_register;
these need to ensure that the display changer is actually live before invoking methods on
it.

lp:~raof/mir/mediating-display-changer-lifetime (Has a merge proposal) Development 2017-08-18 07:42:45 UTC This branch has not been pushed to yet.
lp:google-play-music-desktop-player-unofficial Development 2017-03-01 05:45:09 UTC This branch has not been imported yet.
lp:~raof/mir/mesa-hybrid-support Development 2017-02-16 04:19:40 UTC
4007. HELLO, I'M A TERRIBLE SQUASH COMMIT

Author: Chris Halse Rogers
Revision Date: 2017-02-16 04:18:42 UTC

HELLO, I'M A TERRIBLE SQUASH COMMIT

lp:~raof/mir/report-invalid-window-state (Has a merge proposal) Development 2017-01-30 03:31:31 UTC
3974. (Asynchronously) Report invalid windo...

Author: Chris Halse Rogers
Revision Date: 2017-01-30 03:30:32 UTC

(Asynchronously) Report invalid window-state errors.

lp:~raof/mir/add-mir-connection-syncpoint (Has a merge proposal) Development 2017-01-11 05:01:45 UTC
3919. Add mir_connection_syncpoint(). This...

Author: Chris Halse Rogers
Revision Date: 2017-01-11 05:01:01 UTC

Add mir_connection_syncpoint().

This does nothing but call the supplied callback when the server responds.
Because we process requests in order this means that the server has processed
all the previous requests before the callback triggers.

lp:~raof/mir/deferred-with-surface-do (Has a merge proposal) Development 2016-12-15 06:46:52 UTC
3893. MirProtobufRpcChannel: Simplify proce...

Author: Chris Halse Rogers
Revision Date: 2016-12-15 06:44:32 UTC

MirProtobufRpcChannel: Simplify process_event_sequence

lp:~raof/mir/fully-constructed-surfaces (Has a merge proposal) Development 2016-12-15 02:50:19 UTC
3870. Fix incomplete comment

Author: Chris Halse Rogers
Revision Date: 2016-12-15 02:50:19 UTC

Fix incomplete comment

lp:~raof/mir/client-release-simplifications (Has a merge proposal) Development 2016-12-13 05:39:25 UTC
3881. Merge trunk

Author: Chris Halse Rogers
Revision Date: 2016-12-13 05:39:25 UTC

Merge trunk

lp:~raof/mir/provide-event-fd bug(Has a merge proposal) Development 2016-12-08 06:34:22 UTC
2402. Merge prerequisite, resolving conflicts

Author: Chris Halse Rogers
Revision Date: 2016-12-08 06:34:22 UTC

Merge prerequisite, resolving conflicts

lp:~raof/mir/release-rendersurface-may-require-RPC (Has a merge proposal) Development 2016-12-08 03:23:40 UTC
3872. Fix MirRenderSurfaceTest that make wa...

Author: Chris Halse Rogers
Revision Date: 2016-12-08 03:23:40 UTC

Fix MirRenderSurfaceTest that make was mysteriously failing to rebuild

lp:~raof/mir/signed-unsigned-compare Development 2016-11-28 03:46:20 UTC
3849. Fix some signed/unsigned confusing in...

Author: Chris Halse Rogers
Revision Date: 2016-11-28 03:45:42 UTC

Fix some signed/unsigned confusing in various tests.

Clang is getting better at detecting signed/unsigned comparisons for -Wsign-compare, and now picks up
these.

lp:~raof/mir/maybe-less-confusing-client-visible-error (Has a merge proposal) Development 2016-11-16 23:41:48 UTC
3825. Rename ClientVisibleError to Structur...

Author: Chris Halse Rogers
Revision Date: 2016-11-16 23:40:51 UTC

Rename ClientVisibleError to StructuredClientError.

A number of people have been confused by the ClientVisibleError name, as other errors are
*also* visible to the client, just not as a structured MirError.

Try this shade of blue on the bikeshed.

lp:~raof/mir/notify-shell-of-display-configuration (Has a merge proposal) Development 2016-09-08 08:13:57 UTC
3695. ...and moke set_configured_callback t...

Author: Chris Halse Rogers
Revision Date: 2016-09-08 08:13:57 UTC

...and moke set_configured_callback threadsafe.

lp:~raof/mir/basic-fullscreen-on-outputs (Has a merge proposal) Development 2016-09-05 07:49:36 UTC
3696. Hand-hold old GCCs

Author: Chris Halse Rogers
Revision Date: 2016-09-05 07:49:36 UTC

Hand-hold old GCCs

lp:~raof/mir/no-hidden-rpc-in-bufferstream (Has a merge proposal) Development 2016-07-05 05:39:39 UTC
3560. Wait for default BufferStream creatio...

Author: Chris Halse Rogers
Revision Date: 2016-07-05 05:39:39 UTC

Wait for default BufferStream creation before calling surface created callback.

Punt completion of the operation into the delayed-processing queue, where it can block on
the creation MirWaitHandle of the default BufferStream.

lp:~raof/mir/fix-1587569 bug(Has a merge proposal) Development 2016-06-02 02:12:29 UTC
3527. Don't include stub_input_platform.cpp...

Author: Chris Halse Rogers
Revision Date: 2016-06-02 02:12:29 UTC

Don't include stub_input_platform.cpp twice.

lp:~raof/mir/fix-client-module-error-reporting Development 2016-05-31 04:44:49 UTC
3529. mcl::ProbingClientPlatformFactory: ha...

Author: Chris Halse Rogers
Revision Date: 2016-05-31 04:44:17 UTC

mcl::ProbingClientPlatformFactory: handle exceptions in create_client_platform.

Previously the exception thrown from the client platform module would outlive the
mir::SharedLibrary it came from, meaning that if create_client_platform threw
the client would SIGSEGV trying to access the now-unloaded exception message.

lp:~raof/mir/verbose-error-for-vt-finding Development 2016-05-05 01:46:41 UTC
3496. Add error information to the VT error

Author: Chris Halse Rogers
Revision Date: 2016-05-05 01:46:41 UTC

Add error information to the VT error

lp:~raof/mir/require-egl-extensions (Has a merge proposal) Development 2016-05-04 04:37:06 UTC
3497. Document what mg::require_egl_extensi...

Author: Chris Halse Rogers
Revision Date: 2016-05-04 04:37:06 UTC

Document what mg::require_egl_extensions does

lp:~raof/mir/mir-module-throw-exception bug(Has a merge proposal) Development 2016-04-21 07:37:31 UTC
3470. Babysit g++5 by explicitly using std:...

Author: Chris Halse Rogers
Revision Date: 2016-04-21 08:36:26 UTC

Babysit g++5 by explicitly using std::hash<uint32_t>.

I don't really know why g++5 can't handle std::unordered_map<MyEnumClass, bool> while g++6 can,
but that's apparently the case.

Make life easier on poor little g++5

lp:~raof/do-plugins/translation-export Development 2016-04-20 04:33:22 UTC
760. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of raof
Revision Date: 2016-04-20 04:33:22 UTC

Launchpad automatic translations update.

lp:~raof/mir/platform-eglstream Development 2016-04-19 06:17:02 UTC
3447. Lotsa hax to get things working, ish

Author: Chris Halse Rogers
Revision Date: 2016-04-19 06:17:02 UTC

Lotsa hax to get things working, ish

lp:~raof/mir/use-pragma-once (Has a merge proposal) Development 2016-04-04 01:50:46 UTC
3437. Style-guide: recommend “#pragma once”

Author: Chris Halse Rogers
Revision Date: 2016-04-04 01:50:13 UTC

Style-guide: recommend “#pragma once”

lp:~raof/qtmir/multi-bufferstream-support (Has a merge proposal) Development 2015-11-04 14:32:46 UTC
389. Re-add empty buffer check that got my...

Author: Chris Halse Rogers
Revision Date: 2015-11-04 14:32:46 UTC

Re-add empty buffer check that got mysteriously dropped

lp:~raof/mir/broadcasting-input-send-observer Development 2015-10-26 04:59:08 UTC
3058. Expose the_broadcasting_input_send_ob...

Author: Chris Halse Rogers
Revision Date: 2015-10-26 04:59:08 UTC

Expose the_broadcasting_input_send_observer()

lp:~raof/mir/scratch-threadsafe-list-itch (Has a merge proposal) Development 2015-10-21 10:27:36 UTC
3045. Optimise the no-contention case for T...

Author: Chris Halse Rogers
Revision Date: 2015-10-21 10:27:36 UTC

Optimise the no-contention case for ThreadSafeList mutation

lp:~raof/mir/surface-event-ordering (Has a merge proposal) Development 2015-09-11 07:41:35 UTC
2933. BufferingMessageSender: Split uncork(...

Author: Chris Halse Rogers
Revision Date: 2015-09-11 07:41:35 UTC

BufferingMessageSender: Split uncork() and drain().

We actually want to send messages *out of order*; the create_surface reply first,
*then* the buffered messages (which possibly reference that surface).

To do this we need to first uncork(), so that the reply can be sent, *then* drain(),
sending any events that were buffered up.

lp:~raof/mir/dont-break-copy-ellision Development 2015-06-01 00:20:22 UTC This branch has not been pushed to yet.
lp:~raof/mir/clang-formatting-test (Has a merge proposal) Development 2015-05-05 04:31:56 UTC
2545. Add clang-format to build dependencies

Author: Chris Halse Rogers
Revision Date: 2015-05-05 04:31:56 UTC

Add clang-format to build dependencies

lp:~raof/mir/mir-on-x Development 2015-04-29 02:00:36 UTC
2508. HACKS THAT MAKE GL WORK

Author: Chris Halse Rogers
Revision Date: 2015-04-29 01:59:59 UTC

HACKS THAT MAKE GL WORK

lp:~raof/mir/simple-dispatch-shutdown-notifier (Has a merge proposal) Development 2015-04-10 08:20:27 UTC
2474. Add SimpleDispatchThread::shutdown_no...

Author: Chris Halse Rogers
Revision Date: 2015-04-10 08:19:44 UTC

Add SimpleDispatchThread::shutdown_notifier()

This returns a std::shared_future that becomes ready when the eventloop thread has exited,
even when the SimpleDispatchThread was destroyed from a dispatch() callback.

As std::promise::set_at_thread_exit() is new in gcc-5, a work-alike is open-coded.

lp:~raof/+junk/all-the-umockdevs Development 2015-02-02 15:43:51 UTC
35. Run on-device testsuites under umockdev

Author: Chris Halse Rogers
Revision Date: 2015-02-02 15:43:40 UTC

Run on-device testsuites under umockdev

lp:~raof/mir/documentation-warning (Has a merge proposal) Development 2015-01-14 02:45:28 UTC
2220. Add a note on menu spec creator that ...

Author: Chris Halse Rogers
Revision Date: 2015-01-14 02:44:55 UTC

Add a note on menu spec creator that the semantics aren't finished

lp:~raof/mir/manual-connection-dispatch (Has a merge proposal) Development 2014-12-04 01:49:45 UTC
1746. Test that MirConnection::watch_fd() r...

Author: Chris Halse Rogers
Revision Date: 2014-12-01 07:10:54 UTC

Test that MirConnection::watch_fd() returns a pollable fd in manual dispatch mode

lp:~raof/mir/proper-driver-loading (Has a merge proposal) Development 2014-11-27 07:27:47 UTC
2104. Packaging for probable client/server ...

Author: Chris Halse Rogers
Revision Date: 2014-11-27 07:03:01 UTC

Packaging for probable client/server platform plugins

lp:~raof/mir/plugin-probe-packaging (Has a merge proposal) Development 2014-11-27 07:04:31 UTC
2104. Packaging for probable client/server ...

Author: Chris Halse Rogers
Revision Date: 2014-11-27 07:03:01 UTC

Packaging for probable client/server platform plugins

lp:~raof/mir/server-side-platform-probing (Has a merge proposal) Development 2014-11-27 06:49:31 UTC
2103. Oops. Add a whole bunch of accidental...

Author: Chris Halse Rogers
Revision Date: 2014-11-27 06:39:45 UTC

Oops. Add a whole bunch of accidentally missing files

lp:~raof/mir/i-hate-using-explicitly-forbidden-names bug(Has a merge proposal) Development 2014-11-24 02:29:59 UTC
2095. The great un-should-not-ening. The G...

Author: Chris Halse Rogers
Revision Date: 2014-11-24 02:29:59 UTC

The great un-should-not-ening.

The Google Test docs explicitly say that you should not name_tests_like_this.
Which, for some reason unknown to me, is our style.

For some reason this annoys me everytime I propose a new test.

Change all the snake_case_named tests to CamelCaseNamed tests

lp:~raof/mir/privatise-all-the-things bug(Has a merge proposal) Development 2014-11-06 06:24:10 UTC
1901. Merge trunk

Author: Chris Halse Rogers
Revision Date: 2014-11-06 06:24:10 UTC

Merge trunk

lp:~raof/+junk/look-at-1868 Development 2014-11-03 23:32:11 UTC
1882. Merge trunk

Author: Chris Halse Rogers
Revision Date: 2014-09-05 07:11:48 UTC

Merge trunk

lp:~raof/mir/private-library-loading Development 2014-10-29 06:34:26 UTC This branch has not been pushed to yet.
lp:~raof/mir/private-library-loading-with-bonus-stub-plugin Development 2014-10-29 06:34:11 UTC This branch has not been pushed to yet.
lp:~raof/ubuntu-seeds/use-new-Mir-metapackages bug(Has a merge proposal) Development 2014-10-09 06:12:38 UTC
256. Use new Mir driver metapackages

Author: Chris Halse Rogers
Revision Date: 2014-10-09 06:12:08 UTC

Use new Mir driver metapackages

lp:~raof/+junk/bananas Development 2014-10-09 05:17:04 UTC
32. Don't install the new desktop metapac...

Author: Chris Halse Rogers
Revision Date: 2014-10-09 05:17:04 UTC

Don't install the new desktop metapackage

lp:~raof/mir/guaranteed-coordinate-size Development 2014-10-09 03:13:03 UTC
1969. Guarantee at least 32 bits for all of...

Author: Chris Halse Rogers
Revision Date: 2014-10-09 03:12:31 UTC

Guarantee at least 32 bits for all of our coordinates.

lp:~raof/mir/sigPIIIIIIIPE (Has a merge proposal) Development 2014-09-12 08:09:23 UTC
1897. Merged dont-signal-on-explicit-releas...

Author: Chris Halse Rogers
Revision Date: 2014-09-12 08:09:23 UTC

Merged dont-signal-on-explicit-release into use-sigpipe.

lp:~raof/mir/dont-kill-the-poor-clients (Has a merge proposal) Development 2014-09-12 08:08:33 UTC
1894. Don't force the completion of pending...

Author: Chris Halse Rogers
Revision Date: 2014-09-12 08:08:33 UTC

Don't force the completion of pending RPC calls on disconnect.

There's nothing sensible to be done there. If the client is simple, they'll be killed with a signal
(that awesomely might race with our force_completion() on the IO thread).

If the client is complex, they'll have a handler for the disconnect.

In neither case is it useful to call the RPC response handlers with a garbage non-reply.
Our response handlers are not generally capable of handling invalid protobuf::Message objects,
so this frequently results in calling a pure-virtual function and termination.

At best this would result in calling a client callback with an error object. But the client
already knows that the connection has died (or the process has been killed by a signal)
so that's not super-useful.

lp:~raof/mir/platform-probe-logging (Has a merge proposal) Development 2014-09-11 23:14:32 UTC
1849. Merged private-library-loading into s...

Author: Chris Halse Rogers
Revision Date: 2014-09-11 23:14:32 UTC

Merged private-library-loading into server-probe-logging.

lp:~raof/mir/link-platforms-against-mirplatform (Has a merge proposal) Development 2014-09-09 06:17:18 UTC
1900. Link the graphics platform libs with ...

Author: Chris Halse Rogers
Revision Date: 2014-09-09 06:15:19 UTC

Link the graphics platform libs with with libmirplatform.

They use symbols from it, so...

lp:~raof/+junk/yo-ho-ho Development 2014-09-09 02:53:50 UTC
1391. Add some acceptance tests for Synapti...

Author: Chris Halse Rogers
Revision Date: 2014-04-09 04:54:24 UTC

Add some acceptance tests for Synaptics behaviour.

1) Simple motion in a square
2) Button tap, one, two, three (four) finger taps
3) Two finger multitouch, one going up one going down

Only the first currently passes

lp:~raof/mir/buildsystems-are-the-worst bug(Has a merge proposal) Development 2014-08-27 02:12:38 UTC
1860. Merge trunk

Author: Chris Halse Rogers
Revision Date: 2014-08-27 02:12:38 UTC

Merge trunk

lp:~raof/+junk/ci-plus-one Development 2014-08-26 05:51:17 UTC
34. Spell things correctly

Author: Chris Halse Rogers
Revision Date: 2014-08-26 05:51:17 UTC

Spell things correctly

lp:~raof/+junk/old-ci Development 2014-08-26 04:48:22 UTC
29. Merge RAOF's branch to install packag...

Author: Alexandros Frantzis
Revision Date: 2014-08-08 08:55:09 UTC

Merge RAOF's branch to install packages using apt-get

lp:~raof/+junk/install-all-mir Development 2014-08-25 22:50:31 UTC
30. Install all the packages Mir builds

Author: Chris Halse Rogers
Revision Date: 2014-08-25 22:49:48 UTC

Install all the packages Mir builds

lp:~raof/+junk/runner-ldd Development 2014-08-25 08:46:56 UTC
32. I'm so awesome

Author: Chris Halse Rogers
Revision Date: 2014-08-25 08:46:56 UTC

I'm so awesome

lp:~raof/+junk/testrunner-testing Development 2014-08-21 06:20:53 UTC
34. More futzing around with the things

Author: Chris Halse Rogers
Revision Date: 2014-08-21 06:20:53 UTC

More futzing around with the things

lp:~raof/mir/pkgconfig-harder (Has a merge proposal) Development 2014-08-06 00:54:31 UTC
1826. Drop bizzare rpath-link specification...

Author: Chris Halse Rogers
Revision Date: 2014-08-06 00:53:29 UTC

Drop bizzare rpath-link specification from mirserver.pc

We're not responsible for making sure that the end-user's system has a working
library path setup. If they install libmirserver outside ld.so's probing paths,
that's their (extremely weird) problem.

lp:~raof/mir/mirclient-symbols (Has a merge proposal) Development 2014-07-22 03:05:55 UTC
869. Merge trunk, updating symbols for new...

Author: Chris Halse Rogers
Revision Date: 2014-07-22 03:05:55 UTC

Merge trunk, updating symbols for new cursors

lp:~raof/mir/hide-internal-symbols (Has a merge proposal) Development 2014-07-18 06:57:08 UTC
1777. A little more visibility

Author: Chris Halse Rogers
Revision Date: 2014-07-18 06:57:08 UTC

A little more visibility

lp:~raof/mir/symbols-file Development 2014-07-15 08:25:54 UTC
858. Merge trunk

Author: Chris Halse Rogers
Revision Date: 2014-07-15 07:53:30 UTC

Merge trunk

lp:~raof/do/packaging-branch Development 2014-06-17 00:34:12 UTC
32. Update dependencies

Author: Chris Halse Rogers
Revision Date: 2014-06-17 00:34:12 UTC

Update dependencies

lp:udev-cpp Development 2014-05-19 06:56:24 UTC
4. Work towards ABI-stability. Hide eve...

Author: Chris Halse Rogers
Revision Date: 2014-05-19 06:56:24 UTC

Work towards ABI-stability.

Hide everything Device-y behind a PIMPL.
Will later provide a MockDevice with its own special PIMPL.

lp:~raof/mir/blowup-eventhub Development 2014-02-04 05:34:54 UTC
1375. InputDeviceProvider → InputDriver

Author: Chris Halse Rogers
Revision Date: 2014-02-04 03:11:25 UTC

InputDeviceProvider → InputDriver

lp:~raof/mir/process-wrapper (Has a merge proposal) Development 2014-01-28 06:26:26 UTC
1354. Minimal doc for ForkSpawner

Author: Chris Halse Rogers
Revision Date: 2014-01-28 05:14:57 UTC

Minimal doc for ForkSpawner

lp:~raof/mir/xserver-spawner (Has a merge proposal) Development 2014-01-28 06:22:29 UTC
1349. clang-format: We always split constru...

Author: Chris Halse Rogers
Revision Date: 2014-01-28 06:18:29 UTC

clang-format: We always split constructor initialisers on new lines

lp:~raof/mir/rootless-xserver-work Development 2014-01-23 06:46:28 UTC
1345. Catch errors from exec() and propagat...

Author: Chris Halse Rogers
Revision Date: 2014-01-23 06:42:42 UTC

Catch errors from exec() and propagate them up to the Spawner.

Also fix the TODO about the random 10msec wait for the process to exec. Yay!

lp:~raof/mir/xserver-for-shellinator Development 2014-01-17 06:57:42 UTC
1334. Add initial work on X server spawning...

Author: Chris Halse Rogers
Revision Date: 2014-01-17 06:57:21 UTC

Add initial work on X server spawning support.

Includes (broken) acceptance test!

lp:~raof/mir/hack-hack-hack-remove-a-hack (Has a merge proposal) Development 2013-12-04 16:18:19 UTC
1268. Add new fakeroot dependency

Author: Chris Halse Rogers
Revision Date: 2013-12-04 16:18:19 UTC

Add new fakeroot dependency

lp:~raof/mir/eventhub-must-die Development 2013-11-27 05:50:34 UTC
1261. Test probe values a bit better

Author: Chris Halse Rogers
Revision Date: 2013-11-27 05:49:48 UTC

Test probe values a bit better

lp:~raof/platform-api/update-for-lifecycle-cookie Development 2013-09-10 04:25:44 UTC
149. Update for Mir lifecycle callback API...

Author: Chris Halse Rogers
Revision Date: 2013-09-10 04:25:09 UTC

Update for Mir lifecycle callback API change

lp:~raof/mir/prebump-abi-for-lifecycle-cookie (Has a merge proposal) Development 2013-09-10 04:00:57 UTC
1058. Switch from opaque pointers to uint64...

Author: Chris Halse Rogers
Revision Date: 2013-09-10 04:00:57 UTC

Switch from opaque pointers to uint64_t for event cookies.

It's highly likely that we'll want to reuse MirEventCookie for input event tagging
as well - for things like focus stealing prevention - and that will want to be portable
cross-process.

lp:~raof/lightdm/more-logind-workarounds (Has a merge proposal) Development 2013-07-30 11:55:51 UTC
1741. More bailing twine and duct tape to u...

Author: Chris Halse Rogers
Revision Date: 2013-07-30 11:55:13 UTC

More bailing twine and duct tape to unconfuse logind.

We actually just need to fold logind's functionality into lightdm, but for now, this suffices

lp:~raof/mir/lightdm-longer-u-s-c-timeout (Has a merge proposal) Development 2013-06-20 02:41:56 UTC
1619. Wait 60s for unity-system-compositor ...

Author: Chris Halse Rogers
Revision Date: 2013-06-20 02:40:02 UTC

Wait 60s for unity-system-compositor to start by default.

The default was 5s, and it was taking 5.2s to start, causing LightDM to SIGKILL u-s-c
and me all maner of confusion.

If unity-system-compositor isn't responding in 60s, it's probably not going to.

lp:~raof/mir/lightdm-enable-u-s-c-logging Development 2013-06-18 07:54:52 UTC
1617. STAGING: Enable logging for unity-sys...

Author: Chris Halse Rogers
Revision Date: 2013-06-18 07:53:17 UTC

STAGING: Enable logging for unity-system-compositor.

Do not push to trunk; this causes unity-system-compositor to log at a rate of ~1MB/min

lp:~raof/mir/unity-system-compositor-commandline-passing Development 2013-06-18 07:51:59 UTC
28. Allow commandline parameters through ...

Author: Chris Halse Rogers
Revision Date: 2013-06-18 07:51:27 UTC

Allow commandline parameters through to Mir

lp:~raof/mir/xf86-video-nouveau-packaging Development 2013-06-13 00:16:24 UTC
2. Merge new Ubuntu packaging

Author: Chris Halse Rogers
Revision Date: 2013-06-13 00:16:24 UTC

Merge new Ubuntu packaging

lp:~raof/do/fixup-ubuntu-packaging Development 2013-05-02 04:22:23 UTC
31. Intltoolize at autoreconf time

Author: Christopher James Halse Rogers
Revision Date: 2013-05-02 04:22:23 UTC

Intltoolize at autoreconf time

lp:~raof/mir/separate-graphics-buffer-and-display bug(Has a merge proposal) Development 2013-05-01 23:36:35 UTC
645. Give the graphics_buffer libraries th...

Author: Chris Halse Rogers
Revision Date: 2013-05-01 18:25:58 UTC

Give the graphics_buffer libraries their own names

lp:~raof/mir/mesa-demos-mir Development 2013-03-05 08:19:01 UTC
3606. Build some GLES1 Mir demos, too

Author: Chris Halse Rogers
Revision Date: 2013-03-05 08:05:49 UTC

Build some GLES1 Mir demos, too

lp:~raof/+junk/gtk-nodoka-engine-packaging bug Development 2012-10-10 04:33:26 UTC
9. Half-arsed GTK3 support, broken upstream

Author: Chris Halse Rogers
Revision Date: 2012-10-10 04:33:03 UTC

Half-arsed GTK3 support, broken upstream

lp:libhotep Development 2012-10-07 07:52:21 UTC
3. Implement HOTP calculation

Author: Chris Halse Rogers
Revision Date: 2012-10-07 07:45:58 UTC

Implement HOTP calculation

lp:~raof/do-plugins/mallard-documentation Development 2012-04-09 08:31:13 UTC
755. Help: Add Mallard page for Alias plugin

Author: Chris Halse Rogers
Revision Date: 2012-04-09 08:30:44 UTC

Help: Add Mallard page for Alias plugin

lp:~raof/unity/unidirectional-barrier bug(Has a merge proposal) Development 2012-02-14 00:07:33 UTC
1964. Make the Launcher's barrier unidirect...

Author: Chris Halse Rogers
Revision Date: 2012-02-13 23:55:16 UTC

Make the Launcher's barrier unidirectional.

There's no need to block left → right movement of the pointer

lp:~raof/gnome-control-center/install-gcm-on-demand bug(Has a merge proposal) Development 2012-02-07 07:30:23 UTC
338. Close ‘Calibrate doesn't work’ bug fr...

Author: Chris Halse Rogers
Revision Date: 2012-02-07 07:26:10 UTC

Close ‘Calibrate doesn't work’ bug from changelog

lp:~raof/unity/test-tooltip-rendering (Has a merge proposal) Development 2011-12-01 00:45:18 UTC
1748. Fix copyright date. In the Year of O...

Author: Chris Halse Rogers
Revision Date: 2011-12-01 00:45:18 UTC

Fix copyright date.

In the Year of Our Lord Two Thousand and Eleven, I wrote this code. Evidence
to the contrary should be disregarded, not taken as suggesting that my
time machine now works.

lp:~raof/gnome-desktop/lotsa_check_gl_texture_size_fixes bug Development 2011-10-10 23:32:23 UTC
39. Add changelog entries for oneiric-pro...

Author: Chris Halse Rogers
Revision Date: 2011-10-10 23:30:45 UTC

Add changelog entries for oneiric-proposed upload

lp:~raof/gnome-desktop/workaround-bug-824099 bug(Has a merge proposal) Development 2011-09-28 06:06:07 UTC
32. gnome-rr-config: Check whether Unity ...

Author: Chris Halse Rogers
Revision Date: 2011-09-28 06:06:07 UTC

gnome-rr-config: Check whether Unity is running, and restrict to GL_MAX_TEXTURE_SIZE if so.

This is a work-around because Compiz and Unity are still broken on multi-head setups
with a dimension > GL_MAX_TEXTURE_SIZE. This should be dropped in 12.04 in favour of
actually fixing Unity.

lp:~raof/do-plugins/packaging-branch Development 2011-07-21 11:24:22 UTC
735. Fix build when gmcs is not available

Author: Chris Halse Rogers
Revision Date: 2011-07-21 11:24:22 UTC

Fix build when gmcs is not available

lp:~raof/xscreensaver/fix-tube-memleak (Has a merge proposal) Development 2011-03-07 07:55:40 UTC
25. Patch to fix per-frame memory leak in...

Author: Chris Halse Rogers
Revision Date: 2011-03-07 07:50:21 UTC

Patch to fix per-frame memory leak in gltext

lp:~raof/mtdev/merge-useful-debian-1.0.11-changes bug Development 2011-01-31 01:23:28 UTC
60. Release to natty

Author: Chris Halse Rogers
Revision Date: 2011-01-31 01:16:54 UTC

Release to natty

lp:~raof/gnome-session/fix-bug-623700 bug(Has a merge proposal) Development 2010-08-25 02:36:27 UTC
66. * debian/patches/102_fix_negative_tra...

Author: Chris Halse Rogers
Revision Date: 2010-08-25 01:57:35 UTC

* debian/patches/102_fix_negative_transition_in_idletime.patch:
  - Fix race in idle handling which could result in a session being marked
    as idle not being marked as active on user activity. (LP: #623700)

lp:~raof/+junk/tempbar Development 2010-07-21 16:53:07 UTC
1324. Proxy GNOME Keyring calls to GTK main...

Author: Chris Halse Rogers
Revision Date: 2010-06-16 05:23:27 UTC

Proxy GNOME Keyring calls to GTK main thread. The new G-K-S gets narky without this

lp:~raof/docky/mono-options-transition (Has a merge proposal) Development 2010-05-25 18:21:39 UTC
1028. Convert from Mono.GetOptions to Mono....

Author: Chris Halse Rogers
Revision Date: 2010-01-05 03:46:17 UTC

Convert from Mono.GetOptions to Mono.Options

lp:~raof/pulseaudio-sharp/remove-monolithic-context Development 2010-05-21 07:07:25 UTC
167. Fix solution default policy - soft ta...

Author: Chris Halse Rogers
Revision Date: 2010-05-09 01:44:27 UTC

Fix solution default policy - soft tabs, 4 spaces

lp:~raof/do/quick-g-k-s-fix-hack Development 2010-04-10 22:45:24 UTC
1282. Do something simple

Author: Chris Halse Rogers
Revision Date: 2010-04-09 11:30:06 UTC

Do something simple

1100 of 136 results