[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:19:04 UTC 2016


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

The following commit has been merged in the master branch:
commit e5b9fe57181cf73d4937478bc30a6223d8700d08
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Jun 14 03:50:17 2013 +0200

    Usability improvements in the ContactList
    
    Select all the filter input when the plasmoid is displayed. It's useful
    because you usually want to search for a different person.
    
    Also I enabled the clear button, I was reading through the docs and it's
    an easy thing to add.
    
    REVIEW: 111015
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index fd5d735..8f82f75 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -36,6 +36,7 @@ Item {
         }
 
         focus: true
+        clearButtonShown: true
 
         placeholderText: i18n("Search contacts...")
 
@@ -43,6 +44,8 @@ Item {
         Keys.onUpPressed: contactsList.decrementCurrentIndex();
         Keys.onReturnPressed: contactsList.currentItem.clicked();
 
+        onActiveFocusChanged: filterLineEdit.selectAll()
+
         Binding {
             target: contactsModel
             property: "globalFilterString"

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list