]> git.0d.be Git - empathy.git/history - libempathy
Add a weak pointer ref inside the costructor.
[empathy.git] / libempathy /
2009-01-06 Xavier ClaessensAdd a weak pointer ref inside the costructor.
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensAnother style nitpick.
2009-01-06 Xavier ClaessensYet more style fixes.
2009-01-06 Xavier ClaessensUse _constructor () override to implement singleton.
2009-01-06 Xavier ClaessensAdd newlines at the end of files.
2009-01-06 Xavier ClaessensDrop our references in dispose instead of finalize.
2009-01-06 Xavier ClaessensRemember to set dispose_run after dispose has run.
2009-01-06 Xavier ClaessensDon't leak a reference to McAccount objects and don...
2009-01-06 Xavier ClaessensUnref objects in dispose and not in finalize; fully...
2009-01-06 Xavier ClaessensStyle fixes.
2009-01-06 Xavier ClaessensDon't own a reference to the EmpathyTpChat, otherwise...
2009-01-06 Xavier ClaessensAlways disconnect signals for safety on _finalize ().
2009-01-06 Xavier ClaessensFix the build.
2009-01-06 Xavier ClaessensRemember to check if source_id is already there when...
2009-01-06 Xavier ClaessensRemove useless include.
2009-01-06 Xavier ClaessensRemove an useless method from the header and remember...
2009-01-06 Xavier ClaessensImplement _get_monitor () in EmpathyTpChat.
2009-01-06 Xavier ClaessensAdd an API to EmpathyAccountManager to find out if...
2009-01-06 Xavier ClaessensImplement _get_monitor () in EmpathyContactManager.
2009-01-06 Xavier ClaessensAdd a "presence-changed" signal so that we can keep...
2009-01-06 Xavier ClaessensAdd an EmpathyContactMonitor object to monitor changes...
2009-01-06 Xavier ClaessensRemove dead code from empathy-util.
2009-01-06 Xavier ClaessensAdd new API in EmpathyAccountManager to cache the numbe...
2009-01-06 Xavier ClaessensPort EmpathyTpContactFactory to the new API.
2009-01-06 Xavier ClaessensPort EmpathyDispatcher to the new API.
2009-01-06 Xavier ClaessensBuild fix.
2009-01-06 Xavier ClaessensUse a invalid value when initializing.
2009-01-06 Xavier ClaessensPort EmpathyContactManager to the new API.
2009-01-06 Xavier ClaessensUse the right marshallers for signals.
2009-01-06 Xavier ClaessensFix a typo.
2009-01-06 Xavier ClaessensDisconnect from the DBus signal on finalize.
2009-01-06 Xavier ClaessensAdd EmpathyAccountManager.
2009-01-06 Xavier ClaessensDon't set random values in EmpathyIdle init if MC is...
2008-12-29 Will ThompsonCorrectly escape service name in dtube handlers
2008-12-22 Sjoerd SimonsStart file transfer if the state is already open when...
2008-12-22 Sjoerd SimonsMake existing contact FT capable when the CM supports it
2008-12-16 Xavier ClaessensRemove useless empathy_message_get_date_and_time
2008-12-12 Xavier Claessensgtk_init and g_thread_init shouldn't be called by libra...
2008-12-12 Xavier ClaessensMake sure to not init thread twice.
2008-12-12 Xavier ClaessensUse gi18n-lib.h instead of gi18n.h for libraries.
2008-12-12 Xavier ClaessensAdd empathy_init(), empathy_gtk_init() and empathy_gtk_...
2008-12-12 Xavier ClaessensFix coding style
2008-12-12 Xavier Claessensadd empathy_contact_manager_can_add (Guillaume Desmottes)
2008-12-12 Xavier Claessensadd empathy_tp_contact_list_can_add (Guillaume Desmottes)
2008-12-12 Xavier Claessensadd empathy_tp_group_get_flags (Guillaume Desmottes)
2008-12-08 Xavier ClaessensExplicitly depend on telepathy-glib in .pc files (Simon...
2008-12-02 Xavier ClaessensUse G_GINT_FORMAT for printinf a goffset. Fixes bug...
2008-12-01 Xavier ClaessensUse GRegex instead of custom code and use a new regex...
2008-11-29 Xavier ClaessensRemove duplicate declaration of _get_transferred_count
2008-11-29 Xavier ClaessensAdd missing include
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 ClaessensCleanup of ft_manager_add_tp_file_to_list.
2008-11-21 Xavier ClaessensFix ref counting of tp_file, make it singleton per...
2008-11-21 Xavier ClaessensFix signature of signal cb, start the transfer only...
2008-11-21 Xavier ClaessensAdd a FIXME about the tp_file being leaked
2008-11-21 Xavier ClaessensChange state when the channel is invalidated only if...
2008-11-21 Xavier ClaessensSimplify a little bit the code when abording a FT
2008-11-21 Xavier ClaessensCancel the FT if we can't get the transfer method
2008-11-21 Xavier ClaessensRemove unused empathy_tp_file_get_id
2008-11-21 Xavier ClaessensSimplify the code to start a file transfer
2008-11-21 Xavier ClaessensWhen the channel is invalidated, change state to CANCELLED.
2008-11-21 Xavier Claessensrename empathy_tp_file_get_incoming to empathy_tp_file_...
2008-11-21 Xavier Claessensempathy_tp_file_accept/offer takes the GFile in param...
2008-11-21 Xavier Claessensdon't include itself
2008-11-21 Xavier ClaessensRemove useless lines
2008-11-21 Xavier ClaessensFix coding style
2008-11-21 Xavier ClaessensCleanup the coding style. If we can't get info about...
2008-11-21 Xavier Claessensget_requestable_channel_classes_cb: call tp_contact_fac...
2008-11-21 Xavier Claessensempathy-tp-file.c: actually implement the getter of...
2008-11-21 Xavier Claessensempathy-tp-file: reorder FileTransfer D-Bus properties...
2008-11-21 Xavier Claessenstp_file_constructor: get the ContentHashType and Conten...
2008-11-21 Xavier Claessensempathy-contact: no need to inspect the RequestableChan...
2008-11-21 Xavier Claessensempathy-tp-contact-factory: set the FT capability when...
2008-11-21 Xavier Claessensempathy-tp-contact-factory: factor out contact_created
2008-11-21 Xavier ClaessensImplement latest ft draft
2008-11-21 Xavier Claessensremove blank line
2008-11-21 Xavier ClaessensUse the RequestableChannelClasses property instead...
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 LambRenamed free_copy_data_if_closed to copy_data_unref...
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 LambFixed Makefile by including missing backslash. (Jonny...
2008-11-21 Jonny LambChanged suppress_handler to TRUE in a requested channel...
2008-11-21 Jonny LambMoved capabilities hack to empathy_contact_set_account...
2008-11-21 Jonny LambRenamed is_salut to contact_is_salut. (Jonny Lamb)
2008-11-21 Jonny LambRemoved useless libtelepathy headers. (Jonny Lamb)
2008-11-21 Jonny LambRemoved useless +0.5 in get_time_remaining. (Jonny...
2008-11-21 Jonny LambMade state_change_reason None in the constructor instea...
2008-11-21 Jonny LambRemoved pointless test whether the tp_file is a GObject...
2008-11-21 Jonny LambUse empathy_time_get_current_time instead of g_get_curr...
2008-11-21 Jonny LambRemoved cached_empathy_file from EmpathyTpFilePriv...
2008-11-21 Jonny LambRemoved account property of EmpathyTpFile as it's only...
2008-11-21 Jonny LambMade property-getting synchronous again so there isn...
next