[Development] QChart issues

2016-04-01 Thread Scott Aron Bloom
So, I have previously posted to interest@ and was told to post my questions to development@. Having posted my QChart issues, to development and receiving no reply, I am assuming development@ is NOT the best place to post questions/issues with QChart. So Ill ask to both areas, where is the best

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread Scott Aron Bloom
One thing that is not clear to me, what level of access the bash shell will have to the windows subsystem. Apparently you will be able to run native linux applications inside the shell, but it is not clear if an X server will be made available, and what windows application will run under the ba

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread Thiago Macieira
On sexta-feira, 1 de abril de 2016 07:13:25 PDT Knoll Lars wrote: > >I want to point this out: > > > >On quinta-feira, 31 de março de 2016 22:48:35 PDT Thiago Macieira wrote: > > > >> On sexta-feira, 1 de abril de 2016 05:16:33 PDT Tvete Paul wrote: > > > > > >It's still March 31st. > > > You’re

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread René J . V . Bertin
On Friday April 01 2016 12:16:08 Marc Mutz wrote: > You may want to start here: http://hginit.com > > Yes, it's about Mercurial, but it should re-educate you enough that you'll > come to love git as much as every professional eventually does. To put things straight: I don't hate git. I actually

Re: [Development] Security bulletin: Deprecating QRect

2016-04-01 Thread Mark Gaiser
On Fri, Apr 1, 2016 at 10:58 AM, Friedemann Kleint < friedemann.kle...@theqtcompany.com> wrote: > Hi, > > as discussed in the thread "Re: [Development] Fixing QRect::width() / > height()", QRect can be misused to trigger undefined behaviour. This > pattern has been observed in recent ransomware at

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread Oswald Buddenhagen
On Fri, Apr 01, 2016 at 08:22:42AM +0200, Rolland Dudemaine wrote: > > On 30/03/2016 18:04, Thiago Macieira wrote: > > On quarta-feira, 30 de março de 2016 09:41:12 PDT Rolland Dudemaine wrote: > >> But git-gpush as Thiago mentioned may be still far better... > > This is exactly what git gpush doe

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread Marc Mutz
On Friday 01 April 2016 11:42:32 René J. V. Bertin wrote: > I haven't tried to "rebase" my mental models and parse everything that's > been said, but it sure sounds a whole lot like my own gripes with > gerrit's overhead You may want to start here: http://hginit.com Yes, it's about Mercurial, bu

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread René J . V . Bertin
Welbourne Edward wrote: > Well, any way of pushing is subject to that, yes. > The new commit can't arrive without all of its ancestors, that's a > feature of the git object model; and each of those ancestors has a > Commit-Id, so necessarily triggers an update to its review. > > Not that this doe

Re: [Development] qtwebkit fails to build

2016-04-01 Thread Koehne Kai
> -Original Message- > [...] > Failed to open file: > Z:/src/kde/qt5/qtwebkit/Source/WebCore/mathml/mathtags.in > at > Z:/src/kde/qt5/qtwebkit/Source/WebCore/dom/make_names.pl > line 306. > Makefile.WebCore.DerivedSources:786: recipe

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread Jan Kundrát
On Friday, 1 April 2016 09:06:56 CEST, Welbourne Edward wrote: However, if there's a way to ask gerrit "here's a Commit-Id, please give me the sha1 of its review's current patch set" You can extract this information from `ssh ...@gerrit gerrit query --current-patch-set`. There are also REST e

[Development] Security bulletin: Deprecating QRect

2016-04-01 Thread Friedemann Kleint
Hi, as discussed in the thread "Re: [Development] Fixing QRect::width() / height()", QRect can be misused to trigger undefined behaviour. This pattern has been observed in recent ransomware attacks using the new High DPI feature in Qt 5.6 to place windows at bottom right positions on High DPI

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread Welbourne Edward
> On 01/04/16 07:49, Thiago Macieira wrote: >> I want to point this out: >> >> On quinta-feira, 31 de março de 2016 22:48:35 PDT Thiago Macieira wrote: >>> On sexta-feira, 1 de abril de 2016 05:16:33 PDT Tvete Paul wrote: >> >> It's still March 31st. Lars Knoll replied: > You’re just living in the

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread André Somers
Op 01/04/2016 om 07:49 schreef Thiago Macieira: I want to point this out: On quinta-feira, 31 de março de 2016 22:48:35 PDT Thiago Macieira wrote: On sexta-feira, 1 de abril de 2016 05:16:33 PDT Tvete Paul wrote: It's still March 31st. April Fools rules, #27: all jokes refer to the jokers'

Re: [Development] Heads up! Fixing the build system on Windows

2016-04-01 Thread Knoll Lars
On 01/04/16 07:49, "Development on behalf of Thiago Macieira" wrote: >I want to point this out: > >On quinta-feira, 31 de março de 2016 22:48:35 PDT Thiago Macieira wrote: >> On sexta-feira, 1 de abril de 2016 05:16:33 PDT Tvete Paul wrote: > >It's still March 31st. You’re just living in the

Re: [Development] Changing definition of Qt meta macro to allow tools integration

2016-04-01 Thread Knoll Lars
On 31/03/16 20:33, "Development on behalf of Thiago Macieira" wrote: >On quinta-feira, 31 de março de 2016 08:01:54 PDT Knoll Lars wrote: >> >Why would they need to deal with 5.6.0 specifically? >> >As you said in another mail, 5.6 is LTS, not 5.6.0 >> >> I’m with Olivier here. We will not

Re: [Development] gerrit : pointers to use it cleverly/efficiently?

2016-04-01 Thread Welbourne Edward
Rolland Dudemaine said: > Actually, git-gpush will update the whole history of changes that may > be on your checkout, not only the single one you're pushing. Just been > bitten by that this morning again, and that invalidates all your > reviews on gerrit. Well, any way of pushing is subject to th