[Development] Help on Improving Software Documentation Through Code Reviews

2021-03-16 Thread Felipe Ebert
Dear members of Qt, We are an international team of researchers, from the University of Bari - Italy, Federal University of Pernambuco - Brazil, University of Adelaide - Australia, and Eindhoven University of Technology - the Netherlands. The goal of our research is to improve software documentati

[Development] [Announce] Qt Creator 4.15 Beta1 released

2021-03-16 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 4.15 Beta1 ! https://www.qt.io/blog/qt-creator-4.15-beta-released -- Eike Ziller Principal Software Engineer The Qt Company GmbH Erich-Thilo-Straße 10 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Jo

[Development] Pointer handlers: transparent or block? was Re: QEvent::accept() vs. the newer event delivery algorithms in Qt Quick; remaining API issues; etc.

2021-03-16 Thread Shawn Rutledge
On 2020 Oct 8, at 13:26, Shawn Rutledge mailto:shawn.rutle...@qt.io>> wrote: If you subclass QQuickItem and start handling events, it becomes clear that QEvent::accept() has always meant two things in legacy Qt Quick: 1) stop propagation and 2) grab the mouse. …etc… and there weren’t a lot of