Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Olivier Goffart
On 2018-08-08 08:48, Taras Kushnir wrote: Hi Olivier Thanks for fast response. Sorry for asking trivial questions but I didn’t quite understand about “redeclaring” things in my project. As far as I understand all I need to do is pass an instance of [QSignalSpyCallbackSet] struct with my cust

Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Taras Kushnir
Hi Olivier Thanks for fast response. Sorry for asking trivial questions but I didn’t quite understand about “redeclaring” things in my project. As far as I understand all I need to do is pass an instance of [QSignalSpyCallbackSet] struct with my custom callbacks to [qt_register_signal_spy_ca

Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Olivier Goffart
On 2018-08-08 06:53, Taras Kushnir wrote: Hello I’ve been refactoring giant pieces (like 50-60%) of one project's codebase and I’m concerned about validity/quality of the result. Except different kinds of tests I’m thinking about statistical metrics one of which would be to get a feel how Qt-

[Development] Automatic signal-slot statistics

2018-08-07 Thread Taras Kushnir
Hello I’ve been refactoring giant pieces (like 50-60%) of one project's codebase and I’m concerned about validity/quality of the result. Except different kinds of tests I’m thinking about statistical metrics one of which would be to get a feel how Qt-specific parts of the project have changes.

Re: [Development] Question about qml compiler?

2018-08-07 Thread Young Moon Jung
Hi Thiago. Thank you for your reply! It was very helpful for me. I have a one more question. Actually I load .qml file in main.cpp by using QQmlApplicationEngine Class. Is it mean that I can compile qml application with qmake? Thanks & Regards, Josh. 2018-08-08 0:40 GMT+09:00 Young Moon Jung :

[Development] How to create a Qt5 offline installer myself

2018-08-07 Thread Roland Winklmeier
Dear Qt Devs, I think I asked this question in the past, but I never got a reasonable answer. The question is actually quite simple: How can I create a Qt5 offline installer for example for 5.11.1 MinGW 5.3.0 32 bit? I'm aware of the qt/qtsdk repository and its scripts. There is also some high l

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Oswald Buddenhagen
On Tue, Aug 07, 2018 at 04:06:38PM +0200, Frederik Gladhorn wrote: > On tirsdag 7. august 2018 14.14.56 CEST Oswald Buddenhagen wrote: > > https://gerrit-review.googlesource.com/admin/repos/plugins/hooks-jira ? > > did your investigation reveal that it's unsalvagably bad? > > I guess it could work

Re: [Development] Question about qml compiler?

2018-08-07 Thread Thiago Macieira
On Tuesday, 7 August 2018 08:40:27 PDT Young Moon Jung wrote: > My Question is that Should I use qml compiler for developing QML > application? It's your choice whether you want to use it or not. But as you noticed, the compiler is a tool only made available for commercial customers. If you want

[Development] Question about qml compiler?

2018-08-07 Thread Young Moon Jung
Hi All of qt members. I have a question about qml compiler. I want to develop application which is based on QML with Qt 5.6.0. ( open source license ) When I checked below link, I saw that qml compiler is commercial license. *https://www.embeddeduse.com/2016/04/10/using-qt-5-6-and-later-under-

Re: [Development] About 3D desktop.

2018-08-07 Thread Stef Bon
Thanks a lot for the time. I'm kind of busy now, but soon (2/3 days) I will come with a response. We'll build an awesome 3D desktop! Stef ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Thiago Macieira
On Tuesday, 7 August 2018 02:46:12 PDT Frederik Gladhorn wrote: > The plan is to update the fix versions and close the task as done when a > line in the commit message starts with "Fixes:". Thanks, Frederik! Please update the changelog-creation script to detect this keyword too. -- Thiago Macie

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Thiago Macieira
On Tuesday, 7 August 2018 04:59:02 PDT Jani Heikkinen wrote: > I see at least one problem there: If bug is affecting to several branches it > will be closed when fix for first branch is done even in that case it > shouldn't be closed until every branch has a fix... I usually close the bug when the

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Tor Arne Vestbø
> On 7 Aug 2018, at 16:06, Frederik Gladhorn wrote: > > On tirsdag 7. august 2018 14.14.56 CEST Oswald Buddenhagen wrote: >> On Tue, Aug 07, 2018 at 11:46:12AM +0200, Frederik Gladhorn wrote: >>> I've spend a bit of time writing a script that monitors gerrit and the git >>> repositories to upda

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Frederik Gladhorn
On tirsdag 7. august 2018 14.14.56 CEST Oswald Buddenhagen wrote: > On Tue, Aug 07, 2018 at 11:46:12AM +0200, Frederik Gladhorn wrote: > > I've spend a bit of time writing a script that monitors gerrit and the git > > repositories to update JIRA statuses. It's not quite done yet, but getting > > th

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Frederik Gladhorn
On tirsdag 7. august 2018 15.23.52 CEST Robert Löhning wrote: > Am 07.08.2018 um 11:46 schrieb Frederik Gladhorn: > > Hi all, > > > > I've spend a bit of time writing a script that monitors gerrit and the git > > repositories to update JIRA statuses. It's not quite done yet, but getting > > there.

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Robert Löhning
Am 07.08.2018 um 11:46 schrieb Frederik Gladhorn: Hi all, I've spend a bit of time writing a script that monitors gerrit and the git repositories to update JIRA statuses. It's not quite done yet, but getting there. Basically it should be able to set the fixed version and close tasks automaticall

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Oswald Buddenhagen
On Tue, Aug 07, 2018 at 11:46:12AM +0200, Frederik Gladhorn wrote: > I've spend a bit of time writing a script that monitors gerrit and the git > repositories to update JIRA statuses. It's not quite done yet, but getting > there. > so why exactly are you doing this after i implied in https://bug

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Alex Blasche
> -Original Message- > From: Development project.org> On Behalf Of Jani Heikkinen > >The plan is to update the fix versions and close the task as done when > >a line in the commit message starts with "Fixes:". > >If the issue is already closed (e.g. cherry-pick) it can add an > >additiona

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Jani Heikkinen
> >From: Development on >behalf of Frederik Gladhorn >Sent: Tuesday, August 7, 2018 12:46 PM >To: development@qt-project.org >Subject: [Development] Closing issues automatically with new keyword > >Hi all, > >I've spend a bit of time writing a script that

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Christian Kandeler
On Tue, 7 Aug 2018 11:46:12 +0200 Frederik Gladhorn wrote: > I've spend a bit of time writing a script that monitors gerrit and the git > repositories to update JIRA statuses. It's not quite done yet, but getting > there. > Basically it should be able to set the fixed version and close tasks >

Re: [Development] Closing issues automatically with new keyword

2018-08-07 Thread Tor Arne Vestbø
On 7 Aug 2018, at 11:46, Frederik Gladhorn wrote: > > Hi all, > > I've spend a bit of time writing a script that monitors gerrit and the git > repositories to update JIRA statuses. It's not quite done yet, but getting > there. > Basically it should be able to set the fixed version and close ta

[Development] Closing issues automatically with new keyword

2018-08-07 Thread Frederik Gladhorn
Hi all, I've spend a bit of time writing a script that monitors gerrit and the git repositories to update JIRA statuses. It's not quite done yet, but getting there. Basically it should be able to set the fixed version and close tasks automatically. Assuming there is no major protest, I'll use

Re: [Development] Programmable delegate selection for QML views

2018-08-07 Thread Paolo Angelelli
On Mon, 6 Aug 2018 15:34:00 +0200 Pierre-Yves Siret wrote: > > - it can only nest (and thus load) QQuickItems, being a QQuickItem itself > Loader can wrap QObject too. This works : Instantiator { Loader { QtObject > {} } } > http://doc.qt.io/qt-5/qml-qtquick-loader.html#sourceComponent-prop : "

Re: [Development] Programmable delegate selection for QML views

2018-08-07 Thread Svenn-Arne Dragly
On 08/06/2018 05:03 PM, Mitch Curtis wrote: -Original Message- From: gr3...@gmail.com On Behalf Of Pierre-Yves A default delegate looks like the sensible way to go indeed. But should we REQUIRE one ? Why can't we just not instantiate something when no fitting delegate is found ? That