Re: [Development] Status of WP8 port

2012-11-03 Thread Pau Garcia i Quiles
On Fri, Nov 2, 2012 at 12:58 AM, Turunen Tuukka wrote: > What comes to WP8 we believe it is more important to tackle Android and > iOS first, as discussed earlier. It does not mean we do not care about WP8. > There is just so much more user base in Android and iOS that we think it > would be out

Re: [Development] Proposal: virtual method of QtNetwork interfaces

2012-11-03 Thread Robert Knight
> I wonder if your guys could modify the QNetworkAccessManager's method > declaration(get, post, put...), make them be virtual, > so that I can derive a subclass and modify the implementation You can already do this. Re-implement the protected createRequest() method. Regards, Rob. On 3 Novembe

[Development] Proposal: virtual method of QtNetwork interfaces

2012-11-03 Thread Yang Fan
Hi list, I'm writing a network program which runs on MS Windows, Linux and Mac OS X. All things look good but it seems that the network performance needs improving. I see the QtNetwork module especially the QNetworkAccessManager class which I'm mainly using in my program is implemented using cros

[Development] Danger when excluding auto tests with pre-processor macro.

2012-11-03 Thread Olivier Goffart
Hi, In the paragraph "Use appropriate mechanisms to exclude inapplicable tests" of https://qt-project.org/wiki/Writing_Unit_Tests the policy to exclude tests depending on platforms or compiler features is to use pre-processor #ifdef. I just eddited that page to add a Warning there. the MOC does

Re: [Development] Say hello to QtStylePlugins

2012-11-03 Thread Nurmi J-P
On Nov 2, 2012, at 10:27 PM, Thiago Macieira wrote: > On sexta-feira, 2 de novembro de 2012 18.49.09, Nurmi J-P wrote: >> Hi all, >> >> Just a heads up for people interested in the "legacy styles" (Cleanlooks, >> Plastique, Motif & CDE) that were recently remove from qtbase. As promised >> earl