summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-account-chooser.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-5/+0
2012-09-17include telepathy-glib.hGuillaume Desmottes1-3/+0
2012-09-11use tp_account_manager_dup_valid_accounts()Guillaume Desmottes1-2/+2
2012-01-16filter_result_callback_data_new: add some checksGuillaume Desmottes1-0/+4
2011-10-31coding style fixGuillaume Desmottes1-2/+2
2011-10-28empathy_account_chooser_set_account: select account later if not ready yetGuillaume Desmottes1-1/+23
2011-10-28account-chooser: factor out select_account()Guillaume Desmottes1-11/+18
2011-10-27refilter if the TpConnection of a TpAccount is changedGuillaume Desmottes1-0/+16
2011-10-27factor out update_account()Guillaume Desmottes1-3/+13
2011-10-27account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTI...Guillaume Desmottes1-0/+10
2011-10-27factor out empathy_account_chooser_refilter()Guillaume Desmottes1-5/+11
2011-10-27move pre-defined filter at the end of the filesGuillaume Desmottes1-26/+28
2011-10-27account-chooser: replace finalize by disposeGuillaume Desmottes1-5/+5
2011-10-27account-chooser: use tp_g_signal_connect_object()Guillaume Desmottes1-12/+5
2011-10-27account-chooser: use self->priv patternGuillaume Desmottes1-74/+37
2011-10-27inline account_chooser_setup()Guillaume Desmottes1-136/+129
2011-10-27move down empathy_account_chooser_class_init()Guillaume Desmottes1-46/+36
2011-10-27account-chooser: port to new coding styleGuillaume Desmottes1-674/+684
2011-09-28Use g_cclosure_marshal_generic for all signalsXavier Claessens1-1/+1
2011-09-19Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes1-2/+2
2011-09-13AccountChooser: don't return garbage from _set_accountWill Thompson1-0/+1
2011-08-19account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes1-44/+11
2011-06-09Add empathy_account_chooser_set_allEmilio Pozuelo Monfort1-0/+24
2011-06-09account_chooser_find_account_foreach: check the col typeEmilio Pozuelo Monfort1-1/+8
2011-06-09AccountChooser: add empathy_account_chooser_get_account_manager()Emilio Pozuelo Monfort1-0/+8
2011-06-09AccountChooser: All -> All accountsEmilio Pozuelo Monfort1-1/+1
2011-06-09Add a empathy_account_chooser_has_all_selectedEmilio Pozuelo Monfort1-0/+24
2011-05-29Use pixbuf for PixbufCellRenderer in protocol chooserSjoerd Simons1-4/+9
2011-03-24account_chooser_filter_ready_cb: don't unref the accountGuillaume Desmottes1-1/+0
2011-03-22account_chooser_update_iter: don't leak the TpAccountGuillaume Desmottes1-0/+2
2011-03-17Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas1-10/+0
2011-01-11account-chooser: setup the combobox once the object has been constructed (#63...Guillaume Desmottes1-1/+9
2011-01-03Skip accounts which don't support rooms in "Manage Favorites" dialogChandni Verma1-0/+71
2010-11-12Make AccountChooser-related code simpler and clearer (re #633481).Vitaly Minko1-6/+26
2010-11-10Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko1-22/+65
2010-04-12add empathy_account_chooser_get_accountGuillaume Desmottes1-0/+14
2010-04-09libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object inst...Guillaume Desmottes1-2/+3
2010-04-05account-chooser: check if account is NULL before trying to use it (#614874)Guillaume Desmottes1-0/+4
2010-02-12Ensure "All" is at the top of account selector.Will Thompson1-16/+32
2010-02-12Remove weird maybe-null account special case.Will Thompson1-7/+1
2009-12-09account-chooser: display enabled accounts first (#604166)Guillaume Desmottes1-0/+40
2009-11-16add empathy_account_chooser_is_readyGuillaume Desmottes1-0/+10
2009-11-16account-chooser.c: add a 'ready' signalGuillaume Desmottes1-0/+19
2009-11-03account-chooser: allow for a non-prepared account manager (fixes bug #600537)Jonny Lamb1-0/+8
2009-10-30all: log error messages if preparing the account manager failsJonny Lamb1-1/+7
2009-10-24account-chooser: port to new tp-glib account APIJonny Lamb1-74/+97
2009-07-29remove usage of empathy_account_equalSjoerd Simons1-5/+3
2009-07-28Merge commit 'upstream/master' into mc5Sjoerd Simons1-1/+9
2009-07-22Get the connection status, not the presence status stringSjoerd Simons1-1/+1
2009-07-15Don't override empathy_account_chooser_set_account when setting filteringDavyd Madeley1-1/+9