]> git.0d.be Git - empathy.git/history - libempathy
Merge branch 'tp-tube'
[empathy.git] / libempathy /
2009-04-27 Guillaume DesmottesMerge branch 'tp-tube'
2009-04-27 Guillaume Desmottesadd '%' in front of constants
2009-04-27 Guillaume Desmottesdocument empathy-tp-tube
2009-04-25 Jonny LambMerge branch 'ft-misc'
2009-04-25 Jonny LambReference empathy_tp_file_is_ready in the "ready" property.
2009-04-25 Jonny LambRemove incorrect emacs modeline.
2009-04-25 Jonny LambAdded more words to empathy_tp_file_is_ready.
2009-04-25 Will ThompsonFix a theoretical race listing pending messages
2009-04-24 Jonny LambRemoved empathy_tp_file_close as it was a duplicate...
2009-04-24 Jonny LambUse a tp-glib constant rather than a magic number.
2009-04-24 Jonny LambUpdate EmpathyTpFile documentation.
2009-04-24 Xavier ClaessensAdd gtk-doc for new functions
2009-04-24 Xavier ClaessensRefresh each second instead of each 2 seconds
2009-04-24 Xavier ClaessensDisplay the file transfer speed and calculate remaining...
2009-04-24 Guillaume Desmotteslibempathy/empathy-tp-tube.[ch]: port to tp coding...
2009-04-24 Guillaume Desmottess/Empaty/Empathy
2009-04-24 Guillaume Desmottesdocument empathy_tp_tube_call_when_ready
2009-04-24 Guillaume DesmottesMerge branch 'master' into tp-tube
2009-04-24 Jonny LambAdd shave support to build process.
2009-04-24 Guillaume Desmottestp-file: ready property has to be read only
2009-04-24 Guillaume Desmottestp-file: implement getter/setter for the ready property
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 ClaessensRename empathy_contact_new_static to empathy_contact_ne...
2009-04-22 Xavier ClaessensDo not rely on suppress_handlers, it is deprecated.
2009-04-22 Xavier ClaessensRename manager to self to not confuse with account_manager.
2009-04-22 Xavier ClaessensReplace empathy_connection_get_protocol by tp_connectio...
2009-04-22 Xavier ClaessensAdd a comment to tell that tp_contact_list_group_add...
2009-04-22 Xavier ClaessensMake the comment for group hash table more explicit
2009-04-22 Xavier ClaessensAdd a comment to explain what does tp_contact_list_grou...
2009-04-22 Xavier ClaessensSimplify expression in tp_contact_list_group_add_data_unref
2009-04-22 Xavier ClaessensAdd doc for empathy_account_manager_dup_connections.
2009-04-22 Xavier ClaessensMake explicit in the doc of empathy_account_manager_get...
2009-04-22 Xavier ClaessensAdd asserts in connection_invalidated_cb
2009-04-22 Xavier ClaessensDocument hash tables in EmpathyAccountManagerPriv
2009-04-22 Xavier ClaessensAdd empathy_contact_new_static() to create a contact...
2009-04-22 Xavier ClaessensAdd G_PARAM_STATIC_STRINGS to EmpathyContact properties
2009-04-22 Xavier ClaessensFix build, probably an error while rebasing
2009-04-22 Xavier ClaessensCleanup authors of EmpathyContact. It has nothing to...
2009-04-22 Xavier ClaessensUse tp_connection_get_self_handle where needed
2009-04-22 Xavier ClaessensAlso accept local-pending of publish if adding a contact
2009-04-22 Xavier ClaessensChange EmpathyTpContactFactory API to look more like...
2009-04-22 Xavier ClaessensSimplify empathy_contact_get_account
2009-04-22 Xavier ClaessensExtract protocol from the connection's object-path...
2009-04-22 Xavier ClaessensAdd commented out code to set the _is_ready property...
2009-04-22 Xavier Claessens - Fix connection of "group-members-changed" signal
2009-04-22 Xavier ClaessensRemove dead code
2009-04-22 Xavier ClaessensUse new getters and setters of EmpathyChatroom. Simplif...
2009-04-22 Xavier ClaessensAdd getter and setter for "tp-chat" and "favorite"...
2009-04-22 Xavier ClaessensDrop dead code
2009-04-22 Xavier ClaessensDrop usage of McAccount from EmpathyTpTube
2009-04-22 Xavier ClaessensIf presence message is "", get the default message.
2009-04-22 Xavier ClaessensAdd a group channel only if suppress_handler == FALSE
2009-04-22 Xavier ClaessensMake sure to not ref a NULL object
2009-04-22 Xavier Claessensindex begin at 0 and not 1 for GArray
2009-04-22 Xavier ClaessensGet the factory in _constructed because connection...
2009-04-22 Xavier ClaessensCONSTRUCT_ONLY properties must be writable
2009-04-22 Xavier ClaessensGet the priv struct of the right object.
2009-04-22 Xavier ClaessensGet the connection for newly created accounts
2009-04-22 Xavier ClaessensDo not use empathy_contact_equal anymore, pointer compa...
2009-04-22 Xavier ClaessensThere is no "contact" property on EmpathyTpFile
2009-04-22 Xavier ClaessensEmpathyTpContactFactory don't have a ready property...
2009-04-22 Xavier ClaessensRemove unused function empathy_dispatcher_call_with_con...
2009-04-22 Xavier ClaessensRemove usage of EmpathyTpGroup from EmpathyTpContactList
2009-04-22 Xavier ClaessensRemove EmpathyTpGroup
2009-04-22 Xavier ClaessensUse the account manager to map from connection to account.
2009-04-22 Xavier ClaessensAdd empathy_tp_chat_get_connection() to direct access...
2009-04-22 Xavier ClaessensReorder functions to not declare them on top
2009-04-22 Xavier ClaessensFix some coding style
2009-04-22 Xavier ClaessensPort EmpathyTpChat to new API and drop usage of Empathy...
2009-04-22 Xavier ClaessensPort EmpathyCallHandler to new API
2009-04-22 Xavier ClaessensPort EmpathyTpCall to new API
2009-04-22 Xavier ClaessensPort EmpathyLogManager to new API
2009-04-22 Xavier ClaessensPort EmpathyDispatchOperation to new API
2009-04-22 Xavier ClaessensPort EmpathyTpFile to new API and add a ready property
2009-04-22 Xavier ClaessensEmpathyDispatcher: Use new EmpathyAccountManager API...
2009-04-22 Xavier ClaessensDrop unused include of contact factory
2009-04-22 Xavier ClaessensEmpathyContactManager: Use new API of EmpathyAccountMan...
2009-04-22 Xavier ClaessensRebase EmpathyTpContactList on TpConnection instead...
2009-04-22 Xavier ClaessensChange API of EmpathyTpContactFactory:
2009-04-22 Xavier ClaessensDrop EmpathyContactFactory
2009-04-22 Xavier ClaessensKeep a ref to all TpConnection objects. Map account...
2009-04-22 Xavier ClaessensTurn EmpathyContact into a TpContact wrapper
2009-04-21 Guillaume Desmottesempathy-tube-handler: wait that tube is ready before...
2009-04-21 Guillaume Desmottesadd empathy_tp_tube_call_when_ready. Fixes bug #579735
2009-04-21 Guillaume Desmottestp_tube_constructor: get State property not priv->state...
2009-04-21 Guillaume DesmottesMerge branch 'tube-bus-name'
2009-04-21 Guillaume Desmottesempathy_tube_handler_build_bus_name: escape invalid...
2009-04-21 Lars-Peter ClausenFix memleak in tp_contact_list_group_member_removed_cb...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_tp_chat_acknowledge_messages...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_account_manager_init. Do not...
2009-04-21 Lars-Peter ClausenFix memleak in empathy_tp_file_accept. Free content...
2009-04-21 Lars-Peter ClausenFix memleak in log_store_empathy_get_chats_for_dir...
2009-04-19 Xavier ClaessensMerge commit 'bigon/configure-deprecated-flag'
2009-04-17 Pierre-Luc BeaudoinAdd more information to EmpathyChatroom
2009-04-17 Laurent BigonvilleUse autotools magic to take care of disabling deprecate...
2009-04-17 Guillaume Desmottestp-tube: remove priv->parameters
2009-04-17 Guillaume Desmottestp-tube: remove priv->service
2009-04-17 Guillaume Desmottestp-tube: remove priv->initiator_contact and priv->facto...
next