Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-21 Thread Roland Hughes
Don't bastardize QObject or the C++ classes to support a never-should-have-existed QML. The better solution is to purge QML from the package. On 10/21/2017 02:09 AM, Jean-Michaël Celerier wrote: > A simple push button is made of ( IIRC ) more than 30 QObjects with Quick Controls 1, the

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-21 Thread Jean-Michaël Celerier
> A simple push button is made of ( IIRC ) more than 30 QObjects with Quick Controls 1, the version of Quick Controls 2 with less features still consists of 7 QObjects. Each stop of a gradient is made as QObject for no other reason, than to make it accessible from QML. Wouldn't the better

Re: [Interest] Interest Digest Wiki instructions for PI cross, compile do not work for PostgreSQL support

2017-10-20 Thread Roland Hughes
Uwe, I do wish you luck with QSkinny. This library lost its way when it started with QML. Hell, even QML lost its way. When the Nokia boys and girls first started talking about this around the Chicago area it wasn't supposed to be an interpreted script kiddie language, but the equivalent of

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
is someone pushes someone to use QML as a mandatory or store data into JSON DBs? Where? How? Its ridiculous. On Fri, Oct 20, 2017 at 3:22 PM, Roland Hughes wrote: > > > On 10/20/2017 12:49 AM, Filip Piechocki wrote: > > > > On Oct 20, 2017 00:11, "Roland Hughes"

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Roland Hughes
On 10/20/2017 12:49 AM, Filip Piechocki wrote: On Oct 20, 2017 00:11, "Roland Hughes" > wrote: It's not misleading when it is a hog fattened way past market. 90% of the embedded systems I encounter have no GPU so

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
I was not talking about QQC1, but about Qt Quick 1 it was QML blamed to be a behemoth, but usually, its translates to appropriate C++ code. My point is even in Qt Quick 1 times performance was not so bad for simple UIs if using QML wisely On Fri, Oct 20, 2017 at 10:20 AM, Uwe Rathmann

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Uwe Rathmann
On Fri, 20 Oct 2017 09:14:09 +0200, Vlad Stelmahovsky wrote: > I've created much more complex apps using QtQuick 1 on HW much weaker > than RPi2 (Symbian phones) w/o such laggin as in this simple calc > example. Obviously, there something wrong with code and/or system setup A simple push button

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-20 Thread Vlad Stelmahovsky
I've created much more complex apps using QtQuick 1 on HW much weaker than RPi2 (Symbian phones) w/o such laggin as in this simple calc example. Obviously, there something wrong with code and/or system setup On Fri, Oct 20, 2017 at 7:49 AM, Filip Piechocki wrote: > > > On

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Filip Piechocki
On Oct 20, 2017 00:11, "Roland Hughes" wrote: It's not misleading when it is a hog fattened way past market. 90% of the embedded systems I encounter have no GPU so the driver issue is irrelevant. You get rid of all needless things to improve battery life. Claiming

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Sze Howe Koh
On 19 October 2017 at 20:43, Roland Hughes wrote: > > Scroll down and watch the video. QML is an 800 lb gorilla trying to ride in a > 2 cylinder car. > >

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Roland Hughes
It's not misleading when it is a hog fattened way past market. 90% of the embedded systems I encounter have no GPU so the driver issue is irrelevant. You get rid of all needless things to improve battery life. Claiming an i.MX6 which most certainly must need grid power or batteries the size

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Filip Piechocki
On Thu, Oct 19, 2017 at 2:43 PM, Roland Hughes wrote: > Scroll down and watch the video. QML is an 800 lb gorilla trying to ride > in a 2 cylinder car. > > http://www.logikalsolutions.com/wordpress/information- >

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Roland Hughes
Because I'm the one who gets called in to sweep up the train wreck. I work in the medical and industrial device world where QML is __NEVER__ a good choice, let alone a correct choice, but, script kiddies are cheap. When you are called in to sweep it up, the client never wants to hear they have

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Uwe Rathmann
On Thu, 19 Oct 2017 08:06:26 -0500, Roland Hughes wrote: > 1) It's QML ... In case you prefer using the Qt/Quick graphic stack without QML you might be interested in what I'm working on: https://github.com/uwerat/qskinny. In fact the heaviness of Qt/Quick is not only QML related and I had/have

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Sérgio Martins
On Thu, Oct 19, 2017 at 1:43 PM, Roland Hughes wrote: > Scroll down and watch the video. QML is an 800 lb gorilla trying to ride in > a 2 cylinder car. > >

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Konstantin Tokarev
Laszlo >> >> From: Interest [mailto:interest-bounces+laszlo.agocs=qt...@qt-project.org] >> On Behalf Of Roland Hughes >> Sent: torsdag 19. oktober 2017 14.43 >> To: Vlad Stelmahovsky <vladstelmahov...@gmail.com> >> Cc: interest <interest@qt-project.

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Roland Hughes
qt...@qt-project.org] *On Behalf Of *Roland Hughes *Sent:* torsdag 19. oktober 2017 14.43 *To:* Vlad Stelmahovsky <vladstelmahov...@gmail.com> *Cc:* interest <interest@qt-project.org> *Subject:* Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Laszlo Agocs
: Interest [mailto:interest-bounces+laszlo.agocs=qt...@qt-project.org] On Behalf Of Roland Hughes Sent: torsdag 19. oktober 2017 14.43 To: Vlad Stelmahovsky <vladstelmahov...@gmail.com> Cc: interest <interest@qt-project.org> Subject: Re: [Interest] Interest Digest Wiki instructions for PI cross

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Roland Hughes
Scroll down and watch the video. QML is an 800 lb gorilla trying to ride in a 2 cylinder car. http://www.logikalsolutions.com/wordpress/information-technology/raspberry-qt-part-12-qml-blows-big-stinky-chunks/ Nasty worthless resource pig which exists only to pursue script kiddies. On

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-19 Thread Vlad Stelmahovsky
QML is not that resource hogging as JS. dont use JS and you'll be fine On Tue, Oct 17, 2017 at 8:11 PM, Roland Hughes wrote: > > > On 10/17/2017 12:54 PM, interest-requ...@qt-project.org wrote: > > On ter?a-feira, 17 de outubro de 2017 08:11:13 PDT Roland Hughes

Re: [Interest] Interest Digest Wiki instructions for PI cross compile do not work for PostgreSQL support

2017-10-17 Thread Roland Hughes
On 10/17/2017 12:54 PM, interest-requ...@qt-project.org wrote: On ter?a-feira, 17 de outubro de 2017 08:11:13 PDT Roland Hughes wrote: The bug tracking system is under our control - it will not just disappear (from our perspective). Oh yes it will! Speaking as someone who has heard that