Re: [Development] HEADS-UP: Branching from 'dev' to '6.7' done

2023-12-11 Thread Daniel Smith via Development
Hi, I've now run a post-branching script that will have cherry-pick bot warn you if you were targeting 6.6 for a Pick-to target from dev, but have not updated it to target 6.7 as well. Similarly, the bot has also removed +2 approvals from any dev change that does not already target 6.7. This

Re: [Development] HEADS-UP: Branching from 'dev' to '6.7' done

2023-12-11 Thread Alex Blasche via Development
I'd like to request an extension for the following features: 1.) The Embedding QML into Native Android patch series did not make it due to Integrity issues: - Android QPA series starting with https://codereview.qt-project.org/c/qt/qtbase/+/511975 - QMLItemView series starting with

[Development] Qt 6.7 API review: QJniObject, QJniEnvironment, and QtJniTypes type system

2023-12-11 Thread Volker Hilsheimer via Development
Hi, For Qt 6.7 we have made a bunch of changes to the QJniObject class and the so-far-undocumented macros from QtJniTypes. Also, the code structure has changed quite a bit. This change is the diff of the qjni* headers from 6.6 to 6.7: https://codereview.qt-project.org/c/qt/qtbase/+/524298 If