Re: [Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
ntation would be appreciated before diving into a proper review. Kind regards, Fabian Von: Development im Auftrag von Dennis Oberst via Development Gesendet: Montag, 22. April 2024 12:15 An: Ivan Solovev via Development Betreff: [Development] QtProtobuf and QtG

[Development] QtProtobuf and QtGrpc final API review

2024-04-22 Thread Dennis Oberst via Development
Hey everyone, The new QtProtobuf and QtGrpc modules are preparing to exit the technical preview phase. For that, these modules require their final API review for Qt 6.8 to iron out any remaining issues, so that we can finalize the API with its current features for us and our users. We

Re: [Development] Playground Request: ClapInterface

2024-04-04 Thread Dennis Oberst via Development
://wiki.qt.io/Requesting_New_Repositories Cheers, Volker > On 22 Mar 2024, at 11:10, Dennis Oberst via Development > wrote: > > Hello, > > After some further thought and discussion, I have arrived at the following: > > Project name: qtcleveraudioplugin > Description: &quo

Re: [Development] Playground Request: ClapInterface

2024-03-22 Thread Dennis Oberst via Development
ft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B From: Development on behalf of Dennis Oberst via Development Sent: Tuesday, March 19, 2024 12:12 PM To: Jean-Michaël Celerier ; Volker Hilsheimer Cc: development@qt-project.org S

Re: [Development] Playground Request: ClapInterface

2024-03-19 Thread Dennis Oberst via Development
the other one. On Mon, Mar 18, 2024 at 12:11 PM Volker Hilsheimer via Development mailto:development@qt-project.org>> wrote: > On 18 Mar 2024, at 12:27, Dennis Oberst via Development > mailto:development@qt-project.org>> wrote: > > Hello all, > > I'd like to request a

[Development] Playground Request: ClapInterface

2024-03-18 Thread Dennis Oberst via Development
Hello all, I'd like to request a new playground repository to continue the development of the "Clap Interface," a client-side library that uses QtGrpc to provide integration with the CLAP audio plugin standard, ultimately allowing to build audio plugins with Qt user interfaces. Description:

Re: [Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Dennis Oberst via Development
6, 2023 11:56 AM To: Qt Development Subject: Re: [Development] New assign() Functionality Added to Qt Containers Sounds efficient. What is the meaning of the tilde the way you are using it here in operator=(~) ? > On 6 Sep 2023, at 11:30, Dennis Oberst via Development > wrote: >

[Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Dennis Oberst via Development
Hello everyone, I would like to inform you that we've added assign(~) functionality to the following Qt containers: QVarLengthArray, QList, QByteArray, and QString. It is now incorporated into certain non-sharing operator=(~) implementations. As a quick heads up: assign() offers a

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 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