Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Wed Apr 30 00:19:55 CEST 2008


 src/server/phone/contactdbusexporter.cpp   |   77 ++++++++++++++++++++++++
 src/server/phone/contactdbusexporter.h     |   45 ++++++++++++++
 src/server/phone/phonelauncher.cpp         |   13 ++++-
 src/server/phone/smsstatusdbusexporter.cpp |   90 ++++++++++++++++++++++++++++
 src/server/phone/smsstatusdbusexporter.h   |   51 ++++++++++++++++
 src/server/server.pro                      |    5 ++
 6 files changed, 279 insertions(+), 2 deletions(-)

New commits:
commit 22ac516482a870c1e82f8d914669b962b8243d7f
Author: Holger Freyther <zecke at selfish.org>
Date:   Wed Apr 30 00:17:44 2008 +0200

    [contact] Initial implementation of the dbus interface for contacts
        No good exportation of changes, querying all contacts is something you
        normally do not want, not everything that we want is probably exported but
        still it is a good start.

commit b193de14513038a3ac49fbcdad37a05536b330ff
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 23:58:21 2008 +0200

    [contact] Create an interface for diversity to export contacts, really simple

commit 42bfda1d1084a4e2c707c616187f43c49902e2ae
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 23:30:27 2008 +0200

    [sms] Attempt at an implementation to export the data
        Invocation of the methods work, if the transported content makes sense
        was not tested. The signal parameters for newly arrived messages was changed
        to contain a list. Use QVariant because it is more easy to export on dbus.

commit 312941ba907ade90e892f6a72cde0e8ffa66dac5
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 23:05:39 2008 +0200

    [sms] Spec the interface to export SMS browsing driven by what QMailStore supports

commit 10de97e1da349d82bb3942cb58f78d3ca77bea6c
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 22:10:43 2008 +0200

    [sms] Allow to send SMS through Qtopia

commit 2da762fa8888377f95b78f27aebc7bbbdd820ec3
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 16:53:10 2008 +0200

    [dbus] Create the object on the fly, no need for a local variable

commit 3cc97e26b71da83944568f62f0d89377b85d1908
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Apr 29 16:50:40 2008 +0200

    [dbus] Export the status/pin handling as /Status





More information about the commitlog mailing list