D28379: KWidgetsAddons: Convert copyright headers to SPDX expressions

2020-06-13 Thread Andreas Cord-Landwehr
cordlandwehr added a comment.


  Another ping... This merge request is lying around already quite some time 
(sorry for being so big)

REPOSITORY
  R236 KWidgetsAddons

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

To: cordlandwehr
Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns


D27633: Port to KPluginLoader

2020-06-13 Thread Pino Toscano
pino added a comment.


  In D27633#619369 , @aacid wrote:
  
  > In D27633#619365 , @aacid wrote:
  >
  > > I think this broke 
https://build.kde.org/job/Applications/job/ktp-common-internals/job/kf5-qt5%20SUSEQt5.12/20/console
 guess ¿KAccountsDPlugin now requires parameters to the constructor and is thus 
not a valid Q_INTERFACE?
  > >
  > > @nicolasfella can you please look at it?
  >
  >
  > On top of that that's a BIC change, you can't do BIC changes on KF5 repos, 
so revert?
  
  
  Even if it is not a Framework, this is still a BIC change without an SONAME 
bump; @nicolasfella what about bumping `KACCOUNTS_SOVERSION` in the top-level 
CMakeLists.txt to `2` to reflect that?

REPOSITORY
  R155 KAccounts Integration

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

To: nicolasfella, bshah, leinir, #frameworks, apol
Cc: pino, aacid, lbeltrame


D26342: Allow overriding to disable auto language detection

2020-06-13 Thread Simon Depiets
sdepiets added a comment.


  Please see below proposal to restore the previous default behavior
  
  https://invent.kde.org/frameworks/sonnet/-/merge_requests/1

REPOSITORY
  R246 Sonnet

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

To: sdepiets, #frameworks, cullmann, mlaurent, mludwig, aacid
Cc: dfaure, aacid, mludwig, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


D29390: Respect QIcon::fallbackSearchpaths()

2020-06-13 Thread Nicolas Fella
nicolasfella closed this revision.

REPOSITORY
  R302 KIconThemes

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

To: nicolasfella, #plasma, #frameworks, mart
Cc: mart, kossebau, aacid, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


Re: Add loop device interface to Solid framework

2020-06-13 Thread Kai Uwe Broulik

Hi,

isn't that something that should just be in StorageVolume or something? 
We can already handle mounted ISOs in Solid just find - we only need 
some way to create/delete them?


Cheers
Kai Uwe


Re: Add loop device interface to Solid framework

2020-06-13 Thread David Faure
On dimanche 7 juin 2020 20:10:11 CEST Kwon-Young Choi wrote:
> Hello,
> 
> I have recently made a plugin for dolphin to mount and unmount iso
> files: https://invent.kde.org/sdk/dolphin-plugins/-/merge_requests/1
> 
> This plugin uses DBus calls to directly communicate with UDisks2 to
> attach and detach a loop device backed by an iso file.
> While writing the plugin, I used to Solid framework to do some hardware
> query and realized that there was no concept of loop device in Solid.
> I would like to know if there is interest to add a loop device interface
> to Solid and the ability to attach and detach such device?
> 
> I'm starting to understand the architecture of Solid and I think I would
> be able to add:
> 
> * an abstract Loop DeviceInterface
> * a backend Loop DeviceInterface backed by UDisks2
> * a frontend Loop DeviceInterface
> * the ability for the DeviceManager to create a Loop DeviceInterface
> (I'm not sure this is possible...)
> 
> However, I am not sure if this fit in the score of the Solid framework.

I wish there was a Solid maintainer to answer you...

However for such an architectural/scope question, maybe ervin will be willing 
to provide some input :-)

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5





D26342: Allow overriding to disable auto language detection

2020-06-13 Thread David Faure
dfaure added a comment.


  In D26342#675180 , @aacid wrote:
  
  > In D26342#675164 , @sdepiets 
wrote:
  >
  > > I don't think that's a regression, in the previous behavior you could try 
to set any language to proofread, it would always auto-detect "Bonjour" as 
French, thus the "Tools / Spelling / change language" had not effect if 
autodetect was enabled at system level (while autodetection should be an 
application or even case by case decision).
  >
  
  
  Autodetection *is* an application setting, it's in Settings / Spellchecker... 
/ [x] Enable autodetection of language
  
  >> It may not seem like an issue for simple cases, but actually for mixed 
contents (i.e. an email that is 50% French, 50% English) that would be detected 
as English, you would have no way at all to check the French text without 
disabling system-wide autodectection.
  
  In my experience a mixed email was perfectly handled, with each paragraph 
having a different language.
  See http://www.davidfaure.fr/2020/Screenshot_20200613_194827.png
  
  But I think you're talking about the spellchecking dialog (which I never use, 
except this month because of the need to find a workaround).
  My concern is for autodetection and background spellchecking. If a fix for 
the spellcheck dialog introduces a change of behaviour for the background 
spellchecking, that's a regression.
  
  >> Calling setAutoDetectLanguageDisabled(false) restores the previous behavior
  
  Changes in KF5 should NOT require applications to adapt in order to restore 
previous *working* behaviour.
  
  > The problem here is that David probably never set any language on purpose.
  
  Right.
  In fact, if I open the settings dialog, it has "français" checked in the top 
listview, and only that one.
  Meanwhile the Tools / Spelling dialog shows "American English (UnitedStates)" 
in the combobox.
  This particular issue happens even with this patch reverted. Something's 
rather broken.
  
  > you could argue that this is a deficiency of the UI, should have a checkbox 
for "enable spellchecking" and another for "enable spellchecking *exactly* in 
this language"
  
  Not sure I understand this.
  
  > And this is were we failed, we changed the default behaviour and that's 
probably not the greatest of the ideas in retrospect. Even if we could not see 
why anyone would set a language and would still want the auto language 
detection to be enabled, well it seems that at least David wanted because it's 
been the behaviour for ages :D
  
  *I* don't really set a language. Maybe KMail does though. @mlaurent might 
know more?

REPOSITORY
  R246 Sonnet

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

To: sdepiets, #frameworks, cullmann, mlaurent, mludwig, aacid
Cc: dfaure, aacid, mludwig, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


KDE CI: Frameworks » krunner » kf5-qt5 FreeBSDQt5.14 - Build # 29 - Still Unstable!

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/krunner/job/kf5-qt5%20FreeBSDQt5.14/29/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 16:40:23 +
 Build duration:
1 min 21 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 2 test(s)Failed: projectroot.autotests.runnercontexttest

D26342: Allow overriding to disable auto language detection

2020-06-13 Thread Albert Astals Cid
aacid added a comment.


  In D26342#675164 , @sdepiets wrote:
  
  > In D26342#675142 , @dfaure wrote:
  >
  > > This actually breaks language auto-detection for me in the KMail composer.
  > >
  > > Testcase:
  > >
  > > - New Mail
  > > - I type "Bonjour," in the body
  > >
  > >   Before: It's detected as French and not underlined as a typo
  > >
  > >   After: The language remains English, and the word is underlined as a 
typo
  > >
  > >   Workaround: Tools / Spelling / change language from English to French
  > >
  > >   Too bad I'm realizing this is the reason for the regression only today 
(day of 5.71 release) by looking at the KF-5.71 changelog :(
  >
  >
  > I don't think that's a regression, in the previous behavior you could try 
to set any language to proofread, it would always auto-detect "Bonjour" as 
French, thus the "Tools / Spelling / change language" had not effect if 
autodetect was enabled at system level (while autodetection should be an 
application or even case by case decision).
  >
  > It may not seem like an issue for simple cases, but actually for mixed 
contents (i.e. an email that is 50% French, 50% English) that would be detected 
as English, you would have no way at all to check the French text without 
disabling system-wide autodectection.
  >
  > Calling setAutoDetectLanguageDisabled(false) restores the previous behavior
  
  
  The problem here is that David probably never set any language on purpose.
  
  you could argue that this is a deficiency of the UI, should have a checkbox 
for "enable spellchecking" and another for "enable spellchecking *exactly* in 
this language"
  
  And this is were we failed, we changed the default behaviour and that's 
probably not the greatest of the ideas in retrospect. Even if we could not see 
why anyone would set a language and would still want the auto language 
detection to be enabled, well it seems that at least David wanted because it's 
been the behaviour for ages :D
  
  Not sure what's the correct path forward though :/

REPOSITORY
  R246 Sonnet

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

To: sdepiets, #frameworks, cullmann, mlaurent, mludwig, aacid
Cc: dfaure, aacid, mludwig, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


D24476: [KPropertiesDialog] Only show volume-related info for volumes

2020-06-13 Thread Nathaniel Graham
ngraham abandoned this revision.

REPOSITORY
  R241 KIO

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

To: ngraham, #vdg, #frameworks, broulik, ndavis
Cc: pino, ndavis, Zren, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


D29390: Respect QIcon::fallbackSearchpaths()

2020-06-13 Thread Marco Martin
mart accepted this revision.
mart added a comment.
This revision is now accepted and ready to land.


  go for it :)

REPOSITORY
  R302 KIconThemes

BRANCH
  fallback

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

To: nicolasfella, #plasma, #frameworks, mart
Cc: mart, kossebau, aacid, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


D26342: Allow overriding to disable auto language detection

2020-06-13 Thread Simon Depiets
sdepiets added a comment.


  In D26342#675142 , @dfaure wrote:
  
  > This actually breaks language auto-detection for me in the KMail composer.
  >
  > Testcase:
  >
  > - New Mail
  > - I type "Bonjour," in the body
  >
  >   Before: It's detected as French and not underlined as a typo
  >
  >   After: The language remains English, and the word is underlined as a typo
  >
  >   Workaround: Tools / Spelling / change language from English to French
  >
  >   Too bad I'm realizing this is the reason for the regression only today 
(day of 5.71 release) by looking at the KF-5.71 changelog :(
  
  
  I don't think that's a regression, in the previous behavior you could try to 
set any language to proofread, it would always auto-detect "Bonjour" as French, 
thus the "Tools / Spelling / change language" had not effect if autodetect was 
enabled at system level (while autodetection should be an application or even 
case by case decision).
  
  It may not seem like an issue for simple cases, but actually for mixed 
contents (i.e. an email that is 50% French, 50% English) that would be detected 
as English, you would have no way at all to check the French text without 
disabling system-wide autodectection.
  
  Calling setAutoDetectLanguageDisabled(false) restores the previous behavior

REPOSITORY
  R246 Sonnet

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

To: sdepiets, #frameworks, cullmann, mlaurent, mludwig, aacid
Cc: dfaure, aacid, mludwig, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


KDE CI: Frameworks » kwindowsystem » kf5-qt5 SUSEQt5.14 - Build # 17 - Unstable!

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kwindowsystem/job/kf5-qt5%20SUSEQt5.14/17/
 Project:
kf5-qt5 SUSEQt5.14
 Date of build:
Sat, 13 Jun 2020 12:43:22 +
 Build duration:
49 min and counting
   BUILD ARTIFACTS
  acc/KF5WindowSystem-5.72.0.xmllogs/KF5WindowSystem/5.72.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 1 test(s), Passed: 12 test(s), Skipped: 0 test(s), Total: 13 test(s)Failed: projectroot.autotests.kwindowsystem_kwindowinfox11test
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report67%
(4/6)79%
(44/56)79%
(44/56)73%
(7321/9973)54%
(3566/6561)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests88%
(15/17)88%
(15/17)97%
(3092/3178)53%
(1295/2466)autotests.helper100%
(1/1)100%
(1/1)70%
(7/10)50%
(3/6)src86%
(12/14)86%
(12/14)53%
(824/1551)42%
(303/726)src.platforms.wayland0%
(0/2)0%
(0/2)0%
(0/70)100%
(0/0)src.platforms.xcb94%
(16/17)94%
(16/17)70%
(3398/4886)59%
(1965/3317)tests0%
(0/5)0%
(0/5)0%
(0/278)0%
(0/46)

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.14/31/
 Project:
kf5-qt5 SUSEQt5.14
 Date of build:
Sat, 13 Jun 2020 12:42:49 +
 Build duration:
50 min and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5TextEditor-5.72.0.xmlcompat_reports/KF5TextEditor_compat_report.htmllogs/KF5TextEditor/5.72.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 60 test(s), Skipped: 0 test(s), Total: 62 test(s)Failed: projectroot.autotests.bug313759Failed: projectroot.autotests.kateindenttest_testPascalName: projectroot.autotests.src Failed: 0 test(s), Passed: 5 test(s), Skipped: 0 test(s), Total: 5 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report79%
(22/28)87%
(260/298)87%
(260/298)67%
(33018/49207)49%
(14805/30098)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests.src97%
(37/38)97%
(37/38)93%
(4791/5129)49%
(1812/3680)autotests.src.vimode100%
(9/9)100%
(9/9)99%
(5526/5568)58%
(984/1708)src.buffer88%
(15/17)88%
(15/17)89%
(1677/1892)74%
(1082/1472)src.completion100%
(11/11)100%
(11/11)57%
(1785/3131)42%
(1008/2423)src.completion.expandingtree100%
(3/3)100%
(3/3)40%
(182/457)21%
(73/340)src.dialogs0%
(0/4)0%
(0/4)0%
(0/858)0%
(0/180)src.document100%
(4/4)100%
(4/4)61%
(1937/3176)48%
(1418/2977)src.export0%
(0/4)0%
(0/4)0%
(0/121)0%
(0/156)src.include.ktexteditor93%
(14/15)93%
(14/15)84%
(187/223)55%
(125/226)src.inputmode100%
(8/8)100%
(8/8)63%
(192/304)51%
(39/77)src.mode88%
(7/8)88%
(7/8)36%
(378/1050)16%
(146/897)src.part0%
(0/1)0%
(0/1)0%
(0/7)100%
(0/0)src.printing0%
(0/4)0%
(0/4)0%
(0/862)0%
(0/278)src.render100%
(7/7)100%
(7/7)77%
(949/1226)67%
(611/916)src.schema29%
(2/7)29%
(2/7)1%
(19/1468)1%
(6/625)src.script100%
(16/16)100%
(16/16)68%
(706/1038)54%

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/solid/job/kf5-qt5%20FreeBSDQt5.14/32/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:44:27 +
 Build duration:
47 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 3 test(s), Skipped: 0 test(s), Total: 4 test(s)Failed: projectroot.autotests.halbasictest

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kwayland/job/kf5-qt5%20FreeBSDQt5.14/23/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:43:11 +
 Build duration:
40 min and counting
   JUnit Tests
  Name: projectroot.autotests Failed: 14 test(s), Passed: 29 test(s), Skipped: 0 test(s), Total: 43 test(s)Failed: projectroot.autotests.client.kwayland_testCompositorFailed: projectroot.autotests.client.kwayland_testDataDeviceFailed: projectroot.autotests.client.kwayland_testDataSourceFailed: projectroot.autotests.client.kwayland_testRegionFailed: projectroot.autotests.client.kwayland_testRemoteAccessFailed: projectroot.autotests.client.kwayland_testShmPoolFailed: projectroot.autotests.client.kwayland_testSubCompositorFailed: projectroot.autotests.client.kwayland_testSubSurfaceFailed: projectroot.autotests.client.kwayland_testWaylandConnectionThreadFailed: projectroot.autotests.client.kwayland_testWaylandRegistryFailed: projectroot.autotests.client.kwayland_testWaylandShellFailed: projectroot.autotests.client.kwayland_testWaylandSurfaceFailed: projectroot.autotests.client.kwayland_testXdgShellV6Failed: projectroot.autotests.server.kwayland_testWaylandServerDisplay

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20FreeBSDQt5.14/31/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:42:49 +
 Build duration:
37 min and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 60 test(s), Skipped: 0 test(s), Total: 62 test(s)Failed: projectroot.autotests.bug313759Failed: projectroot.autotests.kateindenttest_testPascalName: projectroot.autotests.src Failed: 0 test(s), Passed: 5 test(s), Skipped: 0 test(s), Total: 5 test(s)

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kfilemetadata/job/kf5-qt5%20SUSEQt5.14/19/
 Project:
kf5-qt5 SUSEQt5.14
 Date of build:
Sat, 13 Jun 2020 12:40:28 +
 Build duration:
37 min and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5FileMetaData-5.72.0.xmlcompat_reports/KF5FileMetaData_compat_report.htmllogs/KF5FileMetaData/5.72.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 18 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.autotests.embeddedimagedatatestFailed: projectroot.autotests.extractorcoveragetest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report80%
(4/5)97%
(60/62)97%
(60/62)87%
(4158/4799)48%
(5742/11880)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests100%
(19/19)100%
(19/19)98%
(1520/1549)49%
(2978/6065)src96%
(27/28)96%
(27/28)82%
(1466/1778)47%
(651/1378)src.extractors100%
(13/13)100%
(13/13)78%
(964/1236)46%
(1709/3682)src.writers100%
(1/1)100%
(1/1)99%
(208/210)54%
(404/749)tests0%
(0/1)0%
(0/1)0%
(0/26)0%
(0/6)

KDE CI: Frameworks » kcalendarcore » kf5-qt5 FreeBSDQt5.14 - Build # 15 - Still Unstable!

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kcalendarcore/job/kf5-qt5%20FreeBSDQt5.14/15/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:38:21 +
 Build duration:
37 min and counting
   JUnit Tests
  Name: projectroot Failed: 6 test(s), Passed: 487 test(s), Skipped: 0 test(s), Total: 493 test(s)Failed: projectroot.autotests.RecursOn_ConnectDaily2.icsFailed: projectroot.autotests.RecursOn_ConnectDaily3.icsFailed: projectroot.autotests.RecursOn_ConnectDaily6.icsFailed: projectroot.autotests.testicaltimezonesFailed: projectroot.autotests.testrecurtodoFailed: projectroot.autotests.testtodo

KDE CI: Frameworks » krunner » kf5-qt5 FreeBSDQt5.14 - Build # 28 - Still Unstable!

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/krunner/job/kf5-qt5%20FreeBSDQt5.14/28/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:42:37 +
 Build duration:
32 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 2 test(s)Failed: projectroot.autotests.runnercontexttest

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kpty/job/kf5-qt5%20FreeBSDQt5.14/15/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:42:26 +
 Build duration:
30 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 1 test(s)Failed: projectroot.autotests.kptyprocesstest

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kpackage/job/kf5-qt5%20FreeBSDQt5.14/17/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:42:09 +
 Build duration:
28 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: projectroot.autotests.plasma_packagestructuretest

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kfilemetadata/job/kf5-qt5%20SUSEQt5.12/184/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 13 Jun 2020 12:40:24 +
 Build duration:
15 min and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5FileMetaData-5.72.0.xmlcompat_reports/KF5FileMetaData_compat_report.htmllogs/KF5FileMetaData/5.72.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 18 test(s), Skipped: 0 test(s), Total: 20 test(s)Failed: projectroot.autotests.embeddedimagedatatestFailed: projectroot.autotests.extractorcoveragetest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report80%
(4/5)97%
(60/62)97%
(60/62)87%
(4156/4797)48%
(5738/11872)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests100%
(19/19)100%
(19/19)98%
(1518/1547)49%
(2976/6061)src96%
(27/28)96%
(27/28)82%
(1466/1778)47%
(651/1378)src.extractors100%
(13/13)100%
(13/13)78%
(964/1236)46%
(1707/3678)src.writers100%
(1/1)100%
(1/1)99%
(208/210)54%
(404/749)tests0%
(0/1)0%
(0/1)0%
(0/26)0%
(0/6)

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kdesu/job/kf5-qt5%20FreeBSDQt5.14/11/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:39:54 +
 Build duration:
14 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 0 test(s), Skipped: 0 test(s), Total: 1 test(s)Failed: projectroot.autotests.kdesutest

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kdelibs4support/job/kf5-qt5%20FreeBSDQt5.14/16/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:39:48 +
 Build duration:
13 min and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 37 test(s), Skipped: 0 test(s), Total: 39 test(s)Failed: projectroot.autotests.kmimetypetestFailed: projectroot.autotests.kstandarddirstest

KDE CI: Frameworks » kdeclarative » kf5-qt5 FreeBSDQt5.14 - Build # 23 - Still Unstable!

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kdeclarative/job/kf5-qt5%20FreeBSDQt5.14/23/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:39:33 +
 Build duration:
12 min and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 2 test(s)Failed: projectroot.autotests.quickviewsharedengine

D26342: Allow overriding to disable auto language detection

2020-06-13 Thread David Faure
dfaure added a comment.


  This actually breaks language auto-detection for me in the KMail composer.
  
  Testcase:
  
  - New Mail
  - I type "Bonjour," in the body
  
  Before:
  It's detected as French and not underlined as a typo
  
  After:
  The language remains English, and the word is underlined as a typo
  
  Workaround:
  Tools / Spelling / change language from English to French
  
  Too bad I'm realizing this is the reason for the regression only today (day 
of 5.71 release) by looking at the KF-5.71 changelog :(

REPOSITORY
  R246 Sonnet

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

To: sdepiets, #frameworks, cullmann, mlaurent, mludwig, aacid
Cc: dfaure, aacid, mludwig, kde-frameworks-devel, LeGast00n, cblack, michaelh, 
ngraham, bruns


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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20SUSEQt5.12/202/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 13 Jun 2020 12:39:13 +
 Build duration:
11 min and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5CoreAddons-5.72.0.xmlcompat_reports/KF5CoreAddons_compat_report.htmllogs/KF5CoreAddons/5.72.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 2 test(s), Passed: 25 test(s), Skipped: 0 test(s), Total: 27 test(s)Failed: projectroot.autotests.kdirwatch_qfswatch_unittestFailed: projectroot.autotests.kdirwatch_stat_unittest
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report91%
(10/11)86%
(80/93)86%
(80/93)76%
(6948/9141)43%
(10846/24941)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests94%
(31/33)94%
(31/33)97%
(2914/3008)49%
(6222/12784)src.desktoptojson100%
(2/2)100%
(2/2)78%
(90/115)37%
(108/290)src.lib67%
(2/3)67%
(2/3)62%
(382/621)26%
(244/924)src.lib.caching100%
(2/2)100%
(2/2)45%
(352/782)18%
(187/1054)src.lib.io75%
(9/12)75%
(9/12)66%
(869/1309)35%
(991/2822)src.lib.jobs71%
(5/7)71%
(5/7)55%
(157/284)39%
(54/140)src.lib.plugin100%
(7/7)100%
(7/7)85%
(681/801)42%
(957/2273)src.lib.randomness100%
(2/2)100%
(2/2)69%
(66/95)58%
(45/78)src.lib.text63%
(5/8)63%
(5/8)52%
(443/850)47%
(1026/2187)src.lib.util100%
(15/15)100%
(15/15)83%
(994/1191)51%
(1012/1999)tests0%
(0/2)0%
(0/2)0%
(0/85)0%
(0/390)

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

2020-06-13 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Frameworks/job/kcoreaddons/job/kf5-qt5%20FreeBSDQt5.14/28/
 Project:
kf5-qt5 FreeBSDQt5.14
 Date of build:
Sat, 13 Jun 2020 12:39:13 +
 Build duration:
10 min and counting
   JUnit Tests
  Name: projectroot Failed: 3 test(s), Passed: 24 test(s), Skipped: 0 test(s), Total: 27 test(s)Failed: projectroot.autotests.kdirwatch_inotify_unittestFailed: projectroot.autotests.kdirwatch_stat_unittestFailed: projectroot.autotests.klistopenfilesjobtest_unix