lp://qastaging/~allanlesage/ido/TDD
- Get this branch:
- bzr branch lp://qastaging/~allanlesage/ido/TDD
Branch merges
- Charles Kerr (community): Approve
-
Diff: 213 lines (+156/-2)5 files modifiedMakefile.am (+2/-0)
Makefile.am.coverage (+48/-0)
configure.ac (+11/-0)
m4/gcov.m4 (+86/-0)
src/Makefile.am (+9/-2)
Branch information
Recent revisions
- 100. By Ken VanDine
-
add style class "menubar" to the offscreen proxy, this fixes the white background drawn in the sound menu menu with the current gtk3/light-themes (LP: #925700)
- 99. By Ken VanDine
-
Patch from ~covox (LP: #867649)
In method ido_offscreen_
proxy_realize( ), a call is made to gdk_screen_ get_rgba_ visual( ) to get a GdkVisual handle, which is then passed as part of a GdkWindowAttr structure to gdk_window_new(). What's not taken into account is that gdk_screen_
get_rgba_ visual( ) will return NULL if RGBA isn't supported by the destination window manager (e.g. if someone turned the Composite extension off). In this case, as the field is always marked as valid for use (GDK_WA_VISUAL), gdk_window_new will fall over. Attached is a patch to fall back on gdk_screen_
get_system_ visual( ) if RGBA isn't available. With this, unity-panel-service no longer crashes after interacting with the Sound indicator if the Composite extension is switched off. - 98. By Ken VanDine
-
removed deprecations from gtk3 and fixed sizing issues with idemessagedialog (LP: #888392)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/ido/0.3