Qt Contributors Summit 2022 - Program

From Qt Wiki
Revision as of 12:40, 14 May 2022 by Peppe (talk | contribs) (Add Coro session)
Jump to navigation Jump to search

Program to be discussed.

Please add to the table below what you would like to see in our QTCS2022.

Topic: Add a clear title or question to illustrate your interest

Speaker/Moderator: Add your name if you would like to be a speaker or moderator on such a topic

Format: Conference-style Presentation, Discussion, Workshop,... (add nomenclature you find missing)

Comments: add any additional comments you find relevant

Topic Speaker/Moderator Format Comments
Example: How Can We Improve xxx? J Doe Discussion We currently struggle with YYY and we want to find solutions for it.

We should come up with an action plan.

Licenses in Source Code Kai Köhne Presentation / Discussion Announcing SPDX changes, discussing next steps (qt_attribution.json file format)?
Ghost Maintainers Andy Nichols, Paul Tvete, Eddy Discussion There are Qt modules that have maintainers who are largely absent, yet we have no formal process for handling this situation.
How to create a great Qt tutorial video H Humaljoki (facilitator) Workshop At the end of the workshop, we would have gathered best practices on how to create great video tutorials about Qt. The participants would know where to start in creating their own learning content.
What's new in QML (non-visual) tooling QML team Short presentation, Discussion Learn about upcoming features in qmllint and the QML language server, and make feature requests/suggestions
Coroutines in QtCore QtCore In-depth technical Discussion We have at several in-flight patches trying to add Coroutines to QtCore.

I'd like a very long (ideally multi-slot) session to discuss and experiment with the API of such a thing, including

  • adding coroutines support for QFuture ("heavy")
  • coroutines directly to signals/slots ("not so heavy")
  • coroutines + QThreadPool support
  • misc.