]> git.0d.be Git - empathy.git/shortlog
empathy.git
2008-11-21 Xavier ClaessensImplement latest ft draft
2008-11-21 Xavier ClaessensChannel_Type_File_Transfer.xml: sync with latest 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 Xavier Claessensadd Unix_Timestamp64 to all.xml
2008-11-21 Xavier Claessensupgrade to new FT draft
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 LambAdded a wait for file channels so outgoing transfers...
2008-11-21 Jonny LambDon't expose streams in EmpathyTpFile, but use the...
2008-11-21 Jonny LambFixed typo in FT manager glade file. (Jonny Lamb)
2008-11-21 Jonny LambMoved empathy_send_file to EmpathyDispatcher and rename...
2008-11-21 Jonny LambHandle new file channels regardless of direction in...
2008-11-21 Jonny LambFixed Makefile by including missing backslash. (Jonny...
2008-11-21 Jonny LambRemoved empathy_send_file_with_file_chooser_and_manager...
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 test to check whether a GList has items...
2008-11-21 Jonny LambUse gtk_file_chooser_dialog_new and the document-send...
2008-11-21 Jonny LambRemoved useless include. (Jonny Lamb)
2008-11-21 Jonny LambIn ft_manager_receive_response_cb, just call empathy_tp...
2008-11-21 Jonny LambRemoved "Save as" file filter. (Jonny Lamb)
2008-11-21 Jonny LambMade creating a save dialog a bit nicer by using proper...
2008-11-21 Jonny LambUse g_slice functions with ReceiveResponseData. (Jonny...
2008-11-21 Jonny LambRenamed ft_manager_free_receive_response_data to ft_man...
2008-11-21 Jonny LambRemoved useless ref of the FT manager in the build_ui...
2008-11-21 Jonny LambMoved gtk_window_set_icon name into the glade. (Jonny...
2008-11-21 Jonny LambRemoved call to gtk_tree_selection_unselect_all. (Jonny...
2008-11-21 Jonny LambSet manager_p to NULL in delete_event_cb, not in _final...
2008-11-21 Jonny LambDon't call _finalize in the delete_event_cb. (Jonny...
2008-11-21 Jonny LambSimplified code to add files to the list store. (Jonny...
2008-11-21 Jonny LambMade ft_manager_update_ft_row handle Local_Pending...
2008-11-21 Jonny LambRenamed ft_manager_get_state_change_reason_description...
2008-11-21 Jonny LambRenamed private methods in the FT manager to ft_manager...
2008-11-21 Jonny LambChanged gtk_tree_model_get_value calls to use gtk_tree_...
2008-11-21 Jonny LambRemoved useless libtelepathy headers. (Jonny Lamb)
2008-11-21 Jonny LambAdded EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to...
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 LambFix typo in extension glib client generation code....
2008-11-21 Jonny LambUpdated parameter checks to return appropriate values...
2008-11-21 Jonny LambUse empathy_contact_run_until_ready in EmpathyEventManager.
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 LambUpdated the way to access the EmpathyFTManagerPriv...
2008-11-21 Jonny LambRe-ordered EmpathyTpFile so static functions need no...
2008-11-21 Jonny LambRe-ordered EmpathyFTManager so functions need no declar...
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 LambFixed yet more references to EMPATHY_FILE. (Jonny Lamb)
2008-11-21 Jonny LambFixed include of empathy-file.h to empathy-tp-file...
2008-11-21 Jonny LambChanged EmpathyEventManager to not rely on the Directio...
2008-11-21 Jonny LambUpdated extensions external-types to include types...
2008-11-21 Jonny LambUpdated Channel.Type.File spec. (Jonny Lamb)
2008-11-21 Jonny LambAdded a proper Empathy event for an incoming file trans...
2008-11-21 Jonny LambRenamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
2008-11-21 Jonny LambRemoved pointless gio-2.0 deps in megaphone, nothere...
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 LambOnly display "Send Files" if the contact is in Salut...
2008-11-21 Jonny LambConverted sources to Collabora coding style. (Jonny...
2008-11-21 Jonny LambReplaced gnome_vfs_format_file_size_for_display with...
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 LambAdded ability for the ft manager to stay around when...
2008-11-21 Jonny LambShow an error to the terminal when there's a problem...
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 LambDisplay cancel reasons in the file transfer manager...
2008-11-21 Jonny LambActually stop a file transfer if in the ft manager...
2008-11-21 Jonny LambImplemented empathy_file_cancel. (Jonny Lamb)
2008-11-21 Jonny LambAdded a missing "break". (Jonny Lamb)
2008-11-21 Jonny LambHandled TransferredBytes signal properly and show in...
2008-11-21 Jonny LambHandle incoming file transfers in the event manager...
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 LambAllow transfers to be declined by closing the channel...
2008-11-21 Jonny LambAdded fix for an empty default folder. (Jonny Lamb)
2008-11-21 Jonny LambRemoved file transfer handling code from empathy dispat...
next