aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
| | | | | | | | | | | | 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
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | 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
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
| | | | | | | 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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-10/+0
| | | | | | | 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
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
| | | | | 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.
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-4/+4
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-1/+1
|
* remove empathy-auto-salut-account-helperGuillaume Desmottes2012-02-171-1/+0
| | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Stop using the accounts assistantGuillaume Desmottes2012-02-171-62/+5
| | | | | | | 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
* empathy-accounts: remove --assistant optionGuillaume Desmottes2012-02-171-2/+1
| | | | | | It was only used when hacking on the accounts assistant which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-12/+18
| | | | | | | 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
* always display the accounts dialog if we have to show a specific accountGuillaume Desmottes2011-09-261-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124
* empathy-account: add a --assistant option to force having assistantXavier Claessens2011-09-261-1/+2
| | | | | | This makes easier to test it https://bugzilla.gnome.org/show_bug.cgi?id=646630
* empathy-accounts-common: no need to include uniqueGuillaume Desmottes2010-10-181-1/+0
|
* stop importing MC4 accountsGuillaume Desmottes2010-06-241-13/+0
|
* Only create the EmpathyAccountsDialog if requiredDanielle Madeley2010-06-031-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+1
| | | | | | | 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
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-051-0/+13
|
* Improve debugging and don't use g_debugSjoerd Simons2010-03-021-1/+1
|
* Simplify empathy_accounts_importSjoerd Simons2010-03-021-19/+6
|
* Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-55/+1
| | | | | | | 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.
* empathy-accounts: Check to see if there are no accounts thus show the assistantDanielle Madeley2010-02-261-0/+4
| | | | Fixes: #611131
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-121-0/+216
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).