Re: [Interest] The willy-nilly deletion of convenience methods

2021-03-19 Thread Thorsten Glaser
On Fri, 19 Mar 2021, Volker Hilsheimer wrote: > Do you have any particular classes in mind? There’s the deprecation of QApplication::desktop()->screen()->winId() which is necessary for command-line programs accessing the KDE wallet I wrote about in November assuming that someone here has

Re: [Interest] Qt Creator is so buggy and so slow...

2021-03-19 Thread Michael Jackson
On 3/19/21, 1:50 AM, "Interest on behalf of Jason H" wrote: ... > > On Thursday, 18 March 2021 10:38:41 PDT Alexander Dyagilev wrote: > > Hello, > > > > Often it just stops to suggest code, syntax highlighted stops w. > > I cannot reproduce your problem of

Re: [Interest] Mixing Commercial and Open Source license for, different, projects

2021-03-19 Thread Matthew Woehlke
On 18/03/2021 08.10, Roland Hughes wrote: https://www.logikalsolutions.com/wordpress/information-technology/qlist/ You can also take a big hit if there happens to be 100+ things referring to this particular value instance when it needs to change. Think a working/scratch object you load a

Re: [Interest] The willy-nilly deletion of convenience methods (was: Mixing Commercial and Open...)

2021-03-19 Thread Roland Hughes
On 3/19/21 9:08 AM, Volker Hilsheimer wrote: Ok. API stability on the one hand, and keeping things maintainable and un-bloated over a long time on the other, is of course a tradeoff. Different industries will have different preferences, but the path we have chose for Qt over the last 25

Re: [Interest] The willy-nilly deletion of convenience methods (was: Mixing Commercial and Open...)

2021-03-19 Thread Volker Hilsheimer
> On 19 Mar 2021, at 14:34, Roland Hughes wrote: > > > On 3/19/21 7:51 AM, Volker Hilsheimer wrote: >>> On 19 Mar 2021, at 12:12, Roland Hughes wrote: >>> >>> >>> >>> On 3/19/21 6:00 AM, Giuseppe D'Angelo wrote: Il 18/03/21 12:41, Christian Gagneraud ha scritto: > My main

Re: [Interest] The willy-nilly deletion of convenience methods (was: Mixing Commercial and Open...)

2021-03-19 Thread Roland Hughes
On 3/19/21 7:51 AM, Volker Hilsheimer wrote: On 19 Mar 2021, at 12:12, Roland Hughes wrote: On 3/19/21 6:00 AM, Giuseppe D'Angelo wrote: Il 18/03/21 12:41, Christian Gagneraud ha scritto: My main grief is that Qt doesn't seem to care about C++. What was their last contribution to the

[Interest] The willy-nilly deletion of convenience methods (was: Mixing Commercial and Open...)

2021-03-19 Thread Volker Hilsheimer
> On 19 Mar 2021, at 12:12, Roland Hughes wrote: > > > > On 3/19/21 6:00 AM, Giuseppe D'Angelo wrote: >> Il 18/03/21 12:41, Christian Gagneraud ha scritto: >> >>> My main grief is that Qt doesn't seem to care about C++. >>> What was their last contribution to the standard? >>> >> Apart from

Re: [Interest] Qt Creator is so buggy and so slow...

2021-03-19 Thread Dmitry Volosnykh
I observe somewhat similar symptoms on macOS. Yet, I have no concrete info I can share to help debugging. On Fri, Mar 19, 2021 at 2:19 PM Roland Hughes wrote: > > On 3/19/21 6:00 AM, Alexander Dyagilev wrote: > > Often it just stops to suggest code, syntax highlighted stops working > > (at

Re: [Interest] Qt Creator is so buggy and so slow...

2021-03-19 Thread Roland Hughes
On 3/19/21 6:00 AM, Alexander Dyagilev wrote: Often it just stops to suggest code, syntax highlighted stops working (at least for a part of the code) for no apparent reason. It takes apporx. 10 seconds to parse c++ file for c++ tools to start working. If you open/close/open same c++ it can

Re: [Interest] Mixing Commercial and Open Source license for, , different, projects

2021-03-19 Thread Roland Hughes
On 3/19/21 6:00 AM, Giuseppe D'Angelo wrote: Il 18/03/21 12:41, Christian Gagneraud ha scritto: My main grief is that Qt doesn't seem to care about C++. What was their last contribution to the standard? Apart from hiring the ex-chair of the WG21 Evolution Working Group? (Can we stop with the

Re: [Interest] QML: Javascrit Date() --> C++ QDateTime is not supported?

2021-03-19 Thread Alexander Dyagilev
Oh... It was required to pass "new Date()" instead of "Date()". On 3/19/2021 11:11 AM, Alexander Dyagilev wrote: I'm trying to call method of C++ object: Q_INVOKABLEQStringdateTimeToString(constQDateTime)const; using this QML code: property mystring:App.loc.dateTimeToString(Date()) When I

[Interest] QML: Javascrit Date() --> C++ QDateTime is not supported?

2021-03-19 Thread Alexander Dyagilev
I'm trying to call method of C++ object: Q_INVOKABLEQStringdateTimeToString(constQDateTime)const; using this QML code: property mystring:App.loc.dateTimeToString(Date()) When I debug dateTimeToString method, I see that dt is invalid. ___ Interest

Re: [Interest] Mixing Commercial and Open Source license for, different, projects

2021-03-19 Thread Hamish Moffatt
On 18/3/21 10:41 pm, Christian Gagneraud wrote: My main grief is that Qt doesn't seem to care about C++. What was their last contribution to the standard? I find that to be a bit of a weird comment. Qt needs to work with the compilers/standard libraries that we the users have now. Why would