Re: [Interest] QML vs Electron

2018-02-19 Thread Benjamin TERRIER
2018-02-19 18:52 GMT+01:00 Thiago Macieira : > On Monday, 19 February 2018 03:26:16 PST Benjamin TERRIER wrote: >> > Open source usage of Qt is free as in “free speech”. As a Free Software >> > user you contribute or “pay” to our open source project by making your >> > code available to others – en

Re: [Interest] QML vs Electron

2018-02-19 Thread Thiago Macieira
On Monday, 19 February 2018 03:26:16 PST Benjamin TERRIER wrote: > > Open source usage of Qt is free as in “free speech”. As a Free Software > > user you contribute or “pay” to our open source project by making your > > code available to others – ensuring the end-users’ rights. > This would clearly

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Konstantin Tokarev
19.02.2018, 20:10, "Nuno Santos" : > Curiously, 10.10 is not listed under support platforms. > >>  On 19 Feb 2018, at 17:08, Michael Corcoran wrote: >> >>  On Mon, 2018-02-19 at 14:39 +, Nuno Santos wrote: >>>  Alexandru, >>> >>>  Thanks for your feedback and prompt reply. >>> >>>  I got my

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
Curiously, 10.10 is not listed under support platforms. > On 19 Feb 2018, at 17:08, Michael Corcoran wrote: > > On Mon, 2018-02-19 at 14:39 +, Nuno Santos wrote: >> Alexandru, >> >> Thanks for your feedback and prompt reply. >> >> I got my answer! >> >> Best regards, >> >> Nuno >> > >

Re: [Interest] Using connect/disconnect with lambdas

2018-02-19 Thread Thiago Macieira
On Sunday, 18 February 2018 20:59:50 PST Tom Isaacson via Interest wrote: > I'm replacing some old SIGNAL/SLOT connects with the new Qt5 format and I > need to use lambdas for some of them. > > Scenario 1: > > public slots: > void RouteEditName(); > void RouteEditName(QString name); > >

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
Alexandru, Thanks for your feedback and prompt reply. I got my answer! Best regards, Nuno > On 19 Feb 2018, at 14:35, Alexandru Croitor wrote: > > Hi, > > You can check the qtbase/mkspecs/macx-clang/qmake.conf file for > QMAKE_MACOSX_DEPLOYMENT_TARGET value. > > In my checkout it says 10

Re: [Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Alexandru Croitor
Hi, You can check the qtbase/mkspecs/macx-clang/qmake.conf file for QMAKE_MACOSX_DEPLOYMENT_TARGET value. In my checkout it says 10.10. > On 19. Feb 2018, at 15:33, Nuno Santos wrote: > > Hi, > > I’m wondering how can I find the minimal OS X version that Qt 5.10 built > application will run

[Interest] What is the minimum version of Mac OS X Qt 5.10 application will run on?

2018-02-19 Thread Nuno Santos
Hi, I’m wondering how can I find the minimal OS X version that Qt 5.10 built application will run on. Can somebody help me find out? Thanks! Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Using connect/disconnect with lambdas

2018-02-19 Thread Benjamin TERRIER
2018-02-19 5:59 GMT+01:00 Tom Isaacson via Interest : > I'm replacing some old SIGNAL/SLOT connects with the new Qt5 format and I > need to use lambdas for some of them. > > Scenario 1: > > public slots: > void RouteEditName(); > void RouteEditName(QString name); > > m_pRouteEditNameAc

Re: [Interest] QML vs Electron

2018-02-19 Thread Benjamin TERRIER
Hello everyone, May I raise the subject of licensing when it comes to comparing QML vs Electron popularity. Electron and other javascript technologies (node, jquery, etc.) are licensed under permissive (no copyleft) open source licenses like MIT. Regarding Qt, even the most permissive license (L

Re: [Interest] QBackingStore::endPaint dumps lots of warnings in software mode

2018-02-19 Thread Laszlo Agocs
There is one already: https://bugreports.qt.io/browse/QTBUG-66452 Best regards, Laszlo -Original Message- From: Interest [mailto:interest-bounces+laszlo.agocs=qt...@qt-project.org] On Behalf Of Giuseppe D'Angelo Sent: mandag 19. februar 2018 11.37 To: Manner Róbert Cc: interest@qt-proje

Re: [Interest] QBackingStore::endPaint dumps lots of warnings in software mode

2018-02-19 Thread Giuseppe D'Angelo
On 19 February 2018 at 11:25, Manner Róbert wrote: > Hi, > > When I run an example/default qml project I get a lot of warnings about > active painters: > >> QT_QUICK_BACKEND="software" ./example > > QBackingStore::endPaint() called with active painter on backingstore paint > device > QBackingStore

[Interest] QBackingStore::endPaint dumps lots of warnings in software mode

2018-02-19 Thread Manner Róbert
Hi, When I run an example/default qml project I get a lot of warnings about active painters: > QT_QUICK_BACKEND="software" ./example QBackingStore::endPaint() called with active painter on backingstore paint device QBackingStore::endPaint() called with active painter on backingstore paint device

Re: [Interest] Using connect/disconnect with lambdas

2018-02-19 Thread Pierre-Yves Siret
2018-02-19 5:59 GMT+01:00 Tom Isaacson via Interest : > I'm replacing some old SIGNAL/SLOT connects with the new Qt5 format and I > need to use lambdas for some of them. > > Scenario 1: > > public slots: > void RouteEditName(); > void RouteEditName(QString name); > > m_pRouteEditNameAc