[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=12ff64f

The following commit has been merged in the master branch:
commit 12ff64f21aab8492abd6147d7efb6f2c74dd591b
Author: George Goldberg <george.goldberg at collabora.co.uk>
Date:   Thu Dec 9 21:34:16 2010 +0000

    Refactor the Nepomuk service to be have a better Model-View-Controller architecture.
    
    This makes it more maintainable, as well as eaiser to extend in the future.
    Thanks to Andrunko for providing the outline of this new architecture.
    
    All basic features have been ported, although capabilities and avatars have not been ported yet - they will come later as they are having some major changes.
    Also, took the oppurtunity to port to a recent trunk of shared-desktop-ontologies and telepathy-qt4 0.5.1
---
 kpeople/nepomuk-feeder/CMakeLists.txt              |  11 +-
 kpeople/nepomuk-feeder/account.cpp                 | 222 ++++++++
 kpeople/nepomuk-feeder/account.h                   |  93 ++++
 .../cmake/modules/FindTelepathyQt4.cmake           |   8 +-
 kpeople/nepomuk-feeder/contact.cpp                 | 143 +++++
 kpeople/nepomuk-feeder/contact.h                   |  73 +++
 kpeople/nepomuk-feeder/controller.cpp              | 149 +++++
 .../{telepathyaccountmonitor.h => controller.h}    |  44 +-
 .../{nepomuktelepathyservice.cpp => service.cpp}   |  24 +-
 .../{nepomuktelepathyservice.h => service.h}       |  15 +-
 kpeople/nepomuk-feeder/storage.cpp                 | 613 +++++++++++++++++++++
 kpeople/nepomuk-feeder/storage.h                   | 113 ++++
 kpeople/nepomuk-feeder/telepathy.trig              |  55 --
 kpeople/nepomuk-feeder/telepathyaccount.cpp        | 482 ----------------
 kpeople/nepomuk-feeder/telepathyaccount.h          |  89 ---
 kpeople/nepomuk-feeder/telepathyaccountmonitor.cpp | 141 -----
 kpeople/nepomuk-feeder/telepathycontact.cpp        | 538 ------------------
 kpeople/nepomuk-feeder/telepathycontact.h          |  84 ---
 18 files changed, 1454 insertions(+), 1443 deletions(-)

The diff has been stripped from this email because it exceeds 50KB


-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list