D11011: Do not assume layout of msghdr and iovec structure

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr created this revision. chinmoyr added reviewers: dfaure, awilcox. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. chinmoyr requested review of this revision. REVISION SUMMARY Class FDMessageHeader assumes the layout of msghdr

D8296: Use Ctrl+Shift+, as the standard shortcut for "Configure "

2018-03-03 Thread Henrik Fehlauer
rkflx added a comment. @ngraham Is (K)ubuntu 18.04 really going to ship Digikam 5.6 from June 2017, i.e. creating an influx of bug reports on shortcut warnings? Can this be patched in either Digikam or KF5 packages? REPOSITORY R237 KConfig REVISION DETAIL

D10820: Send slave's polkit authorization status to the host

2018-03-03 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > slavebase.cpp:154 > +if (action.status() != KAuth::Action::AuthorizedStatus) { > +m_tempAuths.erase(it); > +} it = m_tempAuths.erase(it); } else { ++it; } REPOSITORY R241 KIO REVISION

D10822: Store temporary authorization status in IdleSlave

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28543. chinmoyr added a comment. Used MSG_SLAVE_STATUS_V2 REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10822?vs=27998=28543 BRANCH D10822 REVISION DETAIL https://phabricator.kde.org/D10822 AFFECTED FILES

KDE CI: Frameworks kconfigwidgets kf5-qt5 SUSEQt5.9 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kconfigwidgets%20kf5-qt5%20SUSEQt5.9/4/ Project: Frameworks kconfigwidgets kf5-qt5 SUSEQt5.9 Date of build: Sun, 04 Mar 2018 06:27:04 + Build duration: 5 min 35 sec and counting JUnit

KDE CI: Frameworks kconfigwidgets kf5-qt5 SUSEQt5.9 - Build # 3 - Still Failing!

2018-03-03 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kconfigwidgets%20kf5-qt5%20SUSEQt5.9/3/ Project: Frameworks kconfigwidgets kf5-qt5 SUSEQt5.9 Date of build: Sat, 03 Mar 2018 12:51:21 + Build duration: 17 hr and counting CONSOLE OUTPUT

D11010: Add MSG_SLAVE_STATUS_V2 to slave interface

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr added a dependent revision: D10820: Send slave's polkit authorization status to the host. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D11010 To: chinmoyr, dfaure Cc: #frameworks, michaelh

D10820: Send slave's polkit authorization status to the host

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr added a dependency: D11010: Add MSG_SLAVE_STATUS_V2 to slave interface. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10820 To: chinmoyr, dfaure Cc: #frameworks, michaelh

D6709: Add support for sharing file descriptor between KIO slave and KAuth helper

2018-03-03 Thread A . Wilcox
awilcox reopened this revision. awilcox added a comment. This revision is now accepted and ready to land. BUG: 391367 : musl is strictly POSIX conformant

D10820: Send slave's polkit authorization status to the host

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28541. chinmoyr added a comment. Added method updateTempAuthStatus() to take care of cleaning. Rebased on D11010 REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10820?vs=27993=28541

D11010: Add MSG_SLAVE_STATUS_V2 to slave interface

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr created this revision. chinmoyr added a reviewer: dfaure. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. chinmoyr requested review of this revision. REVISION SUMMARY This patch defines a new version of slave status message

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28539. chinmoyr marked 3 inline comments as done. chinmoyr added a comment. fix issue with variable declaration REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10567?vs=27478=28539 BRANCH D10567 REVISION DETAIL

D10818: Store PolicyKit action which the slave is authorized to perform

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28537. chinmoyr added a comment. m_TempAuth -> m_temAuths REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10818?vs=27990=28537 BRANCH D10818 REVISION DETAIL https://phabricator.kde.org/D10818 AFFECTED FILES

D10824: Delete IdleSlave having temporary authorization

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28536. chinmoyr added a comment. Used deleteLater() REPOSITORY R303 KInit CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10824?vs=28002=28536 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10824 AFFECTED FILES

KDE CI: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 - Build # 9 - Unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20WindowsMSVCQt5.10/9/ Project: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 22:23:46 + Build duration: 1 hr 41 min and counting JUnit Tests

KDE CI: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 - Build # 8 - Unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20WindowsMSVCQt5.10/8/ Project: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 20:50:43 + Build duration: 1 hr 30 min and counting JUnit Tests

D10993: Fix protocol selection in KUrlNavigator

2018-03-03 Thread Алексей Шилин
aleksejshilin updated this revision to Diff 28519. aleksejshilin added a comment. - Add comment explaining the empty authority REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10993?vs=28496=28519 BRANCH fix_kurlnavigator_protocol_selection REVISION DETAIL

D10993: Fix protocol selection in KUrlNavigator

2018-03-03 Thread Алексей Шилин
aleksejshilin added inline comments. INLINE COMMENTS > dfaure wrote in kurlnavigator.cpp:349 > Is this in order to get smb:// instead of smb: ? It looks correct, but not > for "file", how about moving that to an else{} branch of the if below? And I > could add a comment like "we want smb:// or

D10993: Fix protocol selection in KUrlNavigator

2018-03-03 Thread David Faure
dfaure requested changes to this revision. dfaure added a comment. This revision now requires changes to proceed. Thanks for the fix. I have one small suggestion. INLINE COMMENTS > kurlnavigator.cpp:349 > url.setScheme(protocol); > -url.setPath((protocol == QLatin1String("file")) ?

D10997: Fix conversion of AccessPoint flags to capabilities

2018-03-03 Thread Fabian Vogt
fvogt updated this revision to Diff 28512. fvogt added a comment. Use camelCase REPOSITORY R282 NetworkManagerQt CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10997?vs=28511=28512 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10997 AFFECTED FILES

D10997: Fix conversion of AccessPoint flags to capabilities

2018-03-03 Thread Fabian Vogt
fvogt created this revision. fvogt added reviewers: Frameworks, jgrulich, kfunk. Restricted Application added a project: Frameworks. fvogt requested review of this revision. REVISION SUMMARY The value of Flags is a set of independant bits, so using a switch-case here does not work. For

KDE CI: Frameworks kdelibs4support kf5-qt5 WindowsMSVCQt5.10 - Build # 5 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20WindowsMSVCQt5.10/5/ Project: Frameworks kdelibs4support kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:29 + Build duration: 2 hr 26 min and counting

KDE CI: Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kjsembed%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kjsembed kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 2 hr 22 min and counting

KDE CI: Frameworks kemoticons kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kemoticons%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kemoticons kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:29 + Build duration: 2 hr 15 min and counting

KDE CI: Frameworks kross kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kross kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:31 + Build duration: 2 hr 14 min and counting JUnit Tests

KDE CI: Frameworks kpeople kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kpeople%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kpeople kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:29 + Build duration: 2 hr 10 min and counting JUnit

KDE CI: Frameworks kdewebkit kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdewebkit%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kdewebkit kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 2 hr 7 min and counting

KDE CI: Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20knotifications%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks knotifications kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 2 hr 6 min and counting

KDE CI: Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks ktexteditor kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 2 hr 2 min and counting

KDE CI: Frameworks kded kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kded%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kded kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:31 + Build duration: 1 hr 49 min and counting

KDE CI: Frameworks kbookmarks kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kbookmarks%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kbookmarks kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:31 + Build duration: 1 hr 46 min and counting

KDE CI: Frameworks kdeclarative kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdeclarative%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kdeclarative kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 37 min and counting

KDE CI: Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20knotifyconfig%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks knotifyconfig kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 1 hr 33 min and counting

KDE CI: Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10 - Build # 6 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20knewstuff%20kf5-qt5%20WindowsMSVCQt5.10/6/ Project: Frameworks knewstuff kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 26 min and counting

KDE CI: Frameworks kxmlgui kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kxmlgui%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kxmlgui kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 26 min and counting JUnit

KDE CI: Frameworks baloo kf5-qt5 WindowsMSVCQt5.10 - Build # 5 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20baloo%20kf5-qt5%20WindowsMSVCQt5.10/5/ Project: Frameworks baloo kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 1 hr 18 min and counting

KDE CI: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 - Build # 7 - Still Failing!

2018-03-03 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20WindowsMSVCQt5.10/7/ Project: Frameworks kio kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 15 min and counting CONSOLE OUTPUT

KDE CI: Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kwallet%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kwallet kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 13 min and counting JUnit

KDE CI: Frameworks frameworkintegration kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20frameworkintegration%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks frameworkintegration kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 1 hr 10 min and

KDE CI: Frameworks kcmutils kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kcmutils%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kcmutils kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 1 hr 9 min and counting

KDE CI: Frameworks kservice kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kservice%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kservice kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:29 + Build duration: 1 hr 7 min and counting JUnit

KDE CI: Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kjobwidgets%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kjobwidgets kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:31 + Build duration: 1 hr 3 min and counting

KDE CI: Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10 - Build # 7 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20WindowsMSVCQt5.10/7/ Project: Frameworks plasma-framework kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:31 + Build duration: 58 min and counting

KDE CI: Frameworks khtml kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20khtml%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks khtml kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 52 min and counting JUnit Tests

KDE CI: Frameworks krunner kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks krunner kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:33 + Build duration: 40 min and counting JUnit Tests

KDE CI: Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20qqc2-desktop-style%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks qqc2-desktop-style kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 37 min and counting

KDE CI: Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kmediaplayer kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 33 min and counting

KDE CI: Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20ktextwidgets%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks ktextwidgets kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 26 min and counting

KDE CI: Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kparts kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 21 min and counting JUnit Tests

KDE CI: Frameworks kinit kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kinit%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks kinit kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:32 + Build duration: 16 min and counting

KDE CI: Frameworks purpose kf5-qt5 WindowsMSVCQt5.10 - Build # 4 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20WindowsMSVCQt5.10/4/ Project: Frameworks purpose kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 15 min and counting JUnit Tests

D10744: Use correct directory to lookup trigrams in windows build dir

2018-03-03 Thread Laurent Montel
mlaurent accepted this revision. mlaurent added a comment. This revision is now accepted and ready to land. Seems good for me REPOSITORY R246 Sonnet BRANCH master REVISION DETAIL https://phabricator.kde.org/D10744 To: vonreth, mlaurent, dfaure, leinir Cc: #frameworks, michaelh

Re: Global Dependency and Release Freeze

2018-03-03 Thread Albert Astals Cid
El divendres, 2 de març de 2018, a les 11:34:30 CET, Ben Cooksley va escriure: > Hi all, > > Due to a snowball of various dependency bumps and other tickets which > have been submitted over the past few days, i'm imposing a global > dependency freeze upon all KDE projects. > > In addition to

KDE CI: Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10 - Build # 3 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20WindowsMSVCQt5.10/3/ Project: Frameworks kxmlrpcclient kf5-qt5 WindowsMSVCQt5.10 Date of build: Sat, 03 Mar 2018 16:00:30 + Build duration: 5 min 45 sec and counting

D10993: Fix protocol selection in KUrlNavigator

2018-03-03 Thread Алексей Шилин
aleksejshilin created this revision. aleksejshilin added reviewers: Frameworks, dfaure. Restricted Application added a project: Frameworks. aleksejshilin requested review of this revision. REVISION SUMMARY QUrl no longer accepts an empty authority and a non-empty path that starts with '//'

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks kmediaplayer kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:15 + Build duration: 2 hr 4 min and counting JUnit

KDE CI: Frameworks kactivities-stats kf5-qt5 FreeBSDQt5.9 - Build # 8 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kactivities-stats%20kf5-qt5%20FreeBSDQt5.9/8/ Project: Frameworks kactivities-stats kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:15 + Build duration: 2 hr 3 min and counting

KDE CI: Frameworks kdesu kf5-qt5 FreeBSDQt5.9 - Build # 11 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdesu%20kf5-qt5%20FreeBSDQt5.9/11/ Project: Frameworks kdesu kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 2 hr 2 min and counting

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20knotifyconfig%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks knotifyconfig kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:15 + Build duration: 2 hr 2 min and counting

KDE CI: Frameworks krunner kf5-qt5 FreeBSDQt5.9 - Build # 12 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20FreeBSDQt5.9/12/ Project: Frameworks krunner kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 2 hr 1 min and counting JUnit Tests

KDE CI: Frameworks kcoreaddons kf5-qt5 FreeBSDQt5.9 - Build # 43 - Still Unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kcoreaddons%20kf5-qt5%20FreeBSDQt5.9/43/ Project: Frameworks kcoreaddons kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 2 hr 1 min and counting JUnit

KDE CI: Frameworks khtml kf5-qt5 FreeBSDQt5.9 - Build # 13 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20khtml%20kf5-qt5%20FreeBSDQt5.9/13/ Project: Frameworks khtml kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 1 hr 57 min and counting JUnit Tests

KDE CI: Frameworks qqc2-desktop-style kf5-qt5 FreeBSDQt5.9 - Build # 27 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20qqc2-desktop-style%20kf5-qt5%20FreeBSDQt5.9/27/ Project: Frameworks qqc2-desktop-style kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 1 hr 57 min and counting

KDE CI: Frameworks kinit kf5-qt5 FreeBSDQt5.9 - Build # 11 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kinit%20kf5-qt5%20FreeBSDQt5.9/11/ Project: Frameworks kinit kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 1 hr 54 min and counting

KDE CI: Frameworks baloo kf5-qt5 FreeBSDQt5.9 - Build # 32 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20baloo%20kf5-qt5%20FreeBSDQt5.9/32/ Project: Frameworks baloo kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:16 + Build duration: 1 hr 53 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20ktextwidgets%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks ktextwidgets kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 48 min and counting JUnit

KDE CI: Frameworks kparts kf5-qt5 FreeBSDQt5.9 - Build # 17 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kparts%20kf5-qt5%20FreeBSDQt5.9/17/ Project: Frameworks kparts kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:15 + Build duration: 1 hr 48 min and counting JUnit Tests

D9973: ktooltipwidget: Fix tooltip positioning

2018-03-03 Thread Michael Heidelbach
michaelh added a comment. In D9973#217482 , @ngraham wrote: > Not being a heavy Tooltip user like you (and also not having my files as well-tagged), I'm not able to consistently reproduce the problem this is meant to solve. F5738074:

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

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kwayland%20kf5-qt5%20FreeBSDQt5.9/29/ Project: Frameworks kwayland kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 41 min and counting JUnit Tests

KDE CI: Frameworks purpose kf5-qt5 FreeBSDQt5.9 - Build # 27 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20FreeBSDQt5.9/27/ Project: Frameworks purpose kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 1 hr 41 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks kxmlrpcclient kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 38 min and counting JUnit

KDE CI: Frameworks kcmutils kf5-qt5 FreeBSDQt5.9 - Build # 13 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kcmutils%20kf5-qt5%20FreeBSDQt5.9/13/ Project: Frameworks kcmutils kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:15 + Build duration: 1 hr 37 min and counting

KDE CI: Frameworks kbookmarks kf5-qt5 FreeBSDQt5.9 - Build # 11 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kbookmarks%20kf5-qt5%20FreeBSDQt5.9/11/ Project: Frameworks kbookmarks kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 36 min and counting JUnit Tests

KDE CI: Frameworks kded kf5-qt5 FreeBSDQt5.9 - Build # 12 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kded%20kf5-qt5%20FreeBSDQt5.9/12/ Project: Frameworks kded kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 33 min and counting

KDE CI: Frameworks plasma-framework kf5-qt5 FreeBSDQt5.9 - Build # 58 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20plasma-framework%20kf5-qt5%20FreeBSDQt5.9/58/ Project: Frameworks plasma-framework kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 32 min and counting

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdewebkit%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks kdewebkit kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 1 hr 32 min and counting

KDE CI: Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9 - Build # 33 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20FreeBSDQt5.9/33/ Project: Frameworks ktexteditor kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 32 min and counting JUnit

KDE CI: Frameworks knewstuff kf5-qt5 FreeBSDQt5.9 - Build # 39 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20knewstuff%20kf5-qt5%20FreeBSDQt5.9/39/ Project: Frameworks knewstuff kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 1 hr 28 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks kross kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 1 hr 25 min and counting JUnit Tests Name:

KDE CI: Frameworks kxmlgui kf5-qt5 FreeBSDQt5.9 - Build # 16 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kxmlgui%20kf5-qt5%20FreeBSDQt5.9/16/ Project: Frameworks kxmlgui kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 1 hr 23 min and counting JUnit Tests

D9973: ktooltipwidget: Fix tooltip positioning

2018-03-03 Thread Elvis Angelaccio
elvisangelaccio added a comment. @michaelh I'll try to have a look this weekend. REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D9973 To: michaelh, elvisangelaccio, #frameworks, #dolphin, ngraham Cc: cfeck, michaelh

KDE CI: Frameworks kio kf5-qt5 FreeBSDQt5.9 - Build # 135 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20FreeBSDQt5.9/135/ Project: Frameworks kio kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 1 hr 14 min and counting JUnit Tests Name:

KDE CI: Frameworks kmediaplayer kf5-qt5 SUSEQt5.10 - Build # 11 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kmediaplayer%20kf5-qt5%20SUSEQt5.10/11/ Project: Frameworks kmediaplayer kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:24 + Build duration: 50 min and counting JUnit Tests

D9973: ktooltipwidget: Fix tooltip positioning

2018-03-03 Thread Nathaniel Graham
ngraham added a comment. Not being a heavy Tooltip user like you (and also not having my files as well-tagged), I'm not able to consistently reproduce the problem this is meant to solve. But in casual use, I also can't detect any negative changes from this patch. Michael, I assume

KDE CI: Frameworks kdesu kf5-qt5 SUSEQt5.10 - Build # 13 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdesu%20kf5-qt5%20SUSEQt5.10/13/ Project: Frameworks kdesu kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:25 + Build duration: 46 min and counting JUnit Tests Name: (root)

KDE CI: Frameworks kxmlrpcclient kf5-qt5 SUSEQt5.10 - Build # 13 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kxmlrpcclient%20kf5-qt5%20SUSEQt5.10/13/ Project: Frameworks kxmlrpcclient kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:22 + Build duration: 45 min and counting JUnit Tests

KDE CI: Frameworks kxmlgui kf5-qt5 SUSEQt5.10 - Build # 20 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kxmlgui%20kf5-qt5%20SUSEQt5.10/20/ Project: Frameworks kxmlgui kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:20 + Build duration: 45 min and counting JUnit Tests Name:

KDE CI: Frameworks kded kf5-qt5 SUSEQt5.10 - Build # 15 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kded%20kf5-qt5%20SUSEQt5.10/15/ Project: Frameworks kded kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:22 + Build duration: 44 min and counting JUnit Tests Name: (root)

KDE CI: Frameworks krunner kf5-qt5 SUSEQt5.10 - Build # 20 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20krunner%20kf5-qt5%20SUSEQt5.10/20/ Project: Frameworks krunner kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:25 + Build duration: 43 min and counting JUnit Tests Name:

KDE CI: Frameworks kservice kf5-qt5 SUSEQt5.10 - Build # 17 - Still Unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kservice%20kf5-qt5%20SUSEQt5.10/17/ Project: Frameworks kservice kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:20 + Build duration: 42 min and counting JUnit Tests Name:

KDE CI: Frameworks kio kf5-qt5 SUSEQt5.10 - Build # 155 - Still unstable!

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kio%20kf5-qt5%20SUSEQt5.10/155/ Project: Frameworks kio kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:21 + Build duration: 43 min and counting JUnit Tests Name: (root)

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdelibs4support%20kf5-qt5%20SUSEQt5.10/33/ Project: Frameworks kdelibs4support kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:19 + Build duration: 42 min and counting JUnit Tests

KDE CI: Frameworks kemoticons kf5-qt5 SUSEQt5.10 - Build # 18 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kemoticons%20kf5-qt5%20SUSEQt5.10/18/ Project: Frameworks kemoticons kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:19 + Build duration: 41 min and counting JUnit Tests

KDE CI: Frameworks kpeople kf5-qt5 SUSEQt5.10 - Build # 12 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kpeople%20kf5-qt5%20SUSEQt5.10/12/ Project: Frameworks kpeople kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:19 + Build duration: 37 min and counting JUnit Tests Name:

KDE CI: Frameworks purpose kf5-qt5 SUSEQt5.10 - Build # 28 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20purpose%20kf5-qt5%20SUSEQt5.10/28/ Project: Frameworks purpose kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:20 + Build duration: 36 min and counting JUnit Tests Name:

KDE CI: Frameworks ktexteditor kf5-qt5 SUSEQt5.10 - Build # 47 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20ktexteditor%20kf5-qt5%20SUSEQt5.10/47/ Project: Frameworks ktexteditor kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:21 + Build duration: 35 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kimageformats%20kf5-qt5%20FreeBSDQt5.9/9/ Project: Frameworks kimageformats kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:14 + Build duration: 58 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks%20kimageformats%20kf5-qt5%20SUSEQt5.10/12/ Project: Frameworks kimageformats kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:23 + Build duration: 33 min and counting JUnit Tests

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

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kross%20kf5-qt5%20SUSEQt5.10/10/ Project: Frameworks kross kf5-qt5 SUSEQt5.10 Date of build: Sat, 03 Mar 2018 13:50:22 + Build duration: 31 min and counting JUnit Tests Name: (root)

KDE CI: Frameworks kdeclarative kf5-qt5 FreeBSDQt5.9 - Build # 17 - Fixed!

2018-03-03 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks%20kdeclarative%20kf5-qt5%20FreeBSDQt5.9/17/ Project: Frameworks kdeclarative kf5-qt5 FreeBSDQt5.9 Date of build: Sat, 03 Mar 2018 13:27:13 + Build duration: 53 min and counting JUnit Tests

  1   2   3   4   5   >