D18116: Add TODO KF6 note

2019-02-02 Thread loh tar
loh.tar added a comment. In D18116#403838 , @cullmann wrote: > Just to be sure: > > We can apply D18117 and don't need to change here anything or? It seems so :-) REPOSITORY R39 KTextEditor

D18116: Add TODO KF6 note

2019-02-02 Thread loh tar
loh.tar updated this revision to Diff 50759. loh.tar retitled this revision from "Don't show document load trouble twice" to "Add TODO KF6 note ". loh.tar edited the summary of this revision. loh.tar set the repository for this revision to R39 KTextEditor. loh.tar added a comment. - Revert

KDE CI: Frameworks » kdelibs4support » kf5-qt5 SUSEQt5.10 - Build # 10 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20SUSEQt5.10/10/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 23:19:20 + Build duration: 6 min 17 sec and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 SUSEQt5.12 - Build # 7 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20SUSEQt5.12/7/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 23:19:20 + Build duration: 3 min 33 sec and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 FreeBSDQt5.12 - Build # 12 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20FreeBSDQt5.12/12/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 23:19:20 + Build duration: 3 min 35 sec and counting JUnit Tests

D18688: Check Exiv2::ValueType::typeId before converting it to rational

2019-02-02 Thread Nathaniel Graham
ngraham accepted this revision. This revision is now accepted and ready to land. REPOSITORY R286 KFileMetaData BRANCH invalid-gps (branched from master) REVISION DETAIL https://phabricator.kde.org/D18688 To: poboiko, #baloo, #frameworks, astippich, ngraham Cc: kde-frameworks-devel,

D18664: Baloo engine: treat every non-success code as a failure

2019-02-02 Thread Igor Poboiko
poboiko added a comment. Nice! I like it, it's definitely much better than `Q_ASSERT_X` macros that are just silently ignored in non-debug builds. Have some nitpicks though: 1. Are we actually sure this is gonna fix all those crashes? Otherwise I would suggest using CCBUG instead

KDE CI: Frameworks » baloo » kf5-qt5 WindowsMSVCQt5.11 - Build # 103 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/baloo/job/kf5-qt5%20WindowsMSVCQt5.11/103/ Project: kf5-qt5 WindowsMSVCQt5.11 Date of build: Sat, 02 Feb 2019 21:48:32 + Build duration: 3 min 57 sec and counting

D18688: Check Exiv2::ValueType::typeId before converting it to rational

2019-02-02 Thread Igor Poboiko
poboiko created this revision. poboiko added reviewers: Baloo, Frameworks, astippich. Herald added projects: Frameworks, Baloo. poboiko requested review of this revision. REVISION SUMMARY If one has a malformed image with GPSAltitude key present, but is not rational, an attempt to convert it

KDE CI: Frameworks » knotifications » kf5-qt5 WindowsMSVCQt5.11 - Build # 39 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/knotifications/job/kf5-qt5%20WindowsMSVCQt5.11/39/ Project: kf5-qt5 WindowsMSVCQt5.11 Date of build: Sat, 02 Feb 2019 17:23:15 + Build duration: 4 hr 26 min and counting JUnit Tests

D18664: Baloo engine: treat every non-success code as a failure

2019-02-02 Thread Nathaniel Graham
ngraham added subscribers: bruns, ngraham. ngraham added reviewers: bruns, poboiko. ngraham added a comment. Conceptually this seems like it's definitely better than nothing or the status quo. Only checking for `MDB_NOTFOUND` and ignoring other error statuses seems like really bad code

D18686: Add Cursors KCM icon

2019-02-02 Thread Noah Davis
This revision was automatically updated to reflect the committed changes. Closed by commit R266:befcc3791d6a: Add Cursors KCM icon (authored by ndavis). REPOSITORY R266 Breeze Icons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18686?vs=50746=50747 REVISION DETAIL

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Björn Feber
GB_2 added a comment. In D18675#404096 , @GB_2 wrote: > In D18675#404090 , @ngraham wrote: > > > Hmm, I like the use of an X here, but I'm not sure the red color is appropriate. Nothing is being

D18686: Add Cursors KCM icon

2019-02-02 Thread Björn Feber
GB_2 added a comment. I really like it! REPOSITORY R266 Breeze Icons BRANCH preferences-cursors (branched from master) REVISION DETAIL https://phabricator.kde.org/D18686 To: ndavis, #vdg, ngraham Cc: GB_2, ngraham, abetts, kde-frameworks-devel, michaelh, bruns

D18686: Add Cursors KCM icon

2019-02-02 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. I think this is great! REPOSITORY R266 Breeze Icons BRANCH preferences-cursors (branched from master) REVISION DETAIL https://phabricator.kde.org/D18686 To: ndavis, #vdg, ngraham

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Nathaniel Graham
ngraham added a comment. Yeah, the item already has a "None" label; we're just trying to figure out what the icon should be. I think an X is okay choice for suggesting "there's nothing here". REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D18675 To: GB_2,

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Björn Feber
GB_2 added a comment. In D18675#404104 , @abetts wrote: > > Seems like a bit too much. BTW, this is the Plasma login splash and there is no text output when disabled. > > I see, maybe the label could be more descriptive then? Use something

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Andres Betts
abetts added a comment. > Seems like a bit too much. BTW, this is the Plasma login splash and there is no text output when disabled. I see, maybe the label could be more descriptive then? Use something like "Black", or "No splash"? REPOSITORY R296 KDeclarative REVISION DETAIL

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Björn Feber
GB_2 added a comment. In D18675#404097 , @abetts wrote: > In D18675#404090 , @ngraham wrote: > > > Hmm, I like the use of an X here, but I'm not sure the red color is appropriate. Nothing is being

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Björn Feber
GB_2 added a comment. In D18675#404090 , @ngraham wrote: > Hmm, I like the use of an X here, but I'm not sure the red color is appropriate. Nothing is being removed, deleted, or destroyed. Yeah, it's the only X icon, I think we need to

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Andres Betts
abetts added a comment. In D18675#404090 , @ngraham wrote: > Hmm, I like the use of an X here, but I'm not sure the red color is appropriate. Nothing is being removed, deleted, or destroyed. I agree with you here. It may seem that you

D18686: Add Cursors KCM icon

2019-02-02 Thread Andres Betts
abetts added a comment. +1 REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18686 To: ndavis, #vdg Cc: abetts, kde-frameworks-devel, michaelh, ngraham, bruns

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Nathaniel Graham
ngraham added a comment. Hmm, I like the use of an X here, but I'm not sure the red color is appropriate. Nothing is being removed, deleted, or destroyed. REPOSITORY R296 KDeclarative REVISION DETAIL https://phabricator.kde.org/D18675 To: GB_2, #plasma, #vdg Cc: ngraham, #vdg,

D18686: Add Cursors KCM icon

2019-02-02 Thread Noah Davis
ndavis updated this revision to Diff 50746. ndavis added a comment. Fix Breeze Dark REPOSITORY R266 Breeze Icons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18686?vs=50745=50746 BRANCH preferences-cursors (branched from master) REVISION DETAIL

D18686: Add Cursors KCM icon

2019-02-02 Thread Noah Davis
ndavis edited the test plan for this revision. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18686 To: ndavis, #vdg Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D18686: Add Cursors KCM icon

2019-02-02 Thread Noah Davis
ndavis created this revision. ndavis added a reviewer: VDG. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. ndavis requested review of this revision. REPOSITORY R266 Breeze Icons BRANCH preferences-cursors (branched from master) REVISION DETAIL

KDE CI: Frameworks » plasma-framework » kf5-qt5 SUSEQt5.12 - Build # 4 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/plasma-framework/job/kf5-qt5%20SUSEQt5.12/4/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:25:19 + Build duration: 1 hr 31 min and counting BUILD ARTIFACTS

D18662: Add and rename some YaST icons and symlinks

2019-02-02 Thread Noah Davis
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit R266:cff0b5794d82: Add and rename some YaST icons and symlinks (authored by ndavis). CHANGED PRIOR TO COMMIT

D18662: Add and rename some YaST icons and symlinks

2019-02-02 Thread Noah Davis
ndavis retitled this revision from "Add and rename some YaST icon symlinks" to "Add and rename some YaST icons and symlinks". REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh, bruns

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis updated this revision to Diff 50739. ndavis added a comment. Update commit message REPOSITORY R266 Breeze Icons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D18662?vs=50694=50739 BRANCH more-yast (branched from master) REVISION DETAIL

KDE CI: Frameworks » kwindowsystem » kf5-qt5 SUSEQt5.12 - Build # 4 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwindowsystem/job/kf5-qt5%20SUSEQt5.12/4/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:24:44 + Build duration: 1 hr 21 min and counting BUILD ARTIFACTS

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis added a comment. I think I'll just land this. It fixes a bug caused by my misunderstanding of how YaST currently works. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh,

KDE CI: Frameworks » kpackage » kf5-qt5 SUSEQt5.12 - Build # 3 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpackage/job/kf5-qt5%20SUSEQt5.12/3/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:23:26 + Build duration: 1 hr 15 min and counting BUILD ARTIFACTS

D18680: Fix ENABLE_CLAZY option with clazy >= 1.5

2019-02-02 Thread Antonio Rojas
arojas added a comment. You also need to change '-Xclang -add-plugin -Xclang clang-lazy' to '-Xclang -add-plugin -Xclang clazy' for the plugin to be actually loaded. REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D18680 To: elvisangelaccio, apol,

KDE CI: Frameworks » kcoreaddons » kf5-qt5 SUSEQt5.12 - Build # 4 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20SUSEQt5.12/4/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:20:42 + Build duration: 1 hr 8 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 SUSEQt5.12 - Build # 6 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20SUSEQt5.12/6/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:21:05 + Build duration: 1 hr 6 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kfilemetadata » kf5-qt5 SUSEQt5.12 - Build # 5 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kfilemetadata/job/kf5-qt5%20SUSEQt5.12/5/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:21:40 + Build duration: 1 hr 6 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.12 - Build # 22 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.12/22/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:50:08 + Build duration: 30 min and counting JUnit Tests Name: projectroot

Re: CI for prison: missing dependency

2019-02-02 Thread Ben Cooksley
On Sun, Feb 3, 2019 at 12:02 AM David Faure wrote: > > On samedi 2 février 2019 11:20:28 CET CI System wrote: > > -- The following REQUIRED packages have not been found: > > > > * QRencode, The QRencode library, > > Can this be added to the CI? Unfortunately Android doesn't use the standard

KDE CI: Frameworks » plasma-framework » kf5-qt5 SUSEQt5.10 - Build # 12 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/plasma-framework/job/kf5-qt5%20SUSEQt5.10/12/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:25:19 + Build duration: 47 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » solid » kf5-qt5 FreeBSDQt5.12 - Build # 8 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20FreeBSDQt5.12/8/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:25:42 + Build duration: 46 min and counting JUnit Tests Name: projectroot

KDE CI: Frameworks » plasma-framework » kf5-qt5 FreeBSDQt5.12 - Build # 16 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.12/16/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:25:19 + Build duration: 44 min and counting JUnit Tests Name:

D18680: Fix ENABLE_CLAZY option with clazy >= 1.5

2019-02-02 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > KDECMakeSettings.cmake:296 > if(ENABLE_CLAZY) > -set(CMAKE_CXX_COMPILE_OBJECT "${CMAKE_CXX_COMPILE_OBJECT} -Xclang > -load -Xclang ClangLazy${CMAKE_SHARED_LIBRARY_SUFFIX} -Xclang -add-plugin > -Xclang clang-lazy") > +

KDE CI: Frameworks » kwindowsystem » kf5-qt5 FreeBSDQt5.12 - Build # 6 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwindowsystem/job/kf5-qt5%20FreeBSDQt5.12/6/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:24:44 + Build duration: 40 min and counting JUnit Tests Name:

KDE CI: Frameworks » kwayland » kf5-qt5 FreeBSDQt5.12 - Build # 13 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.12/13/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:24:32 + Build duration: 40 min and counting JUnit Tests Name:

KDE CI: Frameworks » kwindowsystem » kf5-qt5 SUSEQt5.10 - Build # 5 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwindowsystem/job/kf5-qt5%20SUSEQt5.10/5/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:24:44 + Build duration: 34 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kservice » kf5-qt5 FreeBSDQt5.12 - Build # 8 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kservice/job/kf5-qt5%20FreeBSDQt5.12/8/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:24:04 + Build duration: 31 min and counting JUnit Tests Name: projectroot

KDE CI: Frameworks » kpty » kf5-qt5 FreeBSDQt5.12 - Build # 6 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpty/job/kf5-qt5%20FreeBSDQt5.12/6/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:23:48 + Build duration: 30 min and counting JUnit Tests Name: projectroot

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

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpackage/job/kf5-qt5%20SUSEQt5.10/6/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:23:26 + Build duration: 28 min and counting BUILD ARTIFACTS

D18680: Fix ENABLE_CLAZY option with clazy >= 1.5

2019-02-02 Thread Elvis Angelaccio
elvisangelaccio added a comment. Note: this will break with older clazy versions. I'm not sure how to prevent that. One could argue that a developer interested in clazy should probably run the latest version anyway... REPOSITORY R240 Extra CMake Modules REVISION DETAIL

KDE CI: Frameworks » kpackage » kf5-qt5 FreeBSDQt5.12 - Build # 7 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpackage/job/kf5-qt5%20FreeBSDQt5.12/7/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:23:26 + Build duration: 27 min and counting JUnit Tests Name: projectroot

D18680: Fix ENABLE_CLAZY option with clazy >= 1.5

2019-02-02 Thread Elvis Angelaccio
elvisangelaccio created this revision. elvisangelaccio added reviewers: apol, smartins. Herald added projects: Frameworks, Build System. Herald added subscribers: kde-buildsystem, kde-frameworks-devel. elvisangelaccio requested review of this revision. REVISION SUMMARY clazy 1.5 renamed its

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.12 - Build # 21 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.12/21/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:22:31 + Build duration: 27 min and counting JUnit Tests Name: projectroot

KDE CI: Frameworks » kfilemetadata » kf5-qt5 SUSEQt5.10 - Build # 10 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kfilemetadata/job/kf5-qt5%20SUSEQt5.10/10/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:21:40 + Build duration: 26 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 SUSEQt5.10 - Build # 9 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20SUSEQt5.10/9/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:21:05 + Build duration: 22 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » baloo » kf5-qt5 WindowsMSVCQt5.11 - Build # 102 - Failure!

2019-02-02 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/baloo/job/kf5-qt5%20WindowsMSVCQt5.11/102/ Project: kf5-qt5 WindowsMSVCQt5.11 Date of build: Sat, 02 Feb 2019 17:19:19 + Build duration: 22 min and counting CONSOLE OUTPUT

KDE CI: Frameworks » kcoreaddons » kf5-qt5 SUSEQt5.10 - Build # 8 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20SUSEQt5.10/8/ Project: kf5-qt5 SUSEQt5.10 Date of build: Sat, 02 Feb 2019 17:20:42 + Build duration: 17 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 FreeBSDQt5.12 - Build # 11 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20FreeBSDQt5.12/11/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:21:05 + Build duration: 15 min and counting JUnit Tests Name:

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.12 - Build # 7 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.12/7/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:18:06 + Build duration: 18 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdesu » kf5-qt5 FreeBSDQt5.12 - Build # 7 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.12/7/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:21:15 + Build duration: 14 min and counting JUnit Tests Name: projectroot

KDE CI: Frameworks » baloo » kf5-qt5 SUSEQt5.12 - Build # 4 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/baloo/job/kf5-qt5%20SUSEQt5.12/4/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 17:19:19 + Build duration: 13 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kcoreaddons » kf5-qt5 FreeBSDQt5.12 - Build # 10 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20FreeBSDQt5.12/10/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:20:42 + Build duration: 13 min and counting JUnit Tests Name:

KDE CI: Frameworks » kconfig » kf5-qt5 FreeBSDQt5.12 - Build # 10 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kconfig/job/kf5-qt5%20FreeBSDQt5.12/10/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:20:32 + Build duration: 10 min and counting JUnit Tests Name: projectroot

KDE CI: Frameworks » prison » kf5-qt5 AndroidQt5.11 - Build # 7 - Still Failing!

2019-02-02 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/prison/job/kf5-qt5%20AndroidQt5.11/7/ Project: kf5-qt5 AndroidQt5.11 Date of build: Sat, 02 Feb 2019 17:25:25 + Build duration: 2 min 37 sec and counting CONSOLE OUTPUT

KDE CI: Frameworks » knotifications » kf5-qt5 AndroidQt5.11 - Build # 17 - Still Failing!

2019-02-02 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/knotifications/job/kf5-qt5%20AndroidQt5.11/17/ Project: kf5-qt5 AndroidQt5.11 Date of build: Sat, 02 Feb 2019 17:23:15 + Build duration: 5 min 10 sec and counting CONSOLE OUTPUT

D18676: Improve keyboard controls of the checksum widget

2019-02-02 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R241:04082f3c2ce1: Improve keyboard controls of the checksum widget (authored by cfarrell, committed by elvisangelaccio). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE

KDE CI: Frameworks » ktexteditor » kf5-qt5 FreeBSDQt5.12 - Build # 25 - Fixed!

2019-02-02 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.12/25/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 17:18:06 + Build duration: 5 min 43 sec and counting JUnit Tests Name:

D18676: Improve keyboard controls of the checksum widget

2019-02-02 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. elvisangelaccio added a comment. This revision is now accepted and ready to land. Thanks! REPOSITORY R241 KIO BRANCH master REVISION DETAIL https://phabricator.kde.org/D18676 To: cfarrell, #vdg, elvisangelaccio Cc: elvisangelaccio,

D18533: Improve the Notfication Bell Icon by using the KAlarm design

2019-02-02 Thread Nathaniel Graham
This revision was automatically updated to reflect the committed changes. Closed by commit R266:19c936621729: Improve the Notfication Bell Icon by using the KAlarm design (authored by trickyricky26, committed by ngraham). REPOSITORY R266 Breeze Icons CHANGES SINCE LAST UPDATE

D18533: Improve the Notfication Bell Icon by using the KAlarm design

2019-02-02 Thread Nathaniel Graham
ngraham accepted this revision. ngraham added a comment. This revision is now accepted and ready to land. I love it! REPOSITORY R266 Breeze Icons BRANCH improve-notification-bell-icon (branched from master) REVISION DETAIL https://phabricator.kde.org/D18533 To: trickyricky26, #vdg,

D18384: Allow creating directory named '~' and throw a warning before creating it.

2019-02-02 Thread Nathaniel Graham
ngraham added a comment. Yes, I think people are correct that these modal dialogs are annoying. I'm working on something to show the errors and warnings inline at the moment when you're typing the file/folder name in the first place. REPOSITORY R241 KIO REVISION DETAIL

D18676: Improve keyboard controls of the checksum widget

2019-02-02 Thread Connor Farrell
cfarrell created this revision. cfarrell added a reviewer: VDG. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. cfarrell requested review of this revision. REVISION SUMMARY Previously when using the tab key to navigate the widget, it would select the

D18675: Use different "None" item icon in grid view KCMs

2019-02-02 Thread Björn Feber
GB_2 created this revision. GB_2 added reviewers: Plasma, VDG. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. GB_2 requested review of this revision. REVISION SUMMARY Changes the icon for the "None" item in grid view KCMs (present in the Splash Screen KCM)

D18673: Add symlinks for flatpak

2019-02-02 Thread Denis Karpovskii
GeeXT created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. GeeXT requested review of this revision. REVISION SUMMARY This patch creates symlinks (for every application I've found on Flathub and for which Breeze icon theme has an icon) to

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis edited the summary of this revision. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh, bruns

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis edited the summary of this revision. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh, bruns

D18384: Allow creating directory named '~' and throw a warning before creating it.

2019-02-02 Thread Shubham
shubham added a comment. @ngraham I think this patch is behaving exactly it should be, are you trying for a fix so that these warnings are not used? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D18384 To: shubham, ngraham Cc: emateli, pino, dhaumann,

D18384: Allow creating directory named '~' and throw a warning before creating it.

2019-02-02 Thread Nathaniel Graham
ngraham added a comment. I'm working on an alternative user interface for this. Stay tuned! REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D18384 To: shubham, ngraham Cc: emateli, pino, dhaumann, kde-frameworks-devel, michaelh, ngraham, bruns

D18563: Don't create directory tree when a new folder has a '/' in the name

2019-02-02 Thread Nathaniel Graham
ngraham added a comment. I'm working on an alternative user interface for this feature. Stay tuned! REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D18563 To: shubham, ngraham, #frameworks, #dolphin, dfaure, elvisangelaccio, pino Cc: andriusr, emateli, cfeck,

D17932: Improvements to completion

2019-02-02 Thread Dominik Haumann
dhaumann added a comment. Well, giving it a try and merge should be postponed ubtil tomorrow: dfaure tags today, so we would then have 1 month of internal testing. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17932 To: thomassc, #ktexteditor, #kdevelop,

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.12 - Build # 6 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.12/6/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 15:24:41 + Build duration: 18 min and counting BUILD ARTIFACTS

D18638: Avoid using trimmed method

2019-02-02 Thread Aleix Pol Gonzalez
apol added inline comments. INLINE COMMENTS > highlighter.cpp:299 > > +static bool hasNotEmptyText(const QString ) > +{ how about hasSpaces? REPOSITORY R246 Sonnet REVISION DETAIL https://phabricator.kde.org/D18638 To: mlaurent, dfaure Cc: apol, kde-frameworks-devel, michaelh, ngraham,

KDE CI: Frameworks » ktexteditor » kf5-qt5 FreeBSDQt5.12 - Build # 24 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.12/24/ Project: kf5-qt5 FreeBSDQt5.12 Date of build: Sat, 02 Feb 2019 15:24:41 + Build duration: 4 min 42 sec and counting JUnit Tests Name:

D17932: Improvements to completion

2019-02-02 Thread Christoph Cullmann
cullmann added a comment. Should we give this some try and merge it? REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17932 To: thomassc, #ktexteditor, #kdevelop, mwolff Cc: apol, kfunk, brauch, mwolff, cullmann, kwrite-devel, kde-frameworks-devel, hase,

D18663: KateSpellCheckDialog: Remove action "Spellcheck Selection"

2019-02-02 Thread Christoph Cullmann
This revision was automatically updated to reflect the committed changes. Closed by commit R39:f2e7a22be5e5: KateSpellCheckDialog: Remove action Spellcheck Selection (authored by loh.tar, committed by cullmann). REPOSITORY R39 KTextEditor CHANGES SINCE LAST UPDATE

D18116: Don't show document load trouble twice

2019-02-02 Thread Christoph Cullmann
cullmann requested changes to this revision. cullmann added a comment. This revision now requires changes to proceed. Just to be sure: We can apply D18117 and don't need to change here anything or? REVISION DETAIL https://phabricator.kde.org/D18116

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis edited the summary of this revision. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh, bruns

D17437: SearchBar: Avoid malfunction with very large files

2019-02-02 Thread Christoph Cullmann
cullmann abandoned this revision. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17437 To: cullmann, #ktexteditor, #vdg, loh.tar Cc: cullmann, kwrite-devel, kde-frameworks-devel, #ktexteditor, hase, michaelh, ngraham, bruns, demsking, sars, dhaumann

D17437: SearchBar: Avoid malfunction with very large files

2019-02-02 Thread Christoph Cullmann
cullmann commandeered this revision. cullmann edited reviewers, added: loh.tar; removed: cullmann. cullmann added a comment. We have cancel now ;=) REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D17437 To: cullmann, #ktexteditor, #vdg, loh.tar Cc: cullmann,

D18662: Add and rename some YaST icon symlinks

2019-02-02 Thread Noah Davis
ndavis retitled this revision from "Add and rename some YaST icon symlinks because of Qt bugs" to "Add and rename some YaST icon symlinks". REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel,

D18516: Fix end of folding region in rules with lookAhead=true

2019-02-02 Thread Christoph Cullmann
This revision was automatically updated to reflect the committed changes. Closed by commit R216:941f17e1a979: Fix end of folding region in rules with lookAhead=true (authored by nibags, committed by cullmann). REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE

D18516: Fix end of folding region in rules with lookAhead=true

2019-02-02 Thread Christoph Cullmann
cullmann accepted this revision. cullmann added a comment. This revision is now accepted and ready to land. I think that lookAhead rules don't publish their length sounds like a sane improvement. All in all, I think the folding still has some general issues in how we handle it.

D18662: Add and rename some YaST icon symlinks because of Qt bugs

2019-02-02 Thread Stasiek Michalski
hellcp added a comment. It's not really a workaround, all of those icons are valid when it comes to YaST, however previous batch of YaST icons into Breeze was build on idea that icon `xyz-abc.svg` will fallback to `xyz.svg` inside the same icon theme. In QIcon::fromTheme that is the case

D18663: KateSpellCheckDialog: Remove action "Spellcheck Selection"

2019-02-02 Thread Christoph Cullmann
cullmann accepted this revision. This revision is now accepted and ready to land. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D18663 To: loh.tar, #ktexteditor, cullmann Cc: cullmann, dhaumann, kwrite-devel, kde-frameworks-devel, #ktexteditor, hase, michaelh,

D18663: KateSpellCheckDialog: Remove action "Spellcheck Selection"

2019-02-02 Thread Christoph Cullmann
cullmann added a comment. ;=) given ::spellcheck() has the same magic, I don't think we really need to rename the function. And spellcheckSelectionOrFromCursor is a bit strange, too. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D18663 To: loh.tar,

D18662: Add and rename some YaST icon symlinks because of Qt bugs

2019-02-02 Thread Noah Davis
ndavis added a subscriber: hellcp. REPOSITORY R266 Breeze Icons REVISION DETAIL https://phabricator.kde.org/D18662 To: ndavis, #vdg Cc: hellcp, fvogt, ngraham, kde-frameworks-devel, michaelh, bruns

KDE CI: Frameworks » plasma-framework » kf5-qt5 SUSEQt5.12 - Build # 3 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/plasma-framework/job/kf5-qt5%20SUSEQt5.12/3/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 13:21:33 + Build duration: 1 hr 26 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » ktexteditor » kf5-qt5 SUSEQt5.12 - Build # 5 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.12/5/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 13:20:02 + Build duration: 1 hr 21 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kwindowsystem » kf5-qt5 SUSEQt5.12 - Build # 3 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kwindowsystem/job/kf5-qt5%20SUSEQt5.12/3/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 13:20:47 + Build duration: 1 hr 20 min and counting BUILD ARTIFACTS

KDE CI: Frameworks » kdelibs4support » kf5-qt5 SUSEQt5.12 - Build # 5 - Still Unstable!

2019-02-02 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20SUSEQt5.12/5/ Project: kf5-qt5 SUSEQt5.12 Date of build: Sat, 02 Feb 2019 13:15:40 + Build duration: 1 hr 20 min and counting BUILD ARTIFACTS

  1   2   >