aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ft-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft...xclaesse2008-11-221-123/+82
* Re-ordered EmpathyFTManager so functions need no declaration at the top of th...xclaesse2008-11-221-387/+374
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Fixed copyright and author headers. (Jonny Lamb)xclaesse2008-11-221-0/+5
* Added empathy_offer_file function and updated accept_file. (Jonny Lamb)xclaesse2008-11-221-2/+5
* Updated yet more places to use s/direction/incoming/ (Jonny Lamb)xclaesse2008-11-221-2/+1
* Replaced the Direction channel property a more-private GObject incoming prope...xclaesse2008-11-221-9/+7
* Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)xclaesse2008-11-221-2/+2
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)xclaesse2008-11-221-99/+98
* Fixed function declaration style. (Jonny Lamb)xclaesse2008-11-221-24/+41
* Converted sources to Collabora coding style. (Jonny Lamb)xclaesse2008-11-221-899/+900
* Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon...xclaesse2008-11-221-3/+3
* Added ability for the ft manager to stay around when closed. (Jonny Lamb)xclaesse2008-11-221-23/+17
* Show an error to the terminal when there's a problem in getting the output st...xclaesse2008-11-221-1/+10
* Display cancel reasons in the file transfer manager. (Jonny Lamb)xclaesse2008-11-221-3/+6
* Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)xclaesse2008-11-221-2/+1
* Added a missing "break". (Jonny Lamb)xclaesse2008-11-221-0/+1
* Allow transfers to be declined by closing the channel. (Jonny Lamb)xclaesse2008-11-221-3/+4
* Added fix for an empty default folder. (Jonny Lamb)xclaesse2008-11-221-1/+2
* Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb)xclaesse2008-11-221-1/+1
* Added GTK file transfer manager. (Jonny Lamb)xclaesse2008-11-221-0/+1211