aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ft-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-1134/+0
* rename empathy_tp_file_get_incoming to empathy_tp_file_is_incomingXavier Claessens2008-11-221-6/+6
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-3/+1
* Fix compilation warning: gtk_message_dialog_format_secondary_text() require a...Xavier Claessens2008-11-221-1/+1
* ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s...Xavier Claessens2008-11-221-16/+22
* ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp...Xavier Claessens2008-11-221-31/+21
* ft-manager: remove old codeXavier Claessens2008-11-221-7/+0
* ft-manager: store the icon-name instead of the pixbuf in the storeXavier Claessens2008-11-221-20/+7
* ft-manager: add comment explaining how to use GIcon with GTK 2.14Xavier Claessens2008-11-221-1/+3
* empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim...Xavier Claessens2008-11-221-3/+5
* empathy-ft-manager.c: Display an error if user can't save file to the chosen ...Xavier Claessens2008-11-221-1/+17
* empathy-ft-manager: ask confirmation if the filename already existsXavier Claessens2008-11-221-0/+3
* Implement latest ft draftXavier Claessens2008-11-221-9/+8
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-5/+5
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-12/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o...Jonny Lamb2008-11-221-4/+1
* Removed "Save as" file filter. (Jonny Lamb)Jonny Lamb2008-11-221-6/+0
* Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny...Jonny Lamb2008-11-221-11/+4
* Use g_slice functions with ReceiveResponseData. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_...Jonny Lamb2008-11-221-3/+3
* Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)Jonny Lamb2008-11-221-3/+0
* Moved gtk_window_set_icon name into the glade. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)Jonny Lamb2008-11-221-1/+0
* Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* Don't call _finalize in the delete_event_cb. (Jonny Lamb)Jonny Lamb2008-11-221-1/+3
* Simplified code to add files to the list store. (Jonny Lamb)Jonny Lamb2008-11-221-3/+2
* Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)Jonny Lamb2008-11-221-7/+3
* Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch...Jonny Lamb2008-11-221-3/+3
* Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)Jonny Lamb2008-11-221-36/+37
* Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)Jonny Lamb2008-11-221-14/+3
* Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...Jonny Lamb2008-11-221-123/+82
* Re-ordered EmpathyFTManager so functions need no declaration at the top of th...Jonny Lamb2008-11-221-387/+374
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Fixed copyright and author headers. (Jonny Lamb)Jonny Lamb2008-11-221-0/+5
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)Jonny Lamb2008-11-221-2/+5
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Replaced the Direction channel property a more-private GObject incoming prope...Jonny Lamb2008-11-221-9/+7
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)Jonny Lamb2008-11-221-2/+2
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-99/+98
* Fixed function declaration style. (Jonny Lamb)Jonny Lamb2008-11-221-24/+41
* Converted sources to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-11-221-899/+900
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...Jonny Lamb2008-11-221-3/+3
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)Jonny Lamb2008-11-221-23/+17
* Show an error to the terminal when there's a problem in getting the output st...Jonny Lamb2008-11-221-1/+10
* Display cancel reasons in the file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-221-3/+6
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)Jonny Lamb2008-11-221-2/+1
* Added a missing "break". (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
* Allow transfers to be declined by closing the channel. (Jonny Lamb)Jonny Lamb2008-11-221-3/+4
* Added fix for an empty default folder. (Jonny Lamb)Jonny Lamb2008-11-221-1/+2
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)Jonny Lamb2008-11-221-1/+1
* Added GTK file transfer manager. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1211