]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-ft-manager.c
Update tools to latest version of tp-glib and include a gitignore
[empathy.git] / libempathy-gtk / empathy-ft-manager.c
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 ClaessensFix compilation warning: gtk_message_dialog_format_seco...
2008-11-21 Xavier Claessensft_manager_clear: use g_hash_table_foreach_remove inste...
2008-11-21 Xavier Claessensft-manager: ft_manager_clear: use a GHashTableIter...
2008-11-21 Xavier Claessensft-manager: remove old code
2008-11-21 Xavier Claessensft-manager: store the icon-name instead of the pixbuf...
2008-11-21 Xavier Claessensft-manager: add comment explaining how to use GIcon...
2008-11-21 Xavier Claessensempathy-ft-manager: use the ContentType property instea...
2008-11-21 Xavier Claessensempathy-ft-manager.c: Display an error if user can...
2008-11-21 Xavier Claessensempathy-ft-manager: ask confirmation if the filename...
2008-11-21 Xavier ClaessensImplement latest ft draft
2008-11-21 Xavier Claessensfix FT client side code as the generated code changed
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 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 LambUpdated the way to access the EmpathyFTManagerPriv...
2008-11-21 Jonny LambRe-ordered EmpathyFTManager so functions need no declar...
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 LambAdded empathy_offer_file function and updated accept_fi...
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 LambRenamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
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 LambReplaced gnome_vfs_format_file_size_for_display with...
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 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 LambAdded a missing "break". (Jonny Lamb)
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 EmpathyTpFile and put everything into EmpathyFi...
2008-11-21 Jonny LambAdded GTK file transfer manager. (Jonny Lamb)