| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This can be done by not initializing gtk before that the application will do it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes: https://bugzilla.gnome.org/639877
|
|
|
|
|
|
| |
The chat window is the one actually using the manager so it makes sense to
move it there. It's a singleton so the same instance will be shared between
windows anyway.
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=669676
|
| |
|
| |
|
|
|
|
|
|
|
| |
This will make all the empathy apps windows appear as the same application
in gnome-shell. (#642440)
Thanks to Owen Taylor for this trick.
|
|
|
|
| |
It's doing more than idle management now.
|
|
|
|
|
|
| |
If libnotify isn't initialized properly the app_name won't be set, causing it
to eventually pass NULL for a string value to GVariant. Which nicely results in
a SEGV.
|
|
|
|
| |
This avoid to raise warnings when the app is launched a second time.
|
|
|
|
| |
It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av.
|
| |
|
|
|
|
|
|
|
| |
We were mis-handling the GApplication holds, which let it time-out, even if a
chat window was open.
Helps bgo#632912.
|
| |
|
|
|