summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Collapse)AuthorAgeFilesLines
* Fix a memory leak in EmpathyAvatar (#624054)Philip Withnall2010-07-121-0/+1
| | | | The avatar filename was being leaked.
* tp-chat: mark scrollback messages as backlogGuillaume Desmottes2010-07-091-0/+3
|
* Properly mark messages from TPL as backlog (#623914)Guillaume Desmottes2010-07-091-1/+1
| | | | If the message is build from a TplEntry it *is* a backlog one.
* tp-contact-list: add a commentGuillaume Desmottes2010-07-081-0/+1
|
* dispatcher: explicitely keep a ref on accounts in status_changed_handlersGuillaume Desmottes2010-07-081-4/+6
| | | | It makes things much cleaner.
* Simplify checking of the depsGuillaume Desmottes2010-07-071-2/+2
| | | | | The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately.
* Add option to disable displaying events in the notif area (#585914)Guillaume Desmottes2010-07-071-0/+1
|
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-072-7/+3
| | | | We always want to let the text handler handle the channel.
* dispatcher_channel_invalidated_cb: always remove invalidated chan from the listGuillaume Desmottes2010-07-061-2/+2
| | | | | It doesn't hurt to always try to remove it and prevent us of keeping an invalidated or disposed object around if something weird happens.
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-052-39/+12
| | | | It can't rely on the internal dispatcher any more.
* connect sigs using tp_g_signal_connect_objectGuillaume Desmottes2010-07-051-4/+4
|
* stop handling text channels using EmpathyDispatcherGuillaume Desmottes2010-07-051-39/+1
|
* empathy-types: remove EmpathyContactMonitorGuillaume Desmottes2010-07-021-2/+0
|
* Claim that we support H264Guillaume Desmottes2010-06-291-0/+1
| | | | May not be actually true but needed to be callable using Google Video.
* add empathy_call_factory_registerGuillaume Desmottes2010-06-292-6/+12
| | | | So we can connect signal before registering the Handler.
* empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactoryGuillaume Desmottes2010-06-293-6/+4
|
* tp-chat: Wait that all the pending messages have been added to the pending queueGuillaume Desmottes2010-06-281-10/+30
| | | | | | | | | EmpathyChat which is using the TpChat should be sure that all the pending messages have been processed so it can rely on empathy_tp_chat_get_pending_messages() to return all the pending messages. If not, it can't check if the message it receives from the logger are actually pending ones and so will display them twice (#622729).
* remove imported-mc4-accounts gsettings keyGuillaume Desmottes2010-06-241-1/+0
|
* remove empathy_tp_call_toGuillaume Desmottes2010-06-223-28/+0
| | | | | | | We don't need it any more: - The TpContact is now always set during object construction - The status is changed once the contact has been set - We don't need to request streams any more as we use Initial{Audio,Video}
* remove empathy_call_handler_new_for_contact_with_streamsGuillaume Desmottes2010-06-222-24/+0
|
* empathy_tp_call_accept_incoming_call: early return if the call is not an ↵Guillaume Desmottes2010-06-221-1/+3
| | | | | | | | incoming one We use to rely in the call handler on the presence or not of the TpCall object to check if the call was incoming or not. But now TpCall object are created earlier so that's not true any more.
* empathy_call_handler_start_call: use empathy_call_factory_new_call_with_streamsGuillaume Desmottes2010-06-221-42/+13
|
* empathy_call_factory_new_call_with_streams: request channel using the CDGuillaume Desmottes2010-06-222-15/+34
| | | | Also allow caller to pass the timestamp and an optionnal callback.
* tp-call: use tp_g_signal_connect_object to connect signal on the channelGuillaume Desmottes2010-06-221-2/+3
| | | | This ensure that the cb won't be called after the TpCall has been destroyed.
* tp-call: use TargetHandle to get the remote contactGuillaume Desmottes2010-06-221-12/+13
|
* tp-call: use the Requested property to check if the call is an incoming one ↵Guillaume Desmottes2010-06-221-12/+8
| | | | or not
* remove empathy_call_factory_new_callGuillaume Desmottes2010-06-222-18/+0
| | | | It's not used any more.
* call-factory: use TpSimpleHandler to handle incoming calls (#622368)Guillaume Desmottes2010-06-222-13/+120
|
* stop handling internally stream media channelsGuillaume Desmottes2010-06-221-30/+0
| | | | We are going to do it properly using TpSimpleHandler.
* Stop advertissing audio/video capabilities using old APIGuillaume Desmottes2010-06-211-38/+0
| | | | Connection.Interface.Capabilities is so passé...
* Merge branch 'check-vinagre-589225'Guillaume Desmottes2010-06-212-5/+11
|\
| * replace empathy_contact_can_use_stream_tube by ↵Guillaume Desmottes2010-06-212-5/+11
| | | | | | | | | | | | | | | | empathy_contact_can_use_rfb_stream_tube That's the only type of tube we care about and that allows us to enable the 'Share my Desktop' option only with contacts having a tube enabled Vinagre installed (#589225).
* | Merge remote branch 'sjoerd/misc'Danielle Madeley2010-06-212-26/+15
|\ \
| * | Now that we depend on the logger always enable favourite contact supportSjoerd Simons2010-06-191-6/+0
| | |
| * | Always prepare both the Connection and the ChannelSjoerd Simons2010-06-191-20/+15
| |/
* | Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-1/+1
|/ | | | Die gconf, die!
* Merge branch 'approvers-redone-599158'Guillaume Desmottes2010-06-185-105/+10
|\
| * add inviter arg to empathy_tp_chat_is_invitedGuillaume Desmottes2010-06-172-3/+5
| |
| * remove internal approving codeGuillaume Desmottes2010-06-173-102/+5
| |
* | remove old logger filesGuillaume Desmottes2010-06-187-1877/+0
| |
* | Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-185-44/+0
| |
* | TplContact has been renamed to TplEntityGuillaume Desmottes2010-06-183-13/+13
| |
* | TplLogEntry(Text) has been renamed to TplEntry(Text)Guillaume Desmottes2010-06-182-16/+16
| |
* | port to latest tp-logger APIGuillaume Desmottes2010-06-181-3/+3
| |
* | log-store: relicense to LGPLGuillaume Desmottes2010-06-182-20/+18
| | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt.
* | Port empathy-import-mc4-accounts imported setting to GSettingsDanielle Madeley2010-06-181-0/+3
| |
* | Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-182-0/+93
| |
* | log-manager: relicense to LGPLGuillaume Desmottes2010-06-172-20/+18
| | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt.
* | log-manager: update Collabora copyrightGuillaume Desmottes2010-06-172-2/+2
| |
* | log-store-empathy: relicense to LGPLGuillaume Desmottes2010-06-172-20/+18
| | | | | | | | | | This file was based on gossip-log and its copyright owners agreed to relicense it; see GOSSIP-RELICENSING.txt.