lp:~mterry/unity-greeter/average-color

Created by Michael Terry and last modified
Get this branch:
bzr branch lp:~mterry/unity-greeter/average-color
Only Michael Terry can upload to this branch. If you are Michael Terry please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Terry
Project:
Unity Greeter
Status:
Merged

Recent revisions

546. By Michael Terry

Calculate average color of background for the benefit of notify-osd

545. By Michael Terry

ignore notifications for focus purposes

544. By Launchpad Translations on behalf of unity-greeter-team

Launchpad automatic translations update.

543. By Michael Terry

Revert "remove dead code" by Robert

This is needed to match dbus API of the methods

Otherwise you get

[+18.36s] CRITICAL: g_variant_get_variant: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_VARIANT)' failed
[+18.36s] CRITICAL: g_variant_iter_loop: assertion `g_variant_is_of_type (GVSI(iter)->value, G_VARIANT_TYPE_ARRAY)' failed
[+18.36s] CRITICAL: g_variant_get_variant: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_VARIANT)' failed
[+18.36s] CRITICAL: g_variant_iter_loop: assertion `g_variant_is_of_type (GVSI(iter)->value, G_VARIANT_TYPE_ARRAY)' failed
[+18.36s] CRITICAL: g_variant_get_variant: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_VARIANT)' failed
[+18.36s] CRITICAL: g_variant_iter_loop: assertion `g_variant_is_of_type (GVSI(iter)->value, G_VARIANT_TYPE_ARRAY)' failed

But with the unused DBus bits back, you get warnings, which Robert was trying
to avoid. So mark those DBus structs as protected to shut the compiler up,
and fix some array usage that vala does not allow on public/protected fields.

542. By Launchpad Translations on behalf of unity-greeter-team

Launchpad automatic translations update.

541. By Robert Ancell

More code style fixing including liberal use of 'var'

540. By Robert Ancell

Use a standard Gtk.MessageDialog for the remote account dialog

539. By Robert Ancell

Don't use deprecated Gtk.HBox, Gtk.VBox

538. By Robert Ancell

Remove dead code

537. By Robert Ancell

Fix coding style

Branch metadata

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

Subscribers