aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-chooser.c
Commit message (Expand)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-3/+0
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* filter_result_callback_data_new: add some checksGuillaume Desmottes2012-01-161-0/+4
* coding style fixGuillaume Desmottes2011-11-011-2/+2
* empathy_account_chooser_set_account: select account later if not ready yetGuillaume Desmottes2011-10-281-1/+23
* account-chooser: factor out select_account()Guillaume Desmottes2011-10-281-11/+18
* refilter if the TpConnection of a TpAccount is changedGuillaume Desmottes2011-10-271-0/+16
* factor out update_account()Guillaume Desmottes2011-10-271-3/+13
* account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTI...Guillaume Desmottes2011-10-271-0/+10
* factor out empathy_account_chooser_refilter()Guillaume Desmottes2011-10-271-5/+11
* move pre-defined filter at the end of the filesGuillaume Desmottes2011-10-271-26/+28
* account-chooser: replace finalize by disposeGuillaume Desmottes2011-10-271-5/+5
* account-chooser: use tp_g_signal_connect_object()Guillaume Desmottes2011-10-271-12/+5
* account-chooser: use self->priv patternGuillaume Desmottes2011-10-271-74/+37
* inline account_chooser_setup()Guillaume Desmottes2011-10-271-136/+129
* move down empathy_account_chooser_class_init()Guillaume Desmottes2011-10-271-46/+36
* account-chooser: port to new coding styleGuillaume Desmottes2011-10-271-674/+684
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* AccountChooser: don't return garbage from _set_accountWill Thompson2011-09-131-0/+1
* account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+11
* Add empathy_account_chooser_set_allEmilio Pozuelo Monfort2011-06-091-0/+24
* account_chooser_find_account_foreach: check the col typeEmilio Pozuelo Monfort2011-06-091-1/+8
* AccountChooser: add empathy_account_chooser_get_account_manager()Emilio Pozuelo Monfort2011-06-091-0/+8
* AccountChooser: All -> All accountsEmilio Pozuelo Monfort2011-06-091-1/+1
* Add a empathy_account_chooser_has_all_selectedEmilio Pozuelo Monfort2011-06-091-0/+24
* Use pixbuf for PixbufCellRenderer in protocol chooserSjoerd Simons2011-05-301-4/+9
* account_chooser_filter_ready_cb: don't unref the accountGuillaume Desmottes2011-03-241-1/+0
* account_chooser_update_iter: don't leak the TpAccountGuillaume Desmottes2011-03-221-0/+2
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-10/+0
* account-chooser: setup the combobox once the object has been constructed (#63...Guillaume Desmottes2011-01-111-1/+9
* Skip accounts which don't support rooms in "Manage Favorites" dialogChandni Verma2011-01-031-0/+71
* Make AccountChooser-related code simpler and clearer (re #633481).Vitaly Minko2010-11-121-6/+26
* Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko2010-11-111-22/+65
* add empathy_account_chooser_get_accountGuillaume Desmottes2010-04-121-0/+14
* libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object inst...Guillaume Desmottes2010-04-091-2/+3
* account-chooser: check if account is NULL before trying to use it (#614874)Guillaume Desmottes2010-04-051-0/+4
* Ensure "All" is at the top of account selector.Will Thompson2010-02-121-16/+32
* Remove weird maybe-null account special case.Will Thompson2010-02-121-7/+1
* account-chooser: display enabled accounts first (#604166)Guillaume Desmottes2009-12-091-0/+40
* add empathy_account_chooser_is_readyGuillaume Desmottes2009-11-161-0/+10
* account-chooser.c: add a 'ready' signalGuillaume Desmottes2009-11-161-0/+19
* account-chooser: allow for a non-prepared account manager (fixes bug #600537)Jonny Lamb2009-11-031-0/+8
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-1/+7
* account-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-74/+97
* remove usage of empathy_account_equalSjoerd Simons2009-07-301-5/+3
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-1/+9
|\
| * Don't override empathy_account_chooser_set_account when setting filteringDavyd Madeley2009-07-151-1/+9
* | Get the connection status, not the presence status stringSjoerd Simons2009-07-221-1/+1
* | Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
* | Get the icon name from the account object directlySjoerd Simons2009-07-051-1/+1
|/
* Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-011-37/+34
* empathy-account-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
* empathy-account-chooser: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-10/+10
* Misc. gtk-doc updates, including being more explicit about refs.Jonny Lamb2009-04-231-3/+6
* Add documentation for EmpathyAccountChooser.Jonny Lamb2009-04-231-0/+103
* Renamed empathy_account_chooser_get_account to empathy_account_chooser_dup_ac...Jonny Lamb2009-04-221-2/+2
* Add empathy_account_chooser_get_connection()Xavier Claessens2009-04-221-0/+18
* Remove useless glade includeXavier Claessens2009-04-161-1/+0
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Disconnect all signals from the EmpathyAccountChooser when finalizing.Xavier Claessens2009-01-071-0/+6
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
* Don't initialize private stuff in _new ().Xavier Claessens2009-01-071-17/+14
* Disconnect signals when finalizing.Xavier Claessens2009-01-071-5/+4
* Port the account chooser to the new API.Xavier Claessens2009-01-071-52/+28
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* check there is an account before accessing it; prevents a segfault when callingFrederic Peters2008-08-201-1/+3
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-3/+4
* Fix disconnection of AccountStatusChanged signal.Xavier Claessens2008-04-131-5/+3
* We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens2008-04-111-3/+3
* Remove unused includesXavier Claessens2008-04-111-1/+0
* Fix a leak and simplify account_chooser_set_account_foreach.Xavier Claessens2008-03-111-4/+7
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Conflicts:Xavier Claessens2007-12-031-44/+44
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-251-0/+2
* To know if an account is connected, useXavier Claessens2007-10-211-57/+102
* Do not show salut accounts in the add contact dialog. Rework a bitXavier Claessens2007-07-261-88/+81
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+637