Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Scarlett Clark



On 04/15/2015 02:58 AM, Martin Klapetek wrote:
On Wed, Apr 15, 2015 at 9:44 AM, Scarlett Clark sgcl...@kubuntu.org 
mailto:sgcl...@kubuntu.org wrote:


Here is a list of mostly compile failures and other tid bits that
need to be
resolved by the respective developers. If you know the developer
of a project
and they are not on this list please forward this. All jobs can be
viewed at :
https://build-sandbox.kde.org/
Most of these are osx failures. If osx is not to be supported, I
need to know
that too. Questions - concerns - just ask.
Thanks,
Scarlett

ktp-common-internals -Linux compile failure breaks: ktp*


It's trying to build branch frameworks, which should not happen, 
everything

for ktp* is in master.

Where does it get the branch info from?
Cheers
--
Martin Klapetek | KDE Developer

kde-build-metadata/logical-module-structure

Scarlett

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 123367: Generate Q_PROPERTY entries out of KConfigSkeleton classes

2015-04-15 Thread Aleix Pol Gonzalez


 On April 15, 2015, 5:20 p.m., Albert Astals Cid wrote:
  properties that are read only should have CONSTANT in the Q_PROPERTY, no?

I wasn't sure. Checking the implementation I see that it's using a local 
variable rather than fetching the information from the configuration, so it's 
probably actually CONSTANT.


- Aleix


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123367/#review78971
---


On April 15, 2015, 5:11 p.m., Aleix Pol Gonzalez wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/123367/
 ---
 
 (Updated April 15, 2015, 5:11 p.m.)
 
 
 Review request for KDE Frameworks and Matthew Dawson.
 
 
 Repository: kconfig
 
 
 Description
 ---
 
 The generation of those classes makes it useful to have these being used 
 within C++ application. This change makes it possible to use these classes 
 from QML as well.
 
 For each variable, exposes the getter. In case there's a setter, it will add 
 a notify signal and the setter to the property.
 
 
 Diffs
 -
 
   autotests/kconfig_compiler/CMakeLists.txt 0cca605 
   autotests/kconfig_compiler/kconfigcompiler_test.cpp 43623ce 
   autotests/kconfig_compiler/test13.cpp.ref PRE-CREATION 
   autotests/kconfig_compiler/test13.h.ref PRE-CREATION 
   autotests/kconfig_compiler/test13.kcfg PRE-CREATION 
   autotests/kconfig_compiler/test13.kcfgc PRE-CREATION 
   autotests/kconfig_compiler/test13main.cpp PRE-CREATION 
   autotests/kconfig_compiler/test_signal.cpp.ref 58e73ef 
   autotests/kconfig_compiler/test_signal.h.ref 19b8b40 
   src/kconfig_compiler/kconfig_compiler.cpp 5aae340 
 
 Diff: https://git.reviewboard.kde.org/r/123367/diff/
 
 
 Testing
 ---
 
 KConfig tests still pass.
 
 
 Thanks,
 
 Aleix Pol Gonzalez
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 123367: Generate Q_PROPERTY entries out of KConfigSkeleton classes

2015-04-15 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123367/
---

(Updated April 15, 2015, 5:38 p.m.)


Review request for KDE Frameworks and Matthew Dawson.


Changes
---

Add attribute Q_PROPERTY(... CONSTANT)


Repository: kconfig


Description
---

The generation of those classes makes it useful to have these being used within 
C++ application. This change makes it possible to use these classes from QML as 
well.

For each variable, exposes the getter. In case there's a setter, it will add a 
notify signal and the setter to the property.


Diffs (updated)
-

  autotests/kconfig_compiler/CMakeLists.txt 0cca605 
  autotests/kconfig_compiler/kconfigcompiler_test.cpp 43623ce 
  autotests/kconfig_compiler/test13.cpp.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.h.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfg PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfgc PRE-CREATION 
  autotests/kconfig_compiler/test13main.cpp PRE-CREATION 
  autotests/kconfig_compiler/test_signal.cpp.ref 58e73ef 
  autotests/kconfig_compiler/test_signal.h.ref 19b8b40 
  src/kconfig_compiler/kconfig_compiler.cpp 5aae340 

Diff: https://git.reviewboard.kde.org/r/123367/diff/


Testing
---

KConfig tests still pass.


Thanks,

Aleix Pol Gonzalez

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 123367: Generate Q_PROPERTY entries out of KConfigSkeleton classes

2015-04-15 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123367/
---

Review request for KDE Frameworks and Matthew Dawson.


Repository: kconfig


Description
---

The generation of those classes makes it useful to have these being used within 
C++ application. This change makes it possible to use these classes from QML as 
well.

For each variable, exposes the getter. In case there's a setter, it will add a 
notify signal and the setter to the property.


Diffs
-

  autotests/kconfig_compiler/CMakeLists.txt 0cca605 
  autotests/kconfig_compiler/kconfigcompiler_test.cpp 43623ce 
  autotests/kconfig_compiler/test13.cpp.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.h.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfg PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfgc PRE-CREATION 
  autotests/kconfig_compiler/test13main.cpp PRE-CREATION 
  autotests/kconfig_compiler/test_signal.cpp.ref 58e73ef 
  autotests/kconfig_compiler/test_signal.h.ref 19b8b40 
  src/kconfig_compiler/kconfig_compiler.cpp 5aae340 

Diff: https://git.reviewboard.kde.org/r/123367/diff/


Testing
---

KConfig tests still pass.


Thanks,

Aleix Pol Gonzalez

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 123367: Generate Q_PROPERTY entries out of KConfigSkeleton classes

2015-04-15 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123367/
---

(Updated April 15, 2015, 5:11 p.m.)


Review request for KDE Frameworks and Matthew Dawson.


Changes
---

Don't generate a signal if there's no setter.


Repository: kconfig


Description
---

The generation of those classes makes it useful to have these being used within 
C++ application. This change makes it possible to use these classes from QML as 
well.

For each variable, exposes the getter. In case there's a setter, it will add a 
notify signal and the setter to the property.


Diffs (updated)
-

  autotests/kconfig_compiler/CMakeLists.txt 0cca605 
  autotests/kconfig_compiler/kconfigcompiler_test.cpp 43623ce 
  autotests/kconfig_compiler/test13.cpp.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.h.ref PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfg PRE-CREATION 
  autotests/kconfig_compiler/test13.kcfgc PRE-CREATION 
  autotests/kconfig_compiler/test13main.cpp PRE-CREATION 
  autotests/kconfig_compiler/test_signal.cpp.ref 58e73ef 
  autotests/kconfig_compiler/test_signal.h.ref 19b8b40 
  src/kconfig_compiler/kconfig_compiler.cpp 5aae340 

Diff: https://git.reviewboard.kde.org/r/123367/diff/


Testing
---

KConfig tests still pass.


Thanks,

Aleix Pol Gonzalez

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread jbm
On Wednesday 15 April 2015 00.44:14 Scarlett Clark wrote:
 Here is a list of mostly compile failures and other tid bits that need to be
 resolved by the respective developers. If you know the developer of a
 project and they are not on this list please forward this. All jobs can be
 viewed at : https://build-sandbox.kde.org/

 kdenlive osx - compile failure

I have fixed the reported compile error, thanks.

jb

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Gregor Mi

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/
---

(Updated April 15, 2015, 8:24 p.m.)


Review request for KDE Frameworks and Jeremy Whiting.


Changes
---

- KNEWSTUFF_EXPORT
- install to KNewStuff3 subdirectory


Repository: knewstuff


Description
---

Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
(knewstuff).

Example usages:
- dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
- kate's project addin: https://git.reviewboard.kde.org/r/122374/
- ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
that here the Not installed functionality is not used at all. But this 
use-case takes advantage of the built-in Configure menu feature.


Diffs (updated)
-

  docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
PRE-CREATION 
  src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
  src/kmoretools/kmoretools.h PRE-CREATION 
  src/kmoretools/kmoretools.cpp PRE-CREATION 
  src/kmoretools/kmoretools_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
  src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
  tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
  tests/kmoretools/1/a.desktop PRE-CREATION 
  tests/kmoretools/1/b.desktop PRE-CREATION 
  tests/kmoretools/1/c.desktop PRE-CREATION 
  tests/kmoretools/2/kate.desktop PRE-CREATION 
  tests/kmoretools/2/kate.png PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
  tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
  tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/122910/diff/


Testing
---


Thanks,

Gregor Mi

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Jeremy Whiting

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/#review78995
---

Ship it!


Ship It!

- Jeremy Whiting


On April 15, 2015, 2:24 p.m., Gregor Mi wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122910/
 ---
 
 (Updated April 15, 2015, 2:24 p.m.)
 
 
 Review request for KDE Frameworks and Jeremy Whiting.
 
 
 Repository: knewstuff
 
 
 Description
 ---
 
 Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
 (knewstuff).
 
 Example usages:
 - dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
 - kate's project addin: https://git.reviewboard.kde.org/r/122374/
 - ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
 that here the Not installed functionality is not used at all. But this 
 use-case takes advantage of the built-in Configure menu feature.
 
 
 Diffs
 -
 
   docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
 PRE-CREATION 
   src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
   src/kmoretools/kmoretools.h PRE-CREATION 
   src/kmoretools/kmoretools.cpp PRE-CREATION 
   src/kmoretools/kmoretools_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
   src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
   tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
   tests/kmoretools/1/a.desktop PRE-CREATION 
   tests/kmoretools/1/b.desktop PRE-CREATION 
   tests/kmoretools/1/c.desktop PRE-CREATION 
   tests/kmoretools/2/kate.desktop PRE-CREATION 
   tests/kmoretools/2/kate.png PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
   tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
   tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 
 
 Diff: https://git.reviewboard.kde.org/r/122910/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Gregor Mi
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Gregor Mi


 On April 15, 2015, 8:39 p.m., Jeremy Whiting wrote:
  Ship It!

 As KMoreTools is going to be part of KNewStuff it should be using 
 KNEWSTUFF_EXPORT not KSERVICE_EXPORT.

The install dir now looks like this: 
http://wstaw.org/m/2015/04/15/plasma-desktopVd2099.png I wonder if this ok to 
have a duplicate knewstuff_export.h? Or should the files go into the 
kns3/KNS3 subdirectory?


- Gregor


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/#review78995
---


On April 15, 2015, 8:24 p.m., Gregor Mi wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122910/
 ---
 
 (Updated April 15, 2015, 8:24 p.m.)
 
 
 Review request for KDE Frameworks and Jeremy Whiting.
 
 
 Repository: knewstuff
 
 
 Description
 ---
 
 Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
 (knewstuff).
 
 Example usages:
 - dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
 - kate's project addin: https://git.reviewboard.kde.org/r/122374/
 - ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
 that here the Not installed functionality is not used at all. But this 
 use-case takes advantage of the built-in Configure menu feature.
 
 
 Diffs
 -
 
   docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
 PRE-CREATION 
   src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
   src/kmoretools/kmoretools.h PRE-CREATION 
   src/kmoretools/kmoretools.cpp PRE-CREATION 
   src/kmoretools/kmoretools_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
   src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
   tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
   tests/kmoretools/1/a.desktop PRE-CREATION 
   tests/kmoretools/1/b.desktop PRE-CREATION 
   tests/kmoretools/1/c.desktop PRE-CREATION 
   tests/kmoretools/2/kate.desktop PRE-CREATION 
   tests/kmoretools/2/kate.png PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
   tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
   tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 
 
 Diff: https://git.reviewboard.kde.org/r/122910/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Gregor Mi
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 121265: Make modified flag work for KMainWindow::setCaption(QString, bool)

2015-04-15 Thread Friedrich W. H. Kossebau

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121265/
---

(Updated April 15, 2015, 8:22 nachm.)


Status
--

This change has been discarded.


Review request for KDE Frameworks.


Repository: kxmlgui


Description
---

The API dox of KMainWindow::setCaption(const QString caption, bool modified) 
claims that the flag modified specifies whether the document is modified. This 
displays an additional sign in the title bar, usually *.
See 
http://api.kde.org/frameworks-api/frameworks5-apidocs/kxmlgui/html/classKMainWindow.html#aa78364d5eeb1c1f5bd333c733378741d

Currently that is not true. Instead a warning is shown on the console:
QWidgetPrivate::setWindowModified_helper: QWidget::setWindowModified: The 
window title does not contain a '[*]' placeholder

When 'KDialog::setCaption(QString, bool)' was moved to 
'KMainWindow::setCaption(QString, bool)' for kf5, it was dumped that the old 
code also called ' makeStandardCaption(...)' which would add a custom 
[modified] string if the 'modified' flag was set. See 
http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/kdialog_8cpp_source.html#l00475

Now KMainWindow uses the 'windowModified' property of 'QWidget', and if doing 
so, the windowtitle needs a placeholder where to put the modified marker, by 
the form of [*]. See 
https://qt-project.org/doc/qt-5/qwidget.html#windowTitle-prop

This patch proposes to comply to the API and to add that placeholder, so the 
method behaves as expected. It does not use [modified] flag like the kde4libs 
variant of the code did, but by using the Qt placeholder perhaps can even 
integrate better into the platform (not sure if there is a hook yet).


Diffs
-

  src/kmainwindow.cpp 9562318 

Diff: https://git.reviewboard.kde.org/r/121265/diff/


Testing
---

Modified is now properly marked to Off or On in the window title, when 
'KMainWindow::setCaption(QString,bool)' is used. Tested with Okteta.


Thanks,

Friedrich W. H. Kossebau

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [Kde-pim] KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Daniel Vrátil

On 15.04.2015 09:44, Scarlett Clark wrote:
Here is a list of mostly compile failures and other tid bits that need 
to be
resolved by the respective developers. If you know the developer of a 
project
and they are not on this list please forward this. All jobs can be 
viewed at :

https://build-sandbox.kde.org/
Most of these are osx failures. If osx is not to be supported, I need 
to know

that too. Questions - concerns - just ask.
Thanks,
Scarlett

kdepimlibs - osx - compile failure breaks: kalarmcal, kdepim, 
kmailtransport


00:30:58 In file included from 
/Users/jenkins/builds/kdepimlibs/kf5-qt5/akonadi/src/core/exception.h:25:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/QByteArray:1:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qbytearray.h:37:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qrefcount.h:37:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qatomic.h:39:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qbasicatomic.h:58:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qatomic_x86.h:38:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qgenericatomic.h:38:
00:30:58 In file included from 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qtypeinfo.h:34:
00:30:58 
/opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qtypetraits.h:108:1: 
error: unknown type name 'QT_BEGIN_NAMESPACE'

00:30:58 QT_BEGIN_NAMESPACE

This looks like a problem with Qt 5 deployment on the CI? I know that it 
would imply all other tasks failing with the same error,

but I have no idea why this should compile on Linux and not on OSX.


kdepim seems to fail due to missing grantlee dependency. Of course even 
with grantlee available, kdepim won't build until we figure out what's 
wrong with kdepimlibs.


00:37:47 CMake Error at CMakeLists.txt:91 (find_package):
00:37:47   Could not find a package configuration file provided by 
Grantlee5

00:37:47   (requested version 5.0) with any of the following names:
00:37:47
00:37:47 Grantlee5Config.cmake
00:37:47 grantlee5-config.cmake


Also looks like kdepim-runtime kf5-qt5 is missing on the sanbox CI - 
could you please add it?


Thanks,
Dan





___
KDE PIM mailing list kde-...@kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


--
Daniel Vrátil
www.dvratil.cz | dvra...@kde.org
IRC: dvratil on Freenode (#kde, #kontact, #akonadi, #fedora-kde)

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 123376: Fix handling of mod-shift-number shortcuts.

2015-04-15 Thread Yuxuan Shui

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123376/
---

Review request for KDE Frameworks.


Bugs: 341959
https://bugs.kde.org/show_bug.cgi?id=341959


Repository: kglobalaccel


Description
---

For details, see discussion in corresponding bug report.


Diffs
-

  src/runtime/kglobalaccel_x11.cpp abee5bc 

Diff: https://git.reviewboard.kde.org/r/123376/diff/


Testing
---


Thanks,

Yuxuan Shui

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: knewstuff_stable_qt5 #18

2015-04-15 Thread KDE CI System
See http://build.kde.org/job/knewstuff_stable_qt5/18/changes

Changes:

[codestruct] Introduce KMoreTools

--
[...truncated 52 lines...]
 kcodecs - Branch master
 ki18n - Branch master
 kcoreaddons - Branch master
 kitemviews - Branch master
 solid - Branch master
 kiconthemes - Branch master
 kbookmarks - Branch master
 kcompletion - Branch master
 kxmlgui - Branch master
 polkit-qt-1 - Branch master
 kdoctools - Branch master
 karchive - Branch master
 phonon - Branch master
 kjobwidgets - Branch master
 dogtail - Branch master
 kwallet - Branch master
 kconfigwidgets - Branch master
 kio - Branch master
 cmake - Branch master
 kauth - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /home/jenkins/bin/cc
-- Check for working C compiler: /home/jenkins/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/jenkins/bin/c++
-- Check for working CXX compiler: /home/jenkins/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found Gettext: /usr/bin/msgmerge (found version 0.18.1) 
-- Found PythonInterp: /usr/bin/python (found version 2.7.3) 
CMake Warning (dev) at src/CMakeLists.txt:1 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run cmake --help-policy CMP0048 for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

PROJECT_VERSION
PROJECT_VERSION_MAJOR
PROJECT_VERSION_MINOR
PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- 
-- The following REQUIRED packages have been found:

 * ECM (required version = 5.9.0)
 * Qt5Core (required version = 5.3.2)
 * Qt5Gui (required version = 5.3.2)
 * Qt5Xml
 * KF5Archive (required version = 5.9.0)
 * KF5Completion (required version = 5.9.0)
 * KF5Config (required version = 5.9.0)
 * KF5CoreAddons (required version = 5.9.0)
 * Gettext
 * PythonInterp
 * KF5I18n (required version = 5.9.0)
 * KF5IconThemes (required version = 5.9.0)
 * KF5KIO (required version = 5.9.0)
 * KF5ItemViews (required version = 5.9.0)
 * KF5TextWidgets (required version = 5.9.0)
 * KF5WidgetsAddons (required version = 5.9.0)
 * KF5XmlGui (required version = 5.9.0)
 * KF5Attica (required version = 5.9.0) , A Qt library that implements the 
Open Collaboration Services API , https://projects.kde.org/attica
   Support for Get Hot New Stuff in KNewStuff
 * Qt5Test
   Required for unit tests
 * Qt5Widgets
 * Qt5 (required version = 5.2.0)

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

KDE4_BUILD_TESTS
LIB_SUFFIX
SIP_DEFAULT_SIP_DIR


-- Build files have been written to: 
http://build.kde.org/job/knewstuff_stable_qt5/ws/build

== Commencing the Build

Scanning dependencies of target KF5NewStuff_automoc
Scanning dependencies of target khotnewstuff_upload_automoc
Scanning dependencies of target knewstuffauthortest_automoc
Scanning dependencies of target knewstuffentrytest_automoc
Scanning dependencies of target khotnewstuff_automoc
Scanning dependencies of target kmoretoolstest_automoc
[  1%] [  3%] [  8%] [  8%] [  8%] [ 10%] Automatic moc for target KF5NewStuff
Automatic moc for target khotnewstuff
Automatic moc for target kmoretoolstest
Automatic moc for target knewstuffauthortest
Automatic moc for target khotnewstuff_upload
Automatic moc for target knewstuffentrytest
[ 10%] Built target khotnewstuff_automoc
[ 10%] Built target khotnewstuff_upload_automoc
Generating kmoretoolstest.moc
[ 10%] Built target kmoretoolstest_automoc
Generating knewstuffauthortest.moc
Generating moc_xmlloader_p.cpp
Generating knewstuffentrytest.moc
Generating moc_xmlloader_p.cpp
[ 10%] [ 10%] Built target knewstuffauthortest_automoc
Built target knewstuffentrytest_automoc
Scanning dependencies of target knewstuffauthortest
Scanning dependencies of target knewstuffentrytest
[ 12%] [ 14%] [ 15%] [ 17%] [ 19%] [ 

Build failed in Jenkins: knewstuff_master_qt5 #131

2015-04-15 Thread KDE CI System
See http://build.kde.org/job/knewstuff_master_qt5/131/changes

Changes:

[codestruct] Introduce KMoreTools

--
[...truncated 52 lines...]
 kguiaddons - Branch master
 kcodecs - Branch master
 ki18n - Branch master
 kcoreaddons - Branch master
 kitemviews - Branch master
 solid - Branch master
 dogtail - Branch master
 kbookmarks - Branch master
 qt5 - Branch 5.4.1
 kcompletion - Branch master
 kxmlgui - Branch master
 polkit-qt-1 - Branch master
 kdoctools - Branch master
 kiconthemes - Branch master
 kjobwidgets - Branch master
 kconfigwidgets - Branch master
 kio - Branch master
 cmake - Branch master
 kglobalaccel - Branch master
 kauth - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /home/jenkins/bin/cc
-- Check for working C compiler: /home/jenkins/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/jenkins/bin/c++
-- Check for working CXX compiler: /home/jenkins/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found Gettext: /usr/bin/msgmerge (found version 0.18.1) 
-- Found PythonInterp: /usr/bin/python (found version 2.7.3) 
CMake Warning (dev) at src/CMakeLists.txt:1 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run cmake --help-policy CMP0048 for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

PROJECT_VERSION
PROJECT_VERSION_MAJOR
PROJECT_VERSION_MINOR
PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- 
-- The following REQUIRED packages have been found:

 * ECM (required version = 5.9.0)
 * Qt5Core (required version = 5.4.1)
 * Qt5Gui (required version = 5.4.1)
 * Qt5Xml
 * KF5Archive (required version = 5.9.0)
 * KF5Completion (required version = 5.9.0)
 * KF5Config (required version = 5.9.0)
 * KF5CoreAddons (required version = 5.9.0)
 * Gettext
 * PythonInterp
 * KF5I18n (required version = 5.9.0)
 * KF5IconThemes (required version = 5.9.0)
 * KF5KIO (required version = 5.9.0)
 * KF5ItemViews (required version = 5.9.0)
 * KF5TextWidgets (required version = 5.9.0)
 * KF5WidgetsAddons (required version = 5.9.0)
 * KF5XmlGui (required version = 5.9.0)
 * KF5Attica (required version = 5.9.0) , A Qt library that implements the 
Open Collaboration Services API , https://projects.kde.org/attica
   Support for Get Hot New Stuff in KNewStuff
 * Qt5Test
   Required for unit tests
 * Qt5Widgets
 * Qt5 (required version = 5.2.0)

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

KDE4_BUILD_TESTS
LIB_SUFFIX
SIP_DEFAULT_SIP_DIR


-- Build files have been written to: 
http://build.kde.org/job/knewstuff_master_qt5/ws/build

== Commencing the Build

Scanning dependencies of target knewstuffentrytest_automoc
Scanning dependencies of target KF5NewStuff_automoc
Scanning dependencies of target khotnewstuff_automoc
Scanning dependencies of target knewstuffauthortest_automoc
Scanning dependencies of target kmoretoolstest_automoc
Scanning dependencies of target khotnewstuff_upload_automoc
[  1%] [  3%] [  5%] [  8%] [  8%] [ 10%] Automatic moc for target 
knewstuffentrytest
Automatic moc for target KF5NewStuff
Automatic moc for target khotnewstuff
Automatic moc for target knewstuffauthortest
Automatic moc for target khotnewstuff_upload
Automatic moc for target kmoretoolstest
[ 10%] [ 10%] Built target khotnewstuff_automoc
Built target khotnewstuff_upload_automoc
Generating kmoretoolstest.moc
[ 10%] Built target kmoretoolstest_automoc
Generating knewstuffentrytest.moc
Generating moc_xmlloader_p.cpp
Generating knewstuffauthortest.moc
Generating moc_xmlloader_p.cpp
[ 10%] [ 10%] Built target knewstuffentrytest_automoc
Built target knewstuffauthortest_automoc
Scanning dependencies of target knewstuffentrytest
Scanning dependencies of target knewstuffauthortest
[ 14%] [ 14%] [ 15%] [ 17%] [ 

Re: Review Request 123030: Let KHtml be useable w/o searching for private deps

2015-04-15 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123030/#review79013
---

Ship it!


Ship It!

- Aleix Pol Gonzalez


On March 18, 2015, 6:34 p.m., Hrvoje Senjan wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/123030/
 ---
 
 (Updated March 18, 2015, 6:34 p.m.)
 
 
 Review request for KDE Frameworks and Martin Tobias Holmedahl Sandsmark.
 
 
 Repository: khtml
 
 
 Description
 ---
 
 Only search for public deps in cmake config
 
 
 Diffs
 -
 
   KF5KHtmlConfig.cmake.in 74e822c 
 
 Diff: https://git.reviewboard.kde.org/r/123030/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Hrvoje Senjan
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 123030: Let KHtml be useable w/o searching for private deps

2015-04-15 Thread Martin Tobias Holmedahl Sandsmark

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123030/#review79011
---

Ship it!


not entirely sure what you mean with public dependencies, you mean implicit 
dependencies? otherwise it builds fine with the patch, and I think it makes 
sense. :-)

- Martin Tobias Holmedahl Sandsmark


On March 18, 2015, 5:34 p.m., Hrvoje Senjan wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/123030/
 ---
 
 (Updated March 18, 2015, 5:34 p.m.)
 
 
 Review request for KDE Frameworks and Martin Tobias Holmedahl Sandsmark.
 
 
 Repository: khtml
 
 
 Description
 ---
 
 Only search for public deps in cmake config
 
 
 Diffs
 -
 
   KF5KHtmlConfig.cmake.in 74e822c 
 
 Diff: https://git.reviewboard.kde.org/r/123030/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Hrvoje Senjan
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Jeremy Whiting


 On April 15, 2015, 2:39 p.m., Jeremy Whiting wrote:
  Ship It!
 
 Gregor Mi wrote:
  As KMoreTools is going to be part of KNewStuff it should be using 
 KNEWSTUFF_EXPORT not KSERVICE_EXPORT.
 
 The install dir now looks like this: 
 http://wstaw.org/m/2015/04/15/plasma-desktopVd2099.png I wonder if this ok to 
 have a duplicate knewstuff_export.h? Or should the files go into the 
 kns3/KNS3 subdirectory?

Good point, using one knewstuff_export.h file would be ideal indeed.


- Jeremy


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/#review78995
---


On April 15, 2015, 2:24 p.m., Gregor Mi wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122910/
 ---
 
 (Updated April 15, 2015, 2:24 p.m.)
 
 
 Review request for KDE Frameworks and Jeremy Whiting.
 
 
 Repository: knewstuff
 
 
 Description
 ---
 
 Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
 (knewstuff).
 
 Example usages:
 - dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
 - kate's project addin: https://git.reviewboard.kde.org/r/122374/
 - ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
 that here the Not installed functionality is not used at all. But this 
 use-case takes advantage of the built-in Configure menu feature.
 
 
 Diffs
 -
 
   docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
   docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
 PRE-CREATION 
   src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
   src/kmoretools/kmoretools.h PRE-CREATION 
   src/kmoretools/kmoretools.cpp PRE-CREATION 
   src/kmoretools/kmoretools_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
   src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
   src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
   tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
   tests/kmoretools/1/a.desktop PRE-CREATION 
   tests/kmoretools/1/b.desktop PRE-CREATION 
   tests/kmoretools/1/c.desktop PRE-CREATION 
   tests/kmoretools/2/kate.desktop PRE-CREATION 
   tests/kmoretools/2/kate.png PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
   tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
   tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
   tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 
 
 Diff: https://git.reviewboard.kde.org/r/122910/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Gregor Mi
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Gregor Mi

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/
---

(Updated April 15, 2015, 9:11 p.m.)


Review request for KDE Frameworks and Jeremy Whiting.


Changes
---

move to KNS3


Repository: knewstuff


Description
---

Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
(knewstuff).

Example usages:
- dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
- kate's project addin: https://git.reviewboard.kde.org/r/122374/
- ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
that here the Not installed functionality is not used at all. But this 
use-case takes advantage of the built-in Configure menu feature.


Diffs (updated)
-

  docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
PRE-CREATION 
  src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
  src/kmoretools/kmoretools.h PRE-CREATION 
  src/kmoretools/kmoretools.cpp PRE-CREATION 
  src/kmoretools/kmoretools_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
  src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
  tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
  tests/kmoretools/1/a.desktop PRE-CREATION 
  tests/kmoretools/1/b.desktop PRE-CREATION 
  tests/kmoretools/1/c.desktop PRE-CREATION 
  tests/kmoretools/2/kate.desktop PRE-CREATION 
  tests/kmoretools/2/kate.png PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
  tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
  tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/122910/diff/


Testing
---


Thanks,

Gregor Mi

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122910: Introduce KMoreTools

2015-04-15 Thread Gregor Mi

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122910/
---

(Updated April 15, 2015, 9:21 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks and Jeremy Whiting.


Changes
---

Submitted with commit b87e1772ee39c7edc002636a8ae35e09047308e4 by Gregor Mi to 
branch master.


Repository: knewstuff


Description
---

Moved from kservice (https://git.reviewboard.kde.org/r/122576/) to here 
(knewstuff).

Example usages:
- dolphin's SpaceInfoToolsMenu: https://git.reviewboard.kde.org/r/122911/
- kate's project addin: https://git.reviewboard.kde.org/r/122374/
- ksnapshot's SendTo menu: https://git.reviewboard.kde.org/r/123342/ - Note, 
that here the Not installed functionality is not used at all. But this 
use-case takes advantage of the built-in Configure menu feature.


Diffs
-

  docs/pics/kmoretools-kate-project-1-all-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-2-two-not-installed.png PRE-CREATION 
  docs/pics/kmoretools-kate-project-3-config-dialog-all-installed.png 
PRE-CREATION 
  src/CMakeLists.txt 3b9a403eb473e0c3760506b2757c71d603b99775 
  src/kmoretools/kmoretools.h PRE-CREATION 
  src/kmoretools/kmoretools.cpp PRE-CREATION 
  src/kmoretools/kmoretools_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.h PRE-CREATION 
  src/kmoretools/kmoretoolsconfigdialog_p.cpp PRE-CREATION 
  src/kmoretools/ui/kmoretoolsconfigwidget.ui PRE-CREATION 
  tests/CMakeLists.txt 103c5fc98deaf83288b843cc66a87f2d95ad9dfb 
  tests/kmoretools/1/a.desktop PRE-CREATION 
  tests/kmoretools/1/b.desktop PRE-CREATION 
  tests/kmoretools/1/c.desktop PRE-CREATION 
  tests/kmoretools/2/kate.desktop PRE-CREATION 
  tests/kmoretools/2/kate.png PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.desktop PRE-CREATION 
  tests/kmoretools/2/mynotinstalledapp.png PRE-CREATION 
  tests/kmoretools/2/mynotinstapp2.desktop PRE-CREATION 
  tests/kmoretools/kmoretoolstest.cpp PRE-CREATION 

Diff: https://git.reviewboard.kde.org/r/122910/diff/


Testing
---


Thanks,

Gregor Mi

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: [Kde-pim] KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Scarlett Clark
On Wednesday, April 15, 2015 09:17:22 PM Daniel Vrátil wrote:
 On 15.04.2015 09:44, Scarlett Clark wrote:
  Here is a list of mostly compile failures and other tid bits that need
  to be
  resolved by the respective developers. If you know the developer of a
  project
  and they are not on this list please forward this. All jobs can be
  viewed at :
  https://build-sandbox.kde.org/
  Most of these are osx failures. If osx is not to be supported, I need
  to know
  that too. Questions - concerns - just ask.
  Thanks,
  Scarlett
  
  kdepimlibs - osx - compile failure breaks: kalarmcal, kdepim,
  kmailtransport
 
 00:30:58 In file included from
 /Users/jenkins/builds/kdepimlibs/kf5-qt5/akonadi/src/core/exception.h:25:
 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/QByt
 eArray:1: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qbyt
 earray.h:37: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qref
 count.h:37: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qato
 mic.h:39: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qbas
 icatomic.h:58: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qato
 mic_x86.h:38: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qgen
 ericatomic.h:38: 00:30:58 In file included from
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qtyp
 einfo.h:34: 00:30:58
 /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qtyp
 etraits.h:108:1: error: unknown type name 'QT_BEGIN_NAMESPACE'
 00:30:58 QT_BEGIN_NAMESPACE
 
 This looks like a problem with Qt 5 deployment on the CI? I know that it
 would imply all other tasks failing with the same error,
 but I have no idea why this should compile on Linux and not on OSX.
Forgive my ignorance,  but wouldn't this error popup all over if it was a QT 
problem? We have many successful builds...
But alas it is not out of the realm of possibilities, as both of our OSX 
slaves are unreliable with disconnects. That however, is not in my control.

 
 
 kdepim seems to fail due to missing grantlee dependency. Of course even
 with grantlee available, kdepim won't build until we figure out what's
 wrong with kdepimlibs.
 
 00:37:47 CMake Error at CMakeLists.txt:91 (find_package):
 00:37:47   Could not find a package configuration file provided by
 Grantlee5
 00:37:47   (requested version 5.0) with any of the following names:
 00:37:47
 00:37:47 Grantlee5Config.cmake
 00:37:47 grantlee5-config.cmake
Done
 
 
 Also looks like kdepim-runtime kf5-qt5 is missing on the sanbox CI -
 could you please add it?
Done.
 
 Thanks,
 Dan
Thank you for the help.
Scarlett

 
  ___
  KDE PIM mailing list kde-...@kde.org
  https://mail.kde.org/mailman/listinfo/kde-pim
  KDE PIM home page at http://pim.kde.org/

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Scarlett Clark
Here is a list of mostly compile failures and other tid bits that need to be 
resolved by the respective developers. If you know the developer of a project 
and they are not on this list please forward this. All jobs can be viewed at : 
https://build-sandbox.kde.org/
Most of these are osx failures. If osx is not to be supported, I need to know 
that too. Questions - concerns - just ask.
Thanks,
Scarlett


apper - kf5 does not appear to be complete. Nothing to deploy.

qt-gstreamer/libaccount-qt - osx - can't find gstreamer and glib2 and 
pkgconfig breaks: analitza, artikulate,kaccounts-integration,
ktp*, kalgebra, 

step - needs eigen3 3.2.2 (has to be  backported to utopic)

choqok - qoauth installs to lib64 and choqok can't find them.

libkface - opencv2/core/internal.hpp: No such file or directory breaks digikam

calligra - All - compile fail.

kcachegrind - osx - compile failure

qca broken osx - breaks: kdeconnect-kde,ksirk

kdenlive osx - compile failure

kdepimlibs - osx - compile failure breaks: kalarmcal, kdepim, kmailtransport

kdeplasma-addons - osx - compile failure

kdevplatform - osx - compile failure - breaks kdevelop*, plasma-sdk

kgamma - osx - missing Qt5X11ExtrasConfig.cmake not sure this would be 
available in osx?

kget - all - wants qca and kf5gpgmepp - pulled in as deps and not found.

khotkeys,powerdevil - osx - baloo not supported? remove dep on milou?

kio-mtp - osx - package 'libmtp' not found

kmenuedit - osx - needs libkscreen - disabled by Marko - reason?

kmix - osx - compile failure

knights - all - compile failure - depends on kspeech needs changed to qtspeech 
for kf5.

konversation - osx - compile failure

kstars - osx - missing Eigen3

ktp-common-internals -Linux compile failure breaks: ktp*

libechonest - all - qjson depend and qt5 has its own internal json now

marble - all - fails at configure - can't get it to find phonon - 
(qextserialport - need help(this is an external depend and it installs into 
strange places) but all these claim to be optional so it should at least build 
without features - but will not proceed to build. Breaks: libkgeomap

libksysguard - osx - compile failure

libringclient - all - compile failure

partitionmanager - osx - need help satisfying the depends (Marko?)

purpose: CMake Error at src/plugins/CMakeLists.txt:17 (add_subdirectory):
   add_subdirectory given source kdeconnect which is not an existing
   directory.
I tried to add kdeconnect as depend and that did not seem to help, not sure 
what it wants here. breaks: kamoso

pyqt5 - linux - needs sip 4.16.4 (needs backport to utopic)

sddm-kcm - osx - Qt5X11ExtrasConfig.cmake (not sure sddm would even be useful 
on osx)

skanlite - all - wants a framework KF5Sane (does this exist?)

tellico - compile failure

wacomtablet - configure incomplete - xinput does not exist on debian/ubuntu


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Sebastian Kügler
Hi Scarlett,

On Wednesday, April 15, 2015 00:44:14 Scarlett Clark wrote:
 Here is a list of mostly compile failures and other tid bits that need to be
 resolved by the respective developers. If you know the developer of a
 project and they are not on this list please forward this. All jobs can be
 viewed at : https://build-sandbox.kde.org/
 Most of these are osx failures. If osx is not to be supported, I need to
 know that too. Questions - concerns - just ask.
 Thanks,
 Scarlett

 kdeplasma-addons - osx - compile failure

Should be fixed with ec2992a97b905c8.

Thanks for the note!
-- 
sebas

Sebastian Kügler|http://vizZzion.org| http://kde.org

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Ben Cooksley
On Wed, Apr 15, 2015 at 9:58 PM, Martin Klapetek
martin.klape...@gmail.com wrote:
 On Wed, Apr 15, 2015 at 9:44 AM, Scarlett Clark sgcl...@kubuntu.org wrote:

 Here is a list of mostly compile failures and other tid bits that need to
 be
 resolved by the respective developers. If you know the developer of a
 project
 and they are not on this list please forward this. All jobs can be viewed
 at :
 https://build-sandbox.kde.org/
 Most of these are osx failures. If osx is not to be supported, I need to
 know
 that too. Questions - concerns - just ask.
 Thanks,
 Scarlett

 ktp-common-internals -Linux compile failure breaks: ktp*


 It's trying to build branch frameworks, which should not happen, everything
 for ktp* is in master.

 Where does it get the branch info from?

kde-build-metadata.

Cheers,
Ben



 Cheers

 --
 Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Martin Klapetek
On Wed, Apr 15, 2015 at 9:44 AM, Scarlett Clark sgcl...@kubuntu.org wrote:

 Here is a list of mostly compile failures and other tid bits that need to
 be
 resolved by the respective developers. If you know the developer of a
 project
 and they are not on this list please forward this. All jobs can be viewed
 at :
 https://build-sandbox.kde.org/
 Most of these are osx failures. If osx is not to be supported, I need to
 know
 that too. Questions - concerns - just ask.
 Thanks,
 Scarlett

 ktp-common-internals -Linux compile failure breaks: ktp*


It's trying to build branch frameworks, which should not happen, everything
for ktp* is in master.

Where does it get the branch info from?


Cheers

-- 
Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Martin Klapetek
On Wed, Apr 15, 2015 at 12:02 PM, Ben Cooksley bcooks...@kde.org wrote:

 On Wed, Apr 15, 2015 at 9:58 PM, Martin Klapetek
 martin.klape...@gmail.com wrote:
  On Wed, Apr 15, 2015 at 9:44 AM, Scarlett Clark sgcl...@kubuntu.org
 wrote:
 
  Here is a list of mostly compile failures and other tid bits that need
 to
  be
  resolved by the respective developers. If you know the developer of a
  project
  and they are not on this list please forward this. All jobs can be
 viewed
  at :
  https://build-sandbox.kde.org/
  Most of these are osx failures. If osx is not to be supported, I need to
  know
  that too. Questions - concerns - just ask.
  Thanks,
  Scarlett
 
  ktp-common-internals -Linux compile failure breaks: ktp*
 
 
  It's trying to build branch frameworks, which should not happen,
 everything
  for ktp* is in master.
 
  Where does it get the branch info from?

 kde-build-metadata.


The logical-module-structure? Must be old or something,
I've changed it back in February to use master, see

http://quickgit.kde.org/?p=kde-build-metadata.gita=commith=6494c5f8466d32e53a189c66fc071c91ac08062c

Cheers
-- 
Martin Klapetek | KDE Developer
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KF5-QT5 branchgroup - jobs that need developeer attention

2015-04-15 Thread Aleix Pol
On Wed, Apr 15, 2015 at 9:44 AM, Scarlett Clark sgcl...@kubuntu.org wrote:
 Here is a list of mostly compile failures and other tid bits that need to be
 resolved by the respective developers. If you know the developer of a project
 and they are not on this list please forward this. All jobs can be viewed at :
 https://build-sandbox.kde.org/
 Most of these are osx failures. If osx is not to be supported, I need to know
 that too. Questions - concerns - just ask.
 Thanks,
 Scarlett


 apper - kf5 does not appear to be complete. Nothing to deploy.

 qt-gstreamer/libaccount-qt - osx - can't find gstreamer and glib2 and
 pkgconfig breaks: analitza, artikulate,kaccounts-integration,
 ktp*, kalgebra,

 step - needs eigen3 3.2.2 (has to be  backported to utopic)

 choqok - qoauth installs to lib64 and choqok can't find them.

 libkface - opencv2/core/internal.hpp: No such file or directory breaks digikam

 calligra - All - compile fail.

 kcachegrind - osx - compile failure

 qca broken osx - breaks: kdeconnect-kde,ksirk

 kdenlive osx - compile failure

 kdepimlibs - osx - compile failure breaks: kalarmcal, kdepim, kmailtransport

 kdeplasma-addons - osx - compile failure

 kdevplatform - osx - compile failure - breaks kdevelop*, plasma-sdk

 kgamma - osx - missing Qt5X11ExtrasConfig.cmake not sure this would be
 available in osx?

 kget - all - wants qca and kf5gpgmepp - pulled in as deps and not found.

 khotkeys,powerdevil - osx - baloo not supported? remove dep on milou?

 kio-mtp - osx - package 'libmtp' not found

 kmenuedit - osx - needs libkscreen - disabled by Marko - reason?

 kmix - osx - compile failure

 knights - all - compile failure - depends on kspeech needs changed to qtspeech
 for kf5.

 konversation - osx - compile failure

 kstars - osx - missing Eigen3

 ktp-common-internals -Linux compile failure breaks: ktp*

 libechonest - all - qjson depend and qt5 has its own internal json now

 marble - all - fails at configure - can't get it to find phonon -
 (qextserialport - need help(this is an external depend and it installs into
 strange places) but all these claim to be optional so it should at least build
 without features - but will not proceed to build. Breaks: libkgeomap

 libksysguard - osx - compile failure

 libringclient - all - compile failure

 partitionmanager - osx - need help satisfying the depends (Marko?)

 purpose: CMake Error at src/plugins/CMakeLists.txt:17 (add_subdirectory):
add_subdirectory given source kdeconnect which is not an existing
directory.
 I tried to add kdeconnect as depend and that did not seem to help, not sure
 what it wants here. breaks: kamoso
Should be fixed, my bad.


 pyqt5 - linux - needs sip 4.16.4 (needs backport to utopic)

 sddm-kcm - osx - Qt5X11ExtrasConfig.cmake (not sure sddm would even be useful
 on osx)

 skanlite - all - wants a framework KF5Sane (does this exist?)
Yes it does:
http://quickgit.kde.org/?p=libksane.git


 tellico - compile failure

 wacomtablet - configure incomplete - xinput does not exist on debian/ubuntu



Regarding build/test failures, I guess we'll get to check them over at
build.kde.org eventually... ;)

Thanks!
Aleix
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kinfocenter_stable_qt5 #12

2015-04-15 Thread KDE CI System
See http://build.kde.org/job/kinfocenter_stable_qt5/12/changes

Changes:

[sitter] import

[sitter] i18n++

[sitter] Rework layout

[sitter] Avoid multiple spaces in processor name

[sitter] List all processors

[sitter] drop dead files

[sitter] make copyright more windows-friendly

[sitter] typo--

[sitter] add a tiny spacer between logo and distro name

[sitter] clean up desktop file a bit

[sitter] readme++

[sitter] allow Name overriding via config

[sitter] list kcm in kinfocenter

[sitter] s/kdesc/kdelibs

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] align kcm name such that it *should* load l10n automagically

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[pino] fixuifiles

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] fix plugin keyword in desktop file (kcm-about-distro not about-distro)

[pino] cmake: use the proper variable for link to solid

[pino] remove an extra newline within instruction

[sitter] use klocalizedstring rather than a fake description

[pino] remove stuff belonging to some other kcm

[pino] isolate the total ram calculation in an own method

[pino] sysinfo is Linux-specific

[sitter] provide actually useful context for the unknown label

[sitter] make each lsb value have its own 'unknown' string version

[pino] const

[sitter] make const what should be const and explicit what should be explicit

[sitter] prevent localization of bit values and give i18n context for RAM

[sitter] processor label is untranslatable in UI file; i18np'd via Module.cpp

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] fix potentially wrong ram calculation

[sitter] solid can return empty processor list, hide labels when that happens

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] add initial os-release port

[sitter] remove lsbrelease and finish osrelease

[sitter] bump copyright

[sitter] set the kconfig override flags to not include globals

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] frameworks port

[sitter] add newline

[sitter] add newline

[sitter] add feature summary, remove bad copy'n'paste

[sitter] bump to kcmshell5

[sitter] don't look for kservice, it was a leftover from legacy code

[sitter] add gitignore

[sitter] about distro goes into personalization category in plasma5

[sitter] ki18n_wrap_ui

[sitter] update readme with more reasonable kf5 path and fix indention

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[sitter] bump version to 2.0.0

[sitter] update readme to not reference old tools

[sitter] set the translation domain

[jr] Update version number for 5.2.90

[arichardson.kde] Fix build on FreeBSD

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[lukas] don't display Fully Charged batteries as discharged

[kde] Port infocenter KUrl usage

[kde] port kde4_add_plugin usage

[kde] Port usbview

[kde] Port devinfo KCM away from kdelibs4 support

[scripty] SVN_SILENT made messages (.desktop file)

[hein] Bump minimum Qt version to 5.4.0.

[scripty] SVN_SILENT made messages (.desktop file)

[scripty] SVN_SILENT made messages (.desktop file)

[jr] remove second calls to project() only 1 allowed per cmake project

[scripty] SVN_SILENT made messages (.desktop file) - always resolve ours

[kde] Fix build

[kde] Weight to top

[lueck] update to kf5

[lueck] fix broken docbook

[jr] add about-distro build

[jr] remove from system settings, kinfocentre only

[jr] remove infosummary, replaced with about distro

[jr] remove export button, none of the modules use it

[jr] increase version number of ui file

[kde] tidy imported CMakeLists.txt

[kde] Actually remove export method

[kde] Follow rules of fallback os-release file

[scripty] SVN_SILENT made messages (.desktop file) - always resolve ours

[lueck] update doc to lastest changes (system info replaced by about-distro)


Re: Review Request 123360: Introduce LoopSound flag

2015-04-15 Thread Martin Klapetek

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123360/
---

(Updated April 15, 2015, 11:21 a.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
---

Submitted with commit 5281dbec2188c29f3e236f54cbd24fd26d171365 by Martin 
Klapetek to branch master.


Bugs: 346148
https://bugs.kde.org/show_bug.cgi?id=346148


Repository: knotifications


Description
---

Some notifications might want to loop the sound, eg. calling apps playing the 
ringing sound which is not wanted to play once. Currently the sound is looped 
for all persistent notifications, but that's not ideal as not all persistent 
notifications with sound want/need sound looping. This new LoopSound flag 
solves that.


Diffs
-

  src/knotification.h 8efd92a 
  src/notifybyaudio.cpp ee3ef1e 

Diff: https://git.reviewboard.kde.org/r/123360/diff/


Testing
---


Thanks,

Martin Klapetek

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel