Advertisement
Guest User

Untitled

a guest
May 28th, 2017
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. commit 2242e45f7cf5ac62e32f2c12d09b17fb0e9cee87
  2. Author: Morten Mjelva <morten.mjelva@gmail.com>
  3. Date: Fri May 28 17:04:28 2010 +0200
  4.  
  5. Removing unneeded proxies in telepathy library
  6.  
  7. Using tp-glib, we no longer need most of the proxies we've been using. Some
  8. are still left, due to tp-glib still being somewhat incomplete.
  9.  
  10. Remove unneeded proxies in Telepathy library
  11.  
  12. Using telepathy-glib, we no longer need most of the proxies we've been using.
  13. Some are still left, due to telepathy-glib still being somewhat incomplete.
  14.  
  15. commit 0008abef045ba74e2487f95717a500e78498c2b6
  16. Author: Morten Mjelva <morten.mjelva@gmail.com>
  17. Date: Thu May 20 01:55:15 2010 +0200
  18.  
  19. Refactoring telepathyClient to use telepathy-glib
  20.  
  21. The previous implementation used a lot of raw dbus calls, which we no longer
  22. need to. In addition, tp-glib gives us a lot of functionality for free, which
  23. greatly simplifies the structure of our code.
  24.  
  25. Refactor Telepathy client to use telepathy-glib
  26.  
  27. The previous implementation used a lot of raw DBus calls, which we no longer
  28. need to use. In addition, telepathy-glib gives us a lot of built-in functionality,
  29. which greatly simplifies the structure of our code.
  30.  
  31. commit 1f8f2675dc2d28ecfd66d87b71a58ea687b5718c
  32. Author: Morten Mjelva <morten.mjelva@gmail.com>
  33. Date: Sat May 15 21:53:48 2010 +0200
  34.  
  35. Wrapping tp_connection_get_contacts_by_handle
  36.  
  37. GArray support is broken in GJS. This commit wraps
  38. tp_connection_get_contacts_by_handle so we can retrieve TpContact objects
  39.  
  40.  
  41. Wrap tp_connection_get_contacts_by_handle
  42.  
  43. GArray support is broken in Gjs. This commit wraps
  44. tp_connection_get_contacts_by_handle so we can retrieve TpContact objects.
  45.  
  46. commit 13d1a205f99dbe097b2ce5c7fa8c4c90cc7cfd8f
  47. Author: Morten Mjelva <morten.mjelva@gmail.com>
  48. Date: Sun May 9 17:15:57 2010 +0200
  49.  
  50. Adding telepathy-glib as a dependency
  51.  
  52. We'll be refactoring the telepathy client to use telepathy-glib, so we need to
  53. build it.
  54.  
  55. Add telepathy-glib as a dependency
  56.  
  57. We'll be refactoring the Telepathy client to use telepathy-glib, so we need to
  58. build it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement