lp:~mrazik/unity/remove-duplicate-testcase

Created by Martin Mrazik and last modified
Get this branch:
bzr branch lp:~mrazik/unity/remove-duplicate-testcase
Only Martin Mrazik can upload to this branch. If you are Martin Mrazik please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Martin Mrazik
Project:
Unity
Status:
Development

Recent revisions

2142. By Martin Mrazik <email address hidden>

removing duplicate of AltCombos.txt

2141. By Andrea Azzarone

Remove obsolete manual tests.. Fixes: . Approved by Tim Penhey.

2140. By Alexandros Frantzis

ubus: Ensure the GType system has been initialized before using any GTypes.

The unity plugin doesn't explicitly call g_type_init(), although it uses a
GObject for UBusServer. This currently works because the ccp plugin, which
gets loaded before the unity plugin, calls g_type_init(), but this is fragile.
If ccp is not used, g_type_init() is not called by the time UBusServer gets
initialized, leading to a crash. This patch ensures that the GType system
has been initialized before using UBusServer (it is safe to call g_type_init()
multiple times).. Fixes: . Approved by Marco Trevisan (Treviño), Jay Taoko.

2139. By Gord Allott

Fixes issue with hud not emitting a signal when results change. Fixes: https://bugs.launchpad.net/bugs/956480. Approved by Marco Trevisan (Treviño).

2138. By Allison Karlitskaya

don't store average-bg-color in GSettings

This is now exported by libgnome-desktop as an X property on the root window. Interested applications can pick it up from there.. Fixes: https://bugs.launchpad.net/bugs/949277. Approved by Ryan Lortie, Mirco Müller.

2137. By Alexandros Frantzis

gles2: Reference compiz's GLFramebufferObject class using a global namespace.

We need to do this to differentiate from the class of the same name provided
in the Nux namespace.. Fixes: . Approved by Jay Taoko.

2136. By Jay Taoko

* Fix for bug #956878:
The hud is designed such that the first valid option is always selected. When the activated signal is detected early in hud::View::FindKeyFocusArea, the selected button signal is emitted, and the text entry is still selected as the focus area. Therefore, the hud should not reacted to the search_bar_->activated signal since it alreacdy acted in hud::View::FindKeyFocusArea.. Fixes: . Approved by Gord Allott.

2135. By Marco Trevisan (Treviño)

Unity panel service: fix a small memory leak, the duplicated keystr should be free'd. Fixes: . Approved by Michal Hruby.

2134. By Marco Trevisan (Treviño)

tests: added gtests for the unity::indicator::Indicators class. Fixes: . Approved by Tim Penhey.

2133. By Marco Trevisan (Treviño)

DBusIndicators code rewritten to use glib::DBusProxy instead of raw gdbus calls. Fixes: . Approved by Michal Hruby.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:unity
This branch contains Public information 
Everyone can see this information.

Subscribers