Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2016-08-29 14:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-common-internals.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-common-internals"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes    
    2016-07-15 12:43:16.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2016-08-29 14:45:27.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:26:16 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+-------------------------------------------------------------------
+Mon Aug  8 15:28:04 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  ktp-common-internals-16.04.3.tar.xz

New:
----
  ktp-common-internals-16.08.0.tar.xz

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

Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.ELUTdC/_old  2016-08-29 14:45:28.000000000 +0200
+++ /var/tmp/diff_new_pack.ELUTdC/_new  2016-08-29 14:45:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ktp-common-internals
-Version:        16.04.3
+Version:        16.08.0
 Release:        0
 Summary:        Telepathy common module
 License:        LGPL-2.1+

++++++ ktp-common-internals-16.04.3.tar.xz -> 
ktp-common-internals-16.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-16.04.3/CMakeLists.txt 
new/ktp-common-internals-16.08.0/CMakeLists.txt
--- old/ktp-common-internals-16.04.3/CMakeLists.txt     2016-07-02 
18:11:40.000000000 +0200
+++ new/ktp-common-internals-16.08.0/CMakeLists.txt     2016-08-10 
01:24:55.000000000 +0200
@@ -11,8 +11,8 @@
 
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "16")
-set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "0")
 
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 9) # SO 9 is for 15.08 release
@@ -90,6 +90,7 @@
                  -DQT_NO_KEYWORDS
                  -std=c++11
 )
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
 
 include_directories (
                      ${CMAKE_CURRENT_BINARY_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-16.04.3/KTp/Declarative/qml-plugins.cpp 
new/ktp-common-internals-16.08.0/KTp/Declarative/qml-plugins.cpp
--- old/ktp-common-internals-16.04.3/KTp/Declarative/qml-plugins.cpp    
2016-07-02 18:11:40.000000000 +0200
+++ new/ktp-common-internals-16.08.0/KTp/Declarative/qml-plugins.cpp    
2016-08-10 01:24:55.000000000 +0200
@@ -67,6 +67,7 @@
     qmlRegisterType<TelepathyManager>();
     qmlRegisterType<ConversationsModel>();
     qmlRegisterType<Tp::PendingChannelRequest>();
+    qmlRegisterType<Tp::PendingOperation>();
     qRegisterMetaType<Tp::Presence>();
     qRegisterMetaType<KTp::Presence>();
     qRegisterMetaType<Tp::AccountManagerPtr>();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-16.04.3/KTp/global-presence.cpp 
new/ktp-common-internals-16.08.0/KTp/global-presence.cpp
--- old/ktp-common-internals-16.04.3/KTp/global-presence.cpp    2016-07-02 
18:11:40.000000000 +0200
+++ new/ktp-common-internals-16.08.0/KTp/global-presence.cpp    2016-08-10 
01:24:55.000000000 +0200
@@ -323,7 +323,7 @@
 
 bool GlobalPresence::hasEnabledAccounts() const
 {
-    if (m_enabledAccounts->accounts().isEmpty()) {
+    if (m_enabledAccounts.isNull() || m_enabledAccounts->accounts().isEmpty()) 
{
         return false;
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-16.04.3/data/ktelepathy.notifyrc 
new/ktp-common-internals-16.08.0/data/ktelepathy.notifyrc
--- old/ktp-common-internals-16.04.3/data/ktelepathy.notifyrc   2016-07-02 
18:11:40.000000000 +0200
+++ new/ktp-common-internals-16.08.0/data/ktelepathy.notifyrc   2016-08-10 
01:24:55.000000000 +0200
@@ -734,7 +734,7 @@
 Comment[nb]=Det er mottatt en innkommende melding i det aktive pratevinduet
 Comment[nds]=En Naricht keem na't aktive Klöönfinster rin
 Comment[nl]=Er is een inkomend bericht ontvangen in het actieve gespreksvenster
-Comment[pl]=Nadeszła nowa wiadomość w oknie aktywnej rozmowy
+Comment[pl]=Pojawił się nowa wiadomość w oknie aktywnej rozmowy
 Comment[pt]=Foi recebida uma mensagem na janela de conversação activa
 Comment[pt_BR]=Chegou uma mensagem na janela de conversa ativa
 Comment[ro]=A fost recepționat un mesaj de intrare în fereastra de discuții 
activă
@@ -821,7 +821,7 @@
 Comment[nb]=En innkommende melding er mottatt i en gruppeprat
 Comment[nds]=En Naricht keem na en Koppelklöönsnack rin
 Comment[nl]=Er is een inkomend bericht ontvangen in een groepsgesprek
-Comment[pl]=Nadeszła nowa wiadomość w rozmowie grupowej
+Comment[pl]=Pojawiła się nowa wiadomość w rozmowie grupowej
 Comment[pt]=Foi recebida uma mensagem numa conversa em grupo
 Comment[pt_BR]=Chegou uma mensagem na conversa em grupo
 Comment[ro]=A fost recepționat un mesaj de intrare într-o discuție în grup
@@ -907,7 +907,7 @@
 Comment[nb]=Det er mottatt en innkommende melding i det aktive 
gruppe-pratevinduet
 Comment[nds]=En Naricht keem na't aktive Koppelklöönfinster rin
 Comment[nl]=Er is een inkomend bericht ontvangen in het actieve 
groepsgesprekvenster
-Comment[pl]=Nadeszła nowa wiadomość w oknie aktywnej rozmowie grupowej
+Comment[pl]=Pojawiła się nowa wiadomość w oknie aktywnej rozmowie grupowej
 Comment[pt]=Foi recebida uma mensagem na janela de conversação em grupo activa
 Comment[pt_BR]=Chegou uma mensagem na janela de conversa em grupo ativa
 Comment[ro]=A fost recepționat un mesaj de intrare în fereastra de discuții în 
grup activă
@@ -1048,7 +1048,7 @@
 Name[nb]=Framhev i gruppeprat
 Name[nds]=Binnen Koppelklöönsnack rutheven
 Name[nl]=Accentueren in groepsgesprek
-Name[pl]=Podświetl w rozmowie grupowej
+Name[pl]=Podświetlenie w rozmowie grupowej
 Name[pt]=Realçar na Conversa em Grupo
 Name[pt_BR]=Realçar na conversa em grupo
 Name[ro]=Evidențiază în discuții în grup
@@ -1088,7 +1088,7 @@
 Comment[nb]=En framhevet melding er mottatt i en gruppeprat
 Comment[nds]=En rutheevt Naricht keem na en Koppelklöönsnack rin
 Comment[nl]=Er is een geaccentueerd bericht ontvangen in een groepsgesprek
-Comment[pl]=Nadeszła podświetlona wiadomość w rozmowie grupowej
+Comment[pl]=Pojawiła się podświetlona wiadomość w rozmowie grupowej
 Comment[pt]=Foi recebida uma mensagem realçada numa conversa em grupo
 Comment[pt_BR]=Chegou uma mensagem com realce na conversa em grupo
 Comment[ru]=В групповом разговоре получено новое выделенное сообщение
@@ -1131,7 +1131,7 @@
 Name[nb]=Framhev i aktiv gruppeprat
 Name[nds]=Binnen aktiev Koppelklöönsnack rutheven
 Name[nl]=Accentueren in actief groepsgesprek
-Name[pl]=Podświetl w aktywnej rozmowie grupowej
+Name[pl]=Podświetlenie w aktywnej rozmowie grupowej
 Name[pt]=Realçar na Conversa em Grupo Activa
 Name[pt_BR]=Realçar na conversa em grupo ativo
 Name[ro]=Evidențiază în discuții în grup active
@@ -1171,7 +1171,7 @@
 Comment[nb]=En framhevet melding er mottatt i det aktive gruppeprat-vinduet
 Comment[nds]=En rutheevt Naricht keem na't aktive Koppelklöönfinster rin
 Comment[nl]=Er is een geaccentueerd bericht ontvangen in het actieve 
groepsgesprekvenster
-Comment[pl]=Nadeszła podświetlona wiadomość w oknie aktywnej rozmowy grupowej
+Comment[pl]=Pojawiła się podświetlona wiadomość w oknie aktywnej rozmowy 
grupowej
 Comment[pt]=Foi recebida uma mensagem realçada na janela da conversa em grupo 
activa
 Comment[pt_BR]=Chegou uma mensagem com realce na janela de conversa em grupo 
ativa
 Comment[ru]=В активном окне группового разговора получено новое выделенное 
сообщение
@@ -1357,7 +1357,7 @@
 Comment[nds]=En Deenstmellen keem rin (a.B. en Identifikatschoonanfraag).
 Comment[nl]=Er is een dienstmededeling (zoals een autorisatieverzoek) ontvangen
 Comment[pa]=ਸਰਵਿਸ ਸੁਨੇਹਾ ਮਿਲਿਆ ਹੈ (ਜਿਵੇਂ ਕਿ ਪ੍ਰਮਾਣਕਿਤਾ ਮੰਗ)
-Comment[pl]=Nadeszła wiadomość usługowa (np. żądanie uwierzytelnienia)
+Comment[pl]=Pojawiła się wiadomość usługowa (np. żądanie uwierzytelnienia)
 Comment[pt]=Foi recebida uma mensagem do serviço (p.ex., um pedido de 
autorização)
 Comment[pt_BR]=Chegou uma mensagem de serviço (p.ex. pedido de autorização)
 Comment[ro]=A fost recepționat un mesaj de serviciu (de ex. cerere de 
autorizare)
@@ -1452,7 +1452,7 @@
 Comment[nds]=En nieg Kortnaricht keem rin
 Comment[nl]=Er is een nieuw bericht (instant message) ontvangen
 Comment[pa]=ਇੱਕ ਨਵਾਂ ਤੁਰੰਤ ਸੁਨੇਹਾ ਪ੍ਰਾਪਤ ਹੋਇਆ
-Comment[pl]=Nadeszła nowa wiadomość z komunikatora internetowego
+Comment[pl]=Pojawiła się nowa wiadomość z komunikatora internetowego
 Comment[pt]=Foi recebida uma nova mensagem instantânea
 Comment[pt_BR]=Chegou uma nova mensagem instantânea
 Comment[ro]=A fost recepționat un mesaj instantaneu nou
@@ -1544,7 +1544,7 @@
 Comment[nb]=Det er mottatt en forespørsel om innkommende filoverføring
 Comment[nds]=Du hest en Verlööfnisanfraag för en ankamen Datei kregen.
 Comment[nl]=Er is een bericht ontvangen over een inkomende bestandsoverdracht
-Comment[pl]=Nadeszło żądanie przychodzącego przesyłania pliku
+Comment[pl]=Pojawiło się żądanie przychodzącego przesyłania pliku
 Comment[pt]=Foi recebido um pedido de transferência de ficheiro
 Comment[pt_BR]=Chegou uma solicitação de transferência de arquivo
 Comment[ro]=A fost recepționată o cerere de intrare pentru transfer de fișiere
@@ -1639,7 +1639,7 @@
 Comment[nds]=Du hest en Verlööfnisanfraag för en rinkamen Klang- oder 
Videoanroop kregen.
 Comment[nl]=Er is een verzoek binnengekomen over een geluids/video-verbinding
 Comment[pa]=ਇੱਕ ਆ ਰਹੀ ਆਡੀਓ/ਵਿਡੀਓ ਕਾਲ ਮੰਗ ਪ੍ਰਾਪਤ ਹੋਈ ਹੈ
-Comment[pl]=Nadeszło żądanie przychodzącego rozmowy audio/wideo
+Comment[pl]=Pojawiło się żądanie przychodzącego rozmowy audio/wideo
 Comment[pt]=Foi recebido um pedido de chamada de áudio/vídeo
 Comment[pt_BR]=Chegou uma solicitação de chamada de áudio/vídeo
 Comment[ro]=A fost recepționată o cerere de intrare pentru apel audio/video
@@ -1690,7 +1690,7 @@
 Name[nds]=Klöönstil-Installeeranfraag
 Name[nl]=Installatieverzoek van een Chat-stijl
 Name[pa]=ਗੱਲਬਾਤ-ਸਟਾਈਲ ਇੰਸਟਾਲ ਮੰਗ
-Name[pl]=Żądanie instalacji stylu czatu
+Name[pl]=Żądanie wgrania wyglądu okna rozmowy
 Name[pt]=Pedido de Instalação do Estilo de Conversação
 Name[pt_BR]=Pedido de instalação do estilo de conversa
 Name[ro]=Solicitare de instalare a stilului de discuție
@@ -1738,7 +1738,7 @@
 Name[nds]=Klöönstil mit Spood installeert
 Name[nl]=Chat-stijl met succes geïnstalleerd
 Name[pa]=ਗੱਲਬਾਤ-ਸਟਾਈਲ ਠੀਕ ਤਰ੍ਹਾਂ ਇੰਸਟਾਲ ਹੋ ਗਿਆ
-Name[pl]=Styl rozmowy został pomyślnie zainstalowany
+Name[pl]=Wygląd rozmowy został pomyślnie wgrany
 Name[pt]=Estilo de Conversação Instalado com Sucesso
 Name[pt_BR]=Estilo de conversa instalado com sucesso
 Name[ro]=Instalarea stilului pentru discuție a reușit
@@ -1785,7 +1785,7 @@
 Name[nb]=Chatstyle-installasjon mislyktes
 Name[nds]=Klöönstil-Installeren fehlslaan
 Name[nl]=Installatie een Chat-stijl is mislukt
-Name[pl]=Nieudana instalacja stylu rozmowy
+Name[pl]=Nie udało się wgranie wyglądu rozmowy
 Name[pt]=Instalação do Estilo de Conversação Mal-Sucedida
 Name[pt_BR]=Falha na instalação do estilo de conversa
 Name[ro]=Instalarea stilului pentru discuție a eșuat
@@ -1832,7 +1832,7 @@
 Name[nb]=Emoticonset installasjonsforespørsel
 Name[nds]=Snutensett-Installeeranfraag
 Name[nl]=Installatieverzoek voor een set emoticons
-Name[pl]=Żądanie instalacji zestawu emotikon
+Name[pl]=Żądanie wgrania zestawu emotikon
 Name[pt]=Pedido de Instalação do Conjunto de Ícones Emotivos
 Name[pt_BR]=Pedido de instalação de conjunto de emoticons
 Name[ro]=Solicitare de instalare a setului de zâmbăreți
@@ -1880,7 +1880,7 @@
 Name[nb]=Vellykket installert Emoticonset
 Name[nds]=Snutensett mit Spood installeert
 Name[nl]=Set emoticons met succes geïnstalleerd
-Name[pl]=Zestaw emotikon został pomyślnie zainstalowany
+Name[pl]=Zestaw emotikon został pomyślnie wgrany
 Name[pt]=Conjunto de Ícones Emotivos Instalado com Sucesso
 Name[pt_BR]=Conjunto de emoticons instalado com sucesso
 Name[ro]=Setul de zâmbăreți s-a instalat cu succes
@@ -1929,7 +1929,7 @@
 Name[nb]=Emoticonset-installasjon mislyktes
 Name[nds]=Snutensett-Installeren fehlslaan
 Name[nl]=Installatie van een set emoticons is mislukt
-Name[pl]=Nieudana instalacja zestawu emotikon
+Name[pl]=Nie udało się wgranie zestawu emotikon
 Name[pt]=A instalação do Conjunto de Ícones Emotivos foi mal-sucedida
 Name[pt_BR]=Falha na instalação do conjunto de emoticons
 Name[ro]=Instalarea setului de zâmbăreți a eșuat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-16.04.3/kpeople/actionsplugin/kpeople-actions-plugin.cpp
 
new/ktp-common-internals-16.08.0/kpeople/actionsplugin/kpeople-actions-plugin.cpp
--- 
old/ktp-common-internals-16.04.3/kpeople/actionsplugin/kpeople-actions-plugin.cpp
   2016-07-02 18:11:40.000000000 +0200
+++ 
new/ktp-common-internals-16.08.0/kpeople/actionsplugin/kpeople-actions-plugin.cpp
   2016-08-10 01:24:55.000000000 +0200
@@ -190,7 +190,7 @@
             QAction *action = new IMAction(i18nc("Context menu action; means 
'Bring your account online and then start a chat using %1 account'",
                                                  "Connect and Start Chat Using 
%1...", account->displayName()),
                                            
QIcon::fromTheme(QStringLiteral("text-x-generic")),
-                                           contactId,
+                                           QUrl(contactId),
                                            TextChannel,
                                            parent);
             action->setProperty("accountPath", accountPath);
@@ -254,7 +254,7 @@
 
     QAction *action = new IMAction(i18n("Previous Conversations..."),
                                    
QIcon::fromTheme(QStringLiteral("documentation")),
-                                   person.personUri(),
+                                   QUrl(person.personUri()),
                                    LogViewer,
                                    parent);
     connect(action, SIGNAL(triggered(bool)), SLOT(onActionTriggered()));
@@ -292,8 +292,8 @@
             KTp::Actions::openLogViewer(action->uri());
             break;
         case CollabEditing: {
-            const QUrl file = QFileDialog::getOpenFileName(Q_NULLPTR, 
i18n("Choose a file to edit with %1", contact->alias()),
-                                                           
QStringLiteral("kfiledialog:///CollabEditingLastDirectory"));
+            const QUrl file = 
QUrl::fromLocalFile(QFileDialog::getOpenFileName(Q_NULLPTR, i18n("Choose a file 
to edit with %1", contact->alias()),
+                                                           
QStringLiteral("kfiledialog:///CollabEditingLastDirectory")));
             KTp::Actions::startCollaborativeEditing(account, contact, 
QList<QUrl>() << file, true);
             break;
         }


Reply via email to