aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-ft-manager.c
Commit message (Expand)AuthorAgeFilesLines
* empathy-ft-manager: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* empathy-ft-manager: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* Removed empathy_tp_file_close as it was a duplicate of _cancel.Jonny Lamb2009-04-251-1/+1
* Display the file transfer speed and calculate remaining time more dynamically.Xavier Claessens2009-04-251-9/+15
* Correct English.Jonny Lamb2009-04-171-1/+1
* Port EmpathyFtManager to new APIXavier Claessens2009-04-161-7/+6
* Added translator commentWouter Bolsterlee2009-03-241-0/+1
* Make sure the UI is build in empathy_ft_manager_get_dialogXavier Claessens2009-03-081-0/+2
* Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.Xavier Claessens2009-03-081-51/+57
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+2
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-28/+28
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-121-1/+1
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-0/+2
* Explicitly close file channels when removing them from the FT managerSjoerd Simons2009-01-101-0/+2
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyFTManager to the new singleton policy.Xavier Claessens2009-01-091-13/+30
* Drop libgnomeui dependency (Cosimo Cecchi).Xavier Claessens2008-12-021-14/+8
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
* Replace Q_() with C_() for translation context.Xavier Claessens2008-11-221-12/+3
* If first_line xor second_line is NULL, use only one line in ft_manager_update...Xavier Claessens2008-11-221-3/+6
* Cleanup the code inside ft_manager_build_ui.Xavier Claessens2008-11-221-59/+50
* Simplify and comment the livetime of EmpathyFTManagerXavier Claessens2008-11-221-21/+28
* Reorder the code for more clarity.Xavier Claessens2008-11-221-225/+221
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-221-21/+20
* Remove useless gnomevfs include.Xavier Claessens2008-11-221-1/+0
* Update the selection only if we are removing the selected row.Xavier Claessens2008-11-221-9/+11
* Check if URI is not NULL before adding it to the recent manager.Xavier Claessens2008-11-221-1/+2
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-221-7/+10
* Fix a comment phrasingXavier Claessens2008-11-221-1/+1
* Update the selection of the ft manager when a ft is removed only if it's not ...Xavier Claessens2008-11-221-8/+15
* There is no reason to remove the FT if it's cancelled while the window was hi...Xavier Claessens2008-11-221-33/+8
* Fix glade lookupXavier Claessens2008-11-221-2/+1
* Simplify ft_manager_remove_file_from_list.Xavier Claessens2008-11-221-39/+14
* Clean ft_manager_update_ft_row()Xavier Claessens2008-11-221-19/+19
* Simplify conditionXavier Claessens2008-11-221-3/+1
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa...Xavier Claessens2008-11-221-3/+4
* Simplify the code to set sensibility of buttonsXavier Claessens2008-11-221-21/+8
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-221-7/+6
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-0/+1134