lp://qastaging/~andreas-pokorny/unity-system-compositor/fix-1535919
- Get this branch:
- bzr branch lp://qastaging/~andreas-pokorny/unity-system-compositor/fix-1535919
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration)
- Alexandros Frantzis (community): Approve
-
Diff: 882 lines (+220/-97)22 files modifiedsrc/dbus_connection_handle.cpp (+2/-2)
src/dbus_connection_handle.h (+3/-1)
src/dbus_connection_thread.cpp (+5/-11)
src/dbus_connection_thread.h (+3/-7)
src/dbus_event_loop.cpp (+32/-18)
src/dbus_event_loop.h (+4/-2)
src/powerd_mediator.cpp (+6/-6)
src/powerd_mediator.h (+1/-1)
src/server.cpp (+16/-3)
src/server.h (+3/-0)
src/system_compositor.cpp (+1/-0)
src/system_compositor.h (+2/-0)
src/unity_input_service.cpp (+11/-13)
src/unity_input_service.h (+6/-3)
src/unity_screen_service.cpp (+11/-9)
src/unity_screen_service.h (+5/-3)
tests/integration-tests/CMakeLists.txt (+1/-0)
tests/integration-tests/test_dbus_event_loop.cpp (+8/-8)
tests/integration-tests/test_powerd_mediator.cpp (+7/-6)
tests/integration-tests/test_unity_input_service.cpp (+5/-2)
tests/integration-tests/test_unity_screen_service.cpp (+6/-2)
tests/integration-tests/test_unity_services.cpp (+82/-0)
Related bugs
Bug #1535919: Input DBus API is not reachable | Critical | Fix Released |
|
Bug #1536383: Need to increase pointer (mouse cursor) speed/acceleration | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 265. By Andreas Pokorny
-
Split out the single DBusConnectionH
andle from DBusConnectionT hread This allows having multiple connection names that actually work. As opposed to assigning multiple connection names to a single DBusConnection, in which case the first one wins.
- 264. By Andreas Pokorny
-
Use actual image.bytes_
per_pixel to decide about GL format of pixel data. Approved by Alexandros Frantzis, PS Jenkins bot, Kevin DuBois.
- 263. By Andreas Pokorny
-
Catch all devices with pointer or touchpad capabilities and forward input configuration changes to them.
Approved by Alexandros Frantzis, PS Jenkins bot.
- 262. By Andreas Pokorny
-
Change keyboard handling to scan codes.
Additionally relevant for ubuntu-pd: use none-phone keys to keep display on. Fixes: https:/
/bugs.launchpad .net/bugs/ 1514059, https:/ /bugs.launchpad .net/bugs/ 1520422. Approved by Alexandros Frantzis, PS Jenkins bot.
- 261. By Andrea Cimitan
-
Updated wallpaper for spinner from unity8.
Approved by PS Jenkins bot, Andreas Pokorny.
- 260. By Andreas Pokorny
-
do not premultiply RGB images
python would raise an exception if we attempt to access pixel[x,y][3] on a RGB image.
.Approved by PS Jenkins bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/unity-system-compositor