Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Kurt Pattyn
On 11 Feb 2014, at 19:21, "Giuseppe D'Angelo" wrote: > On 11 February 2014 19:14, Thiago Macieira wrote: >> >> Anyone up for creating a nice function for Qt 5.4? > > I *cough* volunteered some time ago, but I'm going to miss the 5.3 deadline. I can help you with you that if you want. Cheers,

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Kurt Pattyn
On 11 Feb 2014, at 19:14, Thiago Macieira wrote: > Em ter 11 fev 2014, às 16:26:44, Tony Van Eerd escreveu: >> http://channel9.msdn.com/Events/GoingNative/2013/rand-Considered-Harmful > > No doubt. And we should have a more secure generator, at least until we can > rely on std::random. We can a

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Kurt Pattyn
On 11 Feb 2014, at 17:15, Thiago Macieira wrote: > Em ter 11 fev 2014, às 09:04:39, Konrad Rosenbaum escreveu: >> Please don't go there. AFAIK qrand() is a function meant to be equivalent to >> the ANSI-C rand() function. I.e. it is supposed to be used by simple >> simulations, be fast and produc

[Development] The VS2008 WinCE errors

2014-02-11 Thread Thiago Macieira
Current tests are frequently showing the following error messages: c: \work\build\qt\qtbase\tests\auto\corelib\global\qtendian\tst_qtendian.cpp(140) : fatal error C1001: An internal error has occurred in the compiler. Anyone who can try to test what we could shuffle around to get rid of the erro

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Thiago Macieira
Em ter 11 fev 2014, às 19:21:05, Giuseppe D'Angelo escreveu: > On 11 February 2014 19:14, Thiago Macieira wrote: > > Anyone up for creating a nice function for Qt 5.4? > > I *cough* volunteered some time ago, but I'm going to miss the 5.3 deadline. Right, that's why I said Qt 5.4. It's soon eno

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Giuseppe D'Angelo
On 11 February 2014 19:14, Thiago Macieira wrote: > > Anyone up for creating a nice function for Qt 5.4? I *cough* volunteered some time ago, but I'm going to miss the 5.3 deadline. -- Giuseppe D'Angelo ___ Development mailing list Development@qt-proj

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Thiago Macieira
Em ter 11 fev 2014, às 16:26:44, Tony Van Eerd escreveu: > http://channel9.msdn.com/Events/GoingNative/2013/rand-Considered-Harmful No doubt. And we should have a more secure generator, at least until we can rely on std::random. Anyone up for creating a nice function for Qt 5.4? -- Thiago Maci

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Tony Van Eerd
http://channel9.msdn.com/Events/GoingNative/2013/rand-Considered-Harmful > -Original Message- > From: development-bounces+tvaneerd=rim@qt-project.org > [mailto:development-bounces+tvaneerd=rim@qt-project.org] On > Behalf Of Thiago Macieira > Sent: Tuesday, February 11, 2014 11:15

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Thiago Macieira
Em ter 11 fev 2014, às 09:04:39, Konrad Rosenbaum escreveu: > Please don't go there. AFAIK qrand() is a function meant to be equivalent to > the ANSI-C rand() function. I.e. it is supposed to be used by simple > simulations, be fast and produce reproducable random numbers when seeded > with the sam

[Development] Action points for maintainers

2014-02-11 Thread Heikkinen Jani
Hi all, Here is couple of action points for maintainers: -Qt 5.3 feature freeze is this Friday. That's why we should have pretty good knowledge which are the new features in Qt 5.3. Unfortunately there isn't so much those listed in wiki (http://qt-project.org/wiki/New-Features-in-Qt-5

[Development] HEADS UP: merge stable into release and dev into stable

2014-02-11 Thread Paaso Matti
Hi, We plan to merge 'dev' branch (5.3) into stable branch on February 17th. And at the same time stable branch (5.2.2) is planned to be merged into release branch. This means that: -If there is a need for 5.2.2 release, content will be ready in release branch. -5.3.0 release content will

Re: [Development] websockets (was RE: Qt 5.3 Feature freeze is coming quite soon...)

2014-02-11 Thread Konrad Rosenbaum
Hi, On Tuesday, Tuesday 11 February 2014 at 00:03, Kurt Pattyn wrote: > On 10 Feb 2014, at 20:17, Thiago Macieira wrote: > > Em seg 10 fev 2014, às 19:54:18, Kurt Pattyn escreveu: > >> Well, this is what I propose: use a delegate class that handles the > >> creation of a random 32-bit number. Thi