Re: Build failed in Jenkins: kdelibs_frameworks_qt5 #1806

2013-12-01 Thread Ben Cooksley
On Mon, Dec 2, 2013 at 1:28 PM, David Faure wrote: > On Sunday 01 December 2013 23:43:02 KDE CI System wrote: > > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL > > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success > > -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY > > -- Perfor

Jenkins build became unstable: kdelibs_frameworks_qt5 #1811

2013-12-01 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Build failed in Jenkins: kdelibs_frameworks_qt5 #1810

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 1 in workspace Running Prebuild steps [kdelibs_frameworks_qt5] $ /bin/sh -xe

Build failed in Jenkins: kdelibs_stable #950

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 4 in workspace Running Prebuild steps [kdelibs_stable] $ /bin/sh -xe /tmp/hudson55795413409559

Build failed in Jenkins: kdelibs_stable #949

2013-12-01 Thread KDE CI System
See -- [...truncated 8201 lines...] used as include directory in directory used as include directory in directory

Build failed in Jenkins: kdelibs_stable #948

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 4 in workspace Running Prebuild steps [kdelibs_stable] $ /bin/sh -xe /tmp/hudson31591138905184

Build failed in Jenkins: kdelibs_frameworks_qt5 #1809

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 1 in workspace Running Prebuild steps [kdelibs_frameworks_qt5] $ /bin/sh -xe

Build failed in Jenkins: kdelibs_frameworks_qt5 #1808

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 3 in workspace Running Prebuild steps [kdelibs_frameworks_qt5] $ /bin/sh -xe

Build failed in Jenkins: kdelibs_stable #947

2013-12-01 Thread KDE CI System
See -- Started by user Ben Cooksley Building remotely on LinuxSlave - 4 in workspace Running Prebuild steps [kdelibs_stable] $ /bin/sh -xe /tmp/hudson14473570437466

Re: Build failed in Jenkins: kdelibs_frameworks_qt5 #1806

2013-12-01 Thread David Faure
On Sunday 01 December 2013 23:43:02 KDE CI System wrote: > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL > -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success > -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY > -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success > -- Perform

Build failed in Jenkins: kdelibs_frameworks_qt5 #1807

2013-12-01 Thread KDE CI System
See Changes: [faure] KProtocolInfo: scheme handler support moved out, so this is now redundant [faure] Move KRun::processDesktopExec to a new class, DesktopExecParser. -- Started by remote ho

Build failed in Jenkins: kdelibs_frameworks_qt5 #1806

2013-12-01 Thread KDE CI System
See Changes: [faure] Adjust: kmailservice isn't in libexec anymore, after b74fb653e50a7a. [faure] Fix krununittest when a MozillaFirefox.desktop is installed for x-scheme-handler/http -- Star

Re: Review Request 112463: Port SMB kioslave to KF5/Qt5

2013-12-01 Thread Mark Gaiser
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112463/ --- (Updated Dec. 1, 2013, 9:32 p.m.) Review request for KDE Runtime and KDE F

Re: KToolInvokation

2013-12-01 Thread Dominik Haumann
On Sunday 01 December 2013 19:26:22 Martin Graesslin wrote: > On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote: > > Hi Aleix, > > > > KToolInvocation::invokeHelp() was removed. We used it like this: > > KToolInvocation::invokeHelp("advanced-editing-tools-commandline","kate") > > ; > >

Re: Dialogs, QPT and Qt5

2013-12-01 Thread Kevin Ottens
Hello, On Friday 29 November 2013 21:05:42 Albert Astals Cid wrote: > El Divendres, 29 de novembre de 2013, a les 12:22:48, Kevin Ottens va > escriure: > > Overall my point is that it's mostly features which really belongs > > upstream. > > Right, but they don't exist at the moment, do they? Nope

Re: KToolInvokation

2013-12-01 Thread Kevin Ottens
On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote: > Hi Aleix, > > > KToolInvocation::invokeHelp() was removed. We used it like this: > > KToolInvocation::invokeHelp("advanced-editing-tools-commandline","kate"); > > According to https://git.reviewboard.kde.org/r/111298/, is the prefer

Re: KToolInvokation

2013-12-01 Thread Martin Graesslin
On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote: > Hi Aleix, > > > KToolInvocation::invokeHelp() was removed. We used it like this: > > KToolInvocation::invokeHelp("advanced-editing-tools-commandline","kate"); > > According to https://git.reviewboard.kde.org/r/111298/, is the prefer

KToolInvokation

2013-12-01 Thread Dominik Haumann
Hi Aleix, KToolInvocation::invokeHelp() was removed. We used it like this: KToolInvocation::invokeHelp("advanced-editing-tools-commandline","kate"); According to https://git.reviewboard.kde.org/r/111298/, is the preferred replacement to go with something along this lines: QUrl u("help://k

Re: Review Request 114200: Add include for klocalizedstring in klocale.h

2013-12-01 Thread Stephen Kelly
> On Nov. 29, 2013, 12:28 p.m., Albert Astals Cid wrote: > > No, in KDE4 times, you got KLocalizedString though klocalizedstring.h, if > > people is including KLocale just for KLocalizedString that's "wrong" and i > > think adding this include is doing people a dis-service by maing think they

Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread Mark Gaiser
On Sun, Dec 1, 2013 at 10:09 AM, David Faure wrote: > On Sunday 01 December 2013 03:25:08 Mark Gaiser wrote: >> In recent months Dawit (in cc) has added quite some nice optimizations >> to the SMB kioslave. He' done with those changes now so i'd like to >> pull those into the frameworks branch > >

Build failed in Jenkins: kdelibs_frameworks_qt5 #1805

2013-12-01 Thread KDE CI System
See Changes: [faure] Remove now unused KDELibs4Config.cmake -- Started by user Ben Cooksley Building remotely on LinuxSlave - 4 in workspace

Build failed in Jenkins: kdelibs_frameworks_qt5 #1804

2013-12-01 Thread KDE CI System
See Changes: [faure] Remove now unused KDELibs4Config.cmake -- Started by remote host 127.0.0.1 with note: Triggered by commit Building remotely on LinuxSlave - 4 in workspace

Re: [kdelibs/frameworks] tier4/kde4support/src: Check for visibility support on gcc

2013-12-01 Thread David Faure
On Thursday 28 November 2013 17:03:04 Aurélien Gâteau wrote: > Git commit 3bc8af3ec4477b5ff7acedd74b27d0d359e8bd1f by Aurélien Gâteau. > Committed on 28/11/2013 at 17:02. > Pushed by gateau into branch 'frameworks'. > > Check for visibility support on gcc > > __KDE_HAVE_GCC_VISIBILITY was not def

Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread David Faure
On Sunday 01 December 2013 03:25:08 Mark Gaiser wrote: > In recent months Dawit (in cc) has added quite some nice optimizations > to the SMB kioslave. He' done with those changes now so i'd like to > pull those into the frameworks branch Indeed, we never merged master into frameworks, for kde-run

Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread Dawit A
On Sat, Nov 30, 2013 at 9:25 PM, Mark Gaiser wrote: > Hi, > > I don't even know if cherry picking is the right approach so it might > be better if i explain what i want to do. You, git gurus, surely can > share how i need to get there, right? :) > > In recent months Dawit (in cc) has added quite