| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
| |
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
|
|
| |
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=691043
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=691043
|
|
|
|
|
| |
This is kind of overkill to avoid me typoing the two names used in
empathy-chat-window.c, but, hey.
|
|
|
|
|
| |
That can be used by the Shell to filter out notifications it's handling itself
directly (#645932).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
empathy_notify_manager_notification_is_enabled
Making it a method of EmpathyNotifyManager would allow us to cache the
gconf values if we want to.
|
|
|
|
|
|
|
|
| |
empathy_notify_manager_get_pixbuf_for_notification
Making this function a method of EmpathyNotifyManager would allow us to
tweak the size of the icon depending on the notifications server as
suggested in bug 588054.
|
|
|
|
| |
All its code was related to notifications.
|
| |
|
| |
|
|
|