[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:04:44 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=efdaa3a
The following commit has been merged in the master branch:
commit efdaa3afb95566a8c0cb808446953085553d355c
Author: Dario Freddi <drf at kde.org>
Date: Wed Apr 14 13:18:57 2010 +0000
CCMAIL: grundleborg at googlemail.com
* Add a new class, TelepathyBridge, which serves as a bridge between Nepomuk resources and Telepathy accounts/contacts/etc.
* Add other various classes which would serve as helpers to TelepathyBridge, but won't be exported in the future.
* Make tp-contactlist use this new class to let the user perform some basic handling operation upon contacts
Signed-off-by: Dario Freddi <dario.freddi at collabora.co.uk>
svn path=/trunk/playground/network/telepathy-contactlist/; revision=1114768
---
.gitignore | 1 +
CMakeLists.txt | 7 +
add-contact-job.cpp | 137 ++++++++
add-contact-job.h | 51 +++
add-contacts-to-group-job.cpp | 221 +++++++++++++
add-contacts-to-group-job.h | 62 ++++
contact-item.cpp | 10 +
contact-item.h | 3 +
main-widget.cpp | 407 ++++++++++++++++++++++-
main-widget.h | 11 +
main-widget.ui | 10 +
meta-contact-item.cpp | 5 +
meta-contact-item.h | 1 +
remove-contacts-from-group-job.cpp | 221 +++++++++++++
remove-contacts-from-group-job.h | 62 ++++
remove-contacts-job.cpp | 236 +++++++++++++
remove-contacts-job.h | 64 ++++
telepathy-account-proxy.cpp | 196 +++++++++++
telepathy-account-proxy.h | 55 +++
telepathy-base-job.cpp | 114 +++++++
abstract-tree-item.cpp => telepathy-base-job.h | 51 +--
abstract-tree-item.h => telepathy-base-job_p.h | 42 +--
telepathy-bridge.cpp | 420 +++++++++++++++++++++++
telepathy-bridge.h | 441 +++++++++++++++++++++++++
telepathy-bridge_p.h | 51 +++
25 files changed, 2825 insertions(+), 54 deletions(-)
The diff has been stripped from this email because it exceeds 50KB
--
ktp-contact-list packaging
More information about the pkg-kde-commits
mailing list