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


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

The following commit has been merged in the master branch:
commit 4a04b5d27268825a175a189c86d90468b46669e3
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Oct 21 15:47:42 2014 +0200

    Clean up how ktp-common-internals is being exported
    
    Properly export all targets with a config file.
    Generate export files for all the internal libraries.
    Use nicer target names.
    Make dragging of dependencies more fine-grained.
    
    Reviewed by DJ Edmundson
---
 CMakeLists.txt                                    | 34 +++++++++++++----
 KTp/CMakeLists.txt                                | 40 ++++++++++----------
 KTp/Declarative/CMakeLists.txt                    |  9 ++---
 KTp/Declarative/messages-model.cpp                |  2 +
 KTp/Logger/CMakeLists.txt                         | 38 ++++++++++---------
 KTp/Logger/abstract-logger-plugin.h               |  4 +-
 KTp/Logger/log-entity.h                           |  4 +-
 KTp/Logger/log-manager.h                          |  4 +-
 KTp/Logger/log-message.h                          |  4 +-
 KTp/Logger/log-search-hit.h                       |  4 +-
 KTp/Logger/pending-logger-dates.h                 |  4 +-
 KTp/Logger/pending-logger-entities.h              |  4 +-
 KTp/Logger/pending-logger-logs.h                  |  4 +-
 KTp/Logger/pending-logger-operation.h             |  4 +-
 KTp/Logger/pending-logger-search.h                |  4 +-
 KTp/Logger/plugins/tplogger/CMakeLists.txt        |  9 +----
 KTp/Logger/scrollback-manager.h                   |  2 +-
 KTp/Models/CMakeLists.txt                         | 41 ++++++++++++---------
 KTp/Models/abstract-grouping-proxy-model.h        |  4 +-
 KTp/Models/accounts-list-model.h                  |  4 +-
 KTp/Models/accounts-tree-proxy-model.h            |  4 +-
 KTp/Models/contacts-filter-model.h                |  4 +-
 KTp/Models/contacts-list-model.cpp                |  1 +
 KTp/Models/contacts-list-model.h                  |  4 +-
 KTp/Models/contacts-model.h                       |  4 +-
 KTp/Models/groups-tree-proxy-model.h              |  4 +-
 KTp/Models/kpeopletranslationproxy.h              |  4 +-
 KTp/Models/presence-model.h                       |  3 +-
 KTp/Models/rooms-model.h                          |  6 +--
 KTp/Models/text-channel-watcher-proxy-model.h     |  4 +-
 KTp/Widgets/CMakeLists.txt                        | 32 +++++++++-------
 KTp/Widgets/accounts-combo-box.h                  |  4 +-
 KTp/Widgets/add-contact-dialog.cpp                |  4 +-
 KTp/Widgets/add-contact-dialog.h                  | 12 +++---
 KTp/Widgets/contact-grid-dialog.h                 |  4 +-
 KTp/Widgets/contact-grid-widget.h                 |  2 +-
 KTp/Widgets/contact-view-widget.h                 |  4 +-
 KTp/Widgets/join-chat-room-dialog.cpp             |  1 +
 KTp/Widgets/join-chat-room-dialog.h               |  4 +-
 KTp/Widgets/notification-config-dialog.h          |  4 +-
 KTp/Widgets/settings-kcm-dialog.h                 |  4 +-
 KTp/Widgets/start-chat-dialog.cpp                 |  2 +-
 KTp/Widgets/start-chat-dialog.h                   | 10 ++---
 KTp/abstract-message-filter.h                     |  4 +-
 KTp/account-factory_p.h                           |  2 +-
 KTp/actions.h                                     | 28 +++++++-------
 KTp/capabilities-hack-private.h                   |  6 +--
 KTp/circular-countdown.h                          |  4 +-
 KTp/contact-factory.h                             |  4 +-
 KTp/contact-info-dialog.cpp                       |  1 +
 KTp/contact-info-dialog.h                         |  4 +-
 KTp/contact.h                                     |  4 +-
 KTp/core.h                                        | 16 ++++----
 KTp/debug.h                                       |  4 +-
 KTp/error-dictionary.h                            |  6 +--
 KTp/global-contact-manager.h                      |  4 +-
 KTp/global-presence.cpp                           |  1 +
 KTp/global-presence.h                             |  5 ++-
 KTp/ktp-export.h                                  | 45 -----------------------
 KTp/logs-importer.h                               |  4 +-
 KTp/message-context.h                             |  4 +-
 KTp/message-filter-config-manager.h               |  4 +-
 KTp/message-processor.h                           |  4 +-
 KTp/message.h                                     |  4 +-
 KTp/outgoing-message.h                            |  4 +-
 KTp/pending-wallet.h                              |  4 +-
 KTp/persistent-contact.h                          |  7 ++--
 KTp/presence.cpp                                  |  1 +
 KTp/presence.h                                    |  6 +--
 KTp/service-availability-checker.h                |  4 +-
 KTp/telepathy-handler-application.h               |  4 +-
 KTp/text-parser.h                                 |  6 +--
 KTp/wallet-interface.h                            |  4 +-
 KTp/wallet-utils.h                                |  6 +--
 KTpConfig.cmake.in                                |  7 ++++
 kaccounts/CMakeLists.txt                          |  3 +-
 kpeople/actionsplugin/CMakeLists.txt              |  8 +---
 kpeople/datasourceplugin/CMakeLists.txt           |  4 +-
 kpeople/datasourceplugin/im-persons-data-source.h |  4 +-
 kpeople/uiplugins/CMakeLists.txt                  | 10 ++---
 tests/CMakeLists.txt                              | 12 +++---
 tools/debugger/CMakeLists.txt                     |  1 -
 82 files changed, 292 insertions(+), 309 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