[SCM] ktp-text-ui packaging branch, master, updated. debian/0.4.0-1-12-ga678c84

Ritesh Raj Sarraf rrs at alioth.debian.org
Sun Apr 7 18:26:57 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/ktp-text-ui.git;a=commitdiff;h=a678c84

The following commit has been merged in the master branch:
commit a678c841df2a21389c43a6b69018b8daf92b145e
Merge: c5b470b47875ed1a1f7e65770c67cfaf6402c5ad ef2b1ee08b06840e6c113fe2d247d0e0e613cd09
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sun Apr 7 23:40:11 2013 +0530

    Merge tag 'upstream/0.6.0'
    
    Upstream version 0.6.0
    
    * tag 'upstream/0.6.0':
      Imported Upstream version 0.6.0

 CMakeLists.txt                                     |   28 +-
 adiumxtra-protocol-handler/CMakeLists.txt          |   14 +-
 app/CMakeLists.txt                                 |    6 +-
 app/chat-window.cpp                                |  189 ++++++++---
 app/chat-window.h                                  |   14 +
 app/chatwindow.rc                                  |   10 +-
 app/emoticon-text-edit-action.cpp                  |   65 ++++
 app/emoticon-text-edit-action.h                    |   40 +++
 app/emoticon-text-edit-selector.cpp                |  132 ++++++++
 app/emoticon-text-edit-selector.h                  |   62 ++++
 app/invite-contact-dialog.cpp                      |   22 +-
 app/invite-contact-dialog.h                        |    7 +-
 app/main.cpp                                       |   13 +-
 app/telepathy-chat-ui.cpp                          |   32 +-
 app/telepathy-chat-ui.h                            |   16 +-
 cmake/modules/FindGIO.cmake                        |   71 ----
 cmake/modules/FindGObject.cmake                    |   75 -----
 cmake/modules/FindQtGLib.cmake                     |   46 ---
 cmake/modules/FindTelepathyGlib.cmake              |   54 ---
 cmake/modules/FindTelepathyLogger.cmake            |   53 ---
 cmake/modules/FindTelepathyLoggerQt4.cmake         |   49 ---
 config/CMakeLists.txt                              |    3 +-
 ...arance-config.cpp => appearance-config-tab.cpp} |  271 +++++++++-------
 ...appearance-config.h => appearance-config-tab.h} |   48 ++--
 config/appearance-config.cpp                       |  269 ++--------------
 config/appearance-config.h                         |   28 +--
 config/appearance-config.ui                        |  210 +++++++-----
 config/behavior-config.cpp                         |   53 ++--
 config/behavior-config.h                           |    6 +-
 config/behavior-config.ui                          |   49 +++-
 config/kcm_ktp_chat_appearance.desktop             |   14 +-
 config/kcm_ktp_chat_behavior.desktop               |    5 +
 config/kcm_ktp_chat_messages.desktop               |   17 +-
 config/messages-config.cpp                         |    6 +-
 .../Contents/Resources/Incoming/Content.html       |    2 +-
 .../Contents/Resources/Outgoing/Content.html       |    2 +-
 .../Contents/Resources/Status.html                 |    2 +-
 .../Contents/Resources/main.css                    |    5 +
 .../renkoo.AdiumMessageStyle/Contents/Info.plist   |    2 +
 filters/CMakeLists.txt                             |   20 +-
 {lib => filters}/Messages.sh                       |    2 +-
 filters/bugzilla/CMakeLists.txt                    |   30 ++
 filters/bugzilla/bugzilla-filter.cpp               |  141 ++++++++
 .../bugzilla/bugzilla-filter.h                     |   33 +-
 ...ktptextui_message_filter_bugzilla.desktop.cmake |   61 ++++
 filters/bugzilla/showBugzillaInfo.js               |   35 ++
 filters/emoticons/CMakeLists.txt                   |    8 +-
 filters/emoticons/emoticon-filter.cpp              |    7 +-
 filters/emoticons/emoticon-filter.h                |    8 +-
 ...ptextui_message_filter_emoticons.desktop.cmake} |   22 +-
 filters/formatting/CMakeLists.txt                  |    9 +-
 filters/formatting/format-filter.cpp               |   89 ++++--
 filters/formatting/format-filter.h                 |    9 +-
 .../ktptextui_message_filter_formatting.desktop    |   75 -----
 ...ptextui_message_filter_formatting.desktop.cmake |   71 ++++
 filters/highlight/CMakeLists.txt                   |   29 ++
 filters/highlight/highlight-filter.cpp             |   62 ++++
 .../highlight-filter.h}                            |   16 +-
 ...tptextui_message_filter_highlight.desktop.cmake |   77 +++++
 filters/images/CMakeLists.txt                      |    9 +-
 filters/images/images-filter.cpp                   |   23 +-
 filters/images/images-filter.h                     |   13 +-
 ... ktptextui_message_filter_images.desktop.cmake} |   25 +-
 filters/searchexpansion/CMakeLists.txt             |    7 +-
 ...tptextui_message_filter_searchexpansion.desktop |   51 ---
 ...ui_message_filter_searchexpansion.desktop.cmake |   78 +++++
 filters/searchexpansion/searchexpansion-filter.cpp |   13 +-
 filters/searchexpansion/searchexpansion-filter.h   |    7 +-
 filters/texttospeech/CMakeLists.txt                |   32 ++
 .../ktptextui_message_filter_tts.desktop.cmake     |   87 +++++
 filters/texttospeech/tts-filter.cpp                |   67 ++++
 .../images-filter.h => texttospeech/tts-filter.h}  |   17 +-
 filters/youtube/CMakeLists.txt                     |   28 ++
 .../ktptextui_message_filter_youtube.desktop.cmake |   69 ++++
 filters/youtube/youtube-filter.cpp                 |   66 ++++
 .../youtube/youtube-filter.h                       |   20 +-
 lib/CMakeLists.txt                                 |   22 +-
 lib/KTp/AbstractMessageFilter                      |    6 -
 lib/KTp/TextChatConfig                             |    6 +
 lib/abstract-message-filter.cpp                    |   28 --
 lib/adium-theme-content-info.cpp                   |    1 -
 lib/adium-theme-message-info.cpp                   |   11 +
 lib/adium-theme-message-info.h                     |    3 +
 lib/adium-theme-view.cpp                           |   86 ++++-
 lib/adium-theme-view.h                             |   10 +-
 lib/backslash-filter.cpp                           |   31 --
 lib/channel-contact-model.cpp                      |   31 ++-
 lib/channel-contact-model.h                        |   12 +-
 lib/chat-search-bar.cpp                            |    7 +-
 lib/chat-search-bar.h                              |    7 +-
 lib/chat-text-edit.cpp                             |  245 +++++++++++++-
 lib/chat-text-edit.h                               |   32 ++
 lib/chat-widget.cpp                                |  346 +++++++++-----------
 lib/chat-widget.h                                  |   33 ++-
 lib/chat-widget.ui                                 |   87 -----
 lib/escape-filter.cpp                              |   40 ---
 lib/filters.h                                      |   47 ---
 lib/ktptxtui_message_filter.desktop                |   11 +-
 lib/logmanager.cpp                                 |   32 +--
 lib/logmanager.h                                   |    7 -
 lib/message-processor.cpp                          |   99 ------
 lib/message-processor.h                            |   65 ----
 lib/message.cpp                                    |   92 ------
 lib/message.h                                      |  123 -------
 lib/notify-filter.cpp                              |  101 ++++++
 lib/{abstract-message-filter.h => notify-filter.h} |   25 +-
 lib/plugin-config-manager.cpp                      |   94 ------
 lib/text-chat-config.cpp                           |  143 ++++++++
 .../entity-proxy-model.h => lib/text-chat-config.h |   44 ++-
 lib/url-filter.cpp                                 |   60 ----
 logviewer/CMakeLists.txt                           |   20 +-
 logviewer/conversation-date-picker.cpp             |    8 +-
 logviewer/entity-model-item.cpp                    |    5 +
 logviewer/entity-model-item.h                      |    1 +
 logviewer/entity-model.cpp                         |   18 +
 logviewer/entity-model.h                           |    2 +
 logviewer/ktp-log-viewer.desktop                   |   24 ++-
 logviewer/log-viewer.cpp                           |  284 ++++++++++++++---
 logviewer/log-viewer.h                             |   37 ++-
 logviewer/log-viewer.rc                            |   23 ++
 logviewer/logs-import-dialog.cpp                   |  133 ++++++++
 logviewer/logs-import-dialog.h                     |   59 ++++
 logviewer/main.cpp                                 |   38 ++-
 logviewer/message-view.cpp                         |    4 +-
 plasmoid/CMakeLists.txt                            |    8 -
 plasmoid/declarative-plugin/CMakeLists.txt         |   36 --
 plasmoid/declarative-plugin/channel-delegator.h    |   42 ---
 .../conversation-que-manager.cpp                   |  102 ------
 .../declarative-plugin/conversation-que-manager.h  |   64 ----
 .../declarative-plugin/conversation-target.cpp     |  131 --------
 plasmoid/declarative-plugin/conversation-target.h  |   74 -----
 plasmoid/declarative-plugin/conversation.cpp       |  105 ------
 plasmoid/declarative-plugin/conversation.h         |   72 ----
 .../declarative-plugin/conversations-model.cpp     |  163 ---------
 plasmoid/declarative-plugin/conversations-model.h  |   63 ----
 .../declarative-plugin/hidewindowcomponent.cpp     |   30 --
 plasmoid/declarative-plugin/hidewindowcomponent.h  |   38 ---
 plasmoid/declarative-plugin/ktpchat_export.h       |   40 ---
 plasmoid/declarative-plugin/messages-model.cpp     |  311 ------------------
 plasmoid/declarative-plugin/messages-model.h       |   91 -----
 plasmoid/declarative-plugin/qml-plugins.cpp        |   44 ---
 plasmoid/declarative-plugin/qml-plugins.h          |   31 --
 plasmoid/declarative-plugin/qmldir                 |    1 -
 .../declarative-plugin/telepathy-text-observer.cpp |   78 -----
 .../declarative-plugin/telepathy-text-observer.h   |   47 ---
 .../contents/ui/ActionDelegate.qml                 |   27 --
 .../contents/ui/ChatWidget.qml                     |  202 ------------
 .../contents/ui/ConversationDelegate.qml           |   72 ----
 .../contents/ui/OutgoingDelegate.qml               |   29 --
 .../contents/ui/TextDelegate.qml                   |   61 ----
 .../org.kde.ktp-chatplasmoid/contents/ui/main.qml  |  104 ------
 plasmoid/org.kde.ktp-chatplasmoid/metadata.desktop |   90 -----
 po/CMakeLists.txt                                  |    5 +
 po/bs/kcm_ktp_chat_appearance.po                   |  151 ++-------
 po/bs/kcm_ktp_chat_behavior.po                     |   46 ++-
 po/bs/ktp-adiumxtra-protocol-handler.po            |    6 +-
 po/bs/ktp-text-ui.po                               |   97 ++++---
 po/bs/ktpchat.po                                   |   89 +++---
 po/ca/kcm_ktp_chat_appearance.po                   |  227 +++++++-------
 po/ca/kcm_ktp_chat_behavior.po                     |   46 ++-
 po/ca/ktp-adiumxtra-protocol-handler.po            |    6 +-
 po/ca/ktp-text-ui.po                               |   85 +++--
 po/ca/ktpchat.po                                   |   87 +++---
 po/ca at valencia/CMakeLists.txt                      |    2 +
 po/ca at valencia/kcm_ktp_chat_appearance.po          |  155 +++++++++
 po/{ca => ca at valencia}/kcm_ktp_chat_behavior.po    |   44 ++-
 .../ktp-adiumxtra-protocol-handler.po              |    6 +-
 po/{ca => ca at valencia}/ktp-text-ui.po              |  102 ++++---
 po/{ca => ca at valencia}/ktpchat.po                  |   95 +++---
 po/cs/kcm_ktp_chat_appearance.po                   |  149 ++-------
 po/cs/kcm_ktp_chat_behavior.po                     |   42 ++-
 po/cs/ktp-text-ui.po                               |   89 +++--
 po/cs/ktpchat.po                                   |   80 +++---
 po/da/kcm_ktp_chat_appearance.po                   |  223 ++++++-------
 po/da/kcm_ktp_chat_behavior.po                     |   51 ++-
 po/da/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/da/ktp-text-ui.po                               |   93 ++++--
 po/da/ktpchat.po                                   |   87 +++---
 po/de/kcm_ktp_chat_appearance.po                   |  228 +++++++-------
 po/de/kcm_ktp_chat_behavior.po                     |   51 ++-
 po/de/ktp-adiumxtra-protocol-handler.po            |    6 +-
 po/de/ktp-text-ui.po                               |   94 ++++--
 po/de/ktpchat.po                                   |   84 +++---
 po/el/kcm_ktp_chat_appearance.po                   |  226 +++++++-------
 po/el/kcm_ktp_chat_behavior.po                     |   42 ++-
 po/el/ktp-adiumxtra-protocol-handler.po            |   15 +-
 po/el/ktp-text-ui.po                               |   89 +++--
 po/el/ktpchat.po                                   |   83 +++---
 po/es/kcm_ktp_chat_appearance.po                   |  233 +++++++-------
 po/es/kcm_ktp_chat_behavior.po                     |   44 ++-
 po/es/ktp-text-ui.po                               |   89 +++--
 po/es/ktpchat.po                                   |   90 +++---
 po/et/kcm_ktp_chat_appearance.po                   |  217 ++++++-------
 po/et/kcm_ktp_chat_behavior.po                     |   47 ++-
 po/et/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/et/ktp-text-ui.po                               |   89 +++--
 po/et/ktpchat.po                                   |   84 +++---
 po/fi/kcm_ktp_chat_appearance.po                   |  225 +++++++-------
 po/fi/kcm_ktp_chat_behavior.po                     |   42 ++-
 po/fi/ktp-text-ui.po                               |   87 +++--
 po/fi/ktpchat.po                                   |   83 +++---
 po/fr/kcm_ktp_chat_appearance.po                   |  236 ++++++--------
 po/fr/kcm_ktp_chat_behavior.po                     |   47 ++-
 po/fr/ktp-adiumxtra-protocol-handler.po            |    5 +-
 po/fr/ktp-text-ui.po                               |   90 +++--
 po/fr/ktpchat.po                                   |  101 +++----
 po/ga/kcm_ktp_chat_appearance.po                   |  182 +++++------
 po/ga/kcm_ktp_chat_behavior.po                     |   34 ++-
 po/ga/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/ga/ktp-text-ui.po                               |   87 +++--
 po/ga/ktpchat.po                                   |   82 +++---
 po/gl/kcm_ktp_chat_appearance.po                   |  221 ++++++-------
 po/gl/kcm_ktp_chat_behavior.po                     |   43 ++-
 po/gl/ktp-text-ui.po                               |   85 +++--
 po/gl/ktpchat.po                                   |   83 +++---
 po/hu/kcm_ktp_chat_appearance.po                   |  223 ++++++-------
 po/hu/kcm_ktp_chat_behavior.po                     |   47 ++-
 po/hu/ktp-adiumxtra-protocol-handler.po            |    6 +-
 po/hu/ktp-text-ui.po                               |   89 +++--
 po/hu/ktpchat.po                                   |   87 +++---
 po/ia/CMakeLists.txt                               |    2 +
 po/ia/kcm_ktp_chat_appearance.po                   |  143 ++++++++
 po/ia/kcm_ktp_chat_behavior.po                     |   58 ++++
 po/{et => ia}/ktp-adiumxtra-protocol-handler.po    |   41 +--
 po/ia/ktp-text-ui.po                               |  187 +++++++++++
 po/{nds => ia}/ktpchat.po                          |  171 +++++-----
 po/it/kcm_ktp_chat_appearance.po                   |  226 +++++++-------
 po/it/kcm_ktp_chat_behavior.po                     |   47 ++-
 po/it/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/it/ktp-text-ui.po                               |   89 +++--
 po/it/ktpchat.po                                   |   83 +++---
 po/ja/kcm_ktp_chat_appearance.po                   |  132 ++------
 po/ja/kcm_ktp_chat_behavior.po                     |   29 ++-
 po/ja/ktp-text-ui.po                               |   85 +++--
 po/ja/ktpchat.po                                   |   80 +++---
 po/kk/kcm_ktp_chat_appearance.po                   |  225 ++++++-------
 po/kk/kcm_ktp_chat_behavior.po                     |   43 ++-
 po/kk/ktp-adiumxtra-protocol-handler.po            |   18 +-
 po/kk/ktp-text-ui.po                               |  188 +++++++++++
 po/kk/ktpchat.po                                   |  203 ++++++++++++
 po/km/kcm_ktp_chat_appearance.po                   |  233 +++++++-------
 po/km/kcm_ktp_chat_behavior.po                     |   51 ++-
 po/km/ktp-adiumxtra-protocol-handler.po            |    9 +-
 po/km/ktp-text-ui.po                               |  159 ++++++----
 po/km/ktpchat.po                                   |  215 ++++++++++++
 po/lt/kcm_ktp_chat_appearance.po                   |  220 ++++++-------
 po/lt/kcm_ktp_chat_behavior.po                     |   39 ++-
 po/lt/ktp-text-ui.po                               |   85 +++--
 po/lt/ktpchat.po                                   |   93 +++---
 po/mr/kcm_ktp_chat_appearance.po                   |  148 +++------
 po/mr/kcm_ktp_chat_behavior.po                     |   42 ++-
 po/{kk => mr}/ktp-adiumxtra-protocol-handler.po    |   32 +-
 po/mr/ktp-text-ui.po                               |  185 +++++++++++
 po/{ga => mr}/ktpchat.po                           |  132 ++++----
 po/nb/kcm_ktp_chat_appearance.po                   |  147 ++-------
 po/nb/kcm_ktp_chat_behavior.po                     |   39 ++-
 po/nb/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/nb/ktp-text-ui.po                               |   87 +++--
 po/nb/ktpchat.po                                   |   80 +++---
 po/nds/kcm_ktp_chat_appearance.po                  |  192 +++++-------
 po/nds/kcm_ktp_chat_behavior.po                    |   29 ++-
 po/nds/ktp-text-ui.po                              |   85 +++--
 po/nds/ktpchat.po                                  |   84 +++---
 po/nl/kcm_ktp_chat_appearance.po                   |  233 +++++++-------
 po/nl/kcm_ktp_chat_behavior.po                     |   48 ++-
 po/nl/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/nl/ktp-text-ui.po                               |   89 +++--
 po/nl/ktpchat.po                                   |   87 +++---
 po/pl/kcm_ktp_chat_appearance.po                   |  221 ++++++-------
 po/pl/kcm_ktp_chat_behavior.po                     |   51 ++-
 po/pl/ktp-adiumxtra-protocol-handler.po            |    4 +-
 po/pl/ktp-text-ui.po                               |   93 ++++--
 po/pl/ktpchat.po                                   |   92 +++---
 po/pt/kcm_ktp_chat_appearance.po                   |  149 ++-------
 po/pt/kcm_ktp_chat_behavior.po                     |   39 ++-
 po/pt/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/pt/ktp-text-ui.po                               |   90 ++++--
 po/pt/ktpchat.po                                   |   89 +++---
 po/pt_BR/kcm_ktp_chat_appearance.po                |  190 ++---------
 po/pt_BR/kcm_ktp_chat_behavior.po                  |  129 ++------
 po/pt_BR/ktp-adiumxtra-protocol-handler.po         |   10 +-
 po/pt_BR/ktp-text-ui.po                            |  108 ++++---
 po/pt_BR/ktpchat.po                                |  101 +++----
 po/ro/kcm_ktp_chat_appearance.po                   |  221 ++++++-------
 po/ro/kcm_ktp_chat_behavior.po                     |   47 ++-
 po/ro/ktp-text-ui.po                               |   91 ++++--
 po/ro/ktpchat.po                                   |   84 +++---
 po/ru/kcm_ktp_chat_appearance.po                   |  230 +++++++-------
 po/ru/kcm_ktp_chat_behavior.po                     |   44 ++-
 po/ru/ktp-adiumxtra-protocol-handler.po            |   10 +-
 po/ru/ktp-text-ui.po                               |   99 ++++---
 po/ru/ktpchat.po                                   |   91 +++---
 po/sk/kcm_ktp_chat_appearance.po                   |  153 ++-------
 po/sk/kcm_ktp_chat_behavior.po                     |   45 ++-
 po/sk/ktp-text-ui.po                               |   89 +++--
 po/sk/ktpchat.po                                   |   80 +++---
 po/sl/kcm_ktp_chat_appearance.po                   |  225 +++++++-------
 po/sl/kcm_ktp_chat_behavior.po                     |   45 ++-
 po/sl/ktp-adiumxtra-protocol-handler.po            |    2 +-
 po/sl/ktp-text-ui.po                               |   88 +++--
 po/sl/ktpchat.po                                   |   83 +++---
 po/sr/kcm_ktp_chat_appearance.po                   |  151 ++-------
 po/sr/kcm_ktp_chat_behavior.po                     |   57 ++--
 po/sr/ktp-text-ui.po                               |   88 +++--
 po/sr/ktpchat.po                                   |   82 +++---
 po/sr at ijekavian/kcm_ktp_chat_appearance.po         |  151 ++-------
 po/sr at ijekavian/kcm_ktp_chat_behavior.po           |   57 ++--
 po/sr at ijekavian/ktp-text-ui.po                     |   88 +++--
 po/sr at ijekavian/ktpchat.po                         |   82 +++---
 po/sr at ijekavianlatin/kcm_ktp_chat_appearance.po    |  151 ++-------
 po/sr at ijekavianlatin/kcm_ktp_chat_behavior.po      |   57 ++--
 po/sr at ijekavianlatin/ktp-text-ui.po                |   88 +++--
 po/sr at ijekavianlatin/ktpchat.po                    |   82 +++---
 po/sr at latin/kcm_ktp_chat_appearance.po             |  151 ++-------
 po/sr at latin/kcm_ktp_chat_behavior.po               |   57 ++--
 po/sr at latin/ktp-text-ui.po                         |   88 +++--
 po/sr at latin/ktpchat.po                             |   82 +++---
 po/sv/kcm_ktp_chat_appearance.po                   |  228 +++++++-------
 po/sv/kcm_ktp_chat_behavior.po                     |   51 ++-
 po/sv/ktp-text-ui.po                               |   89 +++--
 po/sv/ktpchat.po                                   |   85 +++---
 po/tr/CMakeLists.txt                               |    2 +
 po/tr/kcm_ktp_chat_appearance.po                   |  147 +++++++++
 po/tr/kcm_ktp_chat_behavior.po                     |   57 ++++
 po/{zh_CN => tr}/ktp-adiumxtra-protocol-handler.po |   39 +--
 po/ug/kcm_ktp_chat_appearance.po                   |  141 ++------
 po/ug/kcm_ktp_chat_behavior.po                     |   28 ++-
 po/ug/ktp-text-ui.po                               |   85 +++--
 po/ug/ktpchat.po                                   |   80 +++---
 po/uk/kcm_ktp_chat_appearance.po                   |  227 +++++++-------
 po/uk/kcm_ktp_chat_behavior.po                     |   49 ++-
 po/uk/ktp-text-ui.po                               |   90 ++++--
 po/uk/ktpchat.po                                   |   83 +++---
 po/vi/CMakeLists.txt                               |    2 +
 po/vi/ktp-text-ui.po                               |  187 +++++++++++
 po/vi/ktpchat.po                                   |  203 ++++++++++++
 po/wa/CMakeLists.txt                               |    2 +
 po/wa/kcm_ktp_chat_behavior.po                     |   69 ++++
 po/zh_CN/kcm_ktp_chat_appearance.po                |  219 ++++++-------
 po/zh_CN/kcm_ktp_chat_behavior.po                  |   45 ++-
 po/zh_CN/ktp-adiumxtra-protocol-handler.po         |    4 +-
 po/zh_CN/ktp-text-ui.po                            |   92 ++++--
 po/zh_CN/ktpchat.po                                |   89 +++---
 po/zh_TW/kcm_ktp_chat_appearance.po                |  233 +++++++-------
 po/zh_TW/kcm_ktp_chat_behavior.po                  |   49 ++-
 po/zh_TW/ktp-adiumxtra-protocol-handler.po         |    2 +-
 po/zh_TW/ktp-text-ui.po                            |   93 ++++--
 po/zh_TW/ktpchat.po                                |   85 +++---
 tests/CMakeLists.txt                               |   18 -
 tests/message-processor-basic-tests.cpp            |  190 -----------
 tests/message-processor-basic-tests.h              |   57 ----
 tests/sync-processor.cpp                           |   53 ---
 tests/sync-processor.h                             |   40 ---
 version.h.in                                       |    1 -
 354 files changed, 13796 insertions(+), 13194 deletions(-)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list