Re: [Interest] QSystemTrayIcon::messageClicked bug?

2022-10-27 Thread Alexander Dyagilev
It's not in my system :) It's in all Ubuntu versions, at least 20.x and 22.x. On 10/28/2022 6:47 AM, Thiago Macieira wrote: On Thursday, 27 October 2022 20:33:35 PDT Alexander Dyagilev wrote: It prints only this message: qt.qpa.tray: 2 "default" However, I see QDBusTrayIcon::actionInvoked in

Re: [Interest] QSystemTrayIcon::messageClicked bug?

2022-10-27 Thread Thiago Macieira
On Thursday, 27 October 2022 20:33:35 PDT Alexander Dyagilev wrote: > It prints only this message: > > qt.qpa.tray: 2 "default" > > However, I see QDBusTrayIcon::actionInvoked in the stack trace. Then the bug is in your system tray host application. It sent that notification that an action was

Re: [Interest] QSystemTrayIcon::messageClicked bug?

2022-10-27 Thread Alexander Dyagilev
It prints only this message: qt.qpa.tray: 2 "default" However, I see QDBusTrayIcon::actionInvoked in the stack trace. On 10/28/2022 5:48 AM, Thiago Macieira wrote: On Thursday, 27 October 2022 19:29:49 PDT Alexander Dyagilev wrote: Hello, Docs states: "This signal is emitted when the messa

Re: [Interest] QSystemTrayIcon::messageClicked bug?

2022-10-27 Thread Thiago Macieira
On Thursday, 27 October 2022 19:29:49 PDT Alexander Dyagilev wrote: > Hello, > > Docs states: > > "This signal is emitted when the message displayed using showMessage > () > was clicked by the user." > > I don't call showMessag

[Interest] QSystemTrayIcon::messageClicked bug?

2022-10-27 Thread Alexander Dyagilev
Hello, Docs states: "This signal is emitted when the message displayed using showMessage () was clicked by the user." I don't call showMessage. However, I'm getting this signal when I click on notification message displaye

[Interest] qt_add_qml_module and not embedding QML files

2022-10-27 Thread Benjamin TERRIER
Hi, Is there a way to not embed QML files into the Qt resource system when using qt_add_qml_module() ? Or at least, not generate the "prefer :/..." line in the qmldir file ? Having the prefer line makes it impossible to load QML files from disk, preventing any kind of live reloading of QML. Tha

Re: [Interest] Is 6.x finally there ??

2022-10-27 Thread Roland Hughes via Interest
On 10/27/22 03:09, Volker Hilsheimer wrote: Yo Roland, What makes you think that Qt 6 has no clipboard support? You obviously didn’t bother with opening the referenced JIRA ticket. What Bill pointed out as missing are the platform-specific classes that facilitate the integration of platform

Re: [Interest] Interest Digest, Vol 133, Issue 12

2022-10-27 Thread Roland Hughes via Interest
Yo Christoph! On 10/27/22 05:00, Christoph Cullmann wrote: I can only speak for myself, but I and colleagues successfully used now Qt 6.x on Linux, Windows and macOS (both x86 and ARM) and at least for us the most glitches we did have with Qt 6 vanished with Qt 6.2 or 6.3. And so far my early t

Re: [Interest] Is 6.x finally there ??

2022-10-27 Thread Alejandro Exojo
On Thu, Oct 27, 2022, at 10:09 AM, Volker Hilsheimer via Interest wrote: > What makes you think that Qt 6 has no clipboard support? You obviously didn’t > bother with opening the referenced JIRA ticket. > (...) > Indeed, what your clients do or don’t do would be a lot more interesting if > we cou

Re: [Interest] Use SQLite math functions (-DSQLITE_ENABLE_MATH_FUNCTIONS) like sin and cos?

2022-10-27 Thread Benjamin B (BBenj)
Hello, Not sure if it was mentioned, but you can also copy the QSQLite plugin, change its name and build it with SQLite and all the options you need. Then use it as a Qt SQL plug-in and load it instead of the default one. It’s documented somewhere (creating a custom sql plugin). I did that in

Re: [Interest] Is 6.x finally there ??

2022-10-27 Thread Christoph Cullmann (cullmann.io) via Interest
On 2022-10-27 10:09, Volker Hilsheimer via Interest wrote: Yo Roland, On 26 Oct 2022, at 20:52, Roland Hughes via Interest wrote: On 20 Oct 2022, at 22:35, Scott Bloom wrote: I haven?t been following the 6.x progress very much. Only because it was clear 6.0 and 6.1 were not ready to repl

Re: [Interest] Is 6.x finally there ??

2022-10-27 Thread Volker Hilsheimer via Interest
Yo Roland, > On 26 Oct 2022, at 20:52, Roland Hughes via Interest > wrote: >>> On 20 Oct 2022, at 22:35, Scott Bloom >>> wrote: >>> >>> I haven?t been following the 6.x progress very much. Only because it was >>> clear 6.0 and 6.1 were not ready to replace all the functionality of 5.x >>>