D15071: Don't draw frames and shadows around images with an alpha channel

2018-08-24 Thread Nathaniel Graham
ngraham edited the test plan for this revision.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D15071

To: ngraham, #frameworks, #dolphin, #vdg, broulik, cfeck
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D15071: Don't draw frames and shadows around images with an alpha channel

2018-08-24 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: Frameworks, Dolphin, VDG, broulik, cfeck.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  This patch improves and simplifies the criteria for whether or not to draw a 
frame and a shadow around an image's thumbnail. The old size-based detection 
code was unreliable and gave false positives as well as false negatives. It is 
replaced with a simple check for whether the image has an alpha channel, which 
not only automatically matches all icon files, but also non-icon raster images 
with transparency, which look better without the frame.
  
  BUG: 258514
  FIXED-IN: 5.50

TEST PLAN
  Verified unchanged:
  
  - SVG icons still have no frame:
  
  - JPEG and PNG images without transparency still have a frame:
  
  Verified changed:
  
  - Non-icon SVG and PNG images with transparency lose their frames. The 
difference is especially welcome for the cases where the previous set of 
criteris caused many false positives for folders full of mixed image formats 
and sizes. For example:
  
  Before:
  
  After:
  
  Before:
  
  After:
  
  Before:
  
  After:

REPOSITORY
  R241 KIO

BRANCH
  thumbnail-frame-refinement (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D15071

AFFECTED FILES
  src/filewidgets/kfilepreviewgenerator.cpp

To: ngraham, #frameworks, #dolphin, #vdg, broulik, cfeck
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


D15070: Bindings: Query the install directory from python

2018-08-24 Thread Stefan Brüns
bruns added a comment.


  In D15070#315030 , @bcooksley 
wrote:
  
  > Please ensure that wherever it is installed to ends up within 
CMAKE_INSTALL_PREFIX otherwise this will end up failing on the CI system.
  >
  > The CI system takes care of setting PYTHONPATH accordingly to ensure 
resources are found.
  
  
  This code essentially asks python where its PATHes point to, so as long as 
the the installation is consistent it should work as expected.

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15070

To: bruns, #frameworks
Cc: bcooksley, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D15070: Bindings: Query the install directory from python

2018-08-24 Thread Ben Cooksley
bcooksley added a comment.


  Please ensure that wherever it is installed to ends up within 
CMAKE_INSTALL_PREFIX otherwise this will end up failing on the CI system.
  
  The CI system takes care of setting PYTHONPATH accordingly to ensure 
resources are found.

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15070

To: bruns, #frameworks
Cc: bcooksley, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D15070: Bindings: Query the install directory from python

2018-08-24 Thread Stefan Brüns
bruns created this revision.
bruns added a reviewer: Frameworks.
Herald added projects: Frameworks, Build System.
Herald added subscribers: kde-buildsystem, kde-frameworks-devel.
bruns requested review of this revision.

REVISION SUMMARY
  The correct install directory is distro and arch specific, and should
  match the configuration of the python installation the binding is
  generated for.
  The directories can be queried using pythons distutils.sysconfig.
  In the unlikely case this does not match expectations, the directory can
  be overridden using -DGPB_PYTHON{2,3}_SITEARCH="".

TEST PLAN
  On a distro where sitearch is not below /usr/lib/pythonM.m/, but
  /usr/lib64/pythonM.m/ (e.g. RH, SUSE 64bit), try to do:
  
  cmake ..; make; install
  
  Without the patch, the binding are installed into the wrong directory,
  afterwards the correct path is used.
  
  This should also yield the correct path on Debian and derivatives,
  where dist-packages instead of site-packages is used (untested).

REPOSITORY
  R240 Extra CMake Modules

BRANCH
  python3_support

REVISION DETAIL
  https://phabricator.kde.org/D15070

AFFECTED FILES
  find-modules/FindPythonModuleGeneration.cmake

To: bruns, #frameworks
Cc: kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D15000: Display mounted file system type and mounted from fields in properties dialog

2018-08-24 Thread Shubham
shubham retitled this revision from "Display mounted file system type in 
properties dialog" to "Display mounted file system type and mounted from fields 
in properties dialog".

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D15000

To: shubham, dfaure, broulik, ngraham
Cc: ngraham, broulik, kde-frameworks-devel, michaelh, bruns


D15000: Display mounted file system type in properties dialog

2018-08-24 Thread Shubham
shubham added a comment.


  Move Mounted from into  conditional.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D15000

To: shubham, dfaure, broulik, ngraham
Cc: ngraham, broulik, kde-frameworks-devel, michaelh, bruns


D15000: Display mounted file system type in properties dialog

2018-08-24 Thread Shubham
shubham updated this revision to Diff 40397.

REPOSITORY
  R241 KIO

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D15000?vs=40312=40397

REVISION DETAIL
  https://phabricator.kde.org/D15000

AFFECTED FILES
  src/widgets/kpropertiesdialog.cpp

To: shubham, dfaure, broulik, ngraham
Cc: ngraham, broulik, kde-frameworks-devel, michaelh, bruns


D15068: Bindings: Correct handling of sources containing utf-8

2018-08-24 Thread Stefan Brüns
bruns edited the test plan for this revision.

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15068

To: bruns, #frameworks
Cc: kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D11529: Balooctl: Deindex unfound files with check command.

2018-08-24 Thread James Smith
smithjd updated this revision to Diff 40394.
smithjd added a comment.


  - New DBus method updateIndex().
  - Document indexing options.
  - Prevent a scheduler race condition.
  - Rebase for separate statechanged functors.
  
  Re-base. Drops setting a runnable priority.

REPOSITORY
  R293 Baloo

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D11529?vs=40346=40394

BRANCH
  master-filedeindexer (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D11529

AFFECTED FILES
  src/file/fileindexscheduler.cpp
  src/file/fileindexscheduler.h
  src/file/indexcleaner.cpp
  src/file/indexerstate.h
  src/file/mainhub.cpp
  src/tools/balooctl/main.cpp

To: smithjd, #baloo, vhanda, michaelh, broulik, bruns
Cc: bruns, kde-frameworks-devel, mgallien, ashaposhnikov, michaelh, astippich, 
spoorun, ngraham, abrahams


D13216: Overhaul the file index scheduler.

2018-08-24 Thread James Smith
smithjd updated this revision to Diff 40393.
smithjd added a comment.


  - Revert "Re-order and use IndexerState to prioritize the indexer thread 
pool."
  
  Avoid setting a priority on the runnables.

REPOSITORY
  R293 Baloo

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13216?vs=40343=40393

BRANCH
  master-scheduler (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D13216

AFFECTED FILES
  src/file/fileindexscheduler.cpp
  src/file/fileindexscheduler.h
  src/tools/balooctl/main.cpp

To: smithjd, bruns, mgallien
Cc: ngraham, kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich, 
spoorun, bruns, abrahams


D15068: Bindings: Correct handling of sources containing utf-8

2018-08-24 Thread Stefan Brüns
bruns created this revision.
bruns added a reviewer: Frameworks.
Herald added projects: Frameworks, Build System.
Herald added subscribers: kde-buildsystem, kde-frameworks-devel.
bruns requested review of this revision.

REVISION SUMMARY
  Depending on the locale, python3 may try to decode the source as ASCII
  when the file is opened in text mode. This will fail as soon as the
  code contains utf-8, e.g. (c) symbols.
  
  While it is possible to specify the encoding when reading the file,
  this is bad for several reasons:
  
  - only a very small part of the source is processed via _read_source, no need 
to decode the complete source and store it as string objects
  - the clang Cursor.extent.{start,end}.column refers to bytes, not multibyte 
characters.
  
  While python2 processes utf-8 containing sources without error messages,
  wrong extent borders are also an issue.
  
  The practical impact is low, as the issue only manifests if there is a
  multibyte character in front of *and* on the same line as the read token.

TEST PLAN
  Python3: Build any bindings which contains sources with non-ASCII codepoints,
  e.g. kcoreaddons. Unpatched version fails when using e.g. LANG=C.
  Python2: Both versions generate sources successfully.

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15068

AFFECTED FILES
  find-modules/sip_generator.py

To: bruns, #frameworks
Cc: kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D14912: Bindings: Make generator forward compatible with Python 3

2018-08-24 Thread Stefan Brüns
bruns updated this revision to Diff 40391.
bruns added a comment.


  rebase

REPOSITORY
  R240 Extra CMake Modules

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14912?vs=40256=40391

REVISION DETAIL
  https://phabricator.kde.org/D14912

AFFECTED FILES
  find-modules/rules_engine.py

To: bruns, #frameworks
Cc: arojas, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D14912: Bindings: Make generator forward compatible with Python 3

2018-08-24 Thread Stefan Brüns
bruns added a subscriber: arojas.

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D14912

To: bruns, #frameworks
Cc: arojas, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


D14908: Bindings: Add support for scoped enums

2018-08-24 Thread Stefan Brüns
This revision was automatically updated to reflect the committed changes.
Closed by commit R240:1790a6994a35: Bindings: Add support for scoped enums 
(authored by bruns).

REPOSITORY
  R240 Extra CMake Modules

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14908?vs=40250=40390

REVISION DETAIL
  https://phabricator.kde.org/D14908

AFFECTED FILES
  find-modules/FindPythonModuleGeneration.cmake
  find-modules/sip_generator.py

To: bruns, #frameworks, mpyne
Cc: mpyne, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


KDE CI: Frameworks kemoticons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kemoticons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kemoticons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 33 min and counting

KDE CI: Frameworks kcompletion kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kcompletion%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kcompletion kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 33 min and counting

KDE CI: Frameworks breeze-icons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20breeze-icons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks breeze-icons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 33 min and counting

KDE CI: Frameworks kconfigwidgets kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kconfigwidgets%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kconfigwidgets kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 33 min and counting

KDE CI: Frameworks kplotting kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kplotting%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kplotting kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 33 min and counting

KDE CI: Frameworks kitemmodels kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kitemmodels%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kitemmodels kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 32 min and counting

KDE CI: Frameworks kjs kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjs%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kjs kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 32 min and counting

KDE CI: Frameworks oxygen-icons5 kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20oxygen-icons5%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks oxygen-icons5 kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 32 min and counting

KDE CI: Frameworks plasma-framework kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks plasma-framework kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 32 min and counting

KDE CI: Frameworks kinit kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kinit%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kinit kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 31 min and counting

KDE CI: Frameworks kcoreaddons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kcoreaddons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kcoreaddons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 31 min and counting

KDE CI: Frameworks purpose kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks purpose kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 29 min and counting

KDE CI: Frameworks kded kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kded%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kded kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 29 min and counting

KDE CI: Frameworks prison kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20prison%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks prison kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 29 min and counting

KDE CI: Frameworks kcrash kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kcrash%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kcrash kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 30 min and counting

KDE CI: Frameworks krunner kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks krunner kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 28 min and counting

KDE CI: Frameworks kxmlrpcclient kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kxmlrpcclient kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 29 min and counting

KDE CI: Frameworks kjsembed kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjsembed%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kjsembed kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 29 min and counting

D13627: [KSharedDataCache] Assume lock before flush changes

2018-08-24 Thread Michael Pyne
mpyne added a comment.


  I'd say to leave the code alone if this the change isn't needed to fix a bug.

REPOSITORY
  R244 KCoreAddons

REVISION DETAIL
  https://phabricator.kde.org/D13627

To: anthonyfieroni, davidedmundson, dfaure, #frameworks, hein, mpyne
Cc: mpyne, hein, kde-frameworks-devel, michaelh, ngraham, bruns


KDE CI: Frameworks extra-cmake-modules kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20extra-cmake-modules%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks extra-cmake-modules kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 28 min and counting

KDE CI: Frameworks syntax-highlighting kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20syntax-highlighting%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks syntax-highlighting kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 27 min and counting

KDE CI: Frameworks kcmutils kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kcmutils%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kcmutils kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 28 min and counting

KDE CI: Frameworks kpty kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kpty%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kpty kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 27 min and counting

KDE CI: Frameworks kdesu kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdesu%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdesu kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 28 min and counting

KDE CI: Frameworks kguiaddons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kguiaddons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kguiaddons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 26 min and counting

KDE CI: Frameworks kparts kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kparts kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 27 min and counting

KDE CI: Frameworks kitemviews kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kitemviews%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kitemviews kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 25 min and counting

KDE CI: Frameworks kwallet kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwallet%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kwallet kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 25 min and counting

KDE CI: Frameworks kbookmarks kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kbookmarks%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kbookmarks kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 25 min and counting

KDE CI: Frameworks kmediaplayer kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kmediaplayer kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 25 min and counting

KDE CI: Frameworks ktexteditor kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks ktexteditor kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 25 min and counting

KDE CI: Frameworks kwayland kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kwayland kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 24 min and counting

KDE CI: Frameworks kauth kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kauth%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kauth kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:17 +
 Build duration:
2 hr 24 min and counting

KDE CI: Frameworks ki18n kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20ki18n%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks ki18n kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 23 min and counting

KDE CI: Frameworks kdewebkit kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdewebkit%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdewebkit kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 22 min and counting

D14908: Bindings: Add support for scoped enums

2018-08-24 Thread Michael Pyne
mpyne accepted this revision.
mpyne added a comment.
This revision is now accepted and ready to land.


  LGTM and there's been plenty of time for a NAK. I say let's commit.

REPOSITORY
  R240 Extra CMake Modules

BRANCH
  scoped_enum

REVISION DETAIL
  https://phabricator.kde.org/D14908

To: bruns, #frameworks, mpyne
Cc: mpyne, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns


KDE CI: Frameworks solid kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20solid%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks solid kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 23 min and counting

KDE CI: Frameworks kservice kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kservice%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kservice kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 23 min and counting

KDE CI: Frameworks kxmlgui kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kxmlgui%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kxmlgui kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 22 min and counting

KDE CI: Frameworks kross kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kross kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 21 min and counting

KDE CI: Frameworks kidletime kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kidletime%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kidletime kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 21 min and counting

KDE CI: Frameworks kconfig kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kconfig%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kconfig kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 21 min and counting

KDE CI: Frameworks kactivities kf5-qt5 FreeBSDQt5.11 - Build # 1 - Failure!

2018-08-24 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20kactivities%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kactivities kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 21 min and counting
   CONSOLE OUTPUT
  [...truncated 7.34 KB...] > git fetch --tags --progress git://anongit.kde.org/kactivities +refs/heads/*:refs/remotes/origin/* # timeout=120 > git rev-parse origin/master^{commit} # timeout=10Checking out Revision 1197adf1702e5e0681def2924dbfe3ce2e6730e8 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1197adf1702e5e0681def2924dbfe3ce2e6730e8Commit message: "GIT_SILENT Upgrade KF5 version to 5.50.0."First time build. Skipping changelog.[Pipeline] checkoutCloning the remote Git repositoryCloning repository https://anongit.kde.org/sysadmin/ci-tooling > git init /usr/home/jenkins/workspace/Frameworks kactivities kf5-qt5 FreeBSDQt5.11/ci-tooling # timeout=10Fetching upstream changes from https://anongit.kde.org/sysadmin/ci-tooling > git --version # timeout=10 > git fetch --tags --progress https://anongit.kde.org/sysadmin/ci-tooling +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://anongit.kde.org/sysadmin/ci-tooling # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://anongit.kde.org/sysadmin/ci-tooling # timeout=10Fetching upstream changes from https://anongit.kde.org/sysadmin/ci-tooling > git fetch --tags --progress https://anongit.kde.org/sysadmin/ci-tooling +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10Checking out Revision 129a6004a8020d1267bb59125be25d99cc02bc5c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 129a6004a8020d1267bb59125be25d99cc02bc5cCommit message: "Blacklist kio-extras for FreeBSD. It effectively requires newer WebEngine, and due to getting dragged in as a Dependency of way too many things is preventing us getting CI for FreeBSD back up and running"[Pipeline] checkoutCloning the remote Git repositoryCloning repository https://anongit.kde.org/sysadmin/repo-metadata > git init /usr/home/jenkins/workspace/Frameworks kactivities kf5-qt5 FreeBSDQt5.11/ci-tooling/repo-metadata # timeout=10Fetching upstream changes from https://anongit.kde.org/sysadmin/repo-metadata > git --version # timeout=10 > git fetch --tags --progress https://anongit.kde.org/sysadmin/repo-metadata +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://anongit.kde.org/sysadmin/repo-metadata # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://anongit.kde.org/sysadmin/repo-metadata # timeout=10Fetching upstream changes from https://anongit.kde.org/sysadmin/repo-metadata > git fetch --tags --progress https://anongit.kde.org/sysadmin/repo-metadata +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10Checking out Revision 1e4bdf87b7437d031553a05f2e27886beb964b55 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e4bdf87b7437d031553a05f2e27886beb964b55Commit message: "Create repository for kitinerary-workbench"[Pipeline] checkoutCloning the remote Git repositoryCloning repository https://anongit.kde.org/kde-build-metadata > git init /usr/home/jenkins/workspace/Frameworks kactivities kf5-qt5 FreeBSDQt5.11/ci-tooling/kde-build-metadata # timeout=10Fetching upstream changes from https://anongit.kde.org/kde-build-metadata > git --version # timeout=10 > git fetch --tags --progress https://anongit.kde.org/kde-build-metadata +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://anongit.kde.org/kde-build-metadata # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://anongit.kde.org/kde-build-metadata # timeout=10Fetching upstream changes from https://anongit.kde.org/kde-build-metadata > git fetch --tags --progress https://anongit.kde.org/kde-build-metadata +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10Checking out Revision e801c2f79955a1ffc9cb26f99bfba85b090f3862 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e801c2f79955a1ffc9cb26f99bfba85b090f3862Commit message: "Remove kio-extras as dep for kdevelop"[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Setup Dependencies)[Pipeline] sh[Frameworks kactivities kf5-qt5 FreeBSDQt5.11] Running shell script+ python3.5 -u ci-tooling/helpers/prepare-dependencies.py --product Frameworks --project kactivities --branchGroup kf5-qt5 --environment production --platform FreeBSDQt5.11 --installTo /home/jenkins/install-prefix/Retrieving: Frameworks-extra-cmake-modules-kf5-qt5Retrieving: Frameworks-karchive-kf5-qt5Retrieving: 

KDE CI: Frameworks kiconthemes kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kiconthemes%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kiconthemes kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 20 min and counting

KDE CI: Frameworks threadweaver kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20threadweaver%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks threadweaver kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 20 min and counting

KDE CI: Frameworks kcodecs kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kcodecs%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kcodecs kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 20 min and counting

KDE CI: Frameworks kdelibs4support kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdelibs4support kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 19 min and counting

KDE CI: Frameworks frameworkintegration kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20frameworkintegration%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks frameworkintegration kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 20 min and counting

KDE CI: Frameworks kwindowsystem kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwindowsystem%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kwindowsystem kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 20 min and counting

KDE CI: Frameworks kpackage kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kpackage%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kpackage kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 19 min and counting

KDE CI: Frameworks baloo kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20baloo%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks baloo kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 18 min and counting

KDE CI: Frameworks kunitconversion kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kunitconversion%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kunitconversion kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 19 min and counting

KDE CI: Frameworks knewstuff kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20knewstuff%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks knewstuff kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 18 min and counting

KDE CI: Frameworks qqc2-desktop-style kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20qqc2-desktop-style%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks qqc2-desktop-style kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 17 min and counting

KDE CI: Frameworks bluez-qt kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20bluez-qt%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks bluez-qt kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 16 min and counting

KDE CI: Frameworks khtml kf5-qt5 FreeBSDQt5.11 - Build # 1 - Failure!

2018-08-24 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Frameworks%20khtml%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks khtml kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 16 min and counting
   CONSOLE OUTPUT
  [...truncated 89.70 MB...]-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/KHTMLView-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/KHTMLSettings-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/khtmlpart.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/khtmlview.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/khtmlsettings.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_exception.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_base.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_inline.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/css_rule.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_html.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_block.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_list.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/css_stylesheet.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_misc.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_document.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_misc.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/css_value.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_node.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_element.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_object.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_core.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_string.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_form.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_table.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_doc.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_text.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/html_head.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_element.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 FreeBSDQt5.11/install-divert/home/jenkins/install-prefix/include/KF5/KHtml/dom/dom_xml.h-- Installing: /usr/home/jenkins/workspace/Frameworks khtml kf5-qt5 

KDE CI: Frameworks kwidgetsaddons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kwidgetsaddons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kwidgetsaddons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 15 min and counting

KDE CI: Frameworks sonnet kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20sonnet%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks sonnet kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 14 min and counting

KDE CI: Frameworks kdbusaddons kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdbusaddons%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdbusaddons kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 14 min and counting

KDE CI: Frameworks kpeople kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kpeople%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kpeople kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 14 min and counting

KDE CI: Frameworks kfilemetadata kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kfilemetadata%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kfilemetadata kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 13 min and counting

KDE CI: Frameworks karchive kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20karchive%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks karchive kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 12 min and counting

KDE CI: Frameworks kjobwidgets kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kjobwidgets%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kjobwidgets kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 11 min and counting

KDE CI: Frameworks knotifyconfig kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20knotifyconfig%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks knotifyconfig kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 10 min and counting

KDE CI: Frameworks ktextwidgets kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20ktextwidgets%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks ktextwidgets kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 10 min and counting

KDE CI: Frameworks kactivities-stats kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kactivities-stats%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kactivities-stats kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 9 min and counting

KDE CI: Frameworks kdeclarative kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdeclarative%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdeclarative kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 8 min and counting

KDE CI: Frameworks kio kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kio kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 6 min and counting

KDE CI: Frameworks kdoctools kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdoctools%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdoctools kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 1 min and counting

KDE CI: Frameworks kirigami kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kirigami%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kirigami kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
2 hr 1 min and counting

KDE CI: Frameworks attica kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20attica%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks attica kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
2 hr 0 min and counting

KDE CI: Frameworks knotifications kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20knotifications%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks knotifications kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
1 hr 59 min and counting

KDE CI: Frameworks kholidays kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kholidays%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kholidays kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
1 hr 58 min and counting

KDE CI: Frameworks kglobalaccel kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kglobalaccel%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kglobalaccel kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
1 hr 57 min and counting

KDE CI: Frameworks kimageformats kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kimageformats%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kimageformats kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
1 hr 56 min and counting

KDE CI: Frameworks kdesignerplugin kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdesignerplugin%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdesignerplugin kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:15 +
 Build duration:
1 hr 56 min and counting

KDE CI: Frameworks kdnssd kf5-qt5 FreeBSDQt5.11 - Build # 1 - Successful!

2018-08-24 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Frameworks%20kdnssd%20kf5-qt5%20FreeBSDQt5.11/1/
 Project:
Frameworks kdnssd kf5-qt5 FreeBSDQt5.11
 Date of build:
Fri, 24 Aug 2018 23:34:16 +
 Build duration:
1 hr 55 min and counting

D14237: Make Konqi look good in HiDPI

2018-08-24 Thread Nathaniel Graham
ngraham closed this revision.

REPOSITORY
  R263 KXmlGui

REVISION DETAIL
  https://phabricator.kde.org/D14237

To: ngraham, broulik, cfeck, #frameworks, #vdg, bruns
Cc: svenmauch, aacid, bruns, kde-frameworks-devel, michaelh, ngraham


D14237: Make Konqi look good in HiDPI

2018-08-24 Thread Nathaniel Graham
ngraham added a subscriber: svenmauch.

REPOSITORY
  R263 KXmlGui

BRANCH
  hidpi-konqi (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14237

To: ngraham, broulik, cfeck, #frameworks, #vdg, bruns
Cc: svenmauch, aacid, bruns, kde-frameworks-devel, michaelh, ngraham


D14237: Make Konqi look good in HiDPI

2018-08-24 Thread Nathaniel Graham
ngraham updated this revision to Diff 40389.
ngraham marked an inline comment as done.
ngraham added a comment.


  Correct file permissions

REPOSITORY
  R263 KXmlGui

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D14237?vs=40246=40389

BRANCH
  hidpi-konqi (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D14237

AFFECTED FILES
  src/aboutkde.png
  src/aboutkde.svg
  src/kaboutkdedialog_p.cpp
  src/kxmlgui.qrc

To: ngraham, broulik, cfeck, #frameworks, #vdg, bruns
Cc: aacid, bruns, kde-frameworks-devel, michaelh, ngraham


D14237: Make Konqi look good in HiDPI

2018-08-24 Thread Christoph Feck
cfeck accepted this revision.
cfeck added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> aboutkde.svg:1
> +
> +https://phabricator.kde.org/D14237

To: ngraham, broulik, cfeck, #frameworks, #vdg, bruns
Cc: aacid, bruns, kde-frameworks-devel, michaelh, ngraham


D12130: Use the more user-friendly string "File type" in the save dialogs

2018-08-24 Thread Henrik Fehlauer
rkflx resigned from this revision.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12130

To: ngraham, #frameworks, #vdg, bruns, alexeymin, abetts
Cc: kde-frameworks-devel, safaalfulaij, davidc, ltoscano, cfeck, rkflx, 
alexeymin, abetts, bruns, michaelh, ngraham


D12545: Set focus on the filename line edit when a file is selected

2018-08-24 Thread Henrik Fehlauer
rkflx resigned from this revision.
Herald added a subscriber: kde-frameworks-devel.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12545

To: anemeth, #frameworks, #vdg, ngraham
Cc: kde-frameworks-devel, rkflx, ngraham, #frameworks, michaelh, bruns


D12327: Show Detailed Tree View by default

2018-08-24 Thread Henrik Fehlauer
rkflx resigned from this revision.
Herald added a subscriber: kde-frameworks-devel.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12327

To: ngraham, #frameworks, #vdg
Cc: kde-frameworks-devel, elvisangelaccio, abetts, #frameworks, michaelh, 
ngraham, bruns


D12591: KFileWidget: Provide faster access to the icon position setting

2018-08-24 Thread Henrik Fehlauer
rkflx abandoned this revision.
Herald added a subscriber: kde-frameworks-devel.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12591

To: rkflx, #frameworks, ngraham
Cc: kde-frameworks-devel, ngraham, elvisangelaccio, michaelh, bruns


  1   2   >