aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.h
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-0/+7
| | | | | | | | | | | | 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
* empathy-accounts: remove --assistant optionGuillaume Desmottes2012-02-171-1/+0
| | | | | | 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-1/+1
| | | | | | | 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
* empathy-account: add a --assistant option to force having assistantXavier Claessens2011-09-261-0/+1
| | | | | | This makes easier to test it https://bugzilla.gnome.org/show_bug.cgi?id=646630
* CC panel: don't use an undefined symbolEmilio Pozuelo Monfort2011-02-231-4/+0
|
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-051-0/+2
|
* Simplify empathy_accounts_importSjoerd Simons2010-03-021-1/+1
|
* Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-4/+0
| | | | | | | 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.
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-121-0/+39
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).