Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread Arno Rehn
Am 13.07.2023 um 07:37 schrieb EXT Mitch Curtis: -Original Message- From: Arno Rehn We have a vertical ListView which shows icon-only buttons. The buttons all have the same width, but depending on the icon size and/or the style, that width may differ. So we update the contentWidth of the

Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread EXT Mitch Curtis via Development
> -Original Message- > From: Arno Rehn > Sent: Wednesday, July 12, 2023 4:13 PM > To: EXT Mitch Curtis ; Qt development mailing list > > Subject: Re: [Development] Behavior-changing bugfixes in patch-level releases > > Hi Mitch, > > On 12.07.2023 09:52, EXT Mitch Curtis wrote: > >> Cont

[Development] Relocated QUIPs (was Re: Behavior-changing bugfixes in patch-level releases)

2023-07-12 Thread Edward Welbourne via Development
Volker Hilsheimer (12 July 2023 12:21) wrote (inter alia): > The branch policy lives on > http://quips-qt-io.herokuapp.com/quip-0016-branch-policy.html which reminds me: that server is no longer maintained and shall sooner or later be killed. The current preferred URLs for QUIPs are on qt-projec

Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread Florian Bruhin
Hey, > We do generate release notes for patch release, i.e. > https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.1/release-note.md > where this particular change is included in the “Important Changes” > section: > https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.1/release-note.md

Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread Volker Hilsheimer via Development
> On 12 Jul 2023, at 09:52, EXT Mitch Curtis via Development > wrote: > > Hi Arno, >> >> Hey everyone, >> >> what is the policy for adding behavior-changing bugfixes to patch-level >> releases? Is this something to expect? >> At the moment we operate under the assumption that bumping the pat

Re: [Development] Module maintainers: QT_NO_CONTEXTLESS_CONNECT in your modules

2023-07-12 Thread Volker Hilsheimer via Development
> Am 10.07.2023 um 18:02 schrieb Giuseppe D'Angelo via Development: >> Hi, >> >> https://codereview.qt-project.org/c/qt/qtbase/+/487560 introduces >> QT_NO_CONTEXTLESS_CONNECT , a macro that disables the 3-arguments connect -- >> in other words, it disables the >> >>> QObject::connect(sender,

Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread Arno Rehn
Hi Mitch, On 12.07.2023 09:52, EXT Mitch Curtis wrote: Context: We have been hit by https://codereview.qt-project.org/c/qt/qtdeclarative/+/472596 (which is even marked as "Important Behavior Change") ending up only in 6.5.1. It was quite the headache figuring out that 6.5.0 -> 6.5.1 has broken

Re: [Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread EXT Mitch Curtis via Development
Hi Arno, > -Original Message- > From: Development On Behalf Of > Arno Rehn > Sent: Wednesday, July 12, 2023 3:01 PM > To: Qt development mailing list > Subject: [Development] Behavior-changing bugfixes in patch-level releases > > Hey everyone, > > what is the policy for adding behavior

[Development] Behavior-changing bugfixes in patch-level releases

2023-07-12 Thread Arno Rehn
Hey everyone, what is the policy for adding behavior-changing bugfixes to patch-level releases? Is this something to expect? At the moment we operate under the assumption that bumping the patch-level of Qt is pretty much a no-brainer and can be done without having to do much in the way of vali