Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Make mcd_service_get_online_connections() never return error, as it's | Alberto Mardegan | 1 | -1/+2 |
2008-03-18 | Don't try to close the channel, if the proxy is already invalidated. | Alberto Mardegan | 1 | -3/+2 |
2008-03-17 | Add missing file. | Alberto Mardegan | 1 | -0/+55 |
2008-03-12 | Fix a crash when dispatching a channel to external filters. | Alberto Mardegan | 1 | -2/+2 |
2008-03-10 | Fix version info | Alberto Mardegan | 1 | -1/+1 |
2008-03-10 | Patch from Sjoerd <sjoerd.simons@collabora.co.uk>: | Alberto Mardegan | 1 | -1/+1 |
2008-03-10 | * libmissioncontrol/Makefile.am: | Alberto Mardegan | 2 | -2/+132 |
2008-03-07 | Stub implementation of McdAccount and McdAccountManager. | Alberto Mardegan | 4 | -2/+255 |
2008-03-07 | * src/Makefile.am, src/mcd-account-manager.h, src/mcd-account.h: | Alberto Mardegan | 1 | -1/+105 |
2008-03-06 | Rewrite the loop break condition to avoid a warning. | Alberto Mardegan | 1 | -1/+5 |
2008-03-06 | Complete migration to tp-glib. | Alberto Mardegan | 9 | -184/+280 |
2008-02-28 | Patch from Xavier Claessens <zdra@users.sourceforge.net>: | Alberto Mardegan | 1 | -0/+4 |
2008-02-28 | Remove every dependency on libtelepathy | Alberto Mardegan | 16 | -107/+116 |
2008-02-28 | Migrate from libtelepathy to telepathy-glib. | Alberto Mardegan | 5 | -197/+318 |
2008-02-26 | Port the telepathy connections from libtp to tp-glib | Alberto Mardegan | 4 | -535/+591 |
2008-02-11 | Tag 4.604.60 | Alberto Mardegan | 1 | -1/+1 |
2008-02-11 | Fix the comparison of pending channels (the condition on the channel | Alberto Mardegan | 1 | -3/+7 |
2008-02-08 | Tag 4.594.59 | Alberto Mardegan | 1 | -1/+1 |
2008-02-08 | Introduce a HandlerVersion parameter in the .chandler files, that | Alberto Mardegan | 3 | -17/+91 |
2008-02-06 | Don't update the avatar while we are setting it. | Alberto Mardegan | 1 | -2/+17 |
2008-02-05 | It's not a const | Alberto Mardegan | 1 | -1/+1 |
2008-02-05 | Watch for every channel handler's lifetime, and not only for stream | Alberto Mardegan | 1 | -4/+1 |
2008-01-24 | Tag 4.574.57 | Alberto Mardegan | 1 | -1/+1 |
2008-01-24 | Use new API for requesting avatars. | Alberto Mardegan | 1 | -30/+58 |
2008-01-24 | Avoid requesting the avatars interface more than once. | Alberto Mardegan | 1 | -10/+13 |
2008-01-17 | #include <telepathy-glib/util.h> to suppress a warning. | Alberto Mardegan | 1 | -0/+1 |
2008-01-14 | Tag 4.534.53 | Alberto Mardegan | 1 | -1/+1 |
2008-01-14 | Emit presence signals when the status message is changed. | Alberto Mardegan | 1 | -5/+8 |
2008-01-14 | Duplicate the channel_type string, because the original one might be | Alberto Mardegan | 1 | -3/+4 |
2008-01-11 | If the server doesn't store the avatar, we must set it everytime we | Alberto Mardegan | 1 | -26/+81 |
2007-12-11 | Tag 4.514.51 | Alberto Mardegan | 1 | -1/+1 |
2007-12-11 | Do not use deprecated libtp symbols. Fixes: #1831105. | Alberto Mardegan | 1 | -1/+1 |
2007-11-23 | Use a list of structures to keep track of the pending channels: in | Alberto Mardegan | 1 | -45/+100 |
2007-11-08 | Tag 4.504.50 | Alberto Mardegan | 1 | -1/+1 |
2007-11-08 | Compare also the channel handle type, before asserting that two | Alberto Mardegan | 1 | -0/+1 |
2007-10-25 | Tag 4.49.4.49 | Alberto Mardegan | 1 | -1/+1 |
2007-10-25 | When removing the last account, unset the requested presence. | Alberto Mardegan | 1 | -0/+8 |
2007-10-25 | When an account gets enabled, check for the requested presence, not | Alberto Mardegan | 1 | -5/+5 |
2007-10-17 | Tag 4.484.48 | Alberto Mardegan | 1 | -1/+1 |
2007-10-17 | Create the connection manager proxy just before actually using it; | Alberto Mardegan | 1 | -36/+12 |
2007-10-12 | Fix typo: allow requesting channels with handle_type = 0. | Alberto Mardegan | 1 | -1/+1 |
2007-10-05 | Tag 4.464.46 | Alberto Mardegan | 1 | -1/+1 |
2007-10-05 | Handle possible error from DBus. | Alberto Mardegan | 1 | -1/+8 |
2007-09-28 | Fix so versions | Alberto Mardegan | 1 | -1/+1 |
2007-09-28 | Add mcd_master_add_connection_parameter() API for passing connection | Alberto Mardegan | 3 | -0/+152 |
2007-09-28 | 2007-09-28 Alberto Mardegan <alberto.mardegan@nokia.com> | Alberto Mardegan | 3 | -4/+17 |
2007-09-26 | Fix a memory leak. | Alberto Mardegan | 1 | -1/+2 |
2007-09-25 | Store a copy of the presence message string, since it could be freed | Alberto Mardegan | 1 | -5/+9 |
2007-09-24 | Fix mapping of Telepathy channel full/inviteonly/banned errors. | Alberto Mardegan | 1 | -3/+3 |
2007-09-24 | Fix possible crash happening when alias is NULL. | Alberto Mardegan | 1 | -1/+1 |