aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-ft-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-171-0/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236
* Explicitly close file channels when removing them from the FT managerSjoerd Simons2009-01-101-0/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2141
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2122
* Port EmpathyFTManager to the new singleton policy.Xavier Claessens2009-01-091-13/+30
| | | | svn path=/trunk/; revision=2118
* Drop libgnomeui dependency (Cosimo Cecchi).Xavier Claessens2008-12-021-14/+8
| | | | svn path=/trunk/; revision=1943
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
| | | | svn path=/trunk/; revision=1942
* Replace Q_() with C_() for translation context.Xavier Claessens2008-11-221-12/+3
| | | | svn path=/trunk/; revision=1915
* If first_line xor second_line is NULL, use only one line in ↵Xavier Claessens2008-11-221-3/+6
| | | | | | ft_manager_update_ft_row. svn path=/trunk/; revision=1914
* Cleanup the code inside ft_manager_build_ui.Xavier Claessens2008-11-221-59/+50
| | | | svn path=/trunk/; revision=1911
* Simplify and comment the livetime of EmpathyFTManagerXavier Claessens2008-11-221-21/+28
| | | | svn path=/trunk/; revision=1910
* Reorder the code for more clarity.Xavier Claessens2008-11-221-225/+221
| | | | svn path=/trunk/; revision=1909
* Cleanup of ft_manager_add_tp_file_to_list.Xavier Claessens2008-11-221-21/+20
| | | | svn path=/trunk/; revision=1908
* Remove useless gnomevfs include.Xavier Claessens2008-11-221-1/+0
| | | | svn path=/trunk/; revision=1907
* Update the selection only if we are removing the selected row.Xavier Claessens2008-11-221-9/+11
| | | | svn path=/trunk/; revision=1906
* Check if URI is not NULL before adding it to the recent manager.Xavier Claessens2008-11-221-1/+2
| | | | svn path=/trunk/; revision=1905
* Fix ref counting of tp_file, make it singleton per channel, and add a ↵Xavier Claessens2008-11-221-7/+10
| | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904
* Fix a comment phrasingXavier Claessens2008-11-221-1/+1
| | | | svn path=/trunk/; revision=1903
* Update the selection of the ft manager when a ft is removed only if it's not ↵Xavier Claessens2008-11-221-8/+15
| | | | | | empty. svn path=/trunk/; revision=1902
* There is no reason to remove the FT if it's cancelled while the window was ↵Xavier Claessens2008-11-221-33/+8
| | | | | | hidden. svn path=/trunk/; revision=1899
* Fix glade lookupXavier Claessens2008-11-221-2/+1
| | | | svn path=/trunk/; revision=1898
* Simplify ft_manager_remove_file_from_list.Xavier Claessens2008-11-221-39/+14
| | | | svn path=/trunk/; revision=1897
* Clean ft_manager_update_ft_row()Xavier Claessens2008-11-221-19/+19
| | | | svn path=/trunk/; revision=1896
* Simplify conditionXavier Claessens2008-11-221-3/+1
| | | | svn path=/trunk/; revision=1895
* Add all reasons in ft_manager_state_change_reason_to_string(). Don't use ↵Xavier Claessens2008-11-221-3/+4
| | | | | | | | default in the switch so we get compile warning if more reasons is added to the spec (makes easier to not forget to update that function). svn path=/trunk/; revision=1894
* Simplify the code to set sensibility of buttonsXavier Claessens2008-11-221-21/+8
| | | | svn path=/trunk/; revision=1892
* When the channel is invalidated, change state to CANCELLED.Xavier Claessens2008-11-221-7/+6
| | | | svn path=/trunk/; revision=1885
* Move the ft manager to src/ other programs do not need it.Xavier Claessens2008-11-221-0/+1134
svn path=/trunk/; revision=1884