diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-12-05 20:30:14 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-12-05 20:30:14 +0000 |
commit | b21686bbc394d544916dcd186066ad3d626a81a7 (patch) | |
tree | 6f2bb377253f30358de82e74a302c7449f727b6e /polish | |
parent | 824a45d527c317760086292609d6b4adcaf921fa (diff) | |
download | ports-b21686bbc394d544916dcd186066ad3d626a81a7.tar.gz ports-b21686bbc394d544916dcd186066ad3d626a81a7.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kadu/Makefile | 28 | ||||
-rw-r--r-- | polish/kadu/distinfo | 5 | ||||
-rw-r--r-- | polish/kadu/files/patch-Plugins.cmake | 7 | ||||
-rw-r--r-- | polish/kadu/files/patch-git_68a889d | 112 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_CMakeLists.txt | 10 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h | 2 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp | 11 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_main.cpp | 11 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp | 28 | ||||
-rw-r--r-- | polish/kadu/files/patch-kadu-core_themes.cpp | 11 | ||||
-rw-r--r-- | polish/kadu/pkg-plist | 1785 |
11 files changed, 1394 insertions, 616 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index e2914f062109..df752e31dbab 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= kadu -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 4.2 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ @@ -25,7 +24,9 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libinjeqt.so:devel/injeqt \ libqca-qt5.so:devel/qca-qt5 \ libidn.so:dns/libidn \ + libqxmpp.so:net-im/qxmpp-qt5 \ libgadu.so:polish/libgadu \ + libgcrypt.so:security/libgcrypt \ libotr.so.5:security/libotr \ libenchant.so:textproc/enchant # TODO ntrack and ntrack-qt (needs porting) ? @@ -34,17 +35,18 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz -USES= cmake compiler:c++11-lib execinfo libarchive pkgconfig tar:bzip2 -USE_XORG= xscrnsaver -CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON +USES= cmake compiler:c++11-lib execinfo gettext-runtime \ + libarchive pkgconfig readline tar:bzip2 +USE_XORG= x11 xext xfixes xscrnsaver +USE_GNOME= glib20 +USE_QT5= concurrent core dbus declarative gui multimedia network \ + qml quick script scripttools sql webkit widgets x11extras \ + xml xmlpatterns buildtools_build linguisttools_build \ + qmake_build imageformats_run sql-sqlite3_run # Setting KADU_VERSION disables git invocation - -USE_QT5= buildtools_build concurrent dbus declarative gui multimedia \ - network script scripttools webkit x11extras phonon4 \ - xml linguisttools_build qmake_build imageformats_run \ - sql-sqlite3_run +CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \ + -DENABLE_TESTS=OFF LDFLAGS+= -lexecinfo -INSTALLS_ICONS= yes OPTIONS_DEFINE= GG_EMOTS OPTIONS_SUB= yes @@ -53,6 +55,10 @@ GG_EMOTS_DESC= GG-compatible emoticons GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \ ${GG7_EMOTS_DISTFILE}:additions +post-patch: + @${REINPLACE_CMD} '/zlib/ s|^|#|' \ + ${WRKSRC}/plugins/jabber_protocol/CMakeLists.txt + post-install-GG_EMOTS-on: @${MKDIR} ${WRKSRC}/varia/themes/emoticons @cd ${WRKSRC}/varia/themes/emoticons && \ diff --git a/polish/kadu/distinfo b/polish/kadu/distinfo index 36394fbc28b1..98601b4c1227 100644 --- a/polish/kadu/distinfo +++ b/polish/kadu/distinfo @@ -1,5 +1,6 @@ -SHA256 (kadu/kadu-2.1.tar.bz2) = 9f8092756d4a870c1ecb016c0cba2c833e1697b3eb7e9bf51813b1f0a541ffb8 -SIZE (kadu/kadu-2.1.tar.bz2) = 6013519 +TIMESTAMP = 1480671433 +SHA256 (kadu/kadu-4.2.tar.bz2) = b6d8a55d2be20f76dbf29f6cddc0a3d4a3c6b6ba8166f64fcbe99ac0c6130307 +SIZE (kadu/kadu-4.2.tar.bz2) = 8080228 SHA256 (kadu/kompatybilne_z_GG6.tar.gz) = f8a84acd8512fd8fc38e394aa564e6b6d7ec2e9fe9864bdf0c5b8f2edb23da6f SIZE (kadu/kompatybilne_z_GG6.tar.gz) = 254637 SHA256 (kadu/dodatkowe_emoty_GG7.tar.gz) = aebeb45b6ac9139620032436f7b565aa5729a0165d1c361a473c1195b8807450 diff --git a/polish/kadu/files/patch-Plugins.cmake b/polish/kadu/files/patch-Plugins.cmake index 62a75673efd1..803b87682217 100644 --- a/polish/kadu/files/patch-Plugins.cmake +++ b/polish/kadu/files/patch-Plugins.cmake @@ -1,14 +1,15 @@ ---- Plugins.cmake.orig 2015-02-21 00:27:48 UTC +--- Plugins.cmake.orig 2016-10-16 20:09:16 UTC +++ Plugins.cmake -@@ -117,11 +117,11 @@ if (UNIX AND NOT APPLE) - +@@ -106,12 +106,12 @@ if (UNIX AND NOT APPLE) # docking # Indicator docking support + # Comment if you are not compilign under Ubuntu flavor - indicator_docking + #indicator_docking # integration # integration with Unity + # Comment if you are not compilign under Ubuntu flavor - unity_integration + #unity_integration diff --git a/polish/kadu/files/patch-git_68a889d b/polish/kadu/files/patch-git_68a889d deleted file mode 100644 index 0a62cb9e245d..000000000000 --- a/polish/kadu/files/patch-git_68a889d +++ /dev/null @@ -1,112 +0,0 @@ -Upstream patch that fixes the build with Qt 5.5.1. - -From 68a889d01e3c6a69183454272cc6b103df59399f Mon Sep 17 00:00:00 2001 -From: Rafał Przemysław Malinowski <rafal.przemyslaw.malinowski@gmail.com> -Date: Wed, 16 Dec 2015 21:46:05 +0100 -Subject: [PATCH] build: fix OBS builds - ---- - kadu-core/main.cpp | 1 + - kadu-core/os/single-application/single-application.cpp | 1 + - plugins/encryption_ng/encryption-ng-plugin.cpp | 1 + - plugins/encryption_ng/encryption-ng-plugin.h | 1 + - plugins/encryption_ng/keys/key-shared.h | 1 + - plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h | 1 + - plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h | 1 + - plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h | 1 + - plugins/encryption_ng_simlite/pkcs1_certificate.h | 1 + - 9 files changed, 9 insertions(+), 0 deletions(-) - ---- kadu-core/main.cpp -+++ kadu-core/main.cpp -@@ -28,6 +28,7 @@ - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -+#include <QtCore/QDataStream> - #include <QtCore/QLibraryInfo> - #include <QtCore/QTranslator> - #include <QtCrypto> ---- kadu-core/os/single-application/single-application.cpp -+++ kadu-core/os/single-application/single-application.cpp -@@ -28,6 +28,7 @@ - #include <QtCore/QCoreApplication> - #include <QtCore/QDir> - #include <QtCore/QRegExp> -+#include <QtCore/QDataStream> - #include <QtNetwork/QLocalServer> - #include <QtNetwork/QLocalSocket> - #include <memory> ---- plugins/encryption_ng/encryption-ng-plugin.cpp -+++ plugins/encryption_ng/encryption-ng-plugin.cpp -@@ -21,6 +21,7 @@ - */ - - #include <QtCore/QCoreApplication> -+#include <QtCore/QDataStream> - #include <QtCore/QtGlobal> - #include <QtWidgets/QApplication> - #include <QtCrypto> ---- plugins/encryption_ng/encryption-ng-plugin.h -+++ plugins/encryption_ng/encryption-ng-plugin.h -@@ -21,6 +21,7 @@ - #ifndef ENCRYPTION_NG_PLUGIN_H - #define ENCRYPTION_NG_PLUGIN_H - -+#include <QtCore/QDataStream> - #include <QtCore/QObject> - - #include <QtCrypto> ---- plugins/encryption_ng/keys/key-shared.h -+++ plugins/encryption_ng/keys/key-shared.h -@@ -21,6 +21,7 @@ - #ifndef KEY_SHARED_H - #define KEY_SHARED_H - -+#include <QtCore/QDataStream> - #include <QtCrypto> - - #include "../encryption_exports.h" ---- plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h -+++ plugins/encryption_ng_simlite/encryption-ng-simlite-decryptor.h -@@ -21,6 +21,7 @@ - #ifndef ENCRYPTION_NG_SIMLITE_DECRYPTOR_H - #define ENCRYPTION_NG_SIMLITE_DECRYPTOR_H - -+#include <QtCore/QDataStream> - #include <QtCore/QObject> - #include <QtCrypto> - ---- plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h -+++ plugins/encryption_ng_simlite/encryption-ng-simlite-encryptor.h -@@ -20,6 +20,7 @@ - #ifndef ENCRYPTION_NG_SIMLITE_ENCRYPTOR_H - #define ENCRYPTION_NG_SIMLITE_ENCRYPTOR_H - -+#include <QtCore/QDataStream> - #include <QtCore/QObject> - #include <QtCrypto> - ---- plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h -+++ plugins/encryption_ng_simlite/encryption-ng-simlite-key-generator.h -@@ -20,6 +20,7 @@ - #ifndef ENCRYPTION_NG_SIMLITE_KEY_GENERATOR_H - #define ENCRYPTION_NG_SIMLITE_KEY_GENERATOR_H - -+#include <QtCore/QDataStream> - #include <QtCore/QtGlobal> - #include <QtCrypto> - ---- plugins/encryption_ng_simlite/pkcs1_certificate.h -+++ plugins/encryption_ng_simlite/pkcs1_certificate.h -@@ -25,6 +25,7 @@ - #ifndef PKCS1_CERTIFICATE_H - #define PKCS1_CERTIFICATE_H - -+#include <QtCore/QDataStream> - #include <QtCrypto> - #include <stdint.h> - --- -libgit2 0.23.3 - diff --git a/polish/kadu/files/patch-kadu-core_CMakeLists.txt b/polish/kadu/files/patch-kadu-core_CMakeLists.txt deleted file mode 100644 index 972309336c92..000000000000 --- a/polish/kadu/files/patch-kadu-core_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- kadu-core/CMakeLists.txt.orig 2015-02-21 00:27:48 UTC -+++ kadu-core/CMakeLists.txt -@@ -217,6 +217,7 @@ find_package (QCA2 REQUIRED) - add_executable (kadu WIN32 ${main_SRCS}) - kadu_set_flags (kadu) - qt5_use_modules (kadu LINK_PRIVATE Core Gui Widgets Network Xml) -+include_directories (${QCA2_INCLUDE_DIR}) - target_link_libraries (kadu LINK_PRIVATE libkadu ${ADDITIONAL_LIBRARIES} ${QCA2_LIBRARIES}) - - if (NOT IS_ABSOLUTE "${KADU_INSTALL_LIB_DIR}") diff --git a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h b/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h index 203e4756b569..981b301f7917 100644 --- a/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h +++ b/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h @@ -1,4 +1,4 @@ ---- kadu-core/execution-arguments/execution-arguments-parser.h.orig 2015-11-09 20:19:32 UTC +--- kadu-core/execution-arguments/execution-arguments-parser.h.orig 2016-10-16 20:09:16 UTC +++ kadu-core/execution-arguments/execution-arguments-parser.h @@ -20,7 +20,7 @@ #pragma once diff --git a/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp b/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp new file mode 100644 index 000000000000..2b1bdcca90fa --- /dev/null +++ b/polish/kadu/files/patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp @@ -0,0 +1,11 @@ +--- kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp.orig 2016-10-19 17:23:42 UTC ++++ kadu-core/gui/widgets/chat-widget/chat-widget-impl.cpp +@@ -720,7 +720,7 @@ void ChatWidgetImpl::contactActivityChan + + if (CurrentContactActivity == ChatState::Gone) + { +- auto msg = QString{"[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]"}; ++ auto msg = QString("[ " + tr("%1 ended the conversation").arg(contact.ownerBuddy().display()) + " ]"); + Message message = m_messageStorage->create(); + message.setMessageChat(CurrentChat); + message.setType(MessageTypeSystem); diff --git a/polish/kadu/files/patch-kadu-core_main.cpp b/polish/kadu/files/patch-kadu-core_main.cpp deleted file mode 100644 index 7b2f80ed226d..000000000000 --- a/polish/kadu/files/patch-kadu-core_main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kadu-core/main.cpp.orig 2015-07-20 19:41:44 UTC -+++ kadu-core/main.cpp -@@ -33,7 +33,7 @@ - - #include <QtCore/QLibraryInfo> - #include <QtCore/QTranslator> --#include <QtCrypto/QtCrypto> -+#include <QtCrypto> - #include <QtWidgets/QApplication> - #include <QtWidgets/QMessageBox> - diff --git a/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp b/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp deleted file mode 100644 index 0809a97d1f5f..000000000000 --- a/polish/kadu/files/patch-kadu-core_os_single-application_single-application.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- kadu-core/os/single-application/single-application.cpp.orig 2015-02-21 00:27:48 UTC -+++ kadu-core/os/single-application/single-application.cpp -@@ -30,6 +30,7 @@ - #include <QtCore/QRegExp> - #include <QtNetwork/QLocalServer> - #include <QtNetwork/QLocalSocket> -+#include <QString> - #include <memory> - - #if defined(Q_OS_WIN) -@@ -107,7 +108,7 @@ QString SingleApplication::socketName(co - { - auto idc = applicationId.toUtf8(); - auto idNum = qChecksum(idc.constData(), static_cast<uint>(idc.size())); -- auto result = QString{QLatin1String{"qtsingleapp-"} + prefix + QLatin1Char{'-'} + QString::number(idNum, 16)}; -+ auto result = QString(QLatin1String{"qtsingleapp-"} + prefix + QLatin1Char{'-'} + QString::number(idNum, 16)); - - #if defined(Q_OS_WIN) - if (!pProcessIdToSessionId) -@@ -131,7 +132,7 @@ QString SingleApplication::socketName(co - - QString SingleApplication::lockName(const QString &socketName) - { -- return QString{QDir{QDir::tempPath()}.absolutePath() + QLatin1Char{'/'} + socketName + QLatin1String{"-lockfile"}}; -+ return QString(QDir{QDir::tempPath()}.absolutePath() + QLatin1Char{'/'} + socketName + QLatin1String{"-lockfile"}); - } - - void SingleApplication::startServer() diff --git a/polish/kadu/files/patch-kadu-core_themes.cpp b/polish/kadu/files/patch-kadu-core_themes.cpp new file mode 100644 index 000000000000..fa9c12a082d7 --- /dev/null +++ b/polish/kadu/files/patch-kadu-core_themes.cpp @@ -0,0 +1,11 @@ +--- kadu-core/themes.cpp.orig 2016-10-19 17:11:40 UTC ++++ kadu-core/themes.cpp +@@ -164,7 +164,7 @@ QStringList Themes::defaultPathsProvider + { + QStringList result; + +- auto path = QString{m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name}; ++ auto path = QString(m_pathsProvider->dataPath() + QStringLiteral("themes/") + Name); + foreach(const QString &it, getSubDirs(path)) + result << (path + '/' + it + '/'); + diff --git a/polish/kadu/pkg-plist b/polish/kadu/pkg-plist index 14fdb29dd6de..7ae819753bb8 100644 --- a/polish/kadu/pkg-plist +++ b/polish/kadu/pkg-plist @@ -1,8 +1,11 @@ bin/kadu include/kadu/kadu-core/accounts/account-details.h include/kadu/kadu-core/accounts/account-manager.h +include/kadu/kadu-core/accounts/account-module.h +include/kadu/kadu-core/accounts/account-notification-service.h include/kadu/kadu-core/accounts/account-shared.h include/kadu/kadu-core/accounts/account-status-container.h +include/kadu/kadu-core/accounts/account-storage.h include/kadu/kadu-core/accounts/account.h include/kadu/kadu-core/accounts/accounts-aware-object.h include/kadu/kadu-core/accounts/filter/abstract-account-filter.h @@ -12,25 +15,32 @@ include/kadu/kadu-core/accounts/filter/writeable-contacts-list-filter.h include/kadu/kadu-core/accounts/model/accounts-model.h include/kadu/kadu-core/accounts/model/accounts-proxy-model.h include/kadu/kadu-core/activate.h +include/kadu/kadu-core/attention-service.h include/kadu/kadu-core/avatars/avatar-job-manager.h include/kadu/kadu-core/avatars/avatar-job-runner.h include/kadu/kadu-core/avatars/avatar-manager.h +include/kadu/kadu-core/avatars/avatar-module.h include/kadu/kadu-core/avatars/avatar-shared.h +include/kadu/kadu-core/avatars/avatar-storage.h include/kadu/kadu-core/avatars/avatar.h include/kadu/kadu-core/aware-object.h include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler-manager.h include/kadu/kadu-core/buddies/buddy-additional-data-delete-handler.h +include/kadu/kadu-core/buddies/buddy-dummy-factory.h include/kadu/kadu-core/buddies/buddy-gender.h -include/kadu/kadu-core/buddies/buddy-list-mime-data-helper.h +include/kadu/kadu-core/buddies/buddy-list-mime-data-service.h include/kadu/kadu-core/buddies/buddy-list.h include/kadu/kadu-core/buddies/buddy-manager.h +include/kadu/kadu-core/buddies/buddy-module.h include/kadu/kadu-core/buddies/buddy-preferred-manager.h include/kadu/kadu-core/buddies/buddy-search-criteria.h include/kadu/kadu-core/buddies/buddy-set.h include/kadu/kadu-core/buddies/buddy-shared.h +include/kadu/kadu-core/buddies/buddy-storage.h include/kadu/kadu-core/buddies/buddy.h include/kadu/kadu-core/buddies/group-manager.h include/kadu/kadu-core/buddies/group-shared.h +include/kadu/kadu-core/buddies/group-storage.h include/kadu/kadu-core/buddies/group.h include/kadu/kadu-core/buddies/model/buddy-data-extractor.h include/kadu/kadu-core/buddies/model/buddy-list-model.h @@ -49,15 +59,20 @@ include/kadu/kadu-core/chat/chat-details-contact-set.h include/kadu/kadu-core/chat/chat-details-contact.h include/kadu/kadu-core/chat/chat-details-room.h include/kadu/kadu-core/chat/chat-details.h -include/kadu/kadu-core/chat/chat-list-mime-data-helper.h +include/kadu/kadu-core/chat/chat-list-mime-data-service.h +include/kadu/kadu-core/chat/chat-manager-impl.h include/kadu/kadu-core/chat/chat-manager.h +include/kadu/kadu-core/chat/chat-module.h include/kadu/kadu-core/chat/chat-shared.h +include/kadu/kadu-core/chat/chat-storage.h include/kadu/kadu-core/chat/chat.h include/kadu/kadu-core/chat/model/chat-data-extractor.h include/kadu/kadu-core/chat/model/chat-list-model.h include/kadu/kadu-core/chat/model/chat-manager-adapter.h -include/kadu/kadu-core/chat/recent-chat-manager.h -include/kadu/kadu-core/chat/type/chat-type-aware-object.h +include/kadu/kadu-core/chat/open-chat-repository.h +include/kadu/kadu-core/chat/open-chat-service.h +include/kadu/kadu-core/chat/recent-chat-repository.h +include/kadu/kadu-core/chat/recent-chat-service.h include/kadu/kadu-core/chat/type/chat-type-buddy.h include/kadu/kadu-core/chat/type/chat-type-contact-set.h include/kadu/kadu-core/chat/type/chat-type-contact.h @@ -80,12 +95,13 @@ include/kadu/kadu-core/configuration/configuration-window-data-manager.h include/kadu/kadu-core/configuration/configuration-writer.h include/kadu/kadu-core/configuration/configuration.h include/kadu/kadu-core/configuration/deprecated-configuration-api.h -include/kadu/kadu-core/contacts/contact-details.h include/kadu/kadu-core/contacts/contact-manager.h +include/kadu/kadu-core/contacts/contact-module.h include/kadu/kadu-core/contacts/contact-parser-tags.h include/kadu/kadu-core/contacts/contact-set-configuration-helper.h include/kadu/kadu-core/contacts/contact-set.h include/kadu/kadu-core/contacts/contact-shared.h +include/kadu/kadu-core/contacts/contact-storage.h include/kadu/kadu-core/contacts/contact.h include/kadu/kadu-core/contacts/model/buddy-contact-model.h include/kadu/kadu-core/contacts/model/chat-adapter.h @@ -97,11 +113,20 @@ include/kadu/kadu-core/core/configurable-transformer.h include/kadu/kadu-core/core/core-module.h include/kadu/kadu-core/core/core.h include/kadu/kadu-core/core/crash-aware-object.h +include/kadu/kadu-core/core/injected-factory.h +include/kadu/kadu-core/core/injector-provider.h +include/kadu/kadu-core/core/myself.h +include/kadu/kadu-core/core/scheduler.h +include/kadu/kadu-core/core/session-service.h include/kadu/kadu-core/core/transformer.h +include/kadu/kadu-core/core/version-service.h include/kadu/kadu-core/debug.h +include/kadu/kadu-core/dom/dom-module.h +include/kadu/kadu-core/dom/dom-processor-service-impl.h include/kadu/kadu-core/dom/dom-processor-service.h include/kadu/kadu-core/dom/dom-processor.h include/kadu/kadu-core/dom/dom-text-regexp-visitor.h +include/kadu/kadu-core/dom/dom-visitor-provider-repository.h include/kadu/kadu-core/dom/dom-visitor-provider.h include/kadu/kadu-core/dom/dom-visitor.h include/kadu/kadu-core/dom/ignore-links-dom-visitor.h @@ -111,20 +136,34 @@ include/kadu/kadu-core/execution-arguments/execution-arguments.h include/kadu/kadu-core/exports.h include/kadu/kadu-core/file-system/atomic-file-write-exception.h include/kadu/kadu-core/file-system/atomic-file-writer.h -include/kadu/kadu-core/file-transfer/file-transfer-actions.h -include/kadu/kadu-core/file-transfer/file-transfer-enums.h +include/kadu/kadu-core/file-transfer/file-transfer-direction.h +include/kadu/kadu-core/file-transfer/file-transfer-handler-manager.h include/kadu/kadu-core/file-transfer/file-transfer-handler.h include/kadu/kadu-core/file-transfer/file-transfer-manager.h -include/kadu/kadu-core/file-transfer/file-transfer-notifications.h +include/kadu/kadu-core/file-transfer/file-transfer-module.h +include/kadu/kadu-core/file-transfer/file-transfer-notification-service.h include/kadu/kadu-core/file-transfer/file-transfer-shared.h +include/kadu/kadu-core/file-transfer/file-transfer-status.h +include/kadu/kadu-core/file-transfer/file-transfer-storage.h +include/kadu/kadu-core/file-transfer/file-transfer-type.h include/kadu/kadu-core/file-transfer/file-transfer.h +include/kadu/kadu-core/file-transfer/gui/file-transfer-actions.h +include/kadu/kadu-core/file-transfer/gui/file-transfer-can-send-result.h +include/kadu/kadu-core/file-transfer/gui/file-transfer-widget.h +include/kadu/kadu-core/file-transfer/gui/file-transfer-window.h +include/kadu/kadu-core/file-transfer/gui/send-file-action.h +include/kadu/kadu-core/file-transfer/gui/show-file-transfer-window-action.h +include/kadu/kadu-core/file-transfer/outgoing-file-transfer-handler.h +include/kadu/kadu-core/file-transfer/stream-incoming-file-transfer-handler.h +include/kadu/kadu-core/file-transfer/url-incoming-file-transfer-handler.h include/kadu/kadu-core/formatted-string/composite-formatted-string.h +include/kadu/kadu-core/formatted-string/force-space-dom-visitor.h include/kadu/kadu-core/formatted-string/formatted-string-clone-visitor.h -include/kadu/kadu-core/formatted-string/formatted-string-dom-visitor.h include/kadu/kadu-core/formatted-string/formatted-string-factory.h include/kadu/kadu-core/formatted-string/formatted-string-html-visitor.h include/kadu/kadu-core/formatted-string/formatted-string-image-block.h include/kadu/kadu-core/formatted-string/formatted-string-is-plain-text-visitor.h +include/kadu/kadu-core/formatted-string/formatted-string-module.h include/kadu/kadu-core/formatted-string/formatted-string-plain-text-visitor.h include/kadu/kadu-core/formatted-string/formatted-string-text-block.h include/kadu/kadu-core/formatted-string/formatted-string-visitor.h @@ -143,6 +182,8 @@ include/kadu/kadu-core/gui/actions/default-proxy-action.h include/kadu/kadu-core/gui/actions/delete-talkable-action.h include/kadu/kadu-core/gui/actions/edit-talkable-action.h include/kadu/kadu-core/gui/actions/recent-chats-action.h +include/kadu/kadu-core/gui/configuration/chat-configuration-holder.h +include/kadu/kadu-core/gui/configuration/toolbar-configuration-manager.h include/kadu/kadu-core/gui/gui-module.h include/kadu/kadu-core/gui/hot-key.h include/kadu/kadu-core/gui/menu/kadu-menu.h @@ -152,8 +193,8 @@ include/kadu/kadu-core/gui/scoped-updates-disabler.h include/kadu/kadu-core/gui/services/clipboard-html-transformer-service.h include/kadu/kadu-core/gui/services/clipboard-html-transformer.h include/kadu/kadu-core/gui/status-icon.h +include/kadu/kadu-core/gui/taskbar-progress.h include/kadu/kadu-core/gui/web-view-highlighter.h -include/kadu/kadu-core/gui/widgets/abstract-tool-tip.h include/kadu/kadu-core/gui/widgets/account-add-widget.h include/kadu/kadu-core/gui/widgets/account-avatar-widget.h include/kadu/kadu-core/gui/widgets/account-buddy-list-widget.h @@ -169,7 +210,7 @@ include/kadu/kadu-core/gui/widgets/avatar-painter.h include/kadu/kadu-core/gui/widgets/buddy-avatar-widget.h include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory-repository.h include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-factory.h -include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-tab-adapter.h +include/kadu/kadu-core/gui/widgets/buddy-configuration-widget-group-boxes-adapter.h include/kadu/kadu-core/gui/widgets/buddy-configuration-widget.h include/kadu/kadu-core/gui/widgets/buddy-contacts-table-delegate.h include/kadu/kadu-core/gui/widgets/buddy-contacts-table-item.h @@ -185,11 +226,12 @@ include/kadu/kadu-core/gui/widgets/categorized-list-view-painter.h include/kadu/kadu-core/gui/widgets/categorized-list-view.h include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory-repository.h include/kadu/kadu-core/gui/widgets/chat-configuration-widget-factory.h -include/kadu/kadu-core/gui/widgets/chat-configuration-widget-tab-adapter.h +include/kadu/kadu-core/gui/widgets/chat-configuration-widget-group-boxes-adapter.h include/kadu/kadu-core/gui/widgets/chat-configuration-widget.h include/kadu/kadu-core/gui/widgets/chat-edit-box-size-manager.h include/kadu/kadu-core/gui/widgets/chat-edit-box.h include/kadu/kadu-core/gui/widgets/chat-edit-widget.h +include/kadu/kadu-core/gui/widgets/chat-groups-configuration-widget.h include/kadu/kadu-core/gui/widgets/chat-room-edit-widget.h include/kadu/kadu-core/gui/widgets/chat-style-preview.h include/kadu/kadu-core/gui/widgets/chat-top-bar-container-widget.h @@ -201,16 +243,19 @@ include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-activation-service.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-mapper.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler-repository.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-container-handler.h -include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-factory.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-impl.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-manager.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configuration.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler-configurator.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-message-handler.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-module.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository-impl.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-repository.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-set-title.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-state-persistence-service.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title-composing-state-position.h +include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget-title.h include/kadu/kadu-core/gui/widgets/chat-widget/chat-widget.h -include/kadu/kadu-core/gui/widgets/choose-identity-widget.h include/kadu/kadu-core/gui/widgets/color-button.h include/kadu/kadu-core/gui/widgets/color-selector.h include/kadu/kadu-core/gui/widgets/composite-configuration-value-state-notifier.h @@ -229,7 +274,6 @@ include/kadu/kadu-core/gui/widgets/configuration/config-line-separator.h include/kadu/kadu-core/gui/widgets/configuration/config-list-widget.h include/kadu/kadu-core/gui/widgets/configuration/config-path-list-edit.h include/kadu/kadu-core/gui/widgets/configuration/config-preview.h -include/kadu/kadu-core/gui/widgets/configuration/config-proxy-combo-box.h include/kadu/kadu-core/gui/widgets/configuration/config-radio-button.h include/kadu/kadu-core/gui/widgets/configuration/config-section.h include/kadu/kadu-core/gui/widgets/configuration/config-select-file.h @@ -246,17 +290,14 @@ include/kadu/kadu-core/gui/widgets/configuration/kadu-tab-widget.h include/kadu/kadu-core/gui/widgets/configuration/notifier-configuration-widget.h include/kadu/kadu-core/gui/widgets/configuration/notify-group-box.h include/kadu/kadu-core/gui/widgets/configuration/notify-tree-widget.h +include/kadu/kadu-core/gui/widgets/contact-avatar-display.h include/kadu/kadu-core/gui/widgets/custom-input-menu-item.h include/kadu/kadu-core/gui/widgets/custom-input-menu-manager.h include/kadu/kadu-core/gui/widgets/custom-input.h -include/kadu/kadu-core/gui/widgets/delayed-line-edit.h -include/kadu/kadu-core/gui/widgets/dialog/add-group-dialog-widget.h include/kadu/kadu-core/gui/widgets/dialog/dialog-widget.h -include/kadu/kadu-core/gui/widgets/dialog/edit-group-dialog-widget.h include/kadu/kadu-core/gui/widgets/dialog/merge-buddies-dialog-widget.h include/kadu/kadu-core/gui/widgets/dialog/password-dialog-widget.h include/kadu/kadu-core/gui/widgets/dialog/title-widget.h -include/kadu/kadu-core/gui/widgets/file-transfer-widget.h include/kadu/kadu-core/gui/widgets/filter-widget.h include/kadu/kadu-core/gui/widgets/filtered-tree-view.h include/kadu/kadu-core/gui/widgets/group-list.h @@ -274,7 +315,7 @@ include/kadu/kadu-core/gui/widgets/kadu-web-view.h include/kadu/kadu-core/gui/widgets/line-edit-clear-button.h include/kadu/kadu-core/gui/widgets/line-edit-with-clear-button.h include/kadu/kadu-core/gui/widgets/modal-configuration-widget.h -include/kadu/kadu-core/gui/widgets/path-edit.h +include/kadu/kadu-core/gui/widgets/paste-acceptor.h include/kadu/kadu-core/gui/widgets/path-list-edit.h include/kadu/kadu-core/gui/widgets/preview.h include/kadu/kadu-core/gui/widgets/protocols-combo-box.h @@ -295,7 +336,8 @@ include/kadu/kadu-core/gui/widgets/talkable-delegate-configuration.h include/kadu/kadu-core/gui/widgets/talkable-delegate.h include/kadu/kadu-core/gui/widgets/talkable-painter.h include/kadu/kadu-core/gui/widgets/talkable-tree-view.h -include/kadu/kadu-core/gui/widgets/tool-tip-class-manager.h +include/kadu/kadu-core/gui/widgets/tool-tip-manager.h +include/kadu/kadu-core/gui/widgets/tool-tip-widget.h include/kadu/kadu-core/gui/widgets/toolbar.h include/kadu/kadu-core/gui/widgets/wait-overlay.h include/kadu/kadu-core/gui/widgets/webkit-messages-view/message-limit-policy.h @@ -319,50 +361,69 @@ include/kadu/kadu-core/gui/windows/buddy-delete-window.h include/kadu/kadu-core/gui/windows/chat-data-window-repository.h include/kadu/kadu-core/gui/windows/chat-data-window.h include/kadu/kadu-core/gui/windows/configuration-window.h -include/kadu/kadu-core/gui/windows/file-transfer-window.h -include/kadu/kadu-core/gui/windows/group-properties-window.h +include/kadu/kadu-core/gui/windows/group-edit-window.h include/kadu/kadu-core/gui/windows/kadu-dialog.h include/kadu/kadu-core/gui/windows/kadu-window-actions.h +include/kadu/kadu-core/gui/windows/kadu-window-service.h include/kadu/kadu-core/gui/windows/kadu-window.h +include/kadu/kadu-core/gui/windows/main-configuration-window-service.h include/kadu/kadu-core/gui/windows/main-configuration-window.h +include/kadu/kadu-core/gui/windows/main-window-repository.h include/kadu/kadu-core/gui/windows/main-window.h include/kadu/kadu-core/gui/windows/message-dialog.h +include/kadu/kadu-core/gui/windows/multilogon-window-service.h include/kadu/kadu-core/gui/windows/multilogon-window.h include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-contact-list-runner.h include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner-manager.h include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-runner.h +include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with-service.h include/kadu/kadu-core/gui/windows/open-chat-with/open-chat-with.h include/kadu/kadu-core/gui/windows/progress-window.h include/kadu/kadu-core/gui/windows/proxy-action-context.h +include/kadu/kadu-core/gui/windows/proxy-edit-window-service.h include/kadu/kadu-core/gui/windows/proxy-edit-window.h include/kadu/kadu-core/gui/windows/search-window-actions.h include/kadu/kadu-core/gui/windows/search-window.h include/kadu/kadu-core/gui/windows/status-window-description-proxy-model.h +include/kadu/kadu-core/gui/windows/status-window-service.h include/kadu/kadu-core/gui/windows/status-window.h include/kadu/kadu-core/gui/windows/string-list-dialog.h include/kadu/kadu-core/gui/windows/subscription-window.h include/kadu/kadu-core/gui/windows/token-window.h include/kadu/kadu-core/gui/windows/updates-dialog.h -include/kadu/kadu-core/gui/windows/window-notifier-window.h +include/kadu/kadu-core/gui/windows/your-accounts-window-service.h include/kadu/kadu-core/gui/windows/your-accounts.h +include/kadu/kadu-core/html/html-conversion.h +include/kadu/kadu-core/html/html-string.h +include/kadu/kadu-core/html/normalized-html-string.h include/kadu/kadu-core/icons/icons-manager.h +include/kadu/kadu-core/icons/icons-module.h include/kadu/kadu-core/icons/kadu-icon.h include/kadu/kadu-core/identities/identities-aware-object.h include/kadu/kadu-core/identities/identity-manager.h +include/kadu/kadu-core/identities/identity-module.h include/kadu/kadu-core/identities/identity-shared.h +include/kadu/kadu-core/identities/identity-status-container.h +include/kadu/kadu-core/identities/identity-storage.h include/kadu/kadu-core/identities/identity.h include/kadu/kadu-core/identities/model/identity-model.h +include/kadu/kadu-core/injeqt-type-roles.h include/kadu/kadu-core/kadu-config.h include/kadu/kadu-core/languages-manager.h include/kadu/kadu-core/message/message-common.h +include/kadu/kadu-core/message/message-filter-service.h include/kadu/kadu-core/message/message-filter.h include/kadu/kadu-core/message/message-html-renderer-service.h +include/kadu/kadu-core/message/message-manager-impl.h include/kadu/kadu-core/message/message-manager.h +include/kadu/kadu-core/message/message-module.h +include/kadu/kadu-core/message/message-notification-service.h include/kadu/kadu-core/message/message-render-header-behavior.h include/kadu/kadu-core/message/message-render-info-builder.h include/kadu/kadu-core/message/message-render-info-factory.h include/kadu/kadu-core/message/message-render-info.h include/kadu/kadu-core/message/message-shared.h +include/kadu/kadu-core/message/message-storage.h include/kadu/kadu-core/message/message-transformer.h include/kadu/kadu-core/message/message.h include/kadu/kadu-core/message/raw-message.h @@ -375,10 +436,12 @@ include/kadu/kadu-core/misc/date-time-parser-tags.h include/kadu/kadu-core/misc/date-time.h include/kadu/kadu-core/misc/error-severity.h include/kadu/kadu-core/misc/error.h +include/kadu/kadu-core/misc/exception.h include/kadu/kadu-core/misc/iterator.h include/kadu/kadu-core/misc/memory.h include/kadu/kadu-core/misc/misc.h include/kadu/kadu-core/misc/paths-provider.h +include/kadu/kadu-core/misc/remove-script-dom-visitor.h include/kadu/kadu-core/misc/sorted-unique-vector.h include/kadu/kadu-core/misc/string-utils.h include/kadu/kadu-core/misc/syntax-list.h @@ -395,45 +458,53 @@ include/kadu/kadu-core/model/model-index-list-converter.h include/kadu/kadu-core/model/model-watcher.h include/kadu/kadu-core/model/roles.h include/kadu/kadu-core/multilogon/model/multilogon-model.h +include/kadu/kadu-core/multilogon/multilogon-module.h +include/kadu/kadu-core/multilogon/multilogon-notification-service.h include/kadu/kadu-core/multilogon/multilogon-session.h include/kadu/kadu-core/network/kadu-network-config.h -include/kadu/kadu-core/network/network-aware-object.h include/kadu/kadu-core/network/network-manager-dummy.h include/kadu/kadu-core/network/network-manager-ntrack.h include/kadu/kadu-core/network/network-manager-qt.h include/kadu/kadu-core/network/network-manager.h +include/kadu/kadu-core/network/network-module.h include/kadu/kadu-core/network/proxy/model/network-proxy-model.h include/kadu/kadu-core/network/proxy/model/network-proxy-proxy-model.h include/kadu/kadu-core/network/proxy/network-proxy-manager.h include/kadu/kadu-core/network/proxy/network-proxy-shared.h +include/kadu/kadu-core/network/proxy/network-proxy-storage.h include/kadu/kadu-core/network/proxy/network-proxy.h -include/kadu/kadu-core/notify/listener/account-event-listener.h -include/kadu/kadu-core/notify/listener/chat-event-listener.h -include/kadu/kadu-core/notify/listener/event-listener.h -include/kadu/kadu-core/notify/listener/group-event-listener.h -include/kadu/kadu-core/notify/notification-manager.h -include/kadu/kadu-core/notify/notification/account-notification.h -include/kadu/kadu-core/notify/notification/aggregate-notification.h -include/kadu/kadu-core/notify/notification/chat-notification.h -include/kadu/kadu-core/notify/notification/multilogon-notification.h -include/kadu/kadu-core/notify/notification/new-message-notification.h -include/kadu/kadu-core/notify/notification/notification.h -include/kadu/kadu-core/notify/notification/status-changed-notification.h -include/kadu/kadu-core/notify/notifier-configuration-data-manager.h -include/kadu/kadu-core/notify/notifier.h -include/kadu/kadu-core/notify/notify-configuration-ui-handler.h -include/kadu/kadu-core/notify/notify-event.h -include/kadu/kadu-core/notify/screen-mode-checker.h -include/kadu/kadu-core/notify/window-notifier.h -include/kadu/kadu-core/notify/windows-screen-mode-checker.h -include/kadu/kadu-core/notify/x11-screen-mode-checker.h +include/kadu/kadu-core/notification/full-screen-service-handler.h +include/kadu/kadu-core/notification/full-screen-service.h +include/kadu/kadu-core/notification/listener/account-event-listener.h +include/kadu/kadu-core/notification/listener/chat-event-listener.h +include/kadu/kadu-core/notification/listener/group-event-listener.h +include/kadu/kadu-core/notification/notification-callback-repository.h +include/kadu/kadu-core/notification/notification-callback.h +include/kadu/kadu-core/notification/notification-configuration.h +include/kadu/kadu-core/notification/notification-dispatcher.h +include/kadu/kadu-core/notification/notification-event-repository.h +include/kadu/kadu-core/notification/notification-event.h +include/kadu/kadu-core/notification/notification-module.h +include/kadu/kadu-core/notification/notification-service.h +include/kadu/kadu-core/notification/notification.h +include/kadu/kadu-core/notification/notifier-configuration-data-manager.h +include/kadu/kadu-core/notification/notifier-repository.h +include/kadu/kadu-core/notification/notifier.h +include/kadu/kadu-core/notification/notify-configuration-importer.h +include/kadu/kadu-core/notification/notify-configuration-ui-handler.h +include/kadu/kadu-core/notification/screen-mode-checker.h +include/kadu/kadu-core/notification/silent-mode-service.h +include/kadu/kadu-core/notification/windows-screen-mode-checker.h +include/kadu/kadu-core/notification/x11-screen-mode-checker.h include/kadu/kadu-core/os/generic/compositing-aware-object.h include/kadu/kadu-core/os/generic/desktop-aware-object-helper.h include/kadu/kadu-core/os/generic/desktop-aware-object.h include/kadu/kadu-core/os/generic/system-info.h include/kadu/kadu-core/os/generic/url-opener.h include/kadu/kadu-core/os/generic/window-geometry-manager.h +include/kadu/kadu-core/os/os-module.h include/kadu/kadu-core/parser/parser-data.h +include/kadu/kadu-core/parser/parser-module.h include/kadu/kadu-core/parser/parser-token-type.h include/kadu/kadu-core/parser/parser-token.h include/kadu/kadu-core/parser/parser.h @@ -442,7 +513,6 @@ include/kadu/kadu-core/plugin/activation/plugin-activation-error-exception.h include/kadu/kadu-core/plugin/activation/plugin-activation-error-handler.h include/kadu/kadu-core/plugin/activation/plugin-activation-service.h include/kadu/kadu-core/plugin/activation/plugin-loader.h -include/kadu/kadu-core/plugin/activation/plugin-root-component-handler.h include/kadu/kadu-core/plugin/activation/plugin-translations-loader.h include/kadu/kadu-core/plugin/metadata/plugin-metadata-builder.h include/kadu/kadu-core/plugin/metadata/plugin-metadata-finder.h @@ -454,15 +524,18 @@ include/kadu/kadu-core/plugin/model/plugin-model.h include/kadu/kadu-core/plugin/model/plugin-proxy-model.h include/kadu/kadu-core/plugin/plugin-conflict-resolver.h include/kadu/kadu-core/plugin/plugin-dependency-handler.h +include/kadu/kadu-core/plugin/plugin-injected-factory-module.h +include/kadu/kadu-core/plugin/plugin-injected-factory.h +include/kadu/kadu-core/plugin/plugin-injector-provider.h include/kadu/kadu-core/plugin/plugin-manager.h include/kadu/kadu-core/plugin/plugin-module.h -include/kadu/kadu-core/plugin/plugin-root-component.h +include/kadu/kadu-core/plugin/plugin-modules-factory.h +include/kadu/kadu-core/plugin/plugin-repository.h include/kadu/kadu-core/plugin/state/plugin-state-manager.h include/kadu/kadu-core/plugin/state/plugin-state-service.h include/kadu/kadu-core/plugin/state/plugin-state-storage-09.h include/kadu/kadu-core/plugin/state/plugin-state-storage.h include/kadu/kadu-core/plugin/state/plugin-state.h -include/kadu/kadu-core/protocols/connection-error-notification.h include/kadu/kadu-core/protocols/filter/abstract-protocol-filter.h include/kadu/kadu-core/protocols/filter/can-register-protocol-filter.h include/kadu/kadu-core/protocols/model/protocols-model-proxy.h @@ -481,6 +554,7 @@ include/kadu/kadu-core/protocols/services/chat-image-service.h include/kadu/kadu-core/protocols/services/chat-image.h include/kadu/kadu-core/protocols/services/chat-service.h include/kadu/kadu-core/protocols/services/chat-state-service.h +include/kadu/kadu-core/protocols/services/chat-state.h include/kadu/kadu-core/protocols/services/contact-personal-info-service.h include/kadu/kadu-core/protocols/services/file-transfer-service.h include/kadu/kadu-core/protocols/services/multilogon-service.h @@ -508,15 +582,22 @@ include/kadu/kadu-core/services/chat-image-request-service-configuration.h include/kadu/kadu-core/services/chat-image-request-service-configurator.h include/kadu/kadu-core/services/chat-image-request-service.h include/kadu/kadu-core/services/configurable-transformer-service.h +include/kadu/kadu-core/services/image-storage-service-impl.h include/kadu/kadu-core/services/image-storage-service.h -include/kadu/kadu-core/services/message-filter-service.h include/kadu/kadu-core/services/message-transformer-service.h -include/kadu/kadu-core/services/notification-service.h include/kadu/kadu-core/services/raw-message-transformer-service.h include/kadu/kadu-core/services/transformer-service.h +include/kadu/kadu-core/ssl/gui/ssl-certificate-error-dialog.h +include/kadu/kadu-core/ssl/gui/ssl-certificate-widget.h +include/kadu/kadu-core/ssl/ssl-certificate-manager.h +include/kadu/kadu-core/ssl/ssl-certificate-repository.h +include/kadu/kadu-core/ssl/ssl-certificate-storage.h +include/kadu/kadu-core/ssl/ssl-certificate.h +include/kadu/kadu-core/ssl/ssl-module.h include/kadu/kadu-core/status/all-accounts-status-container.h include/kadu/kadu-core/status/description-manager.h include/kadu/kadu-core/status/description-model.h +include/kadu/kadu-core/status/remote-status-request-handler.h include/kadu/kadu-core/status/status-actions.h include/kadu/kadu-core/status/status-adapter.h include/kadu/kadu-core/status/status-change-source.h @@ -526,6 +607,8 @@ include/kadu/kadu-core/status/status-configuration-holder.h include/kadu/kadu-core/status/status-container-aware-object.h include/kadu/kadu-core/status/status-container-manager.h include/kadu/kadu-core/status/status-container.h +include/kadu/kadu-core/status/status-module.h +include/kadu/kadu-core/status/status-notification-service.h include/kadu/kadu-core/status/status-setter.h include/kadu/kadu-core/status/status-type-data.h include/kadu/kadu-core/status/status-type-group.h @@ -545,6 +628,7 @@ include/kadu/kadu-core/storage/shared.h include/kadu/kadu-core/storage/simple-manager.h include/kadu/kadu-core/storage/storable-object.h include/kadu/kadu-core/storage/storable-string-list.h +include/kadu/kadu-core/storage/storage-point-factory-impl.h include/kadu/kadu-core/storage/storage-point-factory.h include/kadu/kadu-core/storage/storage-point.h include/kadu/kadu-core/storage/string-list-storage.h @@ -565,14 +649,17 @@ include/kadu/kadu-core/talkable/filter/mobile-talkable-filter.h include/kadu/kadu-core/talkable/filter/name-talkable-filter.h include/kadu/kadu-core/talkable/filter/talkable-filter.h include/kadu/kadu-core/talkable/filter/unread-messages-talkable-filter.h -include/kadu/kadu-core/talkable/model/talkable-model-factory.h include/kadu/kadu-core/talkable/model/talkable-model.h include/kadu/kadu-core/talkable/model/talkable-proxy-model.h +include/kadu/kadu-core/talkable/talkable-converter.h +include/kadu/kadu-core/talkable/talkable-module.h include/kadu/kadu-core/talkable/talkable.h include/kadu/kadu-core/themes.h include/kadu/kadu-core/themes/icon-theme-manager.h include/kadu/kadu-core/themes/theme-manager.h include/kadu/kadu-core/themes/theme.h +include/kadu/kadu-core/themes/themes-module.h +include/kadu/kadu-core/translation-loader.h include/kadu/kadu-core/updates.h include/kadu/kadu-core/url-handlers/mail-url-dom-visitor-provider.h include/kadu/kadu-core/url-handlers/mail-url-expander.h @@ -586,16 +673,30 @@ include/kadu/kadu-core/url-handlers/standard-url-handler.h include/kadu/kadu-core/url-handlers/url-clipboard-html-transformer.h include/kadu/kadu-core/url-handlers/url-handler-manager.h include/kadu/kadu-core/url-handlers/url-handler.h -include/kadu/plugins/docking/docker.h -include/kadu/plugins/docking/docking-plugin.h +include/kadu/plugins/docking/docking-configuration-provider.h +include/kadu/plugins/docking/docking-configuration.h +include/kadu/plugins/docking/docking-exports.h +include/kadu/plugins/docking/docking-menu-action-repository.h +include/kadu/plugins/docking/docking-menu-handler.h +include/kadu/plugins/docking/docking-module.h +include/kadu/plugins/docking/docking-plugin-modules-factory.h +include/kadu/plugins/docking/docking-plugin-object.h +include/kadu/plugins/docking/docking-tooltip-handler.h include/kadu/plugins/docking/docking.h -include/kadu/plugins/docking/docking_exports.h -include/kadu/plugins/docking/mac_docking_helper.h +include/kadu/plugins/docking/status-notifier-item-attention-animator.h +include/kadu/plugins/docking/status-notifier-item-attention-blinker.h +include/kadu/plugins/docking/status-notifier-item-attention-mode.h +include/kadu/plugins/docking/status-notifier-item-attention-static.h +include/kadu/plugins/docking/status-notifier-item-attention.h +include/kadu/plugins/docking/status-notifier-item-configuration.h +include/kadu/plugins/docking/status-notifier-item.h include/kadu/plugins/emoticons/configuration/emoticon-configuration.h include/kadu/plugins/emoticons/configuration/emoticon-configurator.h include/kadu/plugins/emoticons/emoticon.h include/kadu/plugins/emoticons/emoticons-exports.h -include/kadu/plugins/emoticons/emoticons-plugin.h +include/kadu/plugins/emoticons/emoticons-module.h +include/kadu/plugins/emoticons/emoticons-plugin-modules-factory.h +include/kadu/plugins/emoticons/emoticons-plugin-object.h include/kadu/plugins/emoticons/expander/animated-emoticon-path-provider.h include/kadu/plugins/emoticons/expander/emoticon-expander-dom-visitor-provider.h include/kadu/plugins/emoticons/expander/emoticon-expander.h @@ -615,28 +716,13 @@ include/kadu/plugins/emoticons/theme/gadu-emoticon-theme-loader.h include/kadu/plugins/emoticons/walker/emoticon-prefix-tree-builder.h include/kadu/plugins/emoticons/walker/emoticon-prefix-tree.h include/kadu/plugins/emoticons/walker/emoticon-walker.h -include/kadu/plugins/encryption_ng/decryptor-wrapper.h -include/kadu/plugins/encryption_ng/decryptor.h -include/kadu/plugins/encryption_ng/encryption-actions.h -include/kadu/plugins/encryption_ng/encryption-chat-data.h -include/kadu/plugins/encryption_ng/encryption-manager.h -include/kadu/plugins/encryption_ng/encryption-ng-plugin.h -include/kadu/plugins/encryption_ng/encryption-provider-manager.h -include/kadu/plugins/encryption_ng/encryption-provider.h -include/kadu/plugins/encryption_ng/encryption_exports.h -include/kadu/plugins/encryption_ng/encryptor.h -include/kadu/plugins/encryption_ng/key-generator.h -include/kadu/plugins/encryption_ng/keys/key-shared.h -include/kadu/plugins/encryption_ng/keys/key.h -include/kadu/plugins/encryption_ng/keys/keys-manager.h -include/kadu/plugins/encryption_ng/notify/encryption-ng-notification.h -include/kadu/plugins/gadu_protocol/dcc/dcc-socket-notifiers.h include/kadu/plugins/gadu_protocol/gadu-account-details.h -include/kadu/plugins/gadu_protocol/gadu-contact-details.h include/kadu/plugins/gadu_protocol/gadu-exports.h include/kadu/plugins/gadu_protocol/gadu-id-validator.h +include/kadu/plugins/gadu_protocol/gadu-module.h +include/kadu/plugins/gadu_protocol/gadu-plugin-modules-factory.h +include/kadu/plugins/gadu_protocol/gadu-plugin-object.h include/kadu/plugins/gadu_protocol/gadu-protocol-factory.h -include/kadu/plugins/gadu_protocol/gadu-protocol-plugin.h include/kadu/plugins/gadu_protocol/gadu-protocol.h include/kadu/plugins/gadu_protocol/gadu-search-record.h include/kadu/plugins/gadu_protocol/gadu-search-result.h @@ -649,8 +735,6 @@ include/kadu/plugins/gadu_protocol/gui/widgets/gadu-edit-account-widget.h include/kadu/plugins/gadu_protocol/gui/widgets/gadu-personal-info-widget.h include/kadu/plugins/gadu_protocol/helpers/formatted-string-gadu-html-visitor.h include/kadu/plugins/gadu_protocol/helpers/formatted-string-image-key-received-visitor.h -include/kadu/plugins/gadu_protocol/helpers/gadu-imported-contact-xml-receiver.h -include/kadu/plugins/gadu_protocol/helpers/gadu-importer.h include/kadu/plugins/gadu_protocol/helpers/gadu-list-helper.h include/kadu/plugins/gadu_protocol/helpers/gadu-protocol-helper.h include/kadu/plugins/gadu_protocol/helpers/gadu-proxy-helper.h @@ -675,13 +759,13 @@ include/kadu/plugins/gadu_protocol/services/gadu-chat-service.h include/kadu/plugins/gadu_protocol/services/gadu-chat-state-service.h include/kadu/plugins/gadu_protocol/services/gadu-contact-personal-info-service.h include/kadu/plugins/gadu_protocol/services/gadu-file-transfer-service.h +include/kadu/plugins/gadu_protocol/services/gadu-imtoken-service.h include/kadu/plugins/gadu_protocol/services/gadu-multilogon-service.h include/kadu/plugins/gadu_protocol/services/gadu-notify-service.h include/kadu/plugins/gadu_protocol/services/gadu-personal-info-service.h include/kadu/plugins/gadu_protocol/services/gadu-roster-service.h include/kadu/plugins/gadu_protocol/services/gadu-roster-state-machine.h include/kadu/plugins/gadu_protocol/services/gadu-search-service.h -include/kadu/plugins/gadu_protocol/services/multilogon/gadu-multilogon-session.h include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-protocol-socket-notifiers.h include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-pubdir-socket-notifiers.h include/kadu/plugins/gadu_protocol/socket-notifiers/gadu-socket-notifiers.h @@ -699,112 +783,111 @@ include/kadu/plugins/history/gui/widgets/history-tab.h include/kadu/plugins/history/gui/widgets/history-talkable-combo-box.h include/kadu/plugins/history/gui/widgets/search-tab.h include/kadu/plugins/history/gui/widgets/timeline-chat-messages-view.h +include/kadu/plugins/history/gui/windows/history-window-service.h include/kadu/plugins/history/gui/windows/history-window.h +include/kadu/plugins/history/history-exports.h include/kadu/plugins/history/history-messages-prepender.h -include/kadu/plugins/history/history-plugin.h +include/kadu/plugins/history/history-module.h +include/kadu/plugins/history/history-plugin-modules-factory.h +include/kadu/plugins/history/history-plugin-object.h include/kadu/plugins/history/history-query-result.h include/kadu/plugins/history/history-query.h include/kadu/plugins/history/history-save-thread.h include/kadu/plugins/history/history.h -include/kadu/plugins/history/history_exports.h include/kadu/plugins/history/model/history-query-results-model.h include/kadu/plugins/history/model/history-query-results-proxy-model.h include/kadu/plugins/history/search/history-search-parameters.h include/kadu/plugins/history/storage/history-messages-storage.h include/kadu/plugins/history/storage/history-storage.h -include/kadu/plugins/history_migration/gui/windows/history-import-window.h -include/kadu/plugins/history_migration/history-import-thread.h -include/kadu/plugins/history_migration/history-importer-manager.h -include/kadu/plugins/history_migration/history-importer.h -include/kadu/plugins/history_migration/history-migration-actions.h -include/kadu/plugins/history_migration/history-migration-helper.h -include/kadu/plugins/history_migration/history-migration-plugin.h -include/kadu/plugins/history_migration/history_migration_exports.h -include/kadu/plugins/idle/idle-plugin.h +include/kadu/plugins/idle/idle-exports.h +include/kadu/plugins/idle/idle-module.h +include/kadu/plugins/idle/idle-plugin-modules-factory.h +include/kadu/plugins/idle/idle-plugin-object.h include/kadu/plugins/idle/idle.h -include/kadu/plugins/idle/idle_exports.h include/kadu/plugins/jabber_protocol/actions/jabber-actions.h include/kadu/plugins/jabber_protocol/actions/jabber-protocol-menu-manager.h include/kadu/plugins/jabber_protocol/actions/show-xml-console-action-description.h -include/kadu/plugins/jabber_protocol/certificates/certificate-display-dialog.h -include/kadu/plugins/jabber_protocol/certificates/certificate-helpers.h -include/kadu/plugins/jabber_protocol/certificates/trusted-certificates-manager.h -include/kadu/plugins/jabber_protocol/client/mini-client.h -include/kadu/plugins/jabber_protocol/facebook-protocol-factory.h -include/kadu/plugins/jabber_protocol/file-transfer/jabber-file-transfer-handler.h -include/kadu/plugins/jabber_protocol/file-transfer/s5b-server-manager.h +include/kadu/plugins/jabber_protocol/facebook-depreceated-message.h +include/kadu/plugins/jabber_protocol/file-transfer/jabber-outgoing-file-transfer-handler.h +include/kadu/plugins/jabber_protocol/file-transfer/jabber-stream-incoming-file-transfer-handler.h include/kadu/plugins/jabber_protocol/gtalk-protocol-factory.h include/kadu/plugins/jabber_protocol/gui/widgets/jabber-add-account-widget.h include/kadu/plugins/jabber_protocol/gui/widgets/jabber-contact-personal-info-widget.h include/kadu/plugins/jabber_protocol/gui/widgets/jabber-create-account-widget.h include/kadu/plugins/jabber_protocol/gui/widgets/jabber-edit-account-widget.h include/kadu/plugins/jabber_protocol/gui/widgets/jabber-personal-info-widget.h -include/kadu/plugins/jabber_protocol/gui/windows/certificate-error-window.h include/kadu/plugins/jabber_protocol/gui/windows/jabber-change-password-window.h include/kadu/plugins/jabber_protocol/gui/windows/jabber-wait-for-account-register-window.h include/kadu/plugins/jabber_protocol/gui/windows/xml-console.h -include/kadu/plugins/jabber_protocol/iris-status-adapter.h include/kadu/plugins/jabber_protocol/jabber-account-details.h -include/kadu/plugins/jabber_protocol/jabber-contact-details.h -include/kadu/plugins/jabber_protocol/jabber-error-helper.h include/kadu/plugins/jabber_protocol/jabber-id-validator.h +include/kadu/plugins/jabber_protocol/jabber-module.h +include/kadu/plugins/jabber_protocol/jabber-plugin-modules-factory.h +include/kadu/plugins/jabber_protocol/jabber-plugin-object.h include/kadu/plugins/jabber_protocol/jabber-protocol-factory.h -include/kadu/plugins/jabber_protocol/jabber-protocol-plugin.h include/kadu/plugins/jabber_protocol/jabber-protocol.h include/kadu/plugins/jabber_protocol/jabber-status-adapter.h include/kadu/plugins/jabber_protocol/jabber-url-dom-visitor-provider.h include/kadu/plugins/jabber_protocol/jabber-url-handler.h +include/kadu/plugins/jabber_protocol/jid.h include/kadu/plugins/jabber_protocol/open-chat-with/jabber-open-chat-with-runner.h -include/kadu/plugins/jabber_protocol/resource/jabber-resource-pool.h -include/kadu/plugins/jabber_protocol/resource/jabber-resource.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-downloader.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-pep-downloader.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-pep-uploader.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-uploader.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-downloader.h -include/kadu/plugins/jabber_protocol/server/jabber-avatar-vcard-uploader.h -include/kadu/plugins/jabber_protocol/server/jabber-server-change-password.h -include/kadu/plugins/jabber_protocol/server/jabber-server-register-account.h +include/kadu/plugins/jabber_protocol/qxmpp/jabber-register-extension.h +include/kadu/plugins/jabber_protocol/qxmpp/jabber-roster-extension.h +include/kadu/plugins/jabber_protocol/qxmpp/jabber-ssl-handler.h +include/kadu/plugins/jabber_protocol/services/jabber-avatar-downloader.h include/kadu/plugins/jabber_protocol/services/jabber-avatar-service.h +include/kadu/plugins/jabber_protocol/services/jabber-avatar-uploader.h +include/kadu/plugins/jabber_protocol/services/jabber-change-password-service.h +include/kadu/plugins/jabber_protocol/services/jabber-change-password.h include/kadu/plugins/jabber_protocol/services/jabber-chat-service.h include/kadu/plugins/jabber_protocol/services/jabber-chat-state-service.h -include/kadu/plugins/jabber_protocol/services/jabber-client-info-service.h -include/kadu/plugins/jabber_protocol/services/jabber-connection-service.h include/kadu/plugins/jabber_protocol/services/jabber-contact-personal-info-service.h +include/kadu/plugins/jabber_protocol/services/jabber-error-service.h include/kadu/plugins/jabber_protocol/services/jabber-file-transfer-service.h -include/kadu/plugins/jabber_protocol/services/jabber-pep-service.h include/kadu/plugins/jabber_protocol/services/jabber-personal-info-service.h +include/kadu/plugins/jabber_protocol/services/jabber-presence-service.h +include/kadu/plugins/jabber_protocol/services/jabber-register-account-service.h +include/kadu/plugins/jabber_protocol/services/jabber-register-account.h +include/kadu/plugins/jabber_protocol/services/jabber-resource-service.h +include/kadu/plugins/jabber_protocol/services/jabber-resource.h include/kadu/plugins/jabber_protocol/services/jabber-room-chat-service.h +include/kadu/plugins/jabber_protocol/services/jabber-room-chat.h include/kadu/plugins/jabber_protocol/services/jabber-roster-service.h include/kadu/plugins/jabber_protocol/services/jabber-roster-state.h -include/kadu/plugins/jabber_protocol/services/jabber-server-info-service.h +include/kadu/plugins/jabber_protocol/services/jabber-servers-service.h include/kadu/plugins/jabber_protocol/services/jabber-stream-debug-service.h include/kadu/plugins/jabber_protocol/services/jabber-subscription-service.h include/kadu/plugins/jabber_protocol/services/jabber-vcard-downloader.h include/kadu/plugins/jabber_protocol/services/jabber-vcard-service.h include/kadu/plugins/jabber_protocol/services/jabber-vcard-uploader.h -include/kadu/plugins/jabber_protocol/tasks/pep-get-task.h -include/kadu/plugins/jabber_protocol/tasks/pep-publish-task.h -include/kadu/plugins/jabber_protocol/tasks/pep-retract-task.h include/kadu/plugins/mediaplayer/media-player-status-changer.h -include/kadu/plugins/mediaplayer/mediaplayer-plugin.h +include/kadu/plugins/mediaplayer/mediaplayer-configuration-ui-handler.h +include/kadu/plugins/mediaplayer/mediaplayer-exports.h +include/kadu/plugins/mediaplayer/mediaplayer-module.h +include/kadu/plugins/mediaplayer/mediaplayer-notification-service.h +include/kadu/plugins/mediaplayer/mediaplayer-plugin-modules-factory.h +include/kadu/plugins/mediaplayer/mediaplayer-plugin-object.h include/kadu/plugins/mediaplayer/mediaplayer.h -include/kadu/plugins/mediaplayer/mediaplayer_exports.h -include/kadu/plugins/mediaplayer/player_commands.h -include/kadu/plugins/mediaplayer/player_info.h -include/kadu/plugins/qt4_docking/qt4-docking-plugin.h -include/kadu/plugins/qt4_docking/qt4_docking.h -include/kadu/plugins/qt4_docking/qt4_docking_exports.h -include/kadu/plugins/sound/configuration/gui/sound-configuration-ui-handler.h -include/kadu/plugins/sound/sound-actions.h +include/kadu/plugins/mediaplayer/player-commands.h +include/kadu/plugins/mediaplayer/player-info.h +include/kadu/plugins/sound/gui/sound-actions.h +include/kadu/plugins/sound/gui/sound-buddy-configuration-widget-factory.h +include/kadu/plugins/sound/gui/sound-buddy-configuration-widget.h +include/kadu/plugins/sound/gui/sound-chat-configuration-widget-factory.h +include/kadu/plugins/sound/gui/sound-chat-configuration-widget.h +include/kadu/plugins/sound/gui/sound-configuration-ui-handler.h +include/kadu/plugins/sound/gui/sound-configuration-widget.h +include/kadu/plugins/sound/gui/sound-mute-action.h +include/kadu/plugins/sound/gui/sound-select-file.h +include/kadu/plugins/sound/notification/sound-notifier.h include/kadu/plugins/sound/sound-exports.h include/kadu/plugins/sound/sound-manager.h -include/kadu/plugins/sound/sound-play-thread.h +include/kadu/plugins/sound/sound-module.h include/kadu/plugins/sound/sound-player.h -include/kadu/plugins/sound/sound-plugin.h +include/kadu/plugins/sound/sound-plugin-modules-factory.h +include/kadu/plugins/sound/sound-plugin-object.h include/kadu/plugins/sound/sound-theme-manager.h lib/kadu/libkadu.so -lib/kadu/plugins/libamarok1_mediaplayer.so lib/kadu/plugins/libantistring.so lib/kadu/plugins/libauto_hide.so lib/kadu/plugins/libautoaway.so @@ -813,22 +896,18 @@ lib/kadu/plugins/libautostatus.so lib/kadu/plugins/libcenzor.so lib/kadu/plugins/libchat_notify.so lib/kadu/plugins/libconfig_wizard.so -lib/kadu/plugins/libdesktop_docking.so lib/kadu/plugins/libdocking.so +lib/kadu/plugins/libdocking_notify.so lib/kadu/plugins/libemoticons.so -lib/kadu/plugins/libencryption_ng.so -lib/kadu/plugins/libencryption_ng_simlite.so lib/kadu/plugins/libencryption_otr.so lib/kadu/plugins/libexec_notify.so lib/kadu/plugins/libext_sound.so -lib/kadu/plugins/libfalf_mediaplayer.so lib/kadu/plugins/libfiledesc.so lib/kadu/plugins/libfirewall.so lib/kadu/plugins/libfreedesktop_notify.so lib/kadu/plugins/libgadu_protocol.so lib/kadu/plugins/libhints.so lib/kadu/plugins/libhistory.so -lib/kadu/plugins/libhistory_migration.so lib/kadu/plugins/libidle.so lib/kadu/plugins/libimagelink.so lib/kadu/plugins/libjabber_protocol.so @@ -837,10 +916,6 @@ lib/kadu/plugins/libmediaplayer.so lib/kadu/plugins/libmpd_mediaplayer.so lib/kadu/plugins/libmprisplayer_mediaplayer.so lib/kadu/plugins/libpcspeaker.so -lib/kadu/plugins/libphonon_sound.so -lib/kadu/plugins/libprofiles_import.so -lib/kadu/plugins/libqt4_docking.so -lib/kadu/plugins/libqt4_docking_notify.so lib/kadu/plugins/libscreenshot.so lib/kadu/plugins/libsimpleview.so lib/kadu/plugins/libsingle_window.so @@ -850,14 +925,12 @@ lib/kadu/plugins/libspeech.so lib/kadu/plugins/libspellchecker.so lib/kadu/plugins/libsql_history.so lib/kadu/plugins/libtabs.so +lib/kadu/plugins/libwindows_integration.so lib/kadu/plugins/libword_fix.so share/applications/kadu.desktop share/cmake/Kadu/KaduConfig.cmake share/cmake/Kadu/KaduConfigVersion.cmake share/cmake/Kadu/KaduMacros.cmake -share/cmake/Kadu/KaduPlugin_amarok1_mediaplayerConfig.cmake -share/cmake/Kadu/KaduPlugin_amarok1_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_amarok1_mediaplayerTargets.cmake share/cmake/Kadu/KaduPlugin_antistringConfig.cmake share/cmake/Kadu/KaduPlugin_antistringTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_antistringTargets.cmake @@ -882,21 +955,15 @@ share/cmake/Kadu/KaduPlugin_chat_notifyTargets.cmake share/cmake/Kadu/KaduPlugin_config_wizardConfig.cmake share/cmake/Kadu/KaduPlugin_config_wizardTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_config_wizardTargets.cmake -share/cmake/Kadu/KaduPlugin_desktop_dockingConfig.cmake -share/cmake/Kadu/KaduPlugin_desktop_dockingTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_desktop_dockingTargets.cmake share/cmake/Kadu/KaduPlugin_dockingConfig.cmake share/cmake/Kadu/KaduPlugin_dockingTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_dockingTargets.cmake +share/cmake/Kadu/KaduPlugin_docking_notifyConfig.cmake +share/cmake/Kadu/KaduPlugin_docking_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Kadu/KaduPlugin_docking_notifyTargets.cmake share/cmake/Kadu/KaduPlugin_emoticonsConfig.cmake share/cmake/Kadu/KaduPlugin_emoticonsTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_emoticonsTargets.cmake -share/cmake/Kadu/KaduPlugin_encryption_ngConfig.cmake -share/cmake/Kadu/KaduPlugin_encryption_ngTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_encryption_ngTargets.cmake -share/cmake/Kadu/KaduPlugin_encryption_ng_simliteConfig.cmake -share/cmake/Kadu/KaduPlugin_encryption_ng_simliteTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_encryption_ng_simliteTargets.cmake share/cmake/Kadu/KaduPlugin_encryption_otrConfig.cmake share/cmake/Kadu/KaduPlugin_encryption_otrTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_encryption_otrTargets.cmake @@ -906,9 +973,6 @@ share/cmake/Kadu/KaduPlugin_exec_notifyTargets.cmake share/cmake/Kadu/KaduPlugin_ext_soundConfig.cmake share/cmake/Kadu/KaduPlugin_ext_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_ext_soundTargets.cmake -share/cmake/Kadu/KaduPlugin_falf_mediaplayerConfig.cmake -share/cmake/Kadu/KaduPlugin_falf_mediaplayerTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_falf_mediaplayerTargets.cmake share/cmake/Kadu/KaduPlugin_filedescConfig.cmake share/cmake/Kadu/KaduPlugin_filedescTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_filedescTargets.cmake @@ -927,9 +991,6 @@ share/cmake/Kadu/KaduPlugin_hintsTargets.cmake share/cmake/Kadu/KaduPlugin_historyConfig.cmake share/cmake/Kadu/KaduPlugin_historyTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_historyTargets.cmake -share/cmake/Kadu/KaduPlugin_history_migrationConfig.cmake -share/cmake/Kadu/KaduPlugin_history_migrationTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_history_migrationTargets.cmake share/cmake/Kadu/KaduPlugin_idleConfig.cmake share/cmake/Kadu/KaduPlugin_idleTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_idleTargets.cmake @@ -954,18 +1015,6 @@ share/cmake/Kadu/KaduPlugin_mprisplayer_mediaplayerTargets.cmake share/cmake/Kadu/KaduPlugin_pcspeakerConfig.cmake share/cmake/Kadu/KaduPlugin_pcspeakerTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_pcspeakerTargets.cmake -share/cmake/Kadu/KaduPlugin_phonon_soundConfig.cmake -share/cmake/Kadu/KaduPlugin_phonon_soundTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_phonon_soundTargets.cmake -share/cmake/Kadu/KaduPlugin_profiles_importConfig.cmake -share/cmake/Kadu/KaduPlugin_profiles_importTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_profiles_importTargets.cmake -share/cmake/Kadu/KaduPlugin_qt4_dockingConfig.cmake -share/cmake/Kadu/KaduPlugin_qt4_dockingTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_qt4_dockingTargets.cmake -share/cmake/Kadu/KaduPlugin_qt4_docking_notifyConfig.cmake -share/cmake/Kadu/KaduPlugin_qt4_docking_notifyTargets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Kadu/KaduPlugin_qt4_docking_notifyTargets.cmake share/cmake/Kadu/KaduPlugin_screenshotConfig.cmake share/cmake/Kadu/KaduPlugin_screenshotTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_screenshotTargets.cmake @@ -993,6 +1042,9 @@ share/cmake/Kadu/KaduPlugin_sql_historyTargets.cmake share/cmake/Kadu/KaduPlugin_tabsConfig.cmake share/cmake/Kadu/KaduPlugin_tabsTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_tabsTargets.cmake +share/cmake/Kadu/KaduPlugin_windows_integrationConfig.cmake +share/cmake/Kadu/KaduPlugin_windows_integrationTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/Kadu/KaduPlugin_windows_integrationTargets.cmake share/cmake/Kadu/KaduPlugin_word_fixConfig.cmake share/cmake/Kadu/KaduPlugin_word_fixTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Kadu/KaduPlugin_word_fixTargets.cmake @@ -1017,7 +1069,6 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/THANKS %%DATADIR%%/configuration/dialog-look-chat-advanced.ui %%DATADIR%%/configuration/dialog.ui -%%DATADIR%%/plugins/amarok1_mediaplayer.desc %%DATADIR%%/plugins/antistring.desc %%DATADIR%%/plugins/auto_hide.desc %%DATADIR%%/plugins/autoaway.desc @@ -1032,25 +1083,19 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/configuration/autoresponder.ui %%DATADIR%%/plugins/configuration/autostatus.ui %%DATADIR%%/plugins/configuration/cenzor.ui -%%DATADIR%%/plugins/configuration/desktop_docking.ui +%%DATADIR%%/plugins/configuration/docking-notify.ui %%DATADIR%%/plugins/configuration/docking.ui %%DATADIR%%/plugins/configuration/emoticons.ui -%%DATADIR%%/plugins/configuration/encryption-ng-simlite.ui %%DATADIR%%/plugins/configuration/ext_sound.ui %%DATADIR%%/plugins/configuration/filedesc.ui %%DATADIR%%/plugins/configuration/firewall.ui %%DATADIR%%/plugins/configuration/freedesktop_notify.ui -%%DATADIR%%/plugins/configuration/hint-over-user.ui -%%DATADIR%%/plugins/configuration/hints-advanced.ui -%%DATADIR%%/plugins/configuration/hints-notifier.ui %%DATADIR%%/plugins/configuration/hints.ui %%DATADIR%%/plugins/configuration/history.ui %%DATADIR%%/plugins/configuration/image-link.ui -%%DATADIR%%/plugins/configuration/jabber_protocol.ui %%DATADIR%%/plugins/configuration/mediaplayer.ui %%DATADIR%%/plugins/configuration/mpd_config.ui %%DATADIR%%/plugins/configuration/mprisplayer_mediaplayer.ui -%%DATADIR%%/plugins/configuration/qt4-docking-notify.ui %%DATADIR%%/plugins/configuration/screenshot.ui %%DATADIR%%/plugins/configuration/simpleview.ui %%DATADIR%%/plugins/configuration/single_window.ui @@ -1072,22 +1117,18 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/data/sms/scripts/gateway.js %%DATADIR%%/plugins/data/sql_history/scripts/history-database-recovery.sh %%DATADIR%%/plugins/data/word_fix/wf_default_list.data -%%DATADIR%%/plugins/desktop_docking.desc %%DATADIR%%/plugins/docking.desc +%%DATADIR%%/plugins/docking_notify.desc %%DATADIR%%/plugins/emoticons.desc -%%DATADIR%%/plugins/encryption_ng.desc -%%DATADIR%%/plugins/encryption_ng_simlite.desc %%DATADIR%%/plugins/encryption_otr.desc %%DATADIR%%/plugins/exec_notify.desc %%DATADIR%%/plugins/ext_sound.desc -%%DATADIR%%/plugins/falf_mediaplayer.desc %%DATADIR%%/plugins/filedesc.desc %%DATADIR%%/plugins/firewall.desc %%DATADIR%%/plugins/freedesktop_notify.desc %%DATADIR%%/plugins/gadu_protocol.desc %%DATADIR%%/plugins/hints.desc %%DATADIR%%/plugins/history.desc -%%DATADIR%%/plugins/history_migration.desc %%DATADIR%%/plugins/idle.desc %%DATADIR%%/plugins/imagelink.desc %%DATADIR%%/plugins/jabber_protocol.desc @@ -1096,10 +1137,6 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/mpd_mediaplayer.desc %%DATADIR%%/plugins/mprisplayer_mediaplayer.desc %%DATADIR%%/plugins/pcspeaker.desc -%%DATADIR%%/plugins/phonon_sound.desc -%%DATADIR%%/plugins/profiles_import.desc -%%DATADIR%%/plugins/qt4_docking.desc -%%DATADIR%%/plugins/qt4_docking_notify.desc %%DATADIR%%/plugins/screenshot.desc %%DATADIR%%/plugins/simpleview.desc %%DATADIR%%/plugins/single_window.desc @@ -1109,221 +1146,231 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/plugins/spellchecker.desc %%DATADIR%%/plugins/sql_history.desc %%DATADIR%%/plugins/tabs.desc -%%DATADIR%%/plugins/translations/amarok1_mediaplayer_en.qm %%DATADIR%%/plugins/translations/antistring_cs.qm %%DATADIR%%/plugins/translations/antistring_en.qm +%%DATADIR%%/plugins/translations/antistring_es_MX.qm %%DATADIR%%/plugins/translations/antistring_fr.qm %%DATADIR%%/plugins/translations/antistring_pl.qm %%DATADIR%%/plugins/translations/antistring_tr.qm %%DATADIR%%/plugins/translations/auto_hide_cs.qm %%DATADIR%%/plugins/translations/auto_hide_en.qm +%%DATADIR%%/plugins/translations/auto_hide_es_MX.qm %%DATADIR%%/plugins/translations/auto_hide_fr.qm %%DATADIR%%/plugins/translations/auto_hide_pl.qm %%DATADIR%%/plugins/translations/auto_hide_tr.qm %%DATADIR%%/plugins/translations/autoaway_cs.qm %%DATADIR%%/plugins/translations/autoaway_en.qm +%%DATADIR%%/plugins/translations/autoaway_es_MX.qm %%DATADIR%%/plugins/translations/autoaway_fr.qm %%DATADIR%%/plugins/translations/autoaway_pl.qm %%DATADIR%%/plugins/translations/autoaway_tr.qm %%DATADIR%%/plugins/translations/autoresponder_cs.qm %%DATADIR%%/plugins/translations/autoresponder_en.qm +%%DATADIR%%/plugins/translations/autoresponder_es_MX.qm %%DATADIR%%/plugins/translations/autoresponder_fr.qm %%DATADIR%%/plugins/translations/autoresponder_pl.qm %%DATADIR%%/plugins/translations/autoresponder_tr.qm %%DATADIR%%/plugins/translations/autostatus_cs.qm %%DATADIR%%/plugins/translations/autostatus_en.qm +%%DATADIR%%/plugins/translations/autostatus_es_MX.qm %%DATADIR%%/plugins/translations/autostatus_fr.qm %%DATADIR%%/plugins/translations/autostatus_pl.qm %%DATADIR%%/plugins/translations/autostatus_tr.qm %%DATADIR%%/plugins/translations/cenzor_cs.qm %%DATADIR%%/plugins/translations/cenzor_en.qm +%%DATADIR%%/plugins/translations/cenzor_es_MX.qm %%DATADIR%%/plugins/translations/cenzor_fr.qm %%DATADIR%%/plugins/translations/cenzor_pl.qm %%DATADIR%%/plugins/translations/cenzor_tr.qm %%DATADIR%%/plugins/translations/chat_notify_cs.qm %%DATADIR%%/plugins/translations/chat_notify_en.qm +%%DATADIR%%/plugins/translations/chat_notify_es_MX.qm %%DATADIR%%/plugins/translations/chat_notify_fr.qm %%DATADIR%%/plugins/translations/chat_notify_pl.qm %%DATADIR%%/plugins/translations/chat_notify_tr.qm %%DATADIR%%/plugins/translations/config_wizard_cs.qm %%DATADIR%%/plugins/translations/config_wizard_en.qm +%%DATADIR%%/plugins/translations/config_wizard_es_MX.qm %%DATADIR%%/plugins/translations/config_wizard_fr.qm %%DATADIR%%/plugins/translations/config_wizard_pl.qm %%DATADIR%%/plugins/translations/config_wizard_tr.qm -%%DATADIR%%/plugins/translations/desktop_docking_cs.qm -%%DATADIR%%/plugins/translations/desktop_docking_en.qm -%%DATADIR%%/plugins/translations/desktop_docking_fr.qm -%%DATADIR%%/plugins/translations/desktop_docking_pl.qm -%%DATADIR%%/plugins/translations/desktop_docking_tr.qm %%DATADIR%%/plugins/translations/docking_cs.qm %%DATADIR%%/plugins/translations/docking_en.qm +%%DATADIR%%/plugins/translations/docking_es_MX.qm %%DATADIR%%/plugins/translations/docking_fr.qm +%%DATADIR%%/plugins/translations/docking_notify_cs.qm +%%DATADIR%%/plugins/translations/docking_notify_en.qm +%%DATADIR%%/plugins/translations/docking_notify_es_MX.qm +%%DATADIR%%/plugins/translations/docking_notify_fr.qm +%%DATADIR%%/plugins/translations/docking_notify_pl.qm +%%DATADIR%%/plugins/translations/docking_notify_tr.qm %%DATADIR%%/plugins/translations/docking_pl.qm %%DATADIR%%/plugins/translations/docking_tr.qm %%DATADIR%%/plugins/translations/emoticons_cs.qm %%DATADIR%%/plugins/translations/emoticons_en.qm +%%DATADIR%%/plugins/translations/emoticons_es_MX.qm %%DATADIR%%/plugins/translations/emoticons_fr.qm %%DATADIR%%/plugins/translations/emoticons_pl.qm %%DATADIR%%/plugins/translations/emoticons_tr.qm -%%DATADIR%%/plugins/translations/encryption_ng_cs.qm -%%DATADIR%%/plugins/translations/encryption_ng_en.qm -%%DATADIR%%/plugins/translations/encryption_ng_fr.qm -%%DATADIR%%/plugins/translations/encryption_ng_pl.qm -%%DATADIR%%/plugins/translations/encryption_ng_simlite_cs.qm -%%DATADIR%%/plugins/translations/encryption_ng_simlite_en.qm -%%DATADIR%%/plugins/translations/encryption_ng_simlite_fr.qm -%%DATADIR%%/plugins/translations/encryption_ng_simlite_pl.qm -%%DATADIR%%/plugins/translations/encryption_ng_simlite_tr.qm -%%DATADIR%%/plugins/translations/encryption_ng_tr.qm %%DATADIR%%/plugins/translations/encryption_otr_cs.qm %%DATADIR%%/plugins/translations/encryption_otr_en.qm +%%DATADIR%%/plugins/translations/encryption_otr_es_MX.qm %%DATADIR%%/plugins/translations/encryption_otr_fr.qm %%DATADIR%%/plugins/translations/encryption_otr_pl.qm %%DATADIR%%/plugins/translations/encryption_otr_tr.qm %%DATADIR%%/plugins/translations/exec_notify_cs.qm %%DATADIR%%/plugins/translations/exec_notify_en.qm +%%DATADIR%%/plugins/translations/exec_notify_es_MX.qm %%DATADIR%%/plugins/translations/exec_notify_fr.qm %%DATADIR%%/plugins/translations/exec_notify_pl.qm %%DATADIR%%/plugins/translations/exec_notify_tr.qm %%DATADIR%%/plugins/translations/ext_sound_cs.qm %%DATADIR%%/plugins/translations/ext_sound_en.qm +%%DATADIR%%/plugins/translations/ext_sound_es_MX.qm %%DATADIR%%/plugins/translations/ext_sound_fr.qm %%DATADIR%%/plugins/translations/ext_sound_pl.qm %%DATADIR%%/plugins/translations/ext_sound_tr.qm -%%DATADIR%%/plugins/translations/falf_mediaplayer_en.qm %%DATADIR%%/plugins/translations/filedesc_cs.qm %%DATADIR%%/plugins/translations/filedesc_en.qm +%%DATADIR%%/plugins/translations/filedesc_es_MX.qm %%DATADIR%%/plugins/translations/filedesc_fr.qm %%DATADIR%%/plugins/translations/filedesc_pl.qm %%DATADIR%%/plugins/translations/filedesc_tr.qm %%DATADIR%%/plugins/translations/firewall_cs.qm %%DATADIR%%/plugins/translations/firewall_en.qm +%%DATADIR%%/plugins/translations/firewall_es_MX.qm %%DATADIR%%/plugins/translations/firewall_fr.qm %%DATADIR%%/plugins/translations/firewall_pl.qm %%DATADIR%%/plugins/translations/firewall_tr.qm %%DATADIR%%/plugins/translations/freedesktop_notify_cs.qm %%DATADIR%%/plugins/translations/freedesktop_notify_en.qm +%%DATADIR%%/plugins/translations/freedesktop_notify_es_MX.qm %%DATADIR%%/plugins/translations/freedesktop_notify_fr.qm %%DATADIR%%/plugins/translations/freedesktop_notify_pl.qm %%DATADIR%%/plugins/translations/freedesktop_notify_tr.qm %%DATADIR%%/plugins/translations/gadu_protocol_cs.qm %%DATADIR%%/plugins/translations/gadu_protocol_en.qm +%%DATADIR%%/plugins/translations/gadu_protocol_es_MX.qm %%DATADIR%%/plugins/translations/gadu_protocol_fr.qm %%DATADIR%%/plugins/translations/gadu_protocol_pl.qm %%DATADIR%%/plugins/translations/gadu_protocol_tr.qm %%DATADIR%%/plugins/translations/hints_cs.qm %%DATADIR%%/plugins/translations/hints_en.qm +%%DATADIR%%/plugins/translations/hints_es_MX.qm %%DATADIR%%/plugins/translations/hints_fr.qm %%DATADIR%%/plugins/translations/hints_pl.qm %%DATADIR%%/plugins/translations/hints_tr.qm %%DATADIR%%/plugins/translations/history_cs.qm %%DATADIR%%/plugins/translations/history_en.qm +%%DATADIR%%/plugins/translations/history_es_MX.qm %%DATADIR%%/plugins/translations/history_fr.qm -%%DATADIR%%/plugins/translations/history_migration_cs.qm -%%DATADIR%%/plugins/translations/history_migration_en.qm -%%DATADIR%%/plugins/translations/history_migration_fr.qm -%%DATADIR%%/plugins/translations/history_migration_pl.qm -%%DATADIR%%/plugins/translations/history_migration_tr.qm %%DATADIR%%/plugins/translations/history_pl.qm %%DATADIR%%/plugins/translations/history_tr.qm %%DATADIR%%/plugins/translations/idle_en.qm %%DATADIR%%/plugins/translations/imagelink_cs.qm %%DATADIR%%/plugins/translations/imagelink_en.qm +%%DATADIR%%/plugins/translations/imagelink_es_MX.qm %%DATADIR%%/plugins/translations/imagelink_fr.qm %%DATADIR%%/plugins/translations/imagelink_pl.qm %%DATADIR%%/plugins/translations/imagelink_tr.qm %%DATADIR%%/plugins/translations/jabber_protocol_cs.qm %%DATADIR%%/plugins/translations/jabber_protocol_en.qm +%%DATADIR%%/plugins/translations/jabber_protocol_es_MX.qm %%DATADIR%%/plugins/translations/jabber_protocol_fr.qm %%DATADIR%%/plugins/translations/jabber_protocol_pl.qm %%DATADIR%%/plugins/translations/jabber_protocol_tr.qm %%DATADIR%%/plugins/translations/last_seen_cs.qm %%DATADIR%%/plugins/translations/last_seen_en.qm +%%DATADIR%%/plugins/translations/last_seen_es_MX.qm %%DATADIR%%/plugins/translations/last_seen_fr.qm %%DATADIR%%/plugins/translations/last_seen_pl.qm %%DATADIR%%/plugins/translations/last_seen_tr.qm %%DATADIR%%/plugins/translations/mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mediaplayer_es_MX.qm %%DATADIR%%/plugins/translations/mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mediaplayer_pl.qm %%DATADIR%%/plugins/translations/mediaplayer_tr.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mpd_mediaplayer_es_MX.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_pl.qm %%DATADIR%%/plugins/translations/mpd_mediaplayer_tr.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_cs.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_en.qm +%%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_es_MX.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_fr.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_pl.qm %%DATADIR%%/plugins/translations/mprisplayer_mediaplayer_tr.qm %%DATADIR%%/plugins/translations/pcspeaker_cs.qm %%DATADIR%%/plugins/translations/pcspeaker_en.qm +%%DATADIR%%/plugins/translations/pcspeaker_es_MX.qm %%DATADIR%%/plugins/translations/pcspeaker_fr.qm %%DATADIR%%/plugins/translations/pcspeaker_pl.qm %%DATADIR%%/plugins/translations/pcspeaker_tr.qm -%%DATADIR%%/plugins/translations/phonon_sound_en.qm -%%DATADIR%%/plugins/translations/profiles_import_cs.qm -%%DATADIR%%/plugins/translations/profiles_import_en.qm -%%DATADIR%%/plugins/translations/profiles_import_fr.qm -%%DATADIR%%/plugins/translations/profiles_import_pl.qm -%%DATADIR%%/plugins/translations/profiles_import_tr.qm -%%DATADIR%%/plugins/translations/qt4_docking_en.qm -%%DATADIR%%/plugins/translations/qt4_docking_notify_cs.qm -%%DATADIR%%/plugins/translations/qt4_docking_notify_en.qm -%%DATADIR%%/plugins/translations/qt4_docking_notify_fr.qm -%%DATADIR%%/plugins/translations/qt4_docking_notify_pl.qm -%%DATADIR%%/plugins/translations/qt4_docking_notify_tr.qm %%DATADIR%%/plugins/translations/screenshot_cs.qm %%DATADIR%%/plugins/translations/screenshot_en.qm +%%DATADIR%%/plugins/translations/screenshot_es_MX.qm %%DATADIR%%/plugins/translations/screenshot_fr.qm %%DATADIR%%/plugins/translations/screenshot_pl.qm %%DATADIR%%/plugins/translations/screenshot_tr.qm %%DATADIR%%/plugins/translations/simpleview_cs.qm %%DATADIR%%/plugins/translations/simpleview_en.qm +%%DATADIR%%/plugins/translations/simpleview_es_MX.qm %%DATADIR%%/plugins/translations/simpleview_fr.qm %%DATADIR%%/plugins/translations/simpleview_pl.qm %%DATADIR%%/plugins/translations/simpleview_tr.qm %%DATADIR%%/plugins/translations/single_window_cs.qm %%DATADIR%%/plugins/translations/single_window_en.qm +%%DATADIR%%/plugins/translations/single_window_es_MX.qm %%DATADIR%%/plugins/translations/single_window_fr.qm %%DATADIR%%/plugins/translations/single_window_pl.qm %%DATADIR%%/plugins/translations/single_window_tr.qm %%DATADIR%%/plugins/translations/sms_cs.qm %%DATADIR%%/plugins/translations/sms_en.qm +%%DATADIR%%/plugins/translations/sms_es_MX.qm %%DATADIR%%/plugins/translations/sms_fr.qm %%DATADIR%%/plugins/translations/sms_pl.qm %%DATADIR%%/plugins/translations/sms_tr.qm %%DATADIR%%/plugins/translations/sound_cs.qm %%DATADIR%%/plugins/translations/sound_en.qm +%%DATADIR%%/plugins/translations/sound_es_MX.qm %%DATADIR%%/plugins/translations/sound_fr.qm %%DATADIR%%/plugins/translations/sound_pl.qm %%DATADIR%%/plugins/translations/sound_tr.qm %%DATADIR%%/plugins/translations/speech_cs.qm %%DATADIR%%/plugins/translations/speech_en.qm +%%DATADIR%%/plugins/translations/speech_es_MX.qm %%DATADIR%%/plugins/translations/speech_fr.qm %%DATADIR%%/plugins/translations/speech_pl.qm %%DATADIR%%/plugins/translations/speech_tr.qm %%DATADIR%%/plugins/translations/spellchecker_cs.qm %%DATADIR%%/plugins/translations/spellchecker_en.qm +%%DATADIR%%/plugins/translations/spellchecker_es_MX.qm %%DATADIR%%/plugins/translations/spellchecker_fr.qm %%DATADIR%%/plugins/translations/spellchecker_pl.qm %%DATADIR%%/plugins/translations/spellchecker_tr.qm %%DATADIR%%/plugins/translations/sql_history_cs.qm %%DATADIR%%/plugins/translations/sql_history_en.qm +%%DATADIR%%/plugins/translations/sql_history_es_MX.qm %%DATADIR%%/plugins/translations/sql_history_fr.qm %%DATADIR%%/plugins/translations/sql_history_pl.qm %%DATADIR%%/plugins/translations/sql_history_tr.qm %%DATADIR%%/plugins/translations/tabs_cs.qm %%DATADIR%%/plugins/translations/tabs_en.qm +%%DATADIR%%/plugins/translations/tabs_es_MX.qm %%DATADIR%%/plugins/translations/tabs_fr.qm %%DATADIR%%/plugins/translations/tabs_pl.qm %%DATADIR%%/plugins/translations/tabs_tr.qm +%%DATADIR%%/plugins/translations/windows_integration_en.qm %%DATADIR%%/plugins/translations/word_fix_cs.qm %%DATADIR%%/plugins/translations/word_fix_en.qm +%%DATADIR%%/plugins/translations/word_fix_es_MX.qm %%DATADIR%%/plugins/translations/word_fix_fr.qm %%DATADIR%%/plugins/translations/word_fix_pl.qm %%DATADIR%%/plugins/translations/word_fix_tr.qm +%%DATADIR%%/plugins/windows_integration.desc %%DATADIR%%/plugins/word_fix.desc %%DATADIR%%/qml/Contact.qml %%DATADIR%%/qml/ContactsGridView.qml @@ -3284,6 +3331,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-color.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/change-status.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/clear-history.png +%%DATADIR%%/themes/icons/default/kadu_icons/16x16/composing.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/conference.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/copy-personal-info.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/enable-notifications.png @@ -3315,23 +3363,27 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/translate-kadu.png %%DATADIR%%/themes/icons/default/kadu_icons/16x16/use-proxy.png %%DATADIR%%/themes/icons/default/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/22x22/composing.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/32x32/composing.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/multilogon.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/plugins.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-kadu.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-notifications.png %%DATADIR%%/themes/icons/default/kadu_icons/32x32/section-status.png %%DATADIR%%/themes/icons/default/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/48x48/composing.png %%DATADIR%%/themes/icons/default/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/default/kadu_icons/64x64/composing.png %%DATADIR%%/themes/icons/default/kadu_icons/64x64/kadu.png %%DATADIR%%/themes/icons/default/kadu_icons/64x64/please-wait.gif %%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-receive.png %%DATADIR%%/themes/icons/default/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/default/kadu_icons/96x96/0.png %%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy0.png %%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy1.png %%DATADIR%%/themes/icons/default/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/default/kadu_icons/svg/0.svg -%%DATADIR%%/themes/icons/default/kadu_icons/svg/composing.svg +%%DATADIR%%/themes/icons/default/kadu_icons/96x96/composing.png %%DATADIR%%/themes/icons/default/protocols/common/128x128/message.png %%DATADIR%%/themes/icons/default/protocols/common/16x16/message.png %%DATADIR%%/themes/icons/default/protocols/common/16x16/message_anim.gif @@ -3340,38 +3392,178 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/default/protocols/common/32x32/message.png %%DATADIR%%/themes/icons/default/protocols/common/48x48/message.png %%DATADIR%%/themes/icons/default/protocols/common/64x64/message.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/16x16/online_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/22x22/online_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/free_for_chat_d.png %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/away_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/invisible_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/not_available_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/offline_d.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online.svg -%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg/online_d.svg +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/32x32/online_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/48x48/online_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/64x64/online_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/away_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online.png +%%DATADIR%%/themes/icons/default/protocols/gadu-gadu/96x96/online_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/16x16/online_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/22x22/online_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/online_d.png %%DATADIR%%/themes/icons/default/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/48x48/online_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/64x64/online_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/away_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/invisible_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/not_available_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/offline_d.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online.png +%%DATADIR%%/themes/icons/default/protocols/xmpp/96x96/online_d.png %%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png %%DATADIR%%/themes/icons/default/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/away_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/invisible_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/not_available_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/offline_d.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online.svg -%%DATADIR%%/themes/icons/default/protocols/xmpp/svg/online_d.svg %%DATADIR%%/themes/icons/faenza/16x16/application-exit.png %%DATADIR%%/themes/icons/faenza/16x16/audio-input-microphone.png %%DATADIR%%/themes/icons/faenza/16x16/audio-volume-high.png @@ -3414,6 +3606,8 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/16x16/security-low.png %%DATADIR%%/themes/icons/faenza/16x16/view-refresh.png %%DATADIR%%/themes/icons/faenza/16x16/x-office-address-book.png +%%DATADIR%%/themes/icons/faenza/22x22/application-exit.png +%%DATADIR%%/themes/icons/faenza/32x32/application-exit.png %%DATADIR%%/themes/icons/faenza/32x32/config-users.png %%DATADIR%%/themes/icons/faenza/32x32/contact-new.png %%DATADIR%%/themes/icons/faenza/32x32/dialog-error.png @@ -3426,7 +3620,10 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/32x32/security-high.png %%DATADIR%%/themes/icons/faenza/32x32/system-users.png %%DATADIR%%/themes/icons/faenza/32x32/x-office-address-book.png +%%DATADIR%%/themes/icons/faenza/48x48/application-exit.png +%%DATADIR%%/themes/icons/faenza/64x64/application-exit.png %%DATADIR%%/themes/icons/faenza/64x64/dialog-password.png +%%DATADIR%%/themes/icons/faenza/96x96/application-exit.png %%DATADIR%%/themes/icons/faenza/96x96/dialog-password.png %%DATADIR%%/themes/icons/faenza/96x96/dialog-question.png %%DATADIR%%/themes/icons/faenza/96x96/dialog-warning.png @@ -3461,6 +3658,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-color.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/change-status.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/clear-history.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/composing.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/conference.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/copy-personal-info.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/emblem-favorite.png @@ -3492,7 +3690,9 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/translate-kadu.png %%DATADIR%%/themes/icons/faenza/kadu_icons/16x16/use-proxy.png %%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/22x22/composing.png %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/composing.png %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/multilogon.png %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/please-wait.gif %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/plugins.png @@ -3500,19 +3700,34 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-notifications.png %%DATADIR%%/themes/icons/faenza/kadu_icons/32x32/section-status.png %%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/48x48/composing.png %%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/composing.png %%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/kadu.png %%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/please-wait.gif %%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-receive.png %%DATADIR%%/themes/icons/faenza/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/0.png %%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy0.png %%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy1.png %%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/faenza/kadu_icons/svg/0.svg -%%DATADIR%%/themes/icons/faenza/kadu_icons/svg/composing.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/128x128/message.png +%%DATADIR%%/themes/icons/faenza/kadu_icons/96x96/composing.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/invisible_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message.png %%DATADIR%%/themes/icons/faenza/protocols/common/16x16/message_anim.gif +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online.png +%%DATADIR%%/themes/icons/faenza/protocols/common/16x16/online_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/away_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/do_not_disturb.png @@ -3529,57 +3744,238 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/offline_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online.png %%DATADIR%%/themes/icons/faenza/protocols/common/22x22/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/invisible_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/32x32/message.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online.png +%%DATADIR%%/themes/icons/faenza/protocols/common/32x32/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/invisible_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/48x48/message.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online.png +%%DATADIR%%/themes/icons/faenza/protocols/common/48x48/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/invisible_d.png %%DATADIR%%/themes/icons/faenza/protocols/common/64x64/message.png -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/away.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/away_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/invisible.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/invisible_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/message.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/not_available.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/not_available_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/offline.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/offline_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/online.svg -%%DATADIR%%/themes/icons/faenza/protocols/common/svg/online_d.svg +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online.png +%%DATADIR%%/themes/icons/faenza/protocols/common/64x64/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/message.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online.png +%%DATADIR%%/themes/icons/faenza/protocols/common/96x96/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/16x16/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/22x22/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/free_for_chat_d.png %%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/gadu-gadu.png -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/away.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/away_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/invisible.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/invisible_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/not_available.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/not_available_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/offline.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/offline_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/online.svg -%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg/online_d.svg +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/32x32/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/48x48/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/64x64/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online.png +%%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/96x96/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/16x16/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/22x22/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/online_d.png %%DATADIR%%/themes/icons/faenza/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/48x48/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/64x64/online_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/away_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/invisible_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/not_available_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/offline_d.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online.png +%%DATADIR%%/themes/icons/faenza/protocols/xmpp/96x96/online_d.png %%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/GmailGoogleTalk.png %%DATADIR%%/themes/icons/faenza/protocols/xmpp/brand_name/256x256/facebook.png -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/away.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/away_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/invisible.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/invisible_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/not_available.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/not_available_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/offline.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/offline_d.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/online.svg -%%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg/online_d.svg -%%DATADIR%%/themes/icons/faenza/svg/application-exit.svg %%DATADIR%%/themes/icons/glass/16x16/dialog-information.png %%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-ltr.png %%DATADIR%%/themes/icons/glass/16x16/edit-clear-locationbar-rtl.png @@ -3659,6 +4055,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/glass/external_modules/32x32/xosd.png %%DATADIR%%/themes/icons/glass/kadu_icons/16x16/0.png %%DATADIR%%/themes/icons/glass/kadu_icons/16x16/about-kadu.png +%%DATADIR%%/themes/icons/glass/kadu_icons/16x16/composing.png %%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender0.png %%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender1.png %%DATADIR%%/themes/icons/glass/kadu_icons/16x16/gender2.png @@ -3679,6 +4076,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-color.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/change-status.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/clear-history.png +%%DATADIR%%/themes/icons/glass/kadu_icons/22x22/composing.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/conference.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/copy-personal-info.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/enable-notifications.png @@ -3697,13 +4095,16 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/show-offline-buddies.png %%DATADIR%%/themes/icons/glass/kadu_icons/22x22/tab-detach.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/32x32/composing.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/multilogon.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/plugins.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-kadu.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-notifications.png %%DATADIR%%/themes/icons/glass/kadu_icons/32x32/section-status.png %%DATADIR%%/themes/icons/glass/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/48x48/composing.png %%DATADIR%%/themes/icons/glass/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/glass/kadu_icons/64x64/composing.png %%DATADIR%%/themes/icons/glass/kadu_icons/64x64/kadu.png %%DATADIR%%/themes/icons/glass/kadu_icons/64x64/please-wait.gif %%DATADIR%%/themes/icons/glass/kadu_icons/64x64/transfer-receive.png @@ -3711,7 +4112,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy0.png %%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy1.png %%DATADIR%%/themes/icons/glass/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/glass/kadu_icons/svg/composing.svg +%%DATADIR%%/themes/icons/glass/kadu_icons/96x96/composing.png %%DATADIR%%/themes/icons/glass/protocols/common/128x128/message.png %%DATADIR%%/themes/icons/glass/protocols/common/22x22/message.png %%DATADIR%%/themes/icons/glass/protocols/common/22x22/message_anim.gif @@ -3756,127 +4157,663 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/not_available.png %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/offline.png %%DATADIR%%/themes/icons/glass/protocols/gadu-gadu/32x32/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/16x16/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/22x22/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/online_d.png %%DATADIR%%/themes/icons/glass/protocols/xmpp/32x32/xmpp.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/48x48/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/64x64/online_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/away_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/do_not_disturb_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/free_for_chat_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/invisible_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/not_available_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/offline_d.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online.png +%%DATADIR%%/themes/icons/glass/protocols/xmpp/96x96/online_d.png %%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png %%DATADIR%%/themes/icons/glass/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/away_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/do_not_disturb_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/free_for_chat_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/invisible_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/not_available_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/offline_d.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online.svg -%%DATADIR%%/themes/icons/glass/protocols/xmpp/svg/online_d.svg %%DATADIR%%/themes/icons/glass/protocols/xmpp/xmpp.png -%%DATADIR%%/themes/icons/oxygen/external_modules/128x128/weather-show-weather-few-clouds.png -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/execnotify.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mail-internet-mail.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-pause.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-play.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-playback-stop.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-backward.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer-media-skip-forward.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/mediaplayer.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-birthday.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/nextinfo-nameday.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-configure.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles-user.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/profiles.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/qt4notify.svg -%%DATADIR%%/themes/icons/oxygen/external_modules/svg/screenshot-camera-photo.svg +%%DATADIR%%/themes/icons/oxygen/16x16/application-exit.png +%%DATADIR%%/themes/icons/oxygen/16x16/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/16x16/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/16x16/contact-new.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/16x16/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/16x16/document-open.png +%%DATADIR%%/themes/icons/oxygen/16x16/document-send.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/16x16/edit-find.png +%%DATADIR%%/themes/icons/oxygen/16x16/face-smile.png +%%DATADIR%%/themes/icons/oxygen/16x16/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/16x16/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/16x16/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/16x16/go-jump.png +%%DATADIR%%/themes/icons/oxygen/16x16/go-next.png +%%DATADIR%%/themes/icons/oxygen/16x16/go-previous.png +%%DATADIR%%/themes/icons/oxygen/16x16/group-new.png +%%DATADIR%%/themes/icons/oxygen/16x16/help-contents.png +%%DATADIR%%/themes/icons/oxygen/16x16/image-loading.png +%%DATADIR%%/themes/icons/oxygen/16x16/insert-image.png +%%DATADIR%%/themes/icons/oxygen/16x16/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/16x16/list-add.png +%%DATADIR%%/themes/icons/oxygen/16x16/list-remove.png +%%DATADIR%%/themes/icons/oxygen/16x16/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/16x16/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/16x16/phone.png +%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/16x16/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/16x16/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/16x16/security-high.png +%%DATADIR%%/themes/icons/oxygen/16x16/security-low.png +%%DATADIR%%/themes/icons/oxygen/16x16/system-users.png +%%DATADIR%%/themes/icons/oxygen/16x16/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/16x16/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/22x22/application-exit.png +%%DATADIR%%/themes/icons/oxygen/22x22/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/22x22/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/22x22/contact-new.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/22x22/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/22x22/document-open.png +%%DATADIR%%/themes/icons/oxygen/22x22/document-send.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/22x22/edit-find.png +%%DATADIR%%/themes/icons/oxygen/22x22/face-smile.png +%%DATADIR%%/themes/icons/oxygen/22x22/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/22x22/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/22x22/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/22x22/go-jump.png +%%DATADIR%%/themes/icons/oxygen/22x22/go-next.png +%%DATADIR%%/themes/icons/oxygen/22x22/go-previous.png +%%DATADIR%%/themes/icons/oxygen/22x22/group-new.png +%%DATADIR%%/themes/icons/oxygen/22x22/help-contents.png +%%DATADIR%%/themes/icons/oxygen/22x22/image-loading.png +%%DATADIR%%/themes/icons/oxygen/22x22/insert-image.png +%%DATADIR%%/themes/icons/oxygen/22x22/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/22x22/list-add.png +%%DATADIR%%/themes/icons/oxygen/22x22/list-remove.png +%%DATADIR%%/themes/icons/oxygen/22x22/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/22x22/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/22x22/phone.png +%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/22x22/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/22x22/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/22x22/security-high.png +%%DATADIR%%/themes/icons/oxygen/22x22/security-low.png +%%DATADIR%%/themes/icons/oxygen/22x22/system-users.png +%%DATADIR%%/themes/icons/oxygen/22x22/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/22x22/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/32x32/application-exit.png +%%DATADIR%%/themes/icons/oxygen/32x32/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/32x32/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/32x32/contact-new.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/32x32/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/32x32/document-open.png +%%DATADIR%%/themes/icons/oxygen/32x32/document-send.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/32x32/edit-find.png +%%DATADIR%%/themes/icons/oxygen/32x32/face-smile.png +%%DATADIR%%/themes/icons/oxygen/32x32/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/32x32/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/32x32/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/32x32/go-jump.png +%%DATADIR%%/themes/icons/oxygen/32x32/go-next.png +%%DATADIR%%/themes/icons/oxygen/32x32/go-previous.png +%%DATADIR%%/themes/icons/oxygen/32x32/group-new.png +%%DATADIR%%/themes/icons/oxygen/32x32/help-contents.png +%%DATADIR%%/themes/icons/oxygen/32x32/image-loading.png +%%DATADIR%%/themes/icons/oxygen/32x32/insert-image.png +%%DATADIR%%/themes/icons/oxygen/32x32/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/32x32/list-add.png +%%DATADIR%%/themes/icons/oxygen/32x32/list-remove.png +%%DATADIR%%/themes/icons/oxygen/32x32/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/32x32/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/32x32/phone.png +%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/32x32/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/32x32/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/32x32/security-high.png +%%DATADIR%%/themes/icons/oxygen/32x32/security-low.png +%%DATADIR%%/themes/icons/oxygen/32x32/system-users.png +%%DATADIR%%/themes/icons/oxygen/32x32/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/32x32/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/48x48/application-exit.png +%%DATADIR%%/themes/icons/oxygen/48x48/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/48x48/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/48x48/contact-new.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/48x48/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/48x48/document-open.png +%%DATADIR%%/themes/icons/oxygen/48x48/document-send.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/48x48/edit-find.png +%%DATADIR%%/themes/icons/oxygen/48x48/face-smile.png +%%DATADIR%%/themes/icons/oxygen/48x48/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/48x48/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/48x48/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/48x48/go-jump.png +%%DATADIR%%/themes/icons/oxygen/48x48/go-next.png +%%DATADIR%%/themes/icons/oxygen/48x48/go-previous.png +%%DATADIR%%/themes/icons/oxygen/48x48/group-new.png +%%DATADIR%%/themes/icons/oxygen/48x48/help-contents.png +%%DATADIR%%/themes/icons/oxygen/48x48/image-loading.png +%%DATADIR%%/themes/icons/oxygen/48x48/insert-image.png +%%DATADIR%%/themes/icons/oxygen/48x48/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/48x48/list-add.png +%%DATADIR%%/themes/icons/oxygen/48x48/list-remove.png +%%DATADIR%%/themes/icons/oxygen/48x48/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/48x48/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/48x48/phone.png +%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/48x48/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/48x48/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/48x48/security-high.png +%%DATADIR%%/themes/icons/oxygen/48x48/security-low.png +%%DATADIR%%/themes/icons/oxygen/48x48/system-users.png +%%DATADIR%%/themes/icons/oxygen/48x48/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/48x48/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/64x64/application-exit.png +%%DATADIR%%/themes/icons/oxygen/64x64/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/64x64/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/64x64/contact-new.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/64x64/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/64x64/document-open.png +%%DATADIR%%/themes/icons/oxygen/64x64/document-send.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/64x64/edit-find.png +%%DATADIR%%/themes/icons/oxygen/64x64/face-smile.png +%%DATADIR%%/themes/icons/oxygen/64x64/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/64x64/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/64x64/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/64x64/go-jump.png +%%DATADIR%%/themes/icons/oxygen/64x64/go-next.png +%%DATADIR%%/themes/icons/oxygen/64x64/go-previous.png +%%DATADIR%%/themes/icons/oxygen/64x64/group-new.png +%%DATADIR%%/themes/icons/oxygen/64x64/help-contents.png +%%DATADIR%%/themes/icons/oxygen/64x64/image-loading.png +%%DATADIR%%/themes/icons/oxygen/64x64/insert-image.png +%%DATADIR%%/themes/icons/oxygen/64x64/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/64x64/list-add.png +%%DATADIR%%/themes/icons/oxygen/64x64/list-remove.png +%%DATADIR%%/themes/icons/oxygen/64x64/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/64x64/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/64x64/phone.png +%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/64x64/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/64x64/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/64x64/security-high.png +%%DATADIR%%/themes/icons/oxygen/64x64/security-low.png +%%DATADIR%%/themes/icons/oxygen/64x64/system-users.png +%%DATADIR%%/themes/icons/oxygen/64x64/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/64x64/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/96x96/application-exit.png +%%DATADIR%%/themes/icons/oxygen/96x96/audio-input-microphone.png +%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-high.png +%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-low.png +%%DATADIR%%/themes/icons/oxygen/96x96/audio-volume-muted.png +%%DATADIR%%/themes/icons/oxygen/96x96/contact-new.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-apply.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-cancel.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-error.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-information.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-ok.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-password.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-question.png +%%DATADIR%%/themes/icons/oxygen/96x96/dialog-warning.png +%%DATADIR%%/themes/icons/oxygen/96x96/document-open.png +%%DATADIR%%/themes/icons/oxygen/96x96/document-send.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-ltr.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear-locationbar-rtl.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-clear.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-copy.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-delete.png +%%DATADIR%%/themes/icons/oxygen/96x96/edit-find.png +%%DATADIR%%/themes/icons/oxygen/96x96/face-smile.png +%%DATADIR%%/themes/icons/oxygen/96x96/format-text-bold.png +%%DATADIR%%/themes/icons/oxygen/96x96/format-text-italic.png +%%DATADIR%%/themes/icons/oxygen/96x96/format-text-underline.png +%%DATADIR%%/themes/icons/oxygen/96x96/go-jump.png +%%DATADIR%%/themes/icons/oxygen/96x96/go-next.png +%%DATADIR%%/themes/icons/oxygen/96x96/go-previous.png +%%DATADIR%%/themes/icons/oxygen/96x96/group-new.png +%%DATADIR%%/themes/icons/oxygen/96x96/help-contents.png +%%DATADIR%%/themes/icons/oxygen/96x96/image-loading.png +%%DATADIR%%/themes/icons/oxygen/96x96/insert-image.png +%%DATADIR%%/themes/icons/oxygen/96x96/internet-group-chat.png +%%DATADIR%%/themes/icons/oxygen/96x96/list-add.png +%%DATADIR%%/themes/icons/oxygen/96x96/list-remove.png +%%DATADIR%%/themes/icons/oxygen/96x96/mail-attachment.png +%%DATADIR%%/themes/icons/oxygen/96x96/mail-message-new.png +%%DATADIR%%/themes/icons/oxygen/96x96/phone.png +%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-peripherals.png +%%DATADIR%%/themes/icons/oxygen/96x96/preferences-desktop-theme.png +%%DATADIR%%/themes/icons/oxygen/96x96/preferences-other.png +%%DATADIR%%/themes/icons/oxygen/96x96/security-high.png +%%DATADIR%%/themes/icons/oxygen/96x96/security-low.png +%%DATADIR%%/themes/icons/oxygen/96x96/system-users.png +%%DATADIR%%/themes/icons/oxygen/96x96/view-refresh.png +%%DATADIR%%/themes/icons/oxygen/96x96/x-office-address-book.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/16x16/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/22x22/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/32x32/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/48x48/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/64x64/screenshot-camera-photo.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/execnotify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mail-internet-mail.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-pause.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-play.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-playback-stop.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-backward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer-media-skip-forward.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/mediaplayer.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-birthday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/nextinfo-nameday.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-configure.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles-user.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/profiles.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/qt4notify.png +%%DATADIR%%/themes/icons/oxygen/external_modules/96x96/screenshot-camera-photo.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/0.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/about-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocked.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/blocking.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-color.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/enter.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender0.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender1.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/gender2.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/notify-led.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-online-and-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/only-show-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/please-wait.gif %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/plugins.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/report-a-bug.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-notifications.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/section-status.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-blocked-buddies.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-descriptions.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-information-panel.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/show-offline-buddies.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-closed.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/stylesheet-branch-open.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/tab-remove.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/16x16/use-proxy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocked.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/blocking.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/enter.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/notify-led.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-online-and-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/report-a-bug.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-notifications.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/section-status.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-information-panel.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/tab-remove.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/22x22/use-proxy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocked.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/blocking.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/enter.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/notify-led.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-online-and-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/only-show-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/plugins.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/report-a-bug.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-notifications.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/section-status.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-information-panel.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/tab-remove.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/32x32/use-proxy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocked.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/blocking.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/enter.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/notify-led.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-online-and-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/only-show-with-description.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/report-a-bug.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-notifications.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/section-status.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-information-panel.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/tab-remove.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/48x48/use-proxy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocked.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/blocking.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/change-status.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/enter.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/history.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/notify-led.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-online-and-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/only-show-with-description.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/please-wait.gif +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/report-a-bug.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-notifications.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/section-status.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-blocked-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-information-panel.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/show-offline-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/tab-remove.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-receive.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/transfer-send.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/64x64/use-proxy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/0.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/block-buddy.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy0.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy1.png %%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/buddy2.png -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/0.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/block-buddy.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/clear-history.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/composing.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/conference.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/copy-personal-info.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enable-notifications.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/enter.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/get-involved.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/history.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/merge-buddies.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/multilogon.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-about-buddy.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-hints.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/notify-led.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/report-a-bug.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/section-notifications.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/show-information-panel.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/support-us.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-detach.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/tab-remove.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/translate-kadu.svg -%%DATADIR%%/themes/icons/oxygen/kadu_icons/svg/use-proxy.svg +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/clear-history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/composing.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/conference.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/copy-personal-info.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enable-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/enter.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/get-involved.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/history.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/merge-buddies.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/multilogon.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-about-buddy.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-hints.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/notify-led.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/report-a-bug.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/section-notifications.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/show-information-panel.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/support-us.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-detach.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/tab-remove.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/translate-kadu.png +%%DATADIR%%/themes/icons/oxygen/kadu_icons/96x96/use-proxy.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/away_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/do_not_disturb.png @@ -3885,6 +4822,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/free_for_chat_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/message_anim.gif %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available.png %%DATADIR%%/themes/icons/oxygen/protocols/common/16x16/not_available_d.png @@ -3900,6 +4838,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/free_for_chat_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/message.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/not_available_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/22x22/offline.png @@ -3914,6 +4853,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/free_for_chat_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/message.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/not_available_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/32x32/offline.png @@ -3928,6 +4868,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/free_for_chat_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/message.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/not_available_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/48x48/offline.png @@ -3942,19 +4883,21 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/free_for_chat_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/invisible_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/message.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/not_available_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/offline_d.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online.png %%DATADIR%%/themes/icons/oxygen/protocols/common/64x64/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/common/svg/message.svg +%%DATADIR%%/themes/icons/oxygen/protocols/common/96x96/message.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/away_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/do_not_disturb_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/invisible_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/16x16/not_available.png @@ -3969,6 +4912,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/do_not_disturb_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/invisible_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/22x22/not_available.png @@ -3983,6 +4927,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/do_not_disturb_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/invisible_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/32x32/not_available.png @@ -3997,6 +4942,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/do_not_disturb_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/invisible_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/48x48/not_available.png @@ -4011,6 +4957,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/do_not_disturb_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/free_for_chat_d.png +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/invisible_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/not_available.png @@ -4019,7 +4966,7 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/offline_d.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online.png %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/64x64/online_d.png -%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg/gadu-gadu.svg +%%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/96x96/gadu-gadu.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/away_d.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/16x16/do_not_disturb.png @@ -4093,60 +5040,15 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/64x64/online_d.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/GmailGoogleTalk.png %%DATADIR%%/themes/icons/oxygen/protocols/xmpp/brand_name/16x16/facebook.png -%%DATADIR%%/themes/icons/oxygen/svg/application-exit.svg -%%DATADIR%%/themes/icons/oxygen/svg/audio-input-microphone.svg -%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-high.svg -%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-low.svg -%%DATADIR%%/themes/icons/oxygen/svg/audio-volume-muted.svg -%%DATADIR%%/themes/icons/oxygen/svg/contact-new.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-apply.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-cancel.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-error.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-information.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-ok.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-password.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-question.svg -%%DATADIR%%/themes/icons/oxygen/svg/dialog-warning.svg -%%DATADIR%%/themes/icons/oxygen/svg/document-open.svg -%%DATADIR%%/themes/icons/oxygen/svg/document-send.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-ltr.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-clear-locationbar-rtl.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-clear.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-copy.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-delete.svg -%%DATADIR%%/themes/icons/oxygen/svg/edit-find.svg -%%DATADIR%%/themes/icons/oxygen/svg/face-smile.svg -%%DATADIR%%/themes/icons/oxygen/svg/format-text-bold.svg -%%DATADIR%%/themes/icons/oxygen/svg/format-text-italic.svg -%%DATADIR%%/themes/icons/oxygen/svg/format-text-underline.svg -%%DATADIR%%/themes/icons/oxygen/svg/go-jump.svg -%%DATADIR%%/themes/icons/oxygen/svg/go-next.svg -%%DATADIR%%/themes/icons/oxygen/svg/go-previous.svg -%%DATADIR%%/themes/icons/oxygen/svg/group-new.svg -%%DATADIR%%/themes/icons/oxygen/svg/help-contents.svg -%%DATADIR%%/themes/icons/oxygen/svg/image-loading.svg -%%DATADIR%%/themes/icons/oxygen/svg/insert-image.svg -%%DATADIR%%/themes/icons/oxygen/svg/internet-group-chat.svg -%%DATADIR%%/themes/icons/oxygen/svg/list-add.svg -%%DATADIR%%/themes/icons/oxygen/svg/list-remove.svg -%%DATADIR%%/themes/icons/oxygen/svg/mail-attachment.svg -%%DATADIR%%/themes/icons/oxygen/svg/mail-message-new.svg -%%DATADIR%%/themes/icons/oxygen/svg/phone.svg -%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-peripherals.svg -%%DATADIR%%/themes/icons/oxygen/svg/preferences-desktop-theme.svg -%%DATADIR%%/themes/icons/oxygen/svg/preferences-other.svg -%%DATADIR%%/themes/icons/oxygen/svg/security-high.svg -%%DATADIR%%/themes/icons/oxygen/svg/security-low.svg -%%DATADIR%%/themes/icons/oxygen/svg/system-users.svg -%%DATADIR%%/themes/icons/oxygen/svg/view-refresh.svg -%%DATADIR%%/themes/icons/oxygen/svg/x-office-address-book.svg %%DATADIR%%/themes/sounds/default/msg.wav %%DATADIR%%/themes/sounds/default/sound.conf %%DATADIR%%/translations/cs.language %%DATADIR%%/translations/en.language +%%DATADIR%%/translations/es_MX.language %%DATADIR%%/translations/fr.language %%DATADIR%%/translations/kadu_cs.qm %%DATADIR%%/translations/kadu_en.qm +%%DATADIR%%/translations/kadu_es_MX.qm %%DATADIR%%/translations/kadu_fr.qm %%DATADIR%%/translations/kadu_pl.qm %%DATADIR%%/translations/kadu_tr.qm @@ -4166,42 +5068,49 @@ share/icons/hicolor/64x64/apps/kadu.png %%DATADIR%%/translations/qtxmlpatterns_cs.qm %%DATADIR%%/translations/qtxmlpatterns_pl.qm %%DATADIR%%/translations/tr.language -@dir %%DATADIR%%/plugins/data/tabs -@dir %%DATADIR%%/plugins/data/spellchecker -@dir %%DATADIR%%/plugins/data/speech -@dir %%DATADIR%%/plugins/data/sound -@dir %%DATADIR%%/plugins/data/single_window -@dir %%DATADIR%%/plugins/data/simpleview -@dir %%DATADIR%%/plugins/data/screenshot -@dir %%DATADIR%%/plugins/data/qt4_docking_notify -@dir %%DATADIR%%/plugins/data/qt4_docking -@dir %%DATADIR%%/plugins/data/profiles_import -@dir %%DATADIR%%/plugins/data/phonon_sound -@dir %%DATADIR%%/plugins/data/pcspeaker -@dir %%DATADIR%%/plugins/data/mpd_mediaplayer -@dir %%DATADIR%%/plugins/data/last_seen -@dir %%DATADIR%%/plugins/data/jabber_protocol -@dir %%DATADIR%%/plugins/data/imagelink -@dir %%DATADIR%%/plugins/data/idle -@dir %%DATADIR%%/plugins/data/history_migration -@dir %%DATADIR%%/plugins/data/history -@dir %%DATADIR%%/plugins/data/hints -@dir %%DATADIR%%/plugins/data/freedesktop_notify -@dir %%DATADIR%%/plugins/data/firewall -@dir %%DATADIR%%/plugins/data/filedesc -@dir %%DATADIR%%/plugins/data/falf_mediaplayer -@dir %%DATADIR%%/plugins/data/ext_sound -@dir %%DATADIR%%/plugins/data/exec_notify -@dir %%DATADIR%%/plugins/data/encryption_otr -@dir %%DATADIR%%/plugins/data/encryption_ng_simlite -@dir %%DATADIR%%/plugins/data/encryption_ng -@dir %%DATADIR%%/plugins/data/emoticons -@dir %%DATADIR%%/plugins/data/docking -@dir %%DATADIR%%/plugins/data/desktop_docking -@dir %%DATADIR%%/plugins/data/config_wizard -@dir %%DATADIR%%/plugins/data/chat_notify -@dir %%DATADIR%%/plugins/data/autostatus -@dir %%DATADIR%%/plugins/data/autoresponder -@dir %%DATADIR%%/plugins/data/autoaway @dir %%DATADIR%%/plugins/data/auto_hide -@dir %%DATADIR%%/plugins/data/amarok1_mediaplayer +@dir %%DATADIR%%/plugins/data/autoaway +@dir %%DATADIR%%/plugins/data/autoresponder +@dir %%DATADIR%%/plugins/data/autostatus +@dir %%DATADIR%%/plugins/data/chat_notify +@dir %%DATADIR%%/plugins/data/config_wizard +@dir %%DATADIR%%/plugins/data/docking_notify +@dir %%DATADIR%%/plugins/data/docking +@dir %%DATADIR%%/plugins/data/emoticons +@dir %%DATADIR%%/plugins/data/encryption_otr +@dir %%DATADIR%%/plugins/data/exec_notify +@dir %%DATADIR%%/plugins/data/ext_sound +@dir %%DATADIR%%/plugins/data/filedesc +@dir %%DATADIR%%/plugins/data/firewall +@dir %%DATADIR%%/plugins/data/freedesktop_notify +@dir %%DATADIR%%/plugins/data/hints +@dir %%DATADIR%%/plugins/data/history +@dir %%DATADIR%%/plugins/data/idle +@dir %%DATADIR%%/plugins/data/imagelink +@dir %%DATADIR%%/plugins/data/jabber_protocol +@dir %%DATADIR%%/plugins/data/last_seen +@dir %%DATADIR%%/plugins/data/mpd_mediaplayer +@dir %%DATADIR%%/plugins/data/pcspeaker +@dir %%DATADIR%%/plugins/data/screenshot +@dir %%DATADIR%%/plugins/data/simpleview +@dir %%DATADIR%%/plugins/data/single_window +@dir %%DATADIR%%/plugins/data/sound +@dir %%DATADIR%%/plugins/data/speech +@dir %%DATADIR%%/plugins/data/spellchecker +@dir %%DATADIR%%/plugins/data/tabs +@dir %%DATADIR%%/plugins/data/windows_integration +@dir %%DATADIR%%/themes/icons/default/kadu_icons/svg +@dir %%DATADIR%%/themes/icons/default/protocols/gadu-gadu/svg +@dir %%DATADIR%%/themes/icons/default/protocols/xmpp/svg +@dir %%DATADIR%%/themes/icons/faenza/kadu_icons/svg +@dir %%DATADIR%%/themes/icons/faenza/protocols/common/svg +@dir %%DATADIR%%/themes/icons/faenza/protocols/gadu-gadu/svg +@dir %%DATADIR%%/themes/icons/faenza/protocols/xmpp/svg +@dir %%DATADIR%%/themes/icons/faenza/svg +@dir %%DATADIR%%/themes/icons/glass/kadu_icons/svg +@dir %%DATADIR%%/themes/icons/glass/protocols/xmpp/svg +@dir %%DATADIR%%/themes/icons/oxygen/external_modules/svg +@dir %%DATADIR%%/themes/icons/oxygen/kadu_icons/svg +@dir %%DATADIR%%/themes/icons/oxygen/protocols/common/svg +@dir %%DATADIR%%/themes/icons/oxygen/protocols/gadu-gadu/svg +@dir %%DATADIR%%/themes/icons/oxygen/svg |