Re: [Development] Qt5.8 qdbuscpp2xml broken for kde baloo?

2017-02-10 Thread Thiago Macieira
Em sexta-feira, 10 de fevereiro de 2017, às 11:19:14 PST, Andreas Müller via Development escreveu: > qdbuscpp2xml -a filecontentindexer.h > Unregistered input type in parameter list: QDBusMessage > Unregistered input type in parameter list: QDBusMessage Hmm... unregistered types. Can you check if

[Development] QtQuick2 Backend: WebGL?

2017-02-10 Thread Jason H
I was watching the recently posted videos on youtube. One went into the GL support for QtQuick, and I got to thinking that WebGL might not be terrible. If we can send the draw commands to a browser we can web-enable any Qt app. And a lot of embedded apps want to be web-enabled. Does anyone have

[Development] Adding Tracepoints to Qt

2017-02-10 Thread Rafael Roquetto
Hello, I have been working lately on trying to bring tracing support to Qt, internally. The idea is to support LTTNG on Linux and ETW on Windows, at first. Eventually, we would like to add DTrace support as well, if feasible. LTTNG and ETW offer very distinct APIs, which are very difficult to abs

Re: [Development] [Releasing] Change file process & improvement proposal

2017-02-10 Thread Kai Koehne
Hi, To sum the discussion here and also on gerrit up : There's no consensus on making [ChangeLog] entries mandatory, or making the [ChangeLog] field enabled by default. Anyhow, Ossi had an interesting third suggestion on https://codereview.qt-project.org/#/c/183244/: > how about this for an i

Re: [Development] [HEADS UP] please clean up your "in progress" jira tasks

2017-02-10 Thread Mitch Curtis
> -Original Message- > From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- > project.org] On Behalf Of Oswald Buddenhagen > Sent: Friday, 10 February 2017 2:07 PM > To: development@qt-project.org; qt-crea...@qt-project.org > Subject: [Development] [HEADS UP] please clean up

[Development] [HEADS UP] please clean up your "in progress" jira tasks

2017-02-10 Thread Oswald Buddenhagen
moin, running the query https://bugreports.qt.io/issues/?jql=status%20%3D%20%22In%20Progress%22%20AND%20updated%20%3C%20-3weeks produces an astonishing number of tasks. i suspect in most cases the assignee just failed to close the task after integration, while in some cases the task was in reality

Re: [Development] [meta-qt5] Qt5.8 qdbuscpp2xml broken for kde baloo?

2017-02-10 Thread Andreas Müller via Development
On Fri, Feb 10, 2017 at 11:19 AM, Andreas Müller wrote: > Hi, > > I am cross building Qt and KDE with yocto environment. After Update to > Qt 5.8 the package baloo from KDE KF5 is broken. After investigation I > found that qdbuscpp2xml 5.8 build misses some public slots. > > I get for Qt5.8 build

[Development] Focusing bug fixes to 5.9 branch and patch releases during H1/17

2017-02-10 Thread Tuukka Turunen
Hi, Short summary: The Qt Company has decided to focus development effort to 5.9 and dev branches in order to reach the planned timeline for Qt 5.9 release and make improvements in the CI system. Next scheduled patch level release would be Qt 5.6.3 straight after Qt 5.9 is out. In case of seve

[Development] Qt5.8 qdbuscpp2xml broken for kde baloo?

2017-02-10 Thread Andreas Müller via Development
Hi, I am cross building Qt and KDE with yocto environment. After Update to Qt 5.8 the package baloo from KDE KF5 is broken. After investigation I found that qdbuscpp2xml 5.8 build misses some public slots. I get for Qt5.8 build by yocto: qdbuscpp2xml -a filecontentindexer.h Unregistered input ty

Re: [Development] Calendar Systems proposal

2017-02-10 Thread Edward Welbourne
On Monday 02 January 2017 09:21:25 Lars Knoll wrote: >>> I wonder whether we can't keep handling of different calendars >>> completely outside of QDate. Something similar to what we've done >>> with QString/QLocale. So QDate would continue unchanged and only >>> support the standard Gregorian calen

Re: [Development] CI stability

2017-02-10 Thread Lars Knoll
> On 09 Feb 2017, at 18:42, Thiago Macieira wrote: > > On quarta-feira, 8 de fevereiro de 2017 09:46:36 PST Lars Knoll wrote: >> The second larger issue are flaky tests, ie. tests that fail randomly from >> time to time. These tests are causing huge issues in CI, and especially >> make qt5.git i