]> git.0d.be Git - empathy.git/history - libempathy
Use GRegex instead of custom code and use a new regex to detect URIs
[empathy.git] / libempathy /
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...
2008-11-21 Jonny LambFixed channel property setting typo so ContentType...
2008-11-21 Jonny LambUpdated parameter checks to return appropriate values...
2008-11-21 Jonny LambAdd parameter checks to public functions. (Jonny Lamb)
2008-11-21 Jonny LambUpdated the way to access the EmpathyTpFilePriv instanc...
2008-11-21 Jonny LambRe-ordered EmpathyTpFile so static functions need no...
2008-11-21 Jonny LambUse FIXME instead of TODO in comments. (Jonny Lamb)
2008-11-21 Jonny LambChanged _run_ method calls to _call_ calls. (Jonny...
2008-11-21 Jonny LambFixed copyright and author headers. (Jonny Lamb)
2008-11-21 Jonny LambVarious whitespace and comment fixes. (Jonny Lamb)
2008-11-21 Jonny LambAdded empathy_offer_file function and updated accept_fi...
2008-11-21 Jonny LambDo not set the MD5 hash of the file when sending. ...
2008-11-21 Jonny LambRemoved SocketPath channel property. (Jonny Lamb)
2008-11-21 Jonny LambAdded ContentHashType channel property, and renamed...
2008-11-21 Jonny LambUpdated yet more places to use s/direction/incoming...
2008-11-21 Jonny LambReplaced the Direction channel property a more-private...
2008-11-21 Jonny LambRenamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
2008-11-21 Jonny LambAdded ability to get an md5sum of the file being sent...
2008-11-21 Jonny LambRemoved empathy_init in favour of calling emp_cli_init...
2008-11-21 Jonny LambFixed function declaration style. (Jonny Lamb)
2008-11-21 Jonny LambConverted sources to Collabora coding style. (Jonny...
2008-11-21 Jonny LambMerged empathy_send_file and empathy_send_file_from_str...
2008-11-21 Jonny LambSet the ContentType property properly on a new file...
2008-11-21 Jonny LambChanged order of closing channel and cancelling socket...
2008-11-21 Jonny LambFixed small coding style issue. (Jonny Lamb)
2008-11-21 Jonny LambImplemented empathy_file_cancel. (Jonny Lamb)
2008-11-21 Jonny LambHandled TransferredBytes signal properly and show in...
2008-11-21 Jonny LambActually use accept and receive file functions. (Jonny...
2008-11-21 Jonny LambImplemented accept_file and empathy_receive_file in...
2008-11-21 Jonny LambFixed _get_local_socket in empathy-file so that it...
2008-11-21 Jonny LambRemoved g_object_notify that doesn't actually map to...
2008-11-21 Jonny LambRemoved file transfer handling code from empathy dispat...
2008-11-21 Jonny LambRemoved EmpathyTpFile and put everything into EmpathyFi...
2008-11-21 Jonny LambPush the notify::state and notify::transferred-bytes...
2008-11-21 Jonny LambCorrectly set the EmpathyContact in an EmpathyTpFile...
2008-11-21 Jonny LambAdded start of handling new incoming file channels...
2008-11-21 Jonny LambAdded a workaround to EmpathyTpFile's finalize function...
2008-11-21 Jonny LambAdded empathy_send_file* helper functions to empathy...
2008-11-21 Jonny LambAdded empathy_init function to call emp_cli_init in...
2008-11-21 Jonny LambAdded EmpathyFile and EmpathyTpFile objects. (Jonny...
2008-11-21 Jonny LambAdded file transfer debug flag. (Jonny Lamb)
2008-11-21 Jonny LambAdded a dependency on gio-unix-2.0 in libempathy. ...
2008-11-21 Jonny LambAdded ft-related functions to EmpathyContact. (Jonny...
2008-11-11 Xavier ClaessensMove code to avoid declaring functions on the top of...
2008-11-11 Xavier ClaessensCoding style: only one blank line between functions.
2008-11-11 Xavier ClaessensAdd G_PARAM_STATIC_STRINGS to TpContactFactory properties
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: add properties for avatar...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: get avatar requirements before...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: split on-ready code out of...
next