| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Sort by:
• "config.h"
• API declarations, if any
• public libraries
• internal headers, alphabetically sorted (mostly)
http://telepathy.freedesktop.org/wiki/Style#A.23includes
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
|
| |
If we're under the libempathy directory there's no need to prefix
include file paths with it, and the same is true for libempathy-gtk.
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
|
|
|
|
|
|
|
| |
With the help of the script posted at http://stackoverflow.com/a/7135530
and some manual fixes, drop the unused or redundant #include directives.
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
libempathy-gtk/empathy-individual-menu.c
libempathy-gtk/empathy-new-message-dialog.c
libempathy/empathy-dispatcher.c
libempathy/empathy-dispatcher.h
src/empathy-chat-manager.c
src/empathy-chat-window.c
|
|
|
|
|
|
|
| |
This ensures that Empathy will always handle and display the channel, even if
GNOME Shel is already handling it.
https://bugzilla.gnome.org/show_bug.cgi?id=652439
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=652439
|
|
|
|
|
| |
Seem I forgot it when adding preferred handler in
52eb24e6e7b012856525f6f09d3c1a941375d383.
|
|
|
|
| |
as empathy-dispatcher has been deleted in master
|
|
|
|
|
| |
We want to use Empathy components when possible instead of, say, KDE ones if
both are installed (#643863).
|
|
We don't have EmpathyDispatcher any more so this file just contains some
utility functions now.
|