Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy_protocol_chooser_create_account_settings: ensure that cm is always ↵ | Guillaume Desmottes | 2011-02-17 | 1 | -4/+5 |
| | | | | unrefed | ||||
* | Remove Ovi chat profile | Guillaume Desmottes | 2010-12-07 | 1 | -15/+0 |
| | | | | Ovi services are about to change so best to wait for now. | ||||
* | add Ovi chat profile (#630146) | Guillaume Desmottes | 2010-12-07 | 1 | -0/+15 |
| | |||||
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | factor out empathy_protocol_chooser_create_account_settings() | Guillaume Desmottes | 2010-09-29 | 1 | -0/+56 |
| | | | | No need to keep this code duplicated. | ||||
* | Add empathy_service_name_to_display_name() | Guillaume Desmottes | 2010-09-29 | 1 | -5/+3 |
| | | | | | Also makes empathy_protocol_name_to_display_name() fallbacks to the protocol name so caller doesn't have to. | ||||
* | protocol-chooser: expose a 'service' string instead of boolean for facebook ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -29/+17 |
| | | | | and gtalk | ||||
* | blacklist haze's sip protocol (#629736) | Guillaume Desmottes | 2010-09-15 | 1 | -0/+5 |
| | |||||
* | protocol-chooser: return NULL if for some reason we can't find the procol ↵ | Guillaume Desmottes | 2010-04-15 | 1 | -0/+8 |
| | | | | | | | any more This could eventually happen if a CM claims to support a protocol in its manager file but actually don't. Should fix #61582 | ||||
* | assistant: filter out facebook from the new account page | Guillaume Desmottes | 2010-02-12 | 1 | -2/+3 |
| | |||||
* | add is_facebook arg to empathy_protocol_chooser_dup_selected | Guillaume Desmottes | 2010-02-12 | 1 | -1/+9 |
| | | | | So the assistant and accounts dialog can special case facebook accounts. | ||||
* | empathy-protocol-chooser: add a column saying if a row is a facebook account ↵ | Guillaume Desmottes | 2010-02-12 | 1 | -3/+12 |
| | | | | or not | ||||
* | Drop Haze's facebook implementation | Guillaume Desmottes | 2010-02-12 | 1 | -0/+6 |
| | | | | Everyone should use Gabble now. | ||||
* | Add facebook in protocol chooser for gabble CM. | Xavier Claessens | 2010-02-12 | 1 | -0/+10 |
| | |||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 1 | -5/+6 |
| | | | | prepare_{async_finish} functions | ||||
* | empathy-protocol-chooser: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -11/+11 |
| | |||||
* | Pass a boolean saying if the protocol is Google Talk or not to ↵ | Guillaume Desmottes | 2010-01-19 | 1 | -1/+4 |
| | | | | | | EmpathyProtocolChooserFilterFunc That's the only way to filter Google Talk if we want to. | ||||
* | empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the store | Guillaume Desmottes | 2009-10-23 | 1 | -28/+47 |
| | | | | | | | TpConnectionManagerProtocol are not garanteed to stay valid so we shouldn't cache them in the store. Instead, we cache the protocol name and call tp_connection_manager_get_protocol each time we need it. This should fix crashers as the ones reported in #599386. | ||||
* | Sort Gtalk after jabber | Sjoerd Simons | 2009-08-31 | 1 | -0/+11 |
| | |||||
* | GTalk-enable the protocol chooser | Sjoerd Simons | 2009-08-31 | 1 | -5/+32 |
| | |||||
* | Remove unused variable | Sjoerd Simons | 2009-08-25 | 1 | -4/+0 |
| | |||||
* | Add a missing include | Cosimo Cecchi | 2009-08-25 | 1 | -0/+2 |
| | |||||
* | Make empathy_protocol_name_to_display_name public | Cosimo Cecchi | 2009-08-25 | 1 | -30/+1 |
| | |||||
* | Rename Salut to People Nearby | Cosimo Cecchi | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Use correct names in the chooser | Cosimo Cecchi | 2009-08-25 | 1 | -2/+2 |
| | | | | | XMPP->Jabber Yahoo->Yahoo! | ||||
* | Fix coding style | Cosimo Cecchi | 2009-08-25 | 1 | -1/+2 |
| | |||||
* | Use the correct protocol name for the sorting | Cosimo Cecchi | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Filter haze elements in the protocol chooser | Cosimo Cecchi | 2009-08-25 | 1 | -7/+77 |
| | | | | The rule is: free protocols on top and the rest is alphabetical. | ||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 1 | -1/+1 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | Support changing the filter func on the fly | Cosimo Cecchi | 2009-08-22 | 1 | -16/+20 |
| | |||||
* | Add an API to filter protocols | Cosimo Cecchi | 2009-08-22 | 1 | -13/+68 |
| | |||||
* | Fix trailing spaces | Sjoerd Simons | 2009-08-22 | 1 | -1/+0 |
| | |||||
* | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 1 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c | ||||
| * | Fix some coding style issues | Sjoerd Simons | 2009-07-29 | 1 | -3/+3 |
| | | |||||
| * | Add a utility function to may protocols to their icons | Sjoerd Simons | 2009-07-29 | 1 | -2/+1 |
| | | |||||
* | | Use proper display names in the chooser | Cosimo Cecchi | 2009-07-31 | 1 | -6/+40 |
| | | |||||
* | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 1 | -42/+35 |
|/ | | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser. | ||||
* | Put (Haze) behind all protocols coming from haze | Sjoerd Simons | 2009-07-22 | 1 | -2/+2 |
| | |||||
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 1 | -0/+339 |