[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:18:56 UTC 2016


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

The following commit has been merged in the master branch:
commit 50f37781726c4b6486183044ca73b52b299ba521
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Wed Apr 10 22:41:31 2013 +0100

    Remove unused file
---
 .../contents/ui/ContactDisplayName.qml             | 63 ----------------------
 1 file changed, 63 deletions(-)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactDisplayName.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactDisplayName.qml
deleted file mode 100644
index fcec7a0..0000000
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactDisplayName.qml
+++ /dev/null
@@ -1,63 +0,0 @@
-/***************************************************************************
- *   Copyright (C) 2011 by Francesco Nwokeka <francesco.nwokeka at gmail.com> *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
-
-/*
-  This component is used ONLY by the contactlist in GRID view mode. It
-  displays basic contact info when a contact is hovered over.
-*/
-
-import QtQuick 1.1
-import org.kde.plasma.core 0.1 as PlasmaCore
-import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
-
-Item {
-    property string contactNickToShow;
-    property string contactPresenceMessage;
-
-    // get color from current plasma theme
-    property QtObject theme: PlasmaCore.Theme {}
-
-    PlasmaWidgets.Label {
-        id: idLabel;
-        text: contactNickToShow;
-        font.bold: true;
-        width: parent.width/2;
-
-        anchors {
-            left: parent.left;
-            verticalCenter: parent.verticalCenter;
-        }
-    }
-
-    Text {
-        id: presenceMessage;
-        text: contactPresenceMessage;
-        color: theme.textColor;
-
-        font.italic: true;
-        elide: Text.ElideRight;
-
-        anchors {
-            left: idLabel.right;
-            leftMargin: 2;
-            right: parent.right;
-            verticalCenter: parent.verticalCenter;
-        }
-    }
-}

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list