Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tp-file: use the self->priv pattern | Guillaume Desmottes | 2011-02-07 | 1 | -1/+2 |
| | |||||
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 1 | -2/+1 |
| | | | | We can infer it from the channel properties. | ||||
* | Refuse sending empty or special files (directories, char/block devices, etc.) | Frédéric Péters | 2009-06-17 | 1 | -1/+3 |
| | | | | (GNOME bug 563678) | ||||
* | Document EmpathyTpFile | Cosimo Cecchi | 2009-06-01 | 1 | -0/+12 |
| | |||||
* | Remove useless define | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
| | |||||
* | Move the error declaration in empathy-tp-file.h | Cosimo Cecchi | 2009-06-01 | 1 | -0/+10 |
| | |||||
* | Adapt the code to the tp style. | Cosimo Cecchi | 2009-06-01 | 1 | -21/+26 |
| | |||||
* | First implementation of error handling | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
| | | | | | | 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 | -3/+1 |
| | |||||
* | Set the "incoming" property at construct | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | | | | | Set the "incoming" property of EmpathyTpFile when we construct it from EmpathyDispatchOperation. | ||||
* | Remove some of the EmpFileTransferState crack | Cosimo Cecchi | 2009-06-01 | 1 | -1/+3 |
| | | | | | | The basic idea is to completely hide the state in EmpathyFTHandler, and let the clients interact with the signal interface instead of switching cases for the state. | ||||
* | Cleanup in EmpathyTpFile style. | Cosimo Cecchi | 2009-06-01 | 1 | -6/+2 |
| | |||||
* | Make libempathy compile with the new changes. | Cosimo Cecchi | 2009-06-01 | 1 | -1/+2 |
| | |||||
* | W.I.P. for heavy lifting on EmpathyTpFile. | Cosimo Cecchi | 2009-06-01 | 1 | -26/+40 |
| | |||||
* | Removed empathy_tp_file_close as it was a duplicate of _cancel. | Jonny Lamb | 2009-04-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Update EmpathyTpFile documentation. | Jonny Lamb | 2009-04-25 | 1 | -0/+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 | -0/+1 |
| | |||||
* | Port EmpathyTpFile to new API and add a ready property | Xavier Claessens | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523 | ||||
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 1 | -4/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2236 | ||||
* | Add a function to explicitly close File channels | Sjoerd Simons | 2009-01-10 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2140 | ||||
* | Remove duplicate declaration of _get_transferred_count | Xavier Claessens | 2008-11-30 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1929 | ||||
* | Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in ↵ | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
| | | | | | | file_channel_create_cb() to unref the object when the FT is done. svn path=/trunk/; revision=1913 | ||||
* | Cleanup of ft_manager_add_tp_file_to_list. | Xavier Claessens | 2008-11-22 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1908 | ||||
* | Fix ref counting of tp_file, make it singleton per channel, and add a ↵ | Xavier Claessens | 2008-11-22 | 1 | -0/+1 |
| | | | | | | _keep_alive method that adds a tmp ref until the transfer finishes. svn path=/trunk/; revision=1904 | ||||
* | Remove unused empathy_tp_file_get_id | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1887 | ||||
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=1885 | ||||
* | rename empathy_tp_file_get_incoming to empathy_tp_file_is_incoming | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1882 | ||||
* | empathy_tp_file_accept/offer takes the GFile in param and return a GError if ↵ | Xavier Claessens | 2008-11-22 | 1 | -6/+4 |
| | | | | | | the file can't be opened. svn path=/trunk/; revision=1881 | ||||
* | don't include itself | Xavier Claessens | 2008-11-22 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=1878 | ||||
* | Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -4/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1837 | ||||
* | Removed useless libtelepathy headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1810 | ||||
* | Removed account property of EmpathyTpFile as it's only actually used once ↵ | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | | | and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1803 | ||||
* | Updated the way to access the EmpathyTpFilePriv instance within ↵ | Jonny Lamb | 2008-11-22 | 1 | -3/+4 |
| | | | | | | | | empathy-tp-file. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1796 | ||||
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+4 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1790 | ||||
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1788 | ||||
* | Replaced the Direction channel property a more-private GObject incoming ↵ | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | | | property. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1783 | ||||
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+90 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1776 | ||||
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -64/+0 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1748 | ||||
* | Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+64 |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1736 |