Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. * RTCHM-2939 - Telepathy-Qt4 API break (Part 2 of 3) - deprecate-first part -
  2. continuation
  3. - Marked Account::haveConnection, AccountSet::filters, Channel::hasConference
  4. interface related methods as deprecated.
  5. - Released tp-qt4-0.3.14-0maemo1.
  6. - Checked together with Olli NB#202638 and implemented the following changes:
  7. - Added new createConferenceStreamedMediaCall methods and marked old
  8. createConferenceMediaCall methods as deprecated.
  9. - Default to Conference.DRAFT to keep backwards compatibility.
  10.  
  11. * RTCHM-2938 - Telepathy-Qt4 API break (Part 3 of 3) - dump old API/ABI part -
  12. continuation
  13. - Declared metatypes for ProtocolParameter/Info/
  14. FileTransferChannelCreationProperties.
  15. - Make sure RequestableChannelClassSpec won't crash if methods are called in a
  16. invalid instance.
  17. - Renamed MediaStream to StreamedMediaStream.
  18. - Added Tp::Object and changed classes to use it.
  19. - Updated Contact to be a Tp::Object (QObject+RefCounted) and use Tp::Feature.
  20. - Removed Conference.DRAFT support.
  21. - Purged WeakPtr.
  22. - Drop ClientRegistrar singleton guarantees.
  23. - Added high-level class for HandlerInfo/ObserverInfo.
  24. - Async calls now use the timeout param.
  25. - Pending ops now ref the caller object.
  26. - Added details to Contact::subscription/publish/block change signals.
  27. - Small fix to ChannelRequest when the Account property is empty
  28. (backported to 0.4).
  29.  
  30. * Other:
  31. - Reviewed Dario's patches to make tp-qt4 build with QT_STRICT_ITERATORS
  32. enabled (merged in both 0.4 and 0.5).
  33. - Reviewed Xaviers's patch to listen to stored list changes in ContactManager
  34. (merged in both 0.4 and 0.5).
  35. - Helped Xavier with issues in contactsd when contacts are removed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement