[Development] Session notes for "Code Review: Sharing the load" and follow-up session

2019-11-20 Thread Nils Jeisecke via Development
Hi list, these are my notes for "Code Review: Sharing the load" session, extended by "Improve the contributor experience of the Qt project" --- * Situation: Many reviews in queue for long time (forever?) * Android: They have a button: Find "Maintainers" (Plugin for Gerrit) * Thiago: Would sol

Re: [Development] Session notes for "Code Review: Sharing the load" and follow-up session

2019-11-20 Thread Andre Hartmann
Hi Nils, thanks for the summary. I have two additions: * Reactivate the QDoc bot to sanity check the docs * Improve the output of sanity bot, especially for new users: https://bugreports.qt.io/browse/QTQAINFRA-1478 Best regards, Andre Am Mittwoch, 20. November 2019 schrieb Nils Jeisecke via D

[Development] Notes from "Releasing" session in QtCon19

2019-11-20 Thread Kai Köhne
Hi, I took the notes for the "Releasing" Session we just had at the Qt Contributor Summit 2019: https://wiki.qt.io/Qt_Contributor_Summit_2019_-_Releasing_Notes High level summary: * The Releasing Dashboard [1] in JIRA provides a good overview of upcoming releases, Qt Creator releases will be ad

[Development] Notes from "QtGUI, RHI, 3D" session at Qt Contributors Summit 2019

2019-11-20 Thread Laszlo Agocs
Hi all, Notes from the QtGui, RHI, 3D session are available at https://wiki.qt.io/Qt_Contributor_Summit_2019_-_QtGui_RHI_3D Best regards, Laszlo ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] RFC: Defaulting to or enforcing UTF-8 locales on Unix systems

2019-11-20 Thread Thiago Macieira
On Sunday, 17 November 2019 01:55:32 CET Thiago Macieira wrote: > I don't know why QTextCodec is being removed. I don't remember any decisions > in prior QtCS or this mailing list about removing it. We definitely > discussed removing the CJK codecs and their big tables and that can still > be done,

[Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Kari Oikarinen
Hi! Here are the notes for the C++17 related session held today at QtCS. I tried my best to capture the discussion, but there might still be a lot of errors. Notes are also in the wiki at https://wiki.qt.io/Qt_Contributor_Summit_2019_-_C%2B%2B17_Features_Notes # Language ## if constexpr # La

Re: [Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Kari Oikarinen
I managed to mangle copy pasting to the mail, so probably better to read from the wiki page rather than read everything twice in a tricky order. On 20.11.2019 21.20, Kari Oikarinen wrote: > Hi! > > Here are the notes for the C++17 related session held today at QtCS. I > tried my best to capture t

Re: [Development] Notes from "C++17 language and std library features for Qt 6"

2019-11-20 Thread Allan Sandfeld Jensen
On Wednesday, 20 November 2019 20:20:29 CET Kari Oikarinen wrote: > ## Parallel STL algorithms > > We could allow parallel execution tags in our API to let users ask for > use of parallel algorithms. > > But what are the places in Qt API that actually need these? More data > analysis stuff (if de

[Development] QtCS19 Notes: Remote display of Qt applications in Qt 6

2019-11-20 Thread Maurice Kalinowski
Hi, Following the notes taken on the remote display session: - Qt5 has webgl and vnc - Use-case duplicate displays ○ One local ○ One remote - TQtC Hackathon project ○ Stream the scene graph to another machine - Multi

[Development] QtCS19 Notes: Qt 6 Network Overview

2019-11-20 Thread Maurice Kalinowski
Hi, Following the notes taken on the Networking session: - What to do in Networking for Qt 6 ○ https://bugreports.qt.io/browse/QTBUG-75638 is the parent item to track - Get rid of stale backend ○ OpenSSL 1.1 and following supported