summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_h...Guillaume Desmottes2009-11-111-1/+18
* empathy_dispatch_operation_dispose: fix crash when disconnecting the ready si...Guillaume Desmottes2009-11-111-5/+3
* Warn if accessing connection status before AM is readyDanielle Madeley2009-11-101-0/+5
* empathy-tp-call: we are not sending or receiving video if the video stream do...Guillaume Desmottes2009-11-091-0/+6
* TpContactFactory: wait that the connection is ready before using itGuillaume Desmottes2009-11-091-13/+35
* dispatcher_init_connection_if_needed: wait that the connection is ready befor...Guillaume Desmottes2009-11-091-11/+32
* [EmpathyIdle] track whether the AccountManager is ready, warn if it is notDanielle Madeley2009-11-091-0/+16
* empathy_call_handler_request_cb: notify when the tp-call property is setGuillaume Desmottes2009-11-051-0/+1
* TpCall: add {audio,video}-stream-error signalsGuillaume Desmottes2009-11-051-0/+58
* empathy-dispatch-operation: ensure that the operation stays alive while tp_ch...Guillaume Desmottes2009-11-031-2/+12
* empathy-dispatch-operation: ensure that the operation stays alive while tp_co...Guillaume Desmottes2009-11-031-0/+12
* Merge branch 'irc-command'Xavier Claessens2009-11-034-80/+61
|\
| * Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-012-57/+0
| * Fix topic not always shown, and add /topic command support.Xavier Claessens2009-11-012-23/+61
* | Merge branch 'accountz'Jonny Lamb2009-11-0226-2888/+518
|\ \ | |/ |/|
| * log-store-empathy: refer to "make logs async" bugJonny Lamb2009-10-301-1/+1
| * dispatcher: refer to EmpathyHandler bugJonny Lamb2009-10-301-1/+1
| * idle: added a comment to explain _is_just_connectedJonny Lamb2009-10-301-0/+3
| * idle: don't hardcode 10 seconds as the "just connected" timeJonny Lamb2009-10-301-1/+5
| * idle: add comment about the connect_times hash table typesJonny Lamb2009-10-301-0/+2
| * idle: updated commentJonny Lamb2009-10-301-2/+4
| * utils: remove FIXMEJonny Lamb2009-10-301-2/+0
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-10/+36
| * contact-manager, dispatcher: renamed _new_connection_cb to _status_changed_cbJonny Lamb2009-10-242-6/+6
| * idle: use the TpAccount pointer as key to the hash table, and remove values o...Jonny Lamb2009-10-241-12/+8
| * tp-roomlist: port to new tp-glib account APIJonny Lamb2009-10-242-8/+6
| * log-store: port to new tp-glib account APIJonny Lamb2009-10-242-19/+19
| * log-store-empathy: port to new tp-glib account APIJonny Lamb2009-10-241-17/+19
| * log-manager: port to new tp-glib account APIJonny Lamb2009-10-242-11/+11
| * dispatcher: port to new tp-glib account APIJonny Lamb2009-10-241-27/+48
| * contact: port to new tp-glib account APIJonny Lamb2009-10-242-17/+13
| * contact-manager: port to new tp-glib account APIJonny Lamb2009-10-241-22/+46
| * chatroom: port to new tp-glib account APIJonny Lamb2009-10-242-13/+14
| * chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-242-41/+27
| * account-settings: port to new tp-glib account APIJonny Lamb2009-10-242-77/+77
| * Add empathy_idle_account_is_just_connected function.Jonny Lamb2009-10-242-0/+70
| * idle: port to new tp-glib account APIJonny Lamb2009-10-241-20/+22
| * Add empathy_account_manager_get_accounts_connected function.Jonny Lamb2009-10-242-0/+36
| * Add empathy_get_account_for_connection function.Jonny Lamb2009-10-242-1/+36
| * Add empathy_idle_get_requested_presence function.Jonny Lamb2009-10-232-12/+44
| * Removed EmpathyAccount{,Manager}.Jonny Lamb2009-10-235-2604/+0
* | dispatcher_request_handles_cb: use request_data->dispatcher to get the self p...Guillaume Desmottes2009-10-261-1/+1
|/
* Enable extra error CFLAGS in libempathy/Guillaume Desmottes2009-10-231-0/+1
* empathy-utils.c: fix casting issuesGuillaume Desmottes2009-10-221-6/+8
* empathy-tp-contact-list.c: fix shadow declaration and uint comparaisonGuillaume Desmottes2009-10-221-6/+6
* empathy-tp-contact-factory.c: fix casting issueGuillaume Desmottes2009-10-221-1/+1
* empathy-time.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
* empathy-status-presets.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+10
* empathy-log-store-empathy.c: fix casting issuesGuillaume Desmottes2009-10-221-12/+13
* empathy-irc-network-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-22/+29