Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2015-10-03 20:24:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-desktop-applets (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-desktop-applets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-desktop-applets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-desktop-applets/ktp-desktop-applets.changes  
2015-07-14 17:42:10.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new/ktp-desktop-applets.changes 
    2015-10-03 20:24:43.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:44:05 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 07:10:35 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  ktp-desktop-applets-15.04.3.tar.xz

New:
----
  ktp-desktop-applets-15.08.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktp-desktop-applets.spec ++++++
--- /var/tmp/diff_new_pack.T3J2cZ/_old  2015-10-03 20:24:44.000000000 +0200
+++ /var/tmp/diff_new_pack.T3J2cZ/_new  2015-10-03 20:24:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ktp-desktop-applets
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        Telepathy presence applet
 License:        GPL-2.0+ and LGPL-2.1+

++++++ ktp-desktop-applets-15.04.3.tar.xz -> ktp-desktop-applets-15.08.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-15.04.3/CMakeLists.txt 
new/ktp-desktop-applets-15.08.1/CMakeLists.txt
--- old/ktp-desktop-applets-15.04.3/CMakeLists.txt      2015-06-22 
14:18:07.000000000 +0200
+++ new/ktp-desktop-applets-15.08.1/CMakeLists.txt      2015-09-10 
00:58:17.000000000 +0200
@@ -2,7 +2,12 @@
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(KTP_DESKTOP_APPLETS_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
+
+set(KTP_DESKTOP_APPLETS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.3/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
--- 
old/ktp-desktop-applets-15.04.3/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
  2015-06-22 14:18:07.000000000 +0200
+++ 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
  2015-09-10 00:58:17.000000000 +0200
@@ -58,6 +58,7 @@
     }
 
     function closeAllConversations() {
+        base.currentIndex = -1
         conversationsModel.closeAllConversations()
     }
 
@@ -92,14 +93,12 @@
             width: base.itemWidth
             height: base.itemHeight
             onClicked: {
-                telepathyManager.startChat(account, contact, 
"org.freedesktop.Telepathy.Client.KTp.chatPlasmoid")
+                telepathyManager.startChat(account, contact, 
"org.freedesktop.Telepathy.Client.KTp.ChatPlasmoid")
             }
             avatar: decoration
-            overlay: ExtraComponents.QIconItem {
-                    anchors.fill: parent
-                    anchors.margins: parent.width/3
-                    icon: presenceIcon
-                }
+            title: display
+            overlay: PlasmaCore.IconItem { source: "rating" }
+            presenceIcon: model.presenceIcon
             account: model.account
             contact: model.contact
         }
@@ -107,7 +106,6 @@
             sourceModel: KTp.PinnedContactsModel {
                 id: pinnedModel
                 conversations: conversationsModel
-                accountManager: telepathyManager.accountManager
 
                 Component.onCompleted: {
                     state = plasmoid.configuration.pinnedContacts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.3/chat/org.kde.ktp-chat/metadata.desktop.cmake 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.04.3/chat/org.kde.ktp-chat/metadata.desktop.cmake    
    2015-06-22 14:18:07.000000000 +0200
+++ 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/metadata.desktop.cmake    
    2015-09-10 00:58:17.000000000 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Quick Chat
+Name[ar]=محادثة سريعة
 Name[ast]=Charra rápida
 Name[bs]=Brzo ćaskanje
 Name[ca]=Xat ràpid
@@ -44,6 +45,7 @@
 Name[zh_CN]=快捷聊天
 Name[zh_TW]=快速聊天
 Comment=Simple chats from your workspace
+Comment[ar]=محادثات بسيطة من مساحة العمل
 Comment[ast]=Charres simples dende la to estaya de trabayu
 Comment[bs]=Prosta ćaskanja iz radnog prostora
 Comment[ca]=Xats normals des de l'espai de treball
@@ -51,7 +53,7 @@
 Comment[cs]=Jednoduché rozhovory z vaší pracovní plochy
 Comment[da]=Simple chats fra dit arbejdsområde
 Comment[de]=Einfache Chats von Ihrer Arbeitsfläche
-Comment[el]=Απλές συνομιλίες από το χώρο εργασίας σας
+Comment[el]=Απλές συνομιλίες από τον χώρο εργασίας σας
 Comment[en_GB]=Simple chats from your workspace
 Comment[es]=Charlas rápidas desde el espacio de trabajo
 Comment[et]=Lihtne vestlus otse töölaualt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.3/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
 
new/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
--- 
old/ktp-desktop-applets-15.04.3/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
     2015-06-22 14:18:07.000000000 +0200
+++ 
new/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
     2015-09-10 00:58:17.000000000 +0200
@@ -39,9 +39,34 @@
     }
 
     Column {
+        id: addAccountItem
+        anchors.centerIn: parent
+        width: parent.width
+        visible: !ktpPresence.hasEnabledAccounts
+
+        PlasmaComponents.Label {
+            anchors.left: parent.left
+            anchors.right: parent.right
+
+            text: i18n("It appears that you do not have any accounts 
configured");
+
+            wrapMode: Text.WordWrap
+            horizontalAlignment: Text.AlignHCenter
+        }
+
+        PlasmaComponents.Button {
+            id: addAccountItemButton
+            anchors.horizontalCenter: parent.horizontalCenter
+
+            text: i18n("Configure Now...")
+            onClicked: telepathyManager.showSettingsKCM();
+        }
+    }
+
+    Column {
         id: goOnlineItem
         anchors.centerIn: parent
-        visible: ktpPresence.presenceType == KTp.GlobalPresence.Offline
+        visible: ktpPresence.presenceType == KTp.GlobalPresence.Offline && 
ktpPresence.hasEnabledAccounts
 
         PlasmaCore.IconItem {
             anchors.horizontalCenter: parent.horizontalCenter
@@ -53,7 +78,7 @@
         PlasmaComponents.Button {
             id: goOnlineButton
 
-            text: i18n("Go online")
+            text: i18n("Go Online")
             onClicked: ktpPresence.setPresence(KTp.GlobalPresence.Available, 
"")
         }
     }
@@ -66,11 +91,11 @@
             top:parent.top
         }
 
-        visible: !goOnlineItem.visible
+        visible: !goOnlineItem.visible && !addAccountItem.visible
         focus: true
         clearButtonShown: true
 
-        placeholderText: i18n("Search contacts...")
+        placeholderText: i18n("Search Contacts...")
 
         Keys.onDownPressed: contactsList.incrementCurrentIndex();
         Keys.onUpPressed: contactsList.decrementCurrentIndex();
@@ -80,7 +105,7 @@
     }
 
     PlasmaExtras.ScrollArea {
-        visible: !goOnlineItem.visible
+        visible: !goOnlineItem.visible && !addAccountItem.visible
         anchors {
             top:filterLineEdit.bottom
             left:parent.left
@@ -107,7 +132,7 @@
                 height: root.delegateHeight
                 onClicked: {
                     plasmoid.expanded = false;
-                    telepathyManager.startChat(model.account, model.contact, 
"org.freedesktop.Telepathy.Client.KTp.chatPlasmoid");
+                    telepathyManager.startChat(model.account, model.contact, 
"org.freedesktop.Telepathy.Client.KTp.ChatPlasmoid");
                     filterLineEdit.text = "";
                 }
                 MouseArea {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.3/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
 
new/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.04.3/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-06-22 14:18:07.000000000 +0200
+++ 
new/ktp-desktop-applets-15.08.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-09-10 00:58:17.000000000 +0200
@@ -1,16 +1,20 @@
 [Desktop Entry]
 Name=Instant Messaging
+Name[ar]=التّراسل المباشر
 Name[ast]=Mensaxería nel intre
 Name[ca]=Missatgeria instantània
 Name[cs]=Instant Messaging
 Name[da]=Instant messaging
 Name[de]=Instant-Messaging
+Name[el]=Στιγμιαία μηνύματα
 Name[en_GB]=Instant Messaging
 Name[es]=Mensajería instantánea
 Name[fi]=Pikaviestintä
 Name[fr]=Messagerie instantanée
+Name[gl]=Mensaxaría instantánea
 Name[hu]=Azonnali üzenetküldés
 Name[it]=Messaggistica istantanea
+Name[ko]=인스턴트 메시징
 Name[nb]=Lynmelding
 Name[nl]=Instant Messaging
 Name[pl]=Komunikator internetowy
@@ -25,6 +29,7 @@
 Name[sr@ijekavianlatin]=Brzo glasništvo
 Name[sr@latin]=Brzo glasništvo
 Name[sv]=Direktmeddelande
+Name[tr]=Anında Mesajlaşma
 Name[uk]=Миттєвий обмін повідомленнями
 Name[x-test]=xxInstant Messagingxx
 Name[zh_CN]=即时通讯
@@ -35,12 +40,15 @@
 Comment[cs]=Zobrazuje vaši dostupnost a kontakty
 Comment[da]=Viser din tilstedeværelse og kontakter
 Comment[de]=Zeigt Ihre Anwesenheit und Kontakte
+Comment[el]=Εμφανίζει τις επαφές και την παρουσία σας
 Comment[en_GB]=Displays your presence and contacts
 Comment[es]=Muestra su estado y sus contactos
 Comment[fi]=Näyttää läsnäolon ja yhteystiedot
 Comment[fr]=Affiche votre présence et vos contacts
+Comment[gl]=Mostra a súa presenza e contactos.
 Comment[hu]=Megjeleníti a jelenlétét és partnereit
 Comment[it]=Mostra la tua presenza e i tuoi contatti
+Comment[ko]=온라인 상태와 대화 상대 표시
 Comment[nl]=Toont uw aanwezigheid en contactpersonen
 Comment[pl]=Wyświetla twoją dostępności i kontakty
 Comment[pt]=Mostra a sua presença e contactos
@@ -54,6 +62,7 @@
 Comment[sr@ijekavianlatin]=Prikaz vašeg prisustva i kontakata
 Comment[sr@latin]=Prikaz vašeg prisustva i kontakata
 Comment[sv]=Visar din närvaro och kontakter
+Comment[tr]=Kimliğini ve bağlantılarını görüntüler
 Comment[uk]=Показувати дані щодо вашої присутності та контактів
 Comment[x-test]=xxDisplays your presence and contactsxx
 Comment[zh_CN]=显示您的状态和联系人
@@ -66,6 +75,7 @@
 X-Plasma-MainScript=ui/main.qml
 X-Plasma-DefaultSize=200,300
 X-Plasma-NotificationArea=true
+X-Plasma-NotificationAreaCategory=Communications
 X-Plasma-DBusActivationService=org.freedesktop.Telepathy.MissionControl5
 
 X-KDE-PluginInfo-Name=org.kde.ktp-contactlist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.3/person/org.kde.person/metadata.desktop.cmake 
new/ktp-desktop-applets-15.08.1/person/org.kde.person/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.04.3/person/org.kde.person/metadata.desktop.cmake    
    2015-06-22 14:18:07.000000000 +0200
+++ 
new/ktp-desktop-applets-15.08.1/person/org.kde.person/metadata.desktop.cmake    
    2015-09-10 00:58:17.000000000 +0200
@@ -1,15 +1,19 @@
 [Desktop Entry]
 Name=Person
+Name[ar]=شخص
 Name[ast]=Persona
 Name[ca]=Persona
 Name[cs]=Osoba
 Name[da]=Person
 Name[de]=Person
+Name[el]=Πρόσωπο
 Name[en_GB]=Person
 Name[es]=Persona
 Name[fi]=Henkilö
 Name[fr]=Personne
+Name[gl]=Persoa
 Name[it]=Persona
+Name[ko]=사람
 Name[nl]=Persoon
 Name[pl]=Osoba
 Name[pt]=Pessoa
@@ -23,6 +27,7 @@
 Name[sr@ijekavianlatin]=Osoba
 Name[sr@latin]=Osoba
 Name[sv]=Person
+Name[tr]=Kişi
 Name[uk]=Особа
 Name[x-test]=xxPersonxx
 Name[zh_CN]=个人
@@ -33,11 +38,14 @@
 Comment[cs]=Usnadňuje přístup k osobám
 Comment[da]=Gør en person nemt tilgængelig
 Comment[de]=Ermöglicht den einfachen Zugriff auf eine Person
+Comment[el]=Καθιστά ένα πρόσωπο προσβάσιμο εύκολα
 Comment[en_GB]=Makes a person easily accessible
 Comment[es]=Hace a una persona fácilmente accesible
 Comment[fi]=Helppo pääsy henkilöön
 Comment[fr]=Rendre une personne facilement accessible
+Comment[gl]=Permite acceder facilmente a unha persoa.
 Comment[it]=Rende una persona facilmente accessibile
+Comment[ko]=특정 사람과 빠르게 대화합니다
 Comment[nl]=Maakt een persoon gemakkelijk toegankelijk
 Comment[pl]=Czyni osobę łatwo dostępną
 Comment[pt]=Torna uma pessoa facilmente acessível
@@ -51,6 +59,7 @@
 Comment[sr@ijekavianlatin]=Čini osobu lako dostupnom
 Comment[sr@latin]=Čini osobu lako dostupnom
 Comment[sv]=Gör en person lätt tillgänglig
+Comment[tr]=Bir kişiyi kolay erişilebilir yapar
 Comment[uk]=Спрощує доступ до особи
 Comment[x-test]=xxMakes a person easily accessiblexx
 Comment[zh_CN]=访问他人变得简单
@@ -63,6 +72,7 @@
 
 X-KDE-PluginInfo-Author=Aleix Pol Gonzalez
 X-KDE-PluginInfo-Email=aleix...@blue-systems.com
+X-KDE-PluginInfo-Name=person
 X-KDE-PluginInfo-Version=@KTP_DESKTOP_APPLETS_VERSION@
 X-KDE-PluginInfo-Website=http://plasma.kde.org/
 X-KDE-PluginInfo-Category=Utilities


Reply via email to