lp:~larsu/ido/remove-slider-hack-953757

Created by Lars Karlitski and last modified
Get this branch:
bzr branch lp:~larsu/ido/remove-slider-hack-953757
Only Lars Karlitski can upload to this branch. If you are Lars Karlitski please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lars Karlitski
Project:
Indicator Display Objects
Status:
Merged

Recent revisions

108. By Lars Karlitski

ido-range: chain up constructed() to base class

107. By Lars Karlitski

Remove slider mouse button hack

This should be a global setting for all sliders and fixed in gtk.

106. By Charles Kerr

fix regression that broke mousewheel operations on the idoscale

105. By Charles Kerr

0.3.3

104. By Charles Kerr

merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611

103. By Charles Kerr

Merge lp:~charlesk/indicator-sound/lp-921065 into lp:indicator-sound to add "primary-clicked" and "secondary-clicked" events for lp bug #921065

102. By Charles Kerr

Merge lp:~charlesk/ido/lp-906050 into lp:ido to resolve the following LP tickets:

Bug #524541: Volume (slider) item isn't highlighted when selected
Bug #886335: Unable to use arrow keys to adjust the volume control in the sound menu.
Bug #906050: Playback controls don't highlight anything like other menu items

101. By Ted Gould

0.3.2

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.

Branch metadata

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

Subscribers