index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-ft-manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix FT client side code as the generated code changed
Xavier Claessens
2008-11-22
1
-5
/
+5
*
Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-12
/
+1
*
Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+1
*
In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o...
Jonny Lamb
2008-11-22
1
-4
/
+1
*
Removed "Save as" file filter. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-6
/
+0
*
Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny...
Jonny Lamb
2008-11-22
1
-11
/
+4
*
Use g_slice functions with ReceiveResponseData. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+2
*
Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_...
Jonny Lamb
2008-11-22
1
-3
/
+3
*
Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-3
/
+0
*
Moved gtk_window_set_icon name into the glade. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+0
*
Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-1
/
+0
*
Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+0
*
Don't call _finalize in the delete_event_cb. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-1
/
+3
*
Simplified code to add files to the list store. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-3
/
+2
*
Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-7
/
+3
*
Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch...
Jonny Lamb
2008-11-22
1
-3
/
+3
*
Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-36
/
+37
*
Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-14
/
+3
*
Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...
Jonny Lamb
2008-11-22
1
-123
/
+82
*
Re-ordered EmpathyFTManager so functions need no declaration at the top of th...
Jonny Lamb
2008-11-22
1
-387
/
+374
*
Changed _run_ method calls to _call_ calls. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-1
/
+1
*
Fixed copyright and author headers. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-0
/
+5
*
Added empathy_offer_file function and updated accept_file. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+5
*
Updated yet more places to use s/direction/incoming/ (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+1
*
Replaced the Direction channel property a more-private GObject incoming prope...
Jonny Lamb
2008-11-22
1
-9
/
+7
*
Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+2
*
Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-99
/
+98
*
Fixed function declaration style. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-24
/
+41
*
Converted sources to Collabora coding style. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-899
/
+900
*
Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...
Jonny Lamb
2008-11-22
1
-3
/
+3
*
Added ability for the ft manager to stay around when closed. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-23
/
+17
*
Show an error to the terminal when there's a problem in getting the output st...
Jonny Lamb
2008-11-22
1
-1
/
+10
*
Display cancel reasons in the file transfer manager. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-3
/
+6
*
Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-2
/
+1
*
Added a missing "break". (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-0
/
+1
*
Allow transfers to be declined by closing the channel. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-3
/
+4
*
Added fix for an empty default folder. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-1
/
+2
*
Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-1
/
+1
*
Added GTK file transfer manager. (Jonny Lamb)
Jonny Lamb
2008-11-22
1
-0
/
+1211