[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:03 UTC 2016


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

The following commit has been merged in the master branch:
commit d934faabe536380dad89a4356c86b11196d50046
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Mon Aug 26 14:48:48 2013 +0200

    KTp Logger
    
    KTp Logger is an abstract interface, losely based on TelepathyLoggerQt
    API with support for version backends - currently we only have a
    TelepathyLogger backend.
    
    By using this API instead of TelepathyLoggerQt directly we can simply
    disable the backend on platforms where TpLoggerQt does not compile
    (like Windows) without having to have many #ifdefs all around our
    codebase.
    
    In future we can have plugins that would provide access to log messages
    from Facebook or Google Hangouts (if they ever publish an API) etc.
    
    REVIEW: 112005
---
 KTp/CMakeLists.txt                                 |   1 +
 KTp/Logger/CMakeLists.txt                          |  66 ++++++++
 KTp/Logger/abstract-logger-plugin.cpp              |  58 +++++++
 KTp/Logger/abstract-logger-plugin.h                | 166 ++++++++++++++++++++
 KTp/Logger/ktp_logger_plugin.desktop               |   8 +
 KTp/Logger/log-entity.cpp                          | 118 ++++++++++++++
 KTp/Logger/log-entity.h                            | 108 +++++++++++++
 KTp/Logger/log-manager-private.h                   |  46 ++++++
 KTp/Logger/log-manager.cpp                         | 172 +++++++++++++++++++++
 KTp/Logger/log-manager.h                           | 158 +++++++++++++++++++
 KTp/Logger/log-message.cpp                         |  51 ++++++
 KTp/Logger/log-message.h                           |  52 +++++++
 KTp/Logger/log-search-hit.cpp                      |  92 +++++++++++
 KTp/Logger/log-search-hit.h                        |  87 +++++++++++
 KTp/Logger/pending-logger-dates-impl.cpp           |  80 ++++++++++
 KTp/Logger/pending-logger-dates-impl.h             |  42 +++++
 KTp/Logger/pending-logger-dates.cpp                |  74 +++++++++
 KTp/Logger/pending-logger-dates.h                  |  82 ++++++++++
 KTp/Logger/pending-logger-entities-impl.cpp        |  72 +++++++++
 KTp/Logger/pending-logger-entities-impl.h          |  41 +++++
 KTp/Logger/pending-logger-entities.cpp             |  69 +++++++++
 KTp/Logger/pending-logger-entities.h               |  74 +++++++++
 KTp/Logger/pending-logger-logs-impl.cpp            |  73 +++++++++
 KTp/Logger/pending-logger-logs-impl.h              |  43 ++++++
 KTp/Logger/pending-logger-logs.cpp                 |  77 +++++++++
 KTp/Logger/pending-logger-logs.h                   |  87 +++++++++++
 KTp/Logger/pending-logger-operation.cpp            |  66 ++++++++
 KTp/Logger/pending-logger-operation.h              |  58 +++++++
 KTp/Logger/pending-logger-search-impl.cpp          |  64 ++++++++
 KTp/Logger/pending-logger-search-impl.h            |  45 ++++++
 KTp/Logger/pending-logger-search.cpp               |  68 ++++++++
 KTp/Logger/pending-logger-search.h                 |  74 +++++++++
 KTp/Logger/plugins/CMakeLists.txt                  |   3 +
 KTp/Logger/plugins/tplogger/CMakeLists.txt         |  34 ++++
 .../ktploggerplugin_tplogger.desktop.cmake         |  16 ++
 .../plugins/tplogger/pending-tp-logger-dates.cpp   |  58 +++++++
 .../plugins/tplogger/pending-tp-logger-dates.h     |  44 ++++++
 .../tplogger/pending-tp-logger-entities.cpp        |  61 ++++++++
 .../plugins/tplogger/pending-tp-logger-entities.h  |  43 ++++++
 .../plugins/tplogger/pending-tp-logger-logs.cpp    |  70 +++++++++
 .../plugins/tplogger/pending-tp-logger-logs.h      |  45 ++++++
 .../plugins/tplogger/pending-tp-logger-search.cpp  |  56 +++++++
 .../plugins/tplogger/pending-tp-logger-search.h    |  41 +++++
 KTp/Logger/plugins/tplogger/tp-logger-plugin.cpp   | 105 +++++++++++++
 KTp/Logger/plugins/tplogger/tp-logger-plugin.h     |  56 +++++++
 KTp/Logger/plugins/tplogger/utils.cpp              |  37 +++++
 KTp/Logger/plugins/tplogger/utils.h                |  32 ++++
 KTp/logs-importer-private.cpp                      |  20 +--
 KTp/logs-importer-private.h                        |   3 -
 KTp/logs-importer.cpp                              |   7 +-
 .../qml-plugins.h => message-private.h}            |  38 +++--
 KTp/message-processor.cpp                          |   8 -
 KTp/message-processor.h                            |   9 +-
 KTp/message.cpp                                    |  76 +--------
 KTp/message.h                                      |  15 +-
 55 files changed, 3115 insertions(+), 134 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