Bug 246244 - DBus peer to peer patch integrated in Qt master
Summary: DBus peer to peer patch integrated in Qt master
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks: 246245
  Show dependency treegraph
 
Reported: 2010-07-30 12:04 UTC by Daniele E. Domenichelli
Modified: 2012-07-06 12:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele E. Domenichelli 2010-07-30 12:04:30 UTC
DBus peer to peer patch must be integrated in Qt master (requires writing unit tests)

see: http://qt.gitorious.org/qt/qt/merge_requests/2343
Comment 1 Daniele E. Domenichelli 2011-04-19 09:33:36 UTC
Finally!!!

commit 685df07ff7e357f6848c50cffa311641afdca307
Merge: a359d21 4c8c5ef
Author: Qt Continuous Integration System <qt-info@nokia.com>
Date:   Tue Apr 19 08:17:02 2011 +1000

    Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration

    * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
      QtDBus: Add unit tests for QDBusAbstractAdaptor
      QtDBus: Add unit tests for QDBusInterface
      QtDBus: Add unit tests for QDBusAbstractInterface
      QtDBus: Register QDBusServer connection name in QDBusConnectionManager
      QtDBus: Skip bus name check for peer-to-peer connection
      QtDBus: Fix minor coding style issues
      QtDBus: Add default constructor to QDBusServer
      QtDBus: Add unit tests for peer-to-peer connection
      QtDBus: Add method QDBusConnection::disconnectFromPeer()
      QtDBus: Add method QDBusConnection::connectToPeer()
      QtDBus: Fix QDBusConnection::disconnectFromBus() for peer-to-peer connections
      QtDBus: Fix bus in peer-to-peer connections should not be used
      QtDBus: Fix empty service name in peer-to-peer connections
      QtDBus: Fix registering objects using path '/' in peer-to-peer connections
      QtDBus: Fix QDBusServer to handle correctly new dbus connections
      QtDBus: Cleaning comments, spacing, etc.
Comment 2 Daniele E. Domenichelli 2011-04-19 09:33:57 UTC
Finally!!!

commit 685df07ff7e357f6848c50cffa311641afdca307
Merge: a359d21 4c8c5ef
Author: Qt Continuous Integration System <qt-info@nokia.com>
Date:   Tue Apr 19 08:17:02 2011 +1000

    Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration

    * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
      QtDBus: Add unit tests for QDBusAbstractAdaptor
      QtDBus: Add unit tests for QDBusInterface
      QtDBus: Add unit tests for QDBusAbstractInterface
      QtDBus: Register QDBusServer connection name in QDBusConnectionManager
      QtDBus: Skip bus name check for peer-to-peer connection
      QtDBus: Fix minor coding style issues
      QtDBus: Add default constructor to QDBusServer
      QtDBus: Add unit tests for peer-to-peer connection
      QtDBus: Add method QDBusConnection::disconnectFromPeer()
      QtDBus: Add method QDBusConnection::connectToPeer()
      QtDBus: Fix QDBusConnection::disconnectFromBus() for peer-to-peer connections
      QtDBus: Fix bus in peer-to-peer connections should not be used
      QtDBus: Fix empty service name in peer-to-peer connections
      QtDBus: Fix registering objects using path '/' in peer-to-peer connections
      QtDBus: Fix QDBusServer to handle correctly new dbus connections
      QtDBus: Cleaning comments, spacing, etc.