]> git.0d.be Git - empathy.git/history - libempathy/empathy-dispatcher.c
Merge branch 'master' into tp-tube
[empathy.git] / libempathy / empathy-dispatcher.c
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Davyd MadeleyMerge branch 'spelling-578399'
2009-04-23 Davyd MadeleyMerge branch 'presets-dialog'
2009-04-22 Jonny LambRemove g_object_ref from empathy_dispatch_operation_get...
2009-04-22 Xavier ClaessensChange EmpathyTpContactFactory API to look more like...
2009-04-22 Xavier ClaessensRemove dead code
2009-04-22 Xavier ClaessensRemove unused function empathy_dispatcher_call_with_con...
2009-04-22 Xavier ClaessensEmpathyDispatcher: Use new EmpathyAccountManager API...
2009-04-03 Xavier ClaessensFree the capabilities array. Fixes bug #577826
2009-02-20 Sjoerd SimonsHandle re-dispatching channels in approving state
2009-02-20 Jonny LambUse tp-glib generated code for file transfers rather...
2009-02-16 Guillaume Desmottesempathy-dispatcher: deal properly with NULL channel_wrapper
2009-02-16 Jonny Lambempathy-dispatcher.[ch]: Several misc. code style fixes.
2009-02-16 Jonny Lambempathy-dispatcher.c: Check arguments of non-static...
2009-02-11 Olivier CrĂȘteFix type punned pointers warnings
2009-02-03 Sjoerd SimonsAdd functionality to call CreateChannels and look up...
2009-01-30 Jonny LambUse g_list_prepend instead of g_list_append.
2009-01-30 Jonny LambAllow the dispatcher to be freed once a request is...
2009-01-16 Jonny LambEmpathyDispatcher: Handle File channels that we didn...
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-15 Jonny LambEmpathyDispatcher: make style somewhat more consistent.
2009-01-15 Jonny LambWhen sending files, make sure the connection is ready...
2009-01-12 Xavier ClaessensRemove useless include of empathy-tp-group.h
2009-01-09 Xavier Claessensmission_control_get_tpconnection returns a new ref...
2009-01-09 Xavier ClaessensAdd a FIXME telling that there is a leak, not sure...
2009-01-09 Xavier ClaessensUse tp_channel_borrow_connection instead of g_object_ge...
2009-01-09 Xavier ClaessensFix some errors made when rebasing on master
2009-01-09 Xavier ClaessensRemove dead code
2009-01-09 Sjoerd SimonsIgnore requested channels we didn't request except...
2009-01-09 Sjoerd SimonsPort to the new empathy_call_when_ready api
2009-01-09 Sjoerd SimonsMake the dispatch operation _get_ functions not return...
2009-01-09 Sjoerd SimonsInitialise the chatroom manager from empathy itself
2009-01-09 Sjoerd SimonsConvert EmpathyChatroomManager to the new singleton...
2009-01-09 Sjoerd SimonsMove the dispatcher to the new singleton policy
2009-01-09 Sjoerd SimonsDon't initialise variables by calling functions when...
2009-01-09 Sjoerd SimonsRemove dead code
2009-01-09 Sjoerd SimonsAdd code to request a streamed media channel
2009-01-09 Sjoerd SimonsLet a EmpathyChatroomManager observe the dispatcher
2009-01-09 Sjoerd SimonsAdd request muc channels to the dispatcher
2009-01-09 Sjoerd SimonsAdd support for dispatching file transfers
2009-01-09 Sjoerd SimonsAdd an optional properties hash to the RequestData...
2009-01-09 Sjoerd SimonsStart reworking the dispatcher
2009-01-09 Xavier Claessensuse tabs because everyone love tabs
2009-01-09 Xavier Claessensdispatcher_tubes_new_tube_cb: add some tube handling...
2009-01-09 Xavier ClaessensPort EmpathyContactFactory to the new singleton policy.
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensPort EmpathyDispatcher to the new API.
2008-12-12 Xavier ClaessensUse gi18n-lib.h instead of gi18n.h for libraries.
2008-12-02 Xavier ClaessensUse G_GINT_FORMAT for printinf a goffset. Fixes bug...
2008-11-29 Xavier ClaessensLittle fix for previous commit.
2008-11-29 Xavier ClaessensFix a bug for the compilation of empathy-dispatcher...
2008-11-24 Xavier Claessensdispatcher_connection_new_channel_cb: set the room...
2008-11-21 Xavier ClaessensRemove empathy_tp_file_keep_alive hack and connect...
2008-11-21 Xavier ClaessensFix ref counting of tp_file, make it singleton per...
2008-11-21 Xavier ClaessensAdd a FIXME about the tp_file being leaked
2008-11-21 Xavier Claessensempathy_tp_file_accept/offer takes the GFile in param...
2008-11-21 Xavier ClaessensCleanup the coding style. If we can't get info about...
2008-11-21 Xavier ClaessensSet the Date property when requesting a FT channel
2008-11-21 Xavier Claessensuse Requestotron to request the FT channel
2008-11-21 Xavier Claessensfix FT client side code as the generated code changed
2008-11-21 Jonny LambUse _call_request_channel instead of _run_request_chann...
2008-11-21 Jonny LambDon't expose streams in EmpathyTpFile, but use the...
2008-11-21 Jonny LambMoved empathy_send_file to EmpathyDispatcher and rename...
2008-11-21 Jonny LambRemoved file transfer handling code from empathy dispat...
2008-11-21 Jonny LambAdded start of handling new incoming file channels...
2008-10-13 Xavier Claessensadd the file path as arg to empathy_chatroom_manager_new
2008-10-13 Xavier Claessensdispatcher: store a ref on the ChatroomManager
2008-10-13 Xavier Claessensrename chatroom_invalidated_cb to dispatcher_chatroom_i...
2008-10-13 Xavier Claessensempathy-dispatcher: use new API of EmpathyChatRoom
2008-10-13 Xavier Claessensadd joined room to EmpathyChatroomManager. Fixes bug...
2008-05-18 Xavier ClaessensImprove dispatcher. Fixes bug #465928.
2008-05-08 Xavier ClaessensMove non-gtk parts of EmpathyFilter to EmpathyDispatche...