Re: [Development] Do we need VS2019 for Qt 6.6?

2023-01-30 Thread Allan Sandfeld Jensen
On Dienstag, 17. Januar 2023 23:07:42 CET Thiago Macieira wrote: > The reason is that it is failing to parse a constant expression. > > VS2019 is still supported by MSFT in "Mainstream" mode and will be for over > a year from today: > https://learn.microsoft.com/en-us/visualstudio/releases/2019/se

Re: [Development] Do we need VS2019 for Qt 6.6?

2023-01-30 Thread Giuseppe D'Angelo via Development
On 30/01/2023 09:07, Allan Sandfeld Jensen wrote: I would add my support to removing it from 6.6, It would simplify the continued updating of Chromium that is starting to depend on c++20 features that doesn't work well in VS2019. Out of curiosity, how does this interact with the plans of having

Re: [Development] Do we need VS2019 for Qt 6.6?

2023-01-30 Thread Allan Sandfeld Jensen
On Montag, 30. Januar 2023 10:03:53 CET Giuseppe D'Angelo via Development wrote: > On 30/01/2023 09:07, Allan Sandfeld Jensen wrote: > > I would add my support to removing it from 6.6, It would simplify the > > continued updating of Chromium that is starting to depend on c++20 > > features > > tha

[Development] Qt Multimedia: proposing behavior change to QAudioSink::resume

2023-01-30 Thread Volker Hilsheimer via Development
Hi, TL;DR: I’d like to change QAudioSink::resume() to always change the sink to Active state, no matter how the sink was start()’ed. QAudioSink provides low-level access to an audio device, allowing applications to provide PCM data. The class operates in one of two modes: in pull mode, the a

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-30 Thread Volker Hilsheimer via Development
> On 23 Jan 2023, at 16:07, Kai Köhne wrote: > > Hi, > >> -Original Message- >> From: Development On Behalf Of >> [...] >> This is a binary compatibility breakage of sorts. Applications that were >> linked >> against Qt 6.4 or Qt 6.5, and want to run against Qt 6.6 won’t work unless Q

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-30 Thread Axel Spoerl via Development
+1 QtSpeech will not work on all platforms without Qt Multimedia, so this dependency makes sense IMO. Von: Development im Auftrag von Volker Hilsheimer via Development Gesendet: Montag, 30. Januar 2023 16:45 An: Kai Köhne Cc: development@qt-project.org Betreff