| Commit message (Expand) | Author | Age | Files | Lines |
* | ft-manager: allow closing the dialog with C-w or Esc | Jonny Lamb | 2009-10-23 | 1 | -0/+17 |
* | Format contact information when hashing | Cosimo Cecchi | 2009-06-01 | 1 | -3/+9 |
* | Clear the remaining time when transfer ends | Cosimo Cecchi | 2009-06-01 | 1 | -1/+22 |
* | Add the received files to GtkRecentManager | Cosimo Cecchi | 2009-06-01 | 1 | -0/+10 |
* | Plug a leak | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Fix coding style | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
* | Set use_hash according to what the CM returns | Cosimo Cecchi | 2009-06-01 | 1 | -3/+7 |
* | Set the completed message anyway | Cosimo Cecchi | 2009-06-01 | 1 | -3/+1 |
* | Remove useless gtk-doc annotations | Cosimo Cecchi | 2009-06-01 | 1 | -17/+0 |
* | Use gchar* instead of char* for allocated retvals | Cosimo Cecchi | 2009-06-01 | 1 | -3/+3 |
* | Plug a string leak | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Set the right initial value in the UI | Cosimo Cecchi | 2009-06-01 | 1 | -3/+7 |
* | Properly handle checksumming in the receiver UI | Cosimo Cecchi | 2009-06-01 | 1 | -13/+40 |
* | Remove the singleton logic from the manager | Cosimo Cecchi | 2009-06-01 | 1 | -27/+24 |
* | Adjust clear button sensitivity | Cosimo Cecchi | 2009-06-01 | 1 | -0/+27 |
* | Adapt the manager code | Cosimo Cecchi | 2009-06-01 | 1 | -9/+20 |
* | Cleanup after rebase v2 | Cosimo Cecchi | 2009-06-01 | 1 | -0/+10 |
* | Add back speed and remaining time | Cosimo Cecchi | 2009-06-01 | 1 | -7/+42 |
* | React to Tp remote errors | Cosimo Cecchi | 2009-06-01 | 1 | -24/+1 |
* | Remove hashing progress debug message | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
* | Handle errors coming from the EmpathyFTFactory | Cosimo Cecchi | 2009-06-01 | 1 | -33/+88 |
* | First implementation of error handling | Cosimo Cecchi | 2009-06-01 | 1 | -15/+33 |
* | Total FileTransfer draft spec exorcism | Cosimo Cecchi | 2009-06-01 | 1 | -1/+0 |
* | Rework the logic of cancelling transfers | Cosimo Cecchi | 2009-06-01 | 1 | -24/+3 |
* | Format messages for hashing | Cosimo Cecchi | 2009-06-01 | 1 | -11/+49 |
* | Use the proper TP interface instead of emp_cli | Cosimo Cecchi | 2009-06-01 | 1 | -9/+24 |
* | Make the whole thing compile | Cosimo Cecchi | 2009-06-01 | 1 | -211/+229 |
* | s/ft_manager/manager/ where appropriate | Cosimo Cecchi | 2009-06-01 | 1 | -57/+54 |
* | W.I.P. code for EmpathyFTManager v2 | Cosimo Cecchi | 2009-06-01 | 1 | -143/+188 |
* | First batch of W.I.P. rework of EmpathyFTManager | Cosimo Cecchi | 2009-06-01 | 1 | -362/+176 |
* | empathy-ft-manager: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
* | empathy-ft-manager: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
* | Removed empathy_tp_file_close as it was a duplicate of _cancel. | Jonny Lamb | 2009-04-25 | 1 | -1/+1 |
* | Display the file transfer speed and calculate remaining time more dynamically. | Xavier Claessens | 2009-04-25 | 1 | -9/+15 |
* | Correct English. | Jonny Lamb | 2009-04-17 | 1 | -1/+1 |
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
* | Added translator comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -0/+2 |
* | Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed. | Xavier Claessens | 2009-03-08 | 1 | -51/+57 |
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 1 | -0/+2 |
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -28/+28 |
* | Fix type punned pointers warnings | Olivier CrĂȘte | 2009-02-12 | 1 | -1/+1 |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 1 | -0/+2 |
* | Explicitly close file channels when removing them from the FT manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -13/+30 |
* | Drop libgnomeui dependency (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -14/+8 |
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -1/+1 |
* | Replace Q_() with C_() for translation context. | Xavier Claessens | 2008-11-22 | 1 | -12/+3 |
* | If first_line xor second_line is NULL, use only one line in ft_manager_update... | Xavier Claessens | 2008-11-22 | 1 | -3/+6 |
* | Cleanup the code inside ft_manager_build_ui. | Xavier Claessens | 2008-11-22 | 1 | -59/+50 |
* | Simplify and comment the livetime of EmpathyFTManager | Xavier Claessens | 2008-11-22 | 1 | -21/+28 |
* | Reorder the code for more clarity. | Xavier Claessens | 2008-11-22 | 1 | -225/+221 |
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -21/+20 |
* | Remove useless gnomevfs include. | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
* | Update the selection only if we are removing the selected row. | Xavier Claessens | 2008-11-22 | 1 | -9/+11 |
* | Check if URI is not NULL before adding it to the recent manager. | Xavier Claessens | 2008-11-22 | 1 | -1/+2 |
* | Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a... | Xavier Claessens | 2008-11-22 | 1 | -7/+10 |
* | Fix a comment phrasing | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | Update the selection of the ft manager when a ft is removed only if it's not ... | Xavier Claessens | 2008-11-22 | 1 | -8/+15 |
* | There is no reason to remove the FT if it's cancelled while the window was hi... | Xavier Claessens | 2008-11-22 | 1 | -33/+8 |
* | Fix glade lookup | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | Simplify ft_manager_remove_file_from_list. | Xavier Claessens | 2008-11-22 | 1 | -39/+14 |
* | Clean ft_manager_update_ft_row() | Xavier Claessens | 2008-11-22 | 1 | -19/+19 |
* | Simplify condition | Xavier Claessens | 2008-11-22 | 1 | -3/+1 |
* | Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa... | Xavier Claessens | 2008-11-22 | 1 | -3/+4 |
* | Simplify the code to set sensibility of buttons | Xavier Claessens | 2008-11-22 | 1 | -21/+8 |
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 1 | -7/+6 |
* | Move the ft manager to src/ other programs do not need it. | Xavier Claessens | 2008-11-22 | 1 | -0/+1134 |