| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Empathy needed to mark the toolbar actor as reactive otherwise it won't
be reactive to events (doh)...
And empathy needed to stop calling gdk_disable_multi_device().. Empathy
used to do this because it has to be called before GTK+ is initialized
and clutter-gtk only called after GTK+ was initialized by other function
in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring
event actually work with clutter-gtk calling this function will actually
break event handle (great fun!)..
Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get
the right behaviour for events..
https://bugzilla.gnome.org/show_bug.cgi?id=670874
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=675246
|
|
|
|
|
|
| |
It has been deprecated in GLib 2.31.
https://bugzilla.gnome.org/show_bug.cgi?id=662662
|
| |
|
|
|
|
| |
gtk_clutter_get_option_group() already does it for us.
|
|\
| |
| |
| |
| |
| | |
Conflicts:
configure.ac
telepathy-yell
|
| | |
|
|/ |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=661464
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=580794
|
|
|
|
|
|
|
|
|
|
| |
If we have a call window opened for a contact and we get an
incoming call from the same person, use the existing window
instead of creating another one.
Based on a patch from Jonathan Tellier.
https://bugzilla.gnome.org/show_bug.cgi?id=580794
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Clutter needs this, and gtk_clutter_init() calls it, but
g_option_context_parse() initializes GTK+ when parsing
GTK+ options so it's too late for us then.
https://bugzilla.gnome.org/show_bug.cgi?id=656268
|
| |
|
| |
|
|
|
|
| |
Based on the changes to empathy-av.
|
|
|