Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Also, use empathy_builder_unref_and_keep_widget() on the EmpathyFTManager toplevel. | ||||
* | 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 use_hash according to what the CM returns and not what the user would like it to be, so that clients won't be confused about whether they should connect to "hashing-started" after "transfer-done". | ||||
* | Set the completed message anyway | Cosimo Cecchi | 2009-06-01 | 1 | -3/+1 |
| | | | | | Set the completed message anyway in the UI, as it's not guaranteed that the hashing will take place even if use_hash is TRUE | ||||
* | Remove useless gtk-doc annotations | Cosimo Cecchi | 2009-06-01 | 1 | -17/+0 |
| | | | | gtk-doc annotations are useless for files outside of libempathy* | ||||
* | 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 |
| | | | | Set an initial value for the UI string in case we're not using hash. | ||||
* | 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 |
| | | | | | | Don't use a singleton logic for the FT Manager, but let the manager itself hold the references according to the state of the toplevel window. | ||||
* | Adjust clear button sensitivity | Cosimo Cecchi | 2009-06-01 | 1 | -0/+27 |
| | | | | | Set the clear button sensitivity according to the number of completed/cancelled handlers in the manager. | ||||
* | Adapt the manager code | Cosimo Cecchi | 2009-06-01 | 1 | -9/+20 |
| | | | | Adapt the manager code to react to the new possible hashing. | ||||
* | 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 |
| | | | | Push Tp state change errors to the handler/UI. | ||||
* | 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 |
| | | | | | | Implement the callback in EmpathyFTManager. Erase a redundant is_cancelled property in EmpathyFTHandler and rely on the GCancellable, which is shared by EmpathyTpFile and EmpathyFTHandler. | ||||
* | 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 |
| | | | | | | Rework the logic of cancelling transfers so that the GCancellable object is not used from an UI frontend, as that would require to duplicate storage for each EmpathyFTHandler in the manager. | ||||
* | Format messages for hashing | Cosimo Cecchi | 2009-06-01 | 1 | -11/+49 |
| | | | | | Format messages when hashing. Also, add some debug spew to see when the callbacks are called. | ||||
* | Use the proper TP interface instead of emp_cli | Cosimo Cecchi | 2009-06-01 | 1 | -9/+24 |
| | | | | Update to use the stable TP interface for FT. | ||||
* | Make the whole thing compile | Cosimo Cecchi | 2009-06-01 | 1 | -211/+229 |
| | | | | | The branch now compiles. Still have to debug and implement error handling. | ||||
* | 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 |
| | | | | | Use GET_PRIV everywhere Stubs of implementations of the transfer state machine | ||||
* | 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 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | 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 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port EmpathyFtManager to new API | Xavier Claessens | 2009-04-16 | 1 | -7/+6 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2858 | ||||
* | Added translator comment | Wouter Bolsterlee | 2009-03-24 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2736 | ||||
* | Make sure the UI is build in empathy_ft_manager_get_dialog | Xavier Claessens | 2009-03-08 | 1 | -0/+2 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2632 | ||||
* | Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed. | Xavier Claessens | 2009-03-08 | 1 | -51/+57 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2631 | ||||
* | Some string comments requested by translators (#572875) | Frederic Peters | 2009-02-24 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2532 | ||||
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -28/+28 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523 | ||||
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 1 | -1/+1 |
| | | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440 | ||||
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 1 | -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 manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2141 | ||||
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2122 | ||||
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -13/+30 |
| | | | | svn path=/trunk/; revision=2118 | ||||
* | Drop libgnomeui dependency (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -14/+8 |
| | | | | svn path=/trunk/; revision=1943 | ||||
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1942 | ||||
* | Replace Q_() with C_() for translation context. | Xavier Claessens | 2008-11-22 | 1 | -12/+3 |
| | | | | svn path=/trunk/; revision=1915 | ||||
* | If first_line xor second_line is NULL, use only one line in ↵ | Xavier Claessens | 2008-11-22 | 1 | -3/+6 |
| | | | | | | ft_manager_update_ft_row. svn path=/trunk/; revision=1914 | ||||
* | Cleanup the code inside ft_manager_build_ui. | Xavier Claessens | 2008-11-22 | 1 | -59/+50 |
| | | | | svn path=/trunk/; revision=1911 | ||||
* | Simplify and comment the livetime of EmpathyFTManager | Xavier Claessens | 2008-11-22 | 1 | -21/+28 |
| | | | | svn path=/trunk/; revision=1910 | ||||
* | Reorder the code for more clarity. | Xavier Claessens | 2008-11-22 | 1 | -225/+221 |
| | | | | svn path=/trunk/; revision=1909 | ||||
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -21/+20 |
| | | | | svn path=/trunk/; revision=1908 | ||||
* | Remove useless gnomevfs include. | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1907 | ||||
* | Update the selection only if we are removing the selected row. | Xavier Claessens | 2008-11-22 | 1 | -9/+11 |
| | | | | svn path=/trunk/; revision=1906 | ||||
* | Check if URI is not NULL before adding it to the recent manager. | Xavier Claessens | 2008-11-22 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=1905 | ||||
* | Fix ref counting of tp_file, make it singleton per channel, and add a ↵ | Xavier Claessens | 2008-11-22 | 1 | -7/+10 |
| | | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904 | ||||
* | Fix a comment phrasing | Xavier Claessens | 2008-11-22 | 1 | -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 Claessens | 2008-11-22 | 1 | -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 Claessens | 2008-11-22 | 1 | -33/+8 |
| | | | | | | hidden. svn path=/trunk/; revision=1899 | ||||
* | Fix glade lookup | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=1898 | ||||
* | Simplify ft_manager_remove_file_from_list. | Xavier Claessens | 2008-11-22 | 1 | -39/+14 |
| | | | | svn path=/trunk/; revision=1897 | ||||
* | Clean ft_manager_update_ft_row() | Xavier Claessens | 2008-11-22 | 1 | -19/+19 |
| | | | | svn path=/trunk/; revision=1896 | ||||
* | Simplify condition | Xavier Claessens | 2008-11-22 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=1895 | ||||
* | Add all reasons in ft_manager_state_change_reason_to_string(). Don't use ↵ | Xavier Claessens | 2008-11-22 | 1 | -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 buttons | Xavier Claessens | 2008-11-22 | 1 | -21/+8 |
| | | | | svn path=/trunk/; revision=1892 | ||||
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=1885 | ||||
* | Move the ft manager to src/ other programs do not need it. | Xavier Claessens | 2008-11-22 | 1 | -0/+1134 |
svn path=/trunk/; revision=1884 |