D7423: Populate UDS_CREATION_TIME on Linux if QT version and Linux kernel support it (no effect if they don't)

2017-08-19 Thread Nathaniel Graham
ngraham edited the summary of this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D7423 To: ngraham, dfaure, broulik, elvisangelaccio Cc: #frameworks

D7423: Populate UDS_CREATION_TIME on Linux if QT version and Linux kernel support it (no effect if they don't)

2017-08-19 Thread Nathaniel Graham
ngraham created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY This speculative commit will populate UDS_CREATION_TIME if the Linux Kernel and QT version support it, following changes to do the same in

Re: KDE CI: Frameworks kio kf5-qt5 XenialQt5.7 - Build # 87 - Unstable!

2017-08-19 Thread David Faure
On samedi 19 août 2017 11:09:05 CEST no-re...@kde.org wrote: > Failed: TestSuite.kiowidgets-kurifiltersearchprovideractionstest > Failed: TestSuite.kiowidgets-kurifiltertest I'll work on this, by porting away from KServiceTypeTrader. -- David Faure, fa...@kde.org, http://www.davidfaure.fr

D7380: KCD: use modern logging classes throughout

2017-08-19 Thread David Faure
dfaure added a comment. Information printed by command-line programs can be done with qInfo(), which is enabled by default, while qDebug() should be disabled by defualt. REPOSITORY R349 KCompactDisc Library REVISION DETAIL https://phabricator.kde.org/D7380 To: rjvbb, #frameworks,

D6553: Standard shortcuts: use Ctrl+PageUp/PageDown for prev/next tab.

2017-08-19 Thread Nathaniel Graham
ngraham added a comment. FYI this has caused a conflict in Kate: https://bugs.kde.org/show_bug.cgi?id=383721 Also, I have created a patch to add the new shortcuts to Konsole, which does not use `KStandardShortcut`s: https://phabricator.kde.org/D7354 REPOSITORY R237 KConfig REVISION

D6972: Add CC BY-SA 4.0 International and set it as default

2017-08-19 Thread Luigi Toscano
This revision was automatically updated to reflect the committed changes. Closed by commit R238:8c32e153fae8: Add CC BY-SA 4.0 International and set it as default (authored by ltoscano). REPOSITORY R238 KDocTools CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6972?vs=17466=18401

D7415: kconfig: kcfg.xsd do not require a kcfgfile

2017-08-19 Thread Allen Winter
winterz reclaimed this revision. winterz added a comment. un-abandon. I retested and it does work as intended REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D7415 To: winterz Cc: #frameworks

D7415: kconfig: kcfg.xsd do not require a kcfgfile

2017-08-19 Thread Allen Winter
winterz abandoned this revision. winterz added a comment. not good. ignore. REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D7415 To: winterz Cc: #frameworks

D7415: kconfig: kcfg.xsd do not require a kcfgfile

2017-08-19 Thread Allen Winter
winterz created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY I'm seeing quite a few kconfigxt files that don't set the kcfgfile element. This patch changes the xsd so such files will validate.

D4861: [ConfigCategory] Deduce name and icon from pluginName

2017-08-19 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4861 To: broulik, #plasma, davidedmundson Cc: plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai,

D5799: Rebase Less syntax highlighting on SCSS one

2017-08-19 Thread Grzegorz Szymaszek
This revision was automatically updated to reflect the committed changes. Closed by commit R216:ca846fbda318: Rebased Less syntax highlighting on SCSS one (authored by gszymaszek). REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5799?vs=18296=18391

KDE CI: Frameworks syntax-highlighting kf5-qt5 XenialQt5.7 - Build # 79 - Unstable!

2017-08-19 Thread no-reply
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20syntax-highlighting%20kf5-qt5%20XenialQt5.7/79/ Project: Frameworks syntax-highlighting kf5-qt5 XenialQt5.7 Date of build: Sat, 19 Aug 2017 14:03:20 + Build duration: 3 min 46 sec and counting

KDE CI: Frameworks syntax-highlighting kf5-qt5 FreeBSDQt5.7 - Build # 77 - Unstable!

2017-08-19 Thread no-reply
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20syntax-highlighting%20kf5-qt5%20FreeBSDQt5.7/77/ Project: Frameworks syntax-highlighting kf5-qt5 FreeBSDQt5.7 Date of build: Sat, 19 Aug 2017 14:03:20 + Build duration: 1 min 47 sec and counting

Re: KDE CI: Frameworks kio kf5-qt5 WindowsMSVCQt5.9 - Build # 2 - Failure!

2017-08-19 Thread Ben Cooksley
This failure was caused by processes spawned by tests (namely kioslave.exe) hanging around. I've killed them now which should allow the next run to succeed. Cheers, Ben On Sat, Aug 19, 2017 at 10:12 PM, wrote: > *BUILD FAILURE* > Build URL

KDE CI: Frameworks kio kf5-qt5 WindowsMSVCQt5.9 - Build # 2 - Failure!

2017-08-19 Thread no-reply
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20WindowsMSVCQt5.9/2/ Project: Frameworks kio kf5-qt5 WindowsMSVCQt5.9 Date of build: Sat, 19 Aug 2017 08:51:47 + Build duration: 1 hr 20 min and counting CONSOLE OUTPUT

D7402: Use QUrls from match to create mimeData in base implementation

2017-08-19 Thread Kai Uwe Broulik
broulik accepted this revision. broulik added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > abstractrunner.cpp:204 > { > -Q_UNUSED(match) > -return nullptr; > +if (match.urls().isEmpty()) { > +return nullptr; Weird indentation

D7407: audiocd-kio : modernise debugging

2017-08-19 Thread René J . V . Bertin
rjvbb created this revision. REVISION SUMMARY Modernises the use of debugging classes in audiocd-kio (cf. https://phabricator.kde.org/D7380). I've named the category the way most kioslaves seem to name their categories, using the `kf5` toplevel domain rather than `org.kde` mostly because

D7328: Don't enter test subdirectories if BUILD_TESTING=OFF

2017-08-19 Thread Andreas Sturmlechner
asturmlechner closed this revision. asturmlechner added a comment. Merged, closing manually. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D7328 To: asturmlechner, #frameworks, dfaure

D6972: Add CC BY-SA 4.0 International and set it as default

2017-08-19 Thread Burkhard Lück
lueck accepted this revision. This revision is now accepted and ready to land. REPOSITORY R238 KDocTools BRANCH add-ccbysa4-translatable REVISION DETAIL https://phabricator.kde.org/D6972 To: ltoscano, jriddell, lueck, yurchor Cc: jriddell, lueck, #frameworks, #documentation, skadinna