Re: [Development] QtFluentMQ

2023-08-25 Thread team fluentmq
On Thiago's input: >>If there's no commercial interest and there are no resources to support such >>an offering, then just don't include it in your commercial offer in the first >>place. >>Admittance into the Qt Project does not and cannot depend on there >>being a commercial value and sufficient

Re: [Development] QtFluentMQ

2023-08-25 Thread team fluentmq
Hello, First of all, thanks for being supportive of the project. >>I do not quite understand who exactly you expect to confirm and what you mean >>with "ressource model”. Volker mentioned: >>As for providing a repository on our gerrit server for your project and >>perhaps moving it under the

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Thiago Macieira
On Friday, 25 August 2023 01:34:17 PDT Hasselmann Mathias via Development wrote: > Am 24.08.2023 um 21:42 schrieb Thiago Macieira: > > That warning looks like a bug in the compiler instead. So if there's no > > ill- effect, I'd just disable and ignore it. > > Seems like an easy fix, but breaks

Re: [Development] QtFluentMQ

2023-08-25 Thread Thiago Macieira
On Friday, 25 August 2023 00:17:08 PDT Vladimir Minenko via Development wrote: > Hello team fluentmq, > > > > We would need you guys to confirm that you'd have the ressource model and > > the benefit to integrate the module to the commercial offer > > I do not quite understand who exactly you

[Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-25 Thread Eduardo Hopperdietzel
Hi Giuseppe, I initially believed there would be no distinction in performing R/W operations on DMA or SHM maps. However, in a previous email, David mentioned: *> The relevant kwin expert, Xaver Hugl, stated in a chat:> "While the overhead on the compositor side would be lower, rendering>

Re: [Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-25 Thread Giuseppe D'Angelo via Development
Hi, On 25/08/2023 12:34, Vlad Zahorodnii wrote: I'm really curious here, and these aren't rhetorical questions: why would anyone expect to be a difference in performance, as far as QPainter is concerned? Isn't it ultimately just using a CPU-based renderer onto a block of memory? Why should it

[Development] Qt User Tests and Discussions

2023-08-25 Thread Pedro Bessa via Development
Hi everyone, The Qt UX Team is looking for people interested in participating in user tests and discussions. If you are interested in participating, sign up by filling out the form here. I thought it was worth spreading the message through here. Cheers,

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Ahmad Samir
On 25/8/23 14:11, Cristian Adam via Development wrote: The other way of fixing this is by using ... macros. The article at c++ - Importing inline functions in MinGW - Stack Overflow mentions using inline in the

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Cristian Adam via Development
The other way of fixing this is by using ... macros. The article at c++ - Importing inline functions in MinGW - Stack Overflow mentions using inline in the class declaration. Their example works fine with both

Re: [Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-25 Thread Vlad Zahorodnii
On 8/25/23 12:12, Giuseppe D'Angelo via Development wrote: On 24/08/2023 21:37, Eduardo Hopperdietzel wrote: The results show that there's no significant difference in the time it takes for read and write operations using QPainter in SHM and DMA maps. I'm really curious here, and these

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Kai Köhne via Development
Not an GCC expert, but this is the code that emits the warning in GCC: https://github.com/gcc-mirror/gcc/blob/66be6ed81f369573824f1a8f5a3538a63472292f/gcc/attribs.cc#L1818 First argument for warning() is 0 ... which explains why it cannot be easily disabled with say -Wno-ignored-attributes. I

Re: [Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-25 Thread Giuseppe D'Angelo via Development
On 24/08/2023 21:37, Eduardo Hopperdietzel wrote: The results show that there's no significant difference in the time it takes for read and write operations using QPainter in SHM and DMA maps. I'm really curious here, and these aren't rhetorical questions: why would anyone expect to be a

Re: [Development] QtQuick Dialogs Widgets fallback

2023-08-25 Thread EXT Mitch Curtis via Development
> -Original Message- > From: Kai Uwe Broulik > Sent: Thursday, August 24, 2023 7:38 PM > To: EXT Mitch Curtis ; development@qt-project.org > Subject: Re: [Development] QtQuick Dialogs Widgets fallback > > Hi, > > Which style are you referring to here? > > The default QML one, none

Re: [Development] On the use of the inline keyword

2023-08-25 Thread Hasselmann Mathias via Development
Am 24.08.2023 um 21:42 schrieb Thiago Macieira: That warning looks like a bug in the compiler instead. So if there's no ill- effect, I'd just disable and ignore it. Seems like an easy fix, but breaks user code that explicitly enables this warning. Guess ignoring is not a good option, if one

Re: [Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-08-25 Thread Haowei Hsu
Hello, Dennis. I followed the command you provided: *../../configure -release -developer-build -nomake examples -nomake tests > -- -DFEATURE_system_zlib=OFF* However, it still failed. You can see the attachment with the full log: *log-still-failed-with-feature-system-zlib-off.txt* --- Haowei

Re: [Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-08-25 Thread Dennis Oberst via Development
Hey, can you please try: ../../configure -release -developer-build -nomake examples -nomake tests -- -DFEATURE_system_zlib=OFF Dennis Oberst Software Engineer The Qt Company GmbH Erich-Thilo-Str. 10 12489 Berlin, Germany dennis.obe...@qt.io https://www.qt.io

Re: [Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-08-25 Thread Haowei Hsu
Hello, Dennis. About what you suggested: Hey, it seems like you only have a static version of zlib on your system. > You can either install a dynamic version of zlib or use the bundled zlib > that if provided with Qt by using: "-zlib qt" as argument on the configure > script. It's not working.

Re: [Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-08-25 Thread Dennis Oberst via Development
Hey, it seems like you only have a static version of zlib on your system. You can either install a dynamic version of zlib or use the bundled zlib that if provided with Qt by using: "-zlib qt" as argument on the configure script. Dennis Oberst Software Engineer The Qt

Re: [Development] QtFluentMQ

2023-08-25 Thread Vladimir Minenko via Development
Hello team fluentmq, > We would need you guys to confirm that you'd have the ressource model and the > benefit to integrate the module to the commercial offer I do not quite understand who exactly you expect to confirm and what you mean with "ressource model”. Despite that, I also think the

[Development] Failed to run configure.bat in qt/qt5 on MINGW64/MSYS2 shell?

2023-08-25 Thread Haowei Hsu
Hello, Qt Development Team. I tried to run configure.bat on *6.2.4* branch of qt/qt5 repository. The following commands are what I run: 1. *export LC_ALL=en_US.UTF8* 2. *cd /d/Repo/tmp/qt-6.2.4* 3. *git status* 4. *mkdir build && cd build* 5. *mkdir