Re: [Development] Closing issues automatically with new keyword

2018-08-29 Thread Robert Löhning
Am 22.08.2018 um 10:53 schrieb Frederik Gladhorn: > Quick status update from my side: > I have the script running against a test installation of JIRA. It seems to > work, there are some small issues to be worked out still. > > - Qt Creator version numbers are verbose, so I need to be more generou

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Denis Shienkov
Hi, > have you tried QOpenGlWidget ? It does not work together (can't be mixed) with an usual QtWidgets using the 'eglfs' backend. > QtCharts to be more QtQuicker and more featured As I see from the QtCharts sources, it also renders via QGraphicsScene && QGraphicsWidget even in QtQuick.

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Vlad Stelmahovsky
have you tried QOpenGlWidget ? otherwise you dont have other options: plain QWidget's does not HW accelerated or, you can extend QtCharts to be more QtQuicker and more featured. everyone will be happy :) On 8/29/18 11:39 AM, Denis Shienkov wrote: Hi all. I have an Apalis iMX6 board with t

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Thiago Macieira
On Wednesday, 29 August 2018 06:43:40 PDT Denis Shienkov wrote: > > Most Qt widgets are not drawn using opengl but instead are rasterized. I > > was surprised when I first learned this as well. > > So, there are no way to improve an acceleration and to minimize the CPU > loading? Rewrite using

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Denis Shienkov
> Most Qt widgets are not drawn using opengl but instead are rasterized. I was surprised when I first learned this as well. So, there are no way to improve an acceleration and to minimize the CPU loading? PS: I tried to mix the OpenGL widgets with usual widgets, but the 'eglfs' says that it is i

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread drwho
Hi Denis, Most Qt widgets are not drawn using opengl but instead are rasterized.  I was surprised when I first learned this as well. "QPainter provides API for drawing vector graphics, text and images onto different surfaces, or QPaintDevice

[Development] Recall: QT infra weekly report

2018-08-29 Thread Tony Sarajärvi
Tony Sarajärvi would like to recall the message, "QT infra weekly report". ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] QT infra weekly report

2018-08-29 Thread Tony Sarajärvi
Hi We’ve decided to start sharing a bit more information about the state of our infra and what we’re up to. This will be a brief e-mail that will cover the main topics. State of the CI - We've been running 2 weeks now with a stable kernel. The hosts have actually been up without reboots now f

Re: [Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Denis Shienkov
I even have created a simple test app, which re-fill the 1280x800 rect every 50 msec with the 'red' and 'green' colors. [code] #include #include #include #include class Widget final : public QWidget { public: explicit Widget(QWidget *parent = nullptr); private: void paintEve

Re: [Development] HEADS-UP: Branching from 'dev' to '5.12' completed

2018-08-29 Thread Tuukka Turunen
Hi, I would like to remind about the API review. Some modules are already nicely progressing (or even completed), but there are also some that are not yet even started. Despite Alpha being slightly delayed due to the needed fixes, we hopefully can catch up and release Beta 1 around the origina

[Development] iMX6 EGLGS 2D (QtWidgets) painting acceleration

2018-08-29 Thread Denis Shienkov
Hi all. I have an Apalis iMX6 board with the Yocto's image with the working 'eglfs' and 'linuxfb' backends (without of X11 support). I need to create a 'pure' QtWidgets application, where I need to use a real-time plotting with the Qwt library (using the Qt Quick is not an option, as there the Q

[Development] Coin momentarily down

2018-08-29 Thread Tony Sarajärvi
Hi We have a small glitch in the CI currently. We keep spawning VMs like crazy. The CI is down for a while as we figure out why and clean up the mess. Shouldn’t take more than say 30 minutes…. shouldn’t 😉 -Tony ___ Development mailing list Development@