| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
tp_account_manager_get_valid_accounts() has been deprecated.
Fix an accounts list leak in empathy-sanity-cleaning.
|
| |
|
|
|
|
|
|
| |
It was used only by the accounts assistant
https://bugzilla.gnome.org/show_bug.cgi?id=652669
|
|
|
|
|
|
|
| |
Its features have been re-implemented in empathy-accounts-dialog. Thanks to
Danielle for this new design.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
|
|
|
|
|
|
| |
It was only used when hacking on the accounts assistant which is going away.
https://bugzilla.gnome.org/show_bug.cgi?id=652669
|
|
|
|
|
|
|
| |
We have to old the application while doing async preparation as the app window
is not created right away.
https://bugzilla.gnome.org/show_bug.cgi?id=662504
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=660124
|
|
|
|
|
|
| |
This makes easier to test it
https://bugzilla.gnome.org/show_bug.cgi?id=646630
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=616616
|
|
|
|
|
|
|
| |
Since these files are included in the g-c-c shared module we must use the
version of the _ macro that includes the domain.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
On every run of the accounts UI we should try to import MC4 accounts (if they
weren't imported already). Also replace the --try-import option with
--if-needed to better document the fact that it will only display the UI if
needed.
|
|
|
|
| |
Fixes: #611131
|
|
preferences and control center.
Where available, this also supports embedding the preferences dialog in the
"extensible-shell" control center (currently in development, but likely to be
mainlined soon).
|