[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:17 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=31d3726

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

    Create new Delegates for different types of messages
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ActionDelegate.qml  | 8 ++++++++
 .../org.kde.ktp-chatplasmoid/contents/ui/IncomingDelegate.qml     | 5 +++++
 .../org.kde.ktp-chatplasmoid/contents/ui/OutgoingDelegate.qml     | 5 +++++
 3 files changed, 18 insertions(+)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ActionDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ActionDelegate.qml
new file mode 100644
index 0000000..7297e82
--- /dev/null
+++ b/plasmoid/org.kde.ktp-chatplasmoid/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/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/IncomingDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/IncomingDelegate.qml
new file mode 100644
index 0000000..dc16431
--- /dev/null
+++ b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/IncomingDelegate.qml
@@ -0,0 +1,5 @@
+import org.kde.plasma.core 0.1 as PlasmaCore
+
+TextDelegate {
+    textColor: theme.textColor
+}
\ No newline at end of file
diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/OutgoingDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/OutgoingDelegate.qml
new file mode 100644
index 0000000..4dd8165
--- /dev/null
+++ b/plasmoid/org.kde.ktp-chatplasmoid/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-text-ui packaging



More information about the pkg-kde-commits mailing list