Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 1 | -1/+1 |
| | | | | | | | TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | ft-handler: start using TpFTChannel instead of EmpathyTpFile | Jonny Lamb | 2011-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -3/+2 |
| | | | | No more ugly marshallers \o/ | ||||
* | EmpathyTpFile: inherit from TpFileTransferChannel | Guillaume Desmottes | 2011-09-27 | 1 | -9/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | pass to proper user action time when requesting an outgoing FT | Guillaume Desmottes | 2011-09-27 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -11/+4 |
| | | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799 | ||||
* | define constants for handler bus name | Guillaume Desmottes | 2011-03-17 | 1 | -1/+2 |
| | | | | It's more convenient and safe than hardcoding them everywhere. | ||||
* | ft-factory: don't leak the handler | Guillaume Desmottes | 2011-02-16 | 1 | -0/+12 |
| | |||||
* | fix coding style | Guillaume Desmottes | 2011-02-16 | 1 | -10/+13 |
| | |||||
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 1 | -35/+93 |
| | |||||
* | Remove the use_hash arg and property | Cosimo Cecchi | 2009-06-01 | 1 | -13/+5 |
| | | | | | | | Remove the use_hash construct arg and property from EmpathyFTHandler and make it clear in the docs how clients are supposed to know whether we are hashing or not. Also, port EmpathyFTFactory to the new API | ||||
* | Fix coding style | Cosimo Cecchi | 2009-06-01 | 1 | -2/+2 |
| | |||||
* | Remove useless GET_PRIV | Cosimo Cecchi | 2009-06-01 | 1 | -2/+0 |
| | |||||
* | Use NULL instead of FALSE | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Document EmpathyFTFactory | Cosimo Cecchi | 2009-06-01 | 1 | -0/+83 |
| | |||||
* | Use != NULL for pointer checks. | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Adapt the code to the tp style. | Cosimo Cecchi | 2009-06-01 | 1 | -15/+15 |
| | |||||
* | Handle construction errors | Cosimo Cecchi | 2009-06-01 | 1 | -19/+6 |
| | | | | | Handle errors that may arise when constructing the handler from the factory. | ||||
* | Add use_hash params for incoming transfers | Cosimo Cecchi | 2009-06-01 | 1 | -2/+3 |
| | | | | | Add use_hash params for incoming transfers to the FT Factory and Handler, so that we will use them to check hash for received files. | ||||
* | Update the EmpathyFTFactory API | Cosimo Cecchi | 2009-06-01 | 1 | -2/+3 |
| | | | | Update the factory API to make hashing request optional. | ||||
* | Handle errors coming from the EmpathyFTFactory | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Rethink a bit the logic for an incoming transfer. | Cosimo Cecchi | 2009-06-01 | 1 | -10/+33 |
| | | | | | | | | | | | Now, a client should have to do the following, in order to receive a file transfer: - let the EmpathyFTFactory claim the EmpathyDispatchOperation - the factory will emit "new-incoming-transfer" when the handler is filled with the relevant properties - now you can choose a destination file, and then you should call _set_destination on EmpathyFTFactory passing the handler. - the factory will emit "new-ft-handler" as you're now ready to start the actual transfer. | ||||
* | We don't need dispose, finalize and private fields in EmpathyFTFactory (yet?). | Cosimo Cecchi | 2009-06-01 | 1 | -31/+1 |
| | |||||
* | Make libempathy compile with the new changes. | Cosimo Cecchi | 2009-06-01 | 1 | -6/+18 |
| | |||||
* | W.I.P. for heavy lifting on EmpathyTpFile. | Cosimo Cecchi | 2009-06-01 | 1 | -6/+18 |
| | |||||
* | Implement empathy_ft_factory_claim_channel and make naming uniform. | Cosimo Cecchi | 2009-06-01 | 1 | -5/+18 |
| | |||||
* | Fix the build. | Cosimo Cecchi | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Implement hashing of the file. Make it compile. | Cosimo Cecchi | 2009-06-01 | 1 | -5/+8 |
| | |||||
* | Initial commit for EmpathyFTFactory and EmpathyFTHandler. | Cosimo Cecchi | 2009-06-01 | 1 | -0/+147 |