Re: [Development] Windows plugin customisation: QWindowsKeyMapper

2022-08-02 Thread Laszlo Papp
I actually also tried this to no avail. Is it a Windows plugin or native event filter bug that I cannot intercept alt+key presses? Or am I doing something wrong? #include #include #include #include #ifdef Q_OS_WIN #include #endif class MyMSGEventFilter : public QAbstractNativeEventFilter

Re: [Development] Windows plugin customisation: QWindowsKeyMapper

2022-08-02 Thread Laszlo Papp
Hi again, I wrote this simple test bed, but it does not seem to work. It seems that the windows plugin does not let me process the alt key after all? I can process the space fine, but not the alt. Am I doing something wrong or the windows plugin does not allow the api user to intercept the native

Re: [Development] Licensing of qtbase

2022-08-02 Thread Jörg Bornemann
On 7/16/22 12:00, Felix Crazzolara wrote: I wanted now to write some CMake code to ensure that Qt is always and entirely linked dynamically. For that purpose, I intended to iterate through the target properties LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES of Qt5::Widgets or Qt6::Widgets and che

[Development] CI down for a while

2022-08-02 Thread Tony Sarajärvi
Hi We hit a small SNAFU with the CI and we’re fixing it. Downtime depends all on the speed of the system sadly :/ It’s been fixing for 2 hours now and closing to its end. My estimate is an hour more of downtime. -Tony ___ Development mailing list Deve