Re: [Interest] Will TSAN_OPTIONS=detect_deadlocks=1 work when Qt is compiled with -sanitize thread?

2024-07-19 Thread Alexey Rusakov
Deadlocks usually occur across several threads. Do you have a stack trace for other threads, too? Alexey On Fri, 2024-07-19 at 12:12 +0100, Nuno Santos via Interest wrote: > Dennis, > > Thanks for the clarification. > > Maybe it is deviating a bit from Qt. It’s probably something I’m not > doin

Re: [Interest] Why does the QtLogging message not include type (e.g. WARNING)?

2023-12-10 Thread Alexey Rusakov
I'm actually grateful that the original message is so concise, otherwise I wouldn't look for a way to customise it. I don't think it's worth arguing what kind of information should or shouldn't be included there - situations and even tastes differ. On my development machine, I have the following de

Re: [Interest] Qt Creator Survey - Qt Group

2023-08-23 Thread Alexey Rusakov
ather irrelevant to what I'm doing with Qt Creator. And it's pretty much the same struggle further down the road. I guess many KDE folks are in the same boat, so posting on-list. --    Alexey Rusakov ___ Interest mailing list Interest@qt-

Re: [Interest] Convert to QMetaMethod from QObject + const char *

2022-08-17 Thread Alexey Rusakov
t slotIndex = rmo->indexOfSlot(slot); Q_ASSERT(slotIndex >= 0); QObject::connect(..., QMetaMethod::fromSignal(signal), receiver, rmo->method(slotIndex)); } else QObject::connect(..., signal, receiver, slot); // more logic } Alexey Rusa

Re: [Interest] semi-modal dialog

2021-07-30 Thread Alexey Rusakov
__ > > Interest mailing list > > Interest@qt-project.org > > https://lists.qt-project.org/listinfo/interest > > -John Weeks > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest > -- Alexey Rusakov ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] L Word

2021-04-30 Thread Alexey Rusakov
ial sector. If I were him, I would have given up trying to > influence Qt's > > strategy a long time ago. > > > > (Actually, I'm about to give up my hopes for desktop development with > Qt). > > > > So, Roland, why are you keeping the conflicts going? > > > > -- &g

Re: [Interest] Guide me through the Qt offerings for GUIs

2021-04-20 Thread Alexey Rusakov
often that "can I kick the tires" became a line in > American culture. Flinging his new hunk of rubber around while hollering and > gesturing with his arms, it landed on the hot wood stove. After scraping it > off the stove they found the result was still flexible and far more > impervious to cuts. He got his money. > > > > -- > Roland Hughes, President > Logikal Solutions > (630)-205-1593 > https://theminimumyouneedtoknow.comhttps://infiniteexposure.nethttps://lesedi.ushttps://johnsmith-book.comhttps://logikalblog.comhttps://interestingauthors.com/blog > > ___ > Interest mailing list > Interest@qt-project.org > https://lists.qt-project.org/listinfo/interest > -- Alexey Rusakov ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] CLion to replace QtCreator?

2016-05-18 Thread Alexey Rusakov
make to fix an issue. But it doesn't find all uses. Which is *dangerous*. So I have to do a text-based, project-wide search for a string instead to actually get to all uses of the symbol and update my code. On 04/04/16 11:42, Alexey Rusakov wrote: > Not sure what I'm doing wrong but au

Re: [Interest] CLion to replace QtCreator?

2016-05-18 Thread Alexey Rusakov
Not sure what I'm doing wrong but auto-completion for connect() does work for me. Moreover, I don't expect CLion to be able to work with SIGNAL() and SLOT() notation without Qt-aware plugin. I might expect CLion to rule them all in some indefinite future but very hardly at the moment. Disclaimer

Re: [Interest] how can I call qRegisterMetaType?

2016-05-16 Thread Alexey Rusakov
y recognized by the metatype system as well. And as far as I understand the documentation, this applies to types declared as Q_ENUM as well. -- Alexey Rusakov ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest