summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'message-editing-48-more' into empathy-skypeDanielle Madeley2011-05-272-8/+137
|\
| * Update for new TPL API, we now get timestamp and edit_timestampDanielle Madeley2011-05-271-3/+21
| * Add 'original-timestamp' to EmpathyMessageDanielle Madeley2011-05-262-3/+36
| * Set 'token' and 'supersedes' for events from the loggerDanielle Madeley2011-05-251-4/+7
| * Add 'supersedes' property to EmpathyMessageDanielle Madeley2011-05-202-0/+44
| * Add 'token' property to EmpathyMessageDanielle Madeley2011-05-182-0/+31
* | empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-05-263-16/+25
|/
* Don't reset the alias when using empathy_contact_from_tpl_contactEmilio Pozuelo Monfort2011-05-171-1/+11
* Only follow available cameras if the contact can do Video callsEmilio Pozuelo Monfort2011-05-131-13/+2
* A contact doesn't support video if we have no cameraEmilio Pozuelo Monfort2011-05-131-2/+13
* Add empathy_camera_monitor_get_availableEmilio Pozuelo Monfort2011-05-132-0/+9
* Optionally check for gudev for camera monitoringEmilio Pozuelo Monfort2011-05-131-1/+3
* Don't disable video calls when built without udevEmilio Pozuelo Monfort2011-05-131-0/+5
* Add EmpathyCameraMonitorEmilio Pozuelo Monfort2011-05-133-2/+232
* Add CheeseCameraDeviceMonitor from libcheeseEmilio Pozuelo Monfort2011-05-123-3/+485
* Merge remote-tracking branch 'public-upstream/gnome-2-34' into empathy-skypeEmilio Pozuelo Monfort2011-05-111-2/+2
|\
| * contact: fix typo when creating new contact from logger entityJonny Lamb2011-05-111-2/+2
* | Use a weak ref to remove the tpcontact from the hashtableEmilio Pozuelo Monfort2011-05-101-11/+14
* | empathy_contact_from_tpl_contact: set the TpContactEmilio Pozuelo Monfort2011-05-101-15/+50
* | Revert "[ChatroomManager] find windows by channel path, not by TargetID"Danielle Madeley2011-05-052-14/+0
* | Fix broken logic that caused delivery report spinner to spin foreverDanielle Madeley2011-05-041-4/+5
* | [tp-chat] add a counter for the number of pending messagesDanielle Madeley2011-04-282-3/+85
* | Use dbus-error from delivery report for better errorsDanielle Madeley2011-04-281-4/+8
* | empathy_message_new is gone, use g_object_newEmilio Pozuelo Monfort2011-04-271-15/+12
* | Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skypeEmilio Pozuelo Monfort2011-04-274-13/+275
|\ \
| * | make check fixesEmilio Pozuelo Monfort2011-04-261-1/+1
| * | Add _tpl_action_chain_clearEmilio Pozuelo Monfort2011-04-252-0/+8
| * | TplActionChain: add _tpl_action_chain_start()Emilio Pozuelo Monfort2011-04-202-1/+20
| * | Copy TplActionChain from telepathy-loggerEmilio Pozuelo Monfort2011-04-203-0/+218
| * | Don't ignore call eventsEmilio Pozuelo Monfort2011-04-201-21/+32
| |/
* | Merge branch 'detailed-errors' into empathy-skypeDanielle Madeley2011-04-272-8/+114
|\ \
| * | Use skype-reason detail to return a Skype-specific error messageDanielle Madeley2011-04-202-8/+115
* | | Merge branch 'balance-31-2' into empathy-skypeDanielle Madeley2011-04-212-0/+77
|\ \ \
| * | | Update formatting for NOKDanielle Madeley2011-04-211-1/+1
| * | | Fill out empathy_format_currency() with more currenciesDanielle Madeley2011-04-181-8/+9
| * | | Use pointless g* types for consistencyDanielle Madeley2011-04-182-5/+5
| * | | Add method empathy_format_currency()Danielle Madeley2011-04-152-0/+76
* | | | Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-216-47/+63
* | | | empathy-time: remove unused functionsGuillaume Desmottes2011-04-212-52/+0
* | | | empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-211-2/+2
* | | | empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes2011-04-211-1/+2
* | | | use the TpChannel:chat-state-changed signalGuillaume Desmottes2011-04-211-7/+4
* | | | use delivery report instead of Text.SendErrorGuillaume Desmottes2011-04-211-25/+50
* | | | factor out handle_incoming_message()Guillaume Desmottes2011-04-211-23/+17
* | | | empathy-message: remove useless public settersGuillaume Desmottes2011-04-212-132/+22
* | | | remove empathy_message_new()Guillaume Desmottes2011-04-212-16/+7
* | | | use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-212-22/+45
* | | | Port empathy_tp_chat_get_self_contact() from masterDanielle Madeley2011-04-212-0/+11
* | | | factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-213-68/+53
* | | | empathy-message: add missing getter/setterGuillaume Desmottes2011-04-211-0/+18