[ANNOUNCE] CMake 3.19.0-rc1 now ready for testing!

2020-10-13 Thread Robert Maynard
I am proud to announce the first CMake 3.19 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.19 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.19/release/3.19.html Some of the more

How is that border color defined? (system color schemes)

2020-10-13 Thread chiasa.men
https://pasteboard.co/JvupDV3.png Per trial and error I assumed the line (border of list view (vertical right under the cursor)) color: #bcbebf is defined by a combination of Window Text and Window Background (at least it changes if one of the colors is changed) - but how is it determined

KDE CI: Frameworks » knotifications » kf5-qt5 AndroidQt5.15 - Build # 11 - Failure!

2020-10-13 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/knotifications/job/kf5-qt5%20AndroidQt5.15/11/ Project: kf5-qt5 AndroidQt5.15 Date of build: Tue, 13 Oct 2020 16:52:05 + Build duration: 26 sec and counting CONSOLE OUTPUT

Re: stale MR triaging - you can help!

2020-10-13 Thread Ahmad Samir
On 2020-10-13 17:24, David Hurka wrote: Moin Moin :) First list of stale MRs here: https://invent.kde.org/sysadmin/gitlab-triaging/-/issues [ ] https://invent.kde.org/graphics/okular/-/merge_requests/234 Ah, that’s mine. It is listed as “waiting for this” in issue okular#21. What would

Re: stale MR triaging - you can help!

2020-10-13 Thread David Hurka
> Moin Moin :) > > First list of stale MRs here: > > https://invent.kde.org/sysadmin/gitlab-triaging/-/issues > [ ] https://invent.kde.org/graphics/okular/-/merge_requests/234 Ah, that’s mine. It is listed as “waiting for this” in issue okular#21. What would be the correct way to mark an MR as

stale MR triaging - you can help!

2020-10-13 Thread Harald Sitter
Moin As promised in a previous mail I've set up a system that helps us find stale MRs to ensure patches don't fall by the wayside. Lists are filed as issues on invent. To help out you can hit the bell to subscribe to `New issue` events at https://invent.kde.org/sysadmin/gitlab-triaging First

stale MR triaging - you can help!

2020-10-13 Thread Harald Sitter
Moin As promised in a previous mail I've set up a system that helps us find stale MRs to ensure patches don't fall by the wayside. Lists are filed as issues on invent. To help out you can hit the bell to subscribe to `New issue` events at https://invent.kde.org/sysadmin/gitlab-triaging First

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-13 Thread Milian Wolff
On Dienstag, 13. Oktober 2020 09:03:01 CEST Dag wrote: > mandag den 12. oktober 2020 21.02.31 CEST skrev Johnny Jazeix: > > Hi, > > > > issue is there: > > https://invent.kde.org/graphics/kdiagram/-/blob/2.7/src/KChart/CMakeLists. > > txt#L126 qt5_wrap_cpp(KChart kchart_LIB_SRCS KChartEnums.h)

Re: Call for Mentors (and Admins) for Season of KDE 2021

2020-10-13 Thread Adriaan de Groot
On Thursday, 10 September 2020 16:11:08 CEST Caio Jordão Carvalho wrote: > As discussed in the SoK/GSoC BoF that we had yesterday, our plan is > to start the next edition of Season of KDE soon. But first we need to > include > some ideas in our ideas page and, most importantly, *we need mentors*!

TableView (QtQuick 2) with alternating row colors (DelegateChooser)

2020-10-13 Thread chiasa.men
// code import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick 2.12 import QtQuick.Controls 2.5 import Qt.labs.qmlmodels 1.0 ApplicationWindow { width: 400 height: 400 visible: true TableView { anchors.fill: parent columnSpacing: 1 rowSpacing: 1

Re: KDiagram - Persistent FTBFS for stable branch on Windows

2020-10-13 Thread Dag
mandag den 12. oktober 2020 21.02.31 CEST skrev Johnny Jazeix: Hi, issue is there: https://invent.kde.org/graphics/kdiagram/-/blob/2.7/src/KChart/CMakeLists.txt#L126 qt5_wrap_cpp(KChart kchart_LIB_SRCS KChartEnums.h) should be qt5_wrap_cpp(kchart_LIB_SRCS KChartEnums.h) I'm fixing it. Thanks