D9593: Fix crash in setMainWindow on wayland

2018-01-04 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R236 KWidgetsAddons BRANCH master REVISION DETAIL https://phabricator.kde.org/D9593 To: fvogt, graesslin, dfaure Cc: #frameworks

D6831: Make use of kauth helper in methods of file ioslave

2018-01-04 Thread David Faure
dfaure accepted this revision. dfaure added inline comments. INLINE COMMENTS > file.cpp:304 > +bool dirCreated; > +if (!(dirCreated = QDir().mkdir(path))) { > +if (auto err = execWithElevatedPrivilege(MKDIR, path)) { moving this to the line above would be simpler / mo

D7430: Add unit tests for privilege excution in KIO

2018-01-04 Thread David Faure
dfaure accepted this revision. dfaure added a comment. This revision is now accepted and ready to land. Just missing a 'e' in "execution" in the commit log ;) REPOSITORY R241 KIO BRANCH master REVISION DETAIL https://phabricator.kde.org/D7430 To: chinmoyr, dfaure Cc: ngraham, #framewo

KDE CI: Frameworks kdoctools kf5-qt5 FreeBSDQt5.9 - Build # 4 - Failure!

2018-01-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20FreeBSDQt5.9/4/ Project: Frameworks kdoctools kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 04 Jan 2018 11:38:14 + Build duration: 42 sec and counting CONSOLE OUTPUT

KDE CI: Frameworks kdoctools kf5-qt5 WindowsMSVCQt5.9 - Build # 22 - Failure!

2018-01-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20WindowsMSVCQt5.9/22/ Project: Frameworks kdoctools kf5-qt5 WindowsMSVCQt5.9 Date of build: Thu, 04 Jan 2018 11:38:09 + Build duration: 49 sec and counting CONSOLE OUTP

KDE CI: Frameworks kdoctools kf5-qt5 SUSEQt5.7 - Build # 7 - Failure!

2018-01-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20SUSEQt5.7/7/ Project: Frameworks kdoctools kf5-qt5 SUSEQt5.7 Date of build: Thu, 04 Jan 2018 11:38:09 + Build duration: 1 min 38 sec and counting CONSOLE OUTPUT

KDE CI: Frameworks kdoctools kf5-qt5 SUSEQt5.10 - Build # 7 - Failure!

2018-01-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20SUSEQt5.10/7/ Project: Frameworks kdoctools kf5-qt5 SUSEQt5.10 Date of build: Thu, 04 Jan 2018 11:38:09 + Build duration: 1 min 36 sec and counting CONSOLE OUTPUT

KDE CI: Frameworks kdoctools kf5-qt5 SUSEQt5.7 - Build # 8 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20SUSEQt5.7/8/ Project: Frameworks kdoctools kf5-qt5 SUSEQt5.7 Date of build: Thu, 04 Jan 2018 11:51:34 + Build duration: 1 min 10 sec and counting JUnit Tests Nam

KDE CI: Frameworks kdoctools kf5-qt5 FreeBSDQt5.9 - Build # 5 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20FreeBSDQt5.9/5/ Project: Frameworks kdoctools kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 04 Jan 2018 11:51:34 + Build duration: 51 sec and counting JUnit Tests Nam

KDE CI: Frameworks kdoctools kf5-qt5 WindowsMSVCQt5.9 - Build # 23 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20WindowsMSVCQt5.9/23/ Project: Frameworks kdoctools kf5-qt5 WindowsMSVCQt5.9 Date of build: Thu, 04 Jan 2018 11:51:34 + Build duration: 1 min 52 sec and counting JUnit

KDE CI: Frameworks kdoctools kf5-qt5 SUSEQt5.10 - Build # 8 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20SUSEQt5.10/8/ Project: Frameworks kdoctools kf5-qt5 SUSEQt5.10 Date of build: Thu, 04 Jan 2018 11:51:34 + Build duration: 1 min 54 sec and counting JUnit Tests N

D9593: Fix crash in setMainWindow on wayland

2018-01-04 Thread Fabian Vogt
This revision was automatically updated to reflect the committed changes. Closed by commit R236:9a46dd5199ee: Fix crash in setMainWindow on wayland (authored by fvogt). REPOSITORY R236 KWidgetsAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D9593?vs=24554&id=24706 REVISION DETA

D7008: Don't export internal helper executables

2018-01-04 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. This patch is correct, EXPORT is only useful if the target is used within cmake, AFAIU. Furthermore, we should modify sonnet to install these applications into LIBEXEC rather than bin, oth

D7008: Don't export internal helper executables

2018-01-04 Thread Aleix Pol Gonzalez
apol added a comment. Or as @dfaure says, don't install at all, because I don't see who uses this. Or remove altogether?🔥 REPOSITORY R246 Sonnet BRANCH master REVISION DETAIL https://phabricator.kde.org/D7008 To: vkrause, #frameworks, cordlandwehr, apol Cc: apol, sitter, sandsmark, h

D7008: Don't export internal helper executables

2018-01-04 Thread Volker Krause
vkrause added a comment. In https://phabricator.kde.org/D7008#185897, @apol wrote: > Or as @dfaure says, don't install at all, because I don't see who uses this. Or remove altogether?🔥 That works for me on Yocto, but in general this seems wrong, as target-sonnet will need to use

D9480: Add cmake function 'kdbusaddons_generate_dbus_service_file'

2018-01-04 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R271 KDBusAddons BRANCH arcpatch-D9480 REVISION DETAIL https://phabricator.kde.org/D9480 To: habacker, dfaure, kfunk Cc: cgiboudeaux, #frameworks

D7008: Don't export internal helper executables

2018-01-04 Thread Harald Sitter
sitter added a comment. In https://phabricator.kde.org/D7008#185897, @apol wrote: > Or as @dfaure says, don't install at all, because I don't see who uses this. Or remove altogether?🔥 The helpers are used by sonnet at build time, so to cross compile sonnet you need the helpers of

D9656: Fix naming inconsistency

2018-01-04 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Restricted Application added projects: Plasma on Wayland, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. Restricted Application edited projects, added Plasma; removed Plasma on Wayland.

D9286: don't multiply svg sizes by devicepixelratio

2018-01-04 Thread Kai Uwe Broulik
broulik added a comment. This fixes the gigantig scroll bars I had in plasmashell on X with 2x scaling. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D9286 To: mart, #plasma Cc: broulik, plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai,

KDE CI: Frameworks kpackage kf5-qt5 FreeBSDQt5.9 - Build # 11 - Still Unstable!

2018-01-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20FreeBSDQt5.9/11/ Project: Frameworks kpackage kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 04 Jan 2018 15:35:25 + Build duration: 50 sec and counting JUnit Tests Nam

KDE CI: Frameworks kpackage kf5-qt5 SUSEQt5.10 - Build # 16 - Still Unstable!

2018-01-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20SUSEQt5.10/16/ Project: Frameworks kpackage kf5-qt5 SUSEQt5.10 Date of build: Thu, 04 Jan 2018 15:35:25 + Build duration: 7 min 3 sec and counting JUnit Tests Na

KDE CI: Frameworks kpackage kf5-qt5 SUSEQt5.7 - Build # 16 - Still Unstable!

2018-01-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20SUSEQt5.7/16/ Project: Frameworks kpackage kf5-qt5 SUSEQt5.7 Date of build: Thu, 04 Jan 2018 15:35:25 + Build duration: 6 min 59 sec and counting JUnit Tests Nam

D9656: Fix naming inconsistency

2018-01-04 Thread Martin Flöser
graesslin accepted this revision. This revision is now accepted and ready to land. Restricted Application edited projects, added Plasma on Wayland; removed Plasma. REPOSITORY R127 KWayland BRANCH master REVISION DETAIL https://phabricator.kde.org/D9656 To: davidedmundson, #plasma, graessl

D9656: Fix naming inconsistency

2018-01-04 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R127:8826e890dd44: Fix naming inconsistency (authored by davidedmundson). Restricted Application edited projects, added Plasma; removed Plasma on Wayland. REPOSITORY R127 KWayland CHANGES SINCE LAST UPDA

KDE CI: Frameworks kwayland kf5-qt5 SUSEQt5.10 - Build # 20 - Failure!

2018-01-04 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20SUSEQt5.10/20/ Project: Frameworks kwayland kf5-qt5 SUSEQt5.10 Date of build: Thu, 04 Jan 2018 16:42:45 + Build duration: 10 min and counting JUnit Tests Name: (r

KDE CI: Frameworks kwayland kf5-qt5 SUSEQt5.7 - Build # 20 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20SUSEQt5.7/20/ Project: Frameworks kwayland kf5-qt5 SUSEQt5.7 Date of build: Thu, 04 Jan 2018 16:42:45 + Build duration: 12 min and counting JUnit Tests Name: (roo

KDE CI: Frameworks kwayland kf5-qt5 FreeBSDQt5.9 - Build # 18 - Still Unstable!

2018-01-04 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20FreeBSDQt5.9/18/ Project: Frameworks kwayland kf5-qt5 FreeBSDQt5.9 Date of build: Thu, 04 Jan 2018 16:42:45 + Build duration: 13 min and counting JUnit Tests Nam

KDE CI: Frameworks kwayland kf5-qt5 SUSEQt5.10 - Build # 21 - Fixed!

2018-01-04 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20SUSEQt5.10/21/ Project: Frameworks kwayland kf5-qt5 SUSEQt5.10 Date of build: Thu, 04 Jan 2018 16:54:39 + Build duration: 10 min and counting JUnit Tests Name: (r

D7008: Don't export internal helper executables

2018-01-04 Thread Volker Krause
This revision was automatically updated to reflect the committed changes. Closed by commit R246:2141e4215747: Don't export internal helper executables (authored by vkrause). REPOSITORY R246 Sonnet CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7008?vs=17409&id=24726 REVISION DETAIL

Stepping down as KGlobalAccel and KWindowSystem maintainer after 5.42

2018-01-04 Thread Martin Flöser
Hi all, I had sent a mail some time ago asking for someone to step up as KGlobalAccel maintainer. I kept maintaining it as I didn't want to leave it in empty hands. But I feel the time is come for me that I am no longer able to maintain KGlobalAccel and as well KWindowSystem. Both are too X1

D9480: Add cmake function 'kdbusaddons_generate_dbus_service_file'

2018-01-04 Thread Ralf Habacker
This revision was automatically updated to reflect the committed changes. Closed by commit R271:76aba6882ae3: Add cmake function 'kdbusaddons_generate_dbus_service_file' (authored by habacker). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D9480?vs=24564&id=24738#toc REPOSITORY R271 KD

D9482: Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file

2018-01-04 Thread Ralf Habacker
habacker added a comment. Rechecked after applying https://phabricator.kde.org/D9480 (with a minor cmake 3.5 fix, see https://phabricator.kde.org/R271:f316004e8a17360f667442abd6743644d9418216) without any issue, please accept. REVISION DETAIL https://phabricator.kde.org/D9482 To: habacke

D9482: Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file

2018-01-04 Thread Ralf Habacker
habacker updated this revision to Diff 24739. habacker added a comment. - removed obsolate service template file REPOSITORY R297 KDED CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D9482?vs=24563&id=24739 BRANCH master REVISION DETAIL https://phabricator.kde.org/D9482 AFFECT

D9423: Fix 'Exec line in kiod service file must not have any path prefix on Windows'

2018-01-04 Thread Ralf Habacker
habacker abandoned this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D9423 To: habacker, dfaure, bcooksley, kfunk Cc: apol, kfunk, broulik, #frameworks

D9428: Fix 'Exec line in kcookiejar service file must not have any path prefix on Windows'

2018-01-04 Thread Ralf Habacker
habacker abandoned this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D9428 To: habacker, dfaure, bcooksley Cc: #frameworks

D9427: Fix 'Exec line in kpasswdserver service file must not have any path prefix on Windows'

2018-01-04 Thread Ralf Habacker
habacker abandoned this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D9427 To: habacker, dfaure, bcooksley Cc: #frameworks

D9426: Fix 'Exec line in kssld service file must not have any path prefix on Windows'

2018-01-04 Thread Ralf Habacker
habacker abandoned this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D9426 To: habacker, dfaure, bcooksley Cc: #frameworks

D9425: Fix 'Exec line in kioexecd service file must not have any path prefix on Windows'

2018-01-04 Thread Ralf Habacker
habacker abandoned this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D9425 To: habacker, dfaure, bcooksley Cc: #frameworks

D8998: Add FindSeccomp to find-modules

2018-01-04 Thread David Kahles
davidk updated this revision to Diff 24751. davidk marked an inline comment as done. davidk added a comment. Fix remaining problems REPOSITORY R240 Extra CMake Modules CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8998?vs=22958&id=24751 BRANCH master REVISION DETAIL https:/

D8998: Add FindSeccomp to find-modules

2018-01-04 Thread David Kahles
davidk marked 8 inline comments as not done. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D8998 To: davidk, graesslin Cc: cgiboudeaux, #frameworks, #build_system

D8998: Add FindSeccomp to find-modules

2018-01-04 Thread David Kahles
davidk marked 2 inline comments as not done. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D8998 To: davidk, graesslin Cc: cgiboudeaux, #frameworks, #build_system