On Tue, 15 Sep 2026 14:03:26 +0000 Jouni Äijälä <[email protected]> wrote:
> Actually I got the same number of only Qt 5.* labeled open bugs that > you when I searched. > > I got 53 open bugs where you are watcher as total by using the > following query: type = Bug AND watcher = > 712020:15e6fa06-63f2-43a6-bdf7-60495b8be1e8 AND status != Closed This > query gives 3 open bugs: type = Bug AND watcher = > 712020:15e6fa06-63f2-43a6-bdf7-60495b8be1e8 AND affectedVersion !~ > "6.*" AND affectedVersion ~ "5.*" AND status != Closed Do you think > that these numbers are not correct? > > > > > > Confidential > ________________________________ > From: Ilya Fedin <[email protected]> > Sent: Tuesday, 15 September 2026 15.36 > To: Jouni Äijälä via Development <[email protected]> > Cc: Jouni Äijälä <[email protected]> > Subject: Re: [Development] Error database cleaning continues > > [You don't often get email from [email protected]. Learn why this > is important at https://aka.ms/LearnAboutSenderIdentification ] > > On Tue, 15 Sep 2026 07:32:39 +0000 > Jouni Äijälä <[email protected]> wrote: > > > Hi Ilya, > > > > You can find the bugs for example by using this query: > > type = bug and watcher = currentUser() and affectedVersion ~ "5.*" > > and status != Closed Let me know if this does not work for you > > > > Br > > Jouni Äijälä > > Senior Manager, R&D > > > > > > Confidential > > ________________________________ > > From: Ilya Fedin <[email protected]> > > Sent: Monday, 14 September 2026 17.33 > > To: Jouni Äijälä via Development <[email protected]> > > Cc: Jouni Äijälä <[email protected]> > > Subject: Re: [Development] Error database cleaning continues > > > > [You don't often get email from [email protected]. Learn why this > > is important at https://aka.ms/LearnAboutSenderIdentification ] > > > > On Mon, 14 Sep 2026 09:57:26 +0000 > > Jouni Äijälä via Development <[email protected]> wrote: > > > > > Hi all, > > > > > > Error database cleaning process is going forward and Qt 4 bugs are > > > now closed. The next step is to continue the process gradually > > > with Qt 5 bugs starting from 5.0.* Qt version. If you know that a > > > bug reported by you can be reproduced also with supported Qt > > > version please add the correct “Affects versions” label. > > > Otherwise it will be closed. Note that the bugs can be reopened > > > later on if needed but if the bug is reopened, evidence needs to > > > be provided that the bug is valid with supported version. > > > “Not_in_maintenance_scope” label will be added for further search. > > > > > > Br > > > Jouni Äijälä > > > Senior Manager, R&D > > > > > > > > > Confidential > > > > I have 85 watching reports (all reports affecting me), I believe > > some of them are reported in Qt 5 times and are still valid, how > > can I find them (i.e. having only affected version < 6)? > > It returns around 20 reports with both affected version 5 and 6 just > like my manual attempts (affectedVersion < "6.0.0") but I tried to > change it to `not affectedVersion ~ "6.*"` and now it returns just 3 > reports really having only affected version 5.x The 3 one looks correct assuming you plan to close only bug reports and only if they have no 6.x affected versions (i.e. having both 5.x and 6.x won't be closed). If other issue types are going to be closed too then I assume that the search should have `project = QTBUG` instead of `type = bug` and in that case I get 4 results. But now I'm not sure what to do... It seems I couldn't change the affected version of reports from other people but they all are still valid: https://qt-project.atlassian.net/browse/QTBUG-59668 - still lost after QWidget::hide/QWidget::show with 6.11.2 https://qt-project.atlassian.net/browse/QTBUG-63884 - still no new syntax support in 6.11.2 per https://doc.qt.io/QT-6/qdbusconnection.html https://qt-project.atlassian.net/browse/QTBUG-80434 - still periodically getting reports about boxes instead of text while all other apps (which aren't Qt based) on the user's system are ok from users with lots of fonts installed The only I'm not sure about is https://qt-project.atlassian.net/browse/QTBUG-88225 given that my system renders text that bad not only in Qt apps but in entire system when I disable ClearType. Though, application bug tracker has a note from that user that he used Better ClearType Tuner to turn on grayscale antialiaing while he didn't mention that in the Qt report for whatever reason... -- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
