[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:13:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=83f1a0a

The following commit has been merged in the master branch:
commit 83f1a0a18a6bcd1fb2af0274b91b95e9e81a28b0
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue Feb 14 11:25:43 2012 +1100

    Create new Delegates for different types of messages
---
 chat/org.kde.ktp-chat/contents/ui/ActionDelegate.qml   | 8 ++++++++
 chat/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml | 5 +++++
 2 files changed, 13 insertions(+)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ActionDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/ActionDelegate.qml
new file mode 100644
index 0000000..7297e82
--- /dev/null
+++ b/chat/org.kde.ktp-chat/contents/ui/ActionDelegate.qml
@@ -0,0 +1,8 @@
+import QtQuick 1.1
+import org.kde.plasma.components 0.1 as PlasmaComponents
+import org.kde.plasma.core 0.1 as PlasmaCore
+import org.kde.telepathy.chat 0.1
+
+PlasmaComponents.Label {
+    text: "<i>* " + model.user + " " + model.text + "</i>"
+}
\ No newline at end of file
diff --git a/chat/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml
new file mode 100644
index 0000000..4dd8165
--- /dev/null
+++ b/chat/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml
@@ -0,0 +1,5 @@
+import org.kde.plasma.core 0.1 as PlasmaCore
+
+TextDelegate {
+    textColor: theme.highlightColor
+}
\ No newline at end of file

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list