gnome-panel:wip/segeiger/fish-add-gdbus-connection

Last commit made on 2015-06-10
Get this branch:
git clone -b wip/segeiger/fish-add-gdbus-connection https://git.launchpad.net/gnome-panel

Branch merges

Branch information

Name:
wip/segeiger/fish-add-gdbus-connection
Repository:
lp:gnome-panel

Recent commits

59b71d5... by Sebastian Geiger

free-the-fish.c: Avoid drawing with cairo if the fish has no window

This prevents a segfault if cr is null.

e9c9b24... by Sebastian Geiger

free-the-fish.c: Add a gdbus connection and listen to changes of the lockscreen

We draw the fish with cairo directly on the screen. When the lock screen
is activated by the screensaver while the fish is active they end up
drawing over each other. The result is that we see a flickering fish
in the area where the fish is drawing over the lock screen.

This patch adds a dbus connection using the GDBus skeletton generated
from the org.gnome.ScreenSaver dbus interface and connects to the 'active-changed'
signal of the screensaver. When the screen saver is activated the fish
hides itself such that it does not draw over the lock screen.

baa9d85... by Anders Jonsson

Fix typo in gschema

f3dc227... by Anders Jonsson

Updated swedish translation for fish help files

63cdcf5... by Anders Jonsson

Updated swedish translation for clock help files

096e9a8... by Alberts Muktupāvels

bump version to 3.17.2, update NEWS

aaebf57... by Alberts Muktupāvels

free-the-fish.c: add wand_no_sea.png and use it

Add wanda_no_sea.png that is same wanda.png only without
sea/background and use it for animation.

Remove now useless/unneeded function that was used to remove
sea/background from original wanda.png image.

d745f79... by Sebastian Geiger

panel-run-dialog.c: Avoid a critical message for programs without an icon.

If a program has no icon then we tried to unref a null pointer. We avoid this
by using g_object_clear instead.

e62572d... by Sebastian Geiger

free-the-fish.c: Fix code formatting

1c894c5... by Sebastian Geiger

Automake: Fix VPATH builds