GNOME Bugzilla – Bug 673821
Remove old contact list code
Last modified: 2012-04-10 12:10:58 UTC
In the new API we trust.
Created attachment 211718 [details] [review] tp-chat: port to Telepathy coding style I'm so tired of hacking in this file using the old style.
Created attachment 211719 [details] [review] tp-chat: use self->priv directly
Created attachment 211720 [details] [review] implement empathy_tp_chat_add as a method on TpChat We want to get rid of the EmpathyContactList interface.
Created attachment 211721 [details] [review] remove unused tp_chat_remove empathy_contact_list_remove() is not used any more.
Created attachment 211722 [details] [review] implement empathy_tp_chat_get_members as a method on TpChat That means EmpathyTpChat doesn't have to implement the EmpathyContactList interface any more.
Created attachment 211723 [details] [review] remove useless empathy-contact-list.h includes
Created attachment 211724 [details] [review] remove empathy-contact-list
Also in http://cgit.collabora.com/git/user/cassidy/empathy/log/?h=contact-list-673821
Attachment 211718 [details] pushed as 6ed0e77 - tp-chat: port to Telepathy coding style Attachment 211719 [details] pushed as 8e3b02e - tp-chat: use self->priv directly Attachment 211720 [details] pushed as b659326 - implement empathy_tp_chat_add as a method on TpChat Attachment 211721 [details] pushed as 869f0b9 - remove unused tp_chat_remove Attachment 211722 [details] pushed as c3a3fdb - implement empathy_tp_chat_get_members as a method on TpChat Attachment 211723 [details] pushed as a5dd270 - remove useless empathy-contact-list.h includes Attachment 211724 [details] pushed as 18c0cad - remove empathy-contact-list