aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-roomlist.c
Commit message (Expand)AuthorAgeFilesLines
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+3
* tp-roomlist: pass self as weak object to tp_cli_channel_type_room_list_call_l...Guillaume Desmottes2011-09-161-1/+1
* tp-roomlist: ensure that we stay alive during the create_and_handle_channel a...Guillaume Desmottes2011-09-161-1/+7
* tp-roomlist: use TpAccountChannelRequest to create the channelGuillaume Desmottes2010-09-291-43/+33
* tp-roomlist: port to new tp-glib account APIJonny Lamb2009-10-241-6/+4
* Allow stop to be called if there isn't a backing channelSjoerd Simons2009-07-221-0/+4
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
* Port EmpathyTpRoomlist to EmpathyAccountSjoerd Simons2009-07-011-30/+16
* Fixed call with listGabriel Millaire2009-05-221-1/+1
* Signal "error" is detailedGabriel Millaire2009-05-221-1/+1
* Implement error signalGabriel Millaire2009-05-221-4/+17
* empathy-tp-roomlist: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* Fix bug #579484: Join Chatroom dialog doesn't list rooms when changingGabriel Millaire2009-05-081-5/+37
* tp-roomlist: use tp_channel_call_when_ready instead of tp_channel_run_until_r...Guillaume Desmottes2009-04-281-13/+29
* Add more information to EmpathyChatroomPierre-Luc Beaudoin2009-04-181-0/+28
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-2/+2
* If InspectHandles fails print a debug message and return.Xavier Claessens2008-07-151-1/+6
* Do not call g_array_free if the array is NULLXavier Claessens2008-07-151-2/+1
* Fix reviewer commentsXavier Claessens2008-07-151-37/+50
* Fix listing chatrooms with salutXavier Claessens2008-07-151-17/+52
* More duplicate includes of empathy-debug.hXavier Claessens2008-05-071-1/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+7
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-9/+8
* Fix some warnings with roomlistXavier Claessens2008-04-231-3/+8
* Port EmpathyTpRoomlist to tp-glib APIXavier Claessens2008-04-111-224/+271
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+1
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Conflicts:Xavier Claessens2007-12-031-1/+1
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-10/+9
* Don't forget to reverse the glist of pending messages.Xavier Claessens2007-08-061-1/+3
* Fix Room listing. Fixes bug #460416 (Sjoerd Simons).Xavier Claessens2007-07-261-5/+1
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-0/+352