[Development] Meeting minutes from Qt Release Team meeting 31.1.2023

2023-01-31 Thread Jani Heikkinen via Development
Qt 6.5 status - Qt 6.5 beta2 released, Qt 6.5 beta3 preparations to be started - Target is to release Qt 6.3 beta3 ~mid February - Qt 6.5 beta4 target is at the end of February - Target is to branch from '6.5' to '6.5.0' at the beginning of March - Qt 6.5.0 String Freeze will be in effect 23th Febr

Re: [Development] Help requested: 32-bit and the year 2038

2023-01-31 Thread Lisandro Damián Nicanor Pérez Meyer
El martes, 31 de enero de 2023 20:21:47 -03 Thiago Macieira escribió: > On Tuesday, 31 January 2023 15:00:07 PST Thiago Macieira wrote: > > As most of you are aware, a signed 32-bit time_t overflows in 2038. Linux > > has recently deployed "time64_t" (by certain values of "recently", as in > > 2015

Re: [Development] Help requested: 32-bit and the year 2038

2023-01-31 Thread Thiago Macieira
On Tuesday, 31 January 2023 15:00:07 PST Thiago Macieira wrote: > As most of you are aware, a signed 32-bit time_t overflows in 2038. Linux > has recently deployed "time64_t" (by certain values of "recently", as in > 2015, see [1]) > I don't know if this is an emulation bug. It's likely. Ah, it l

[Development] Help requested: 32-bit and the year 2038

2023-01-31 Thread Thiago Macieira
On https://codereview.qt-project.org/c/qt/qtbase/+/455491 As most of you are aware, a signed 32-bit time_t overflows in 2038. Linux has recently deployed "time64_t" (by certain values of "recently", as in 2015, see [1]). Bug report QTBUG-110429 says QMutex and QSemaphore don't work after the ov

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

2023-01-31 Thread Tor Arne Vestbø via Development
Hi, This does indeed look like an oversight, where the behavior was perhaps modeled under the assumption the buffers were empty at the time of suspend(). I would expect the state to return back to the same state the sink had when calling suspend(). Cheers, Tor Arne > On 30 Jan 2023, at 16:38,

Re: [Development] CMake UNITY_BUILD ( QTBUG-109394 )

2023-01-31 Thread Cristian Adam via Development
On 01/16/2023 13:49, Friedemann Kleint via Development wrote: Hi, It is basically what webengine has been using for a long time: Source files are concatenated to jumbo files which are then compiled. Back in August 2019 Chromium announced the removal of the jumbo build