Re: [Interest] Weird error using Visual C++ 2013

2014-03-04 Thread Thiago Macieira
Em ter 04 mar 2014, às 15:04:13, Yves Bailly escreveu: > When trying GCC, either on Linux or using MinGW, it works fine. > > Any hint about what may happen? is it a compiler bug, or something else? > Any idea about a workaround? Please valgrind your code. A heisenbug like this is probably memory

Re: [Interest] Qt5.3.0-alpha build fails if target is Linux/i.MX6

2014-03-04 Thread Thiago Macieira
Em ter 04 mar 2014, às 09:49:48, BERTIN, NICOLAS escreveu: > As requested, I have attached the config log (from the running of the > configuration tests to the end) and make log (where the error occurs > = missing symbols in qdrawhelper_neon.o). Can you check if this change fixes your problem?

Re: [Interest] Row(Layout), use spacing as resize handle. How to do that?

2014-03-04 Thread Mark Gaiser
On Tue, Mar 4, 2014 at 8:00 AM, Saether Jan-Arve wrote: >> -Original Message- >> From: Mark Gaiser [mailto:mark...@gmail.com] >> Sent: 3. mars 2014 13:10 >> To: Saether Jan-Arve >> Cc: Qt Interest >> Subject: Re: [Interest] Row(Layout), use spacing as resize handle. How >> to do that? >> O

[Interest] Weird error using Visual C++ 2013

2014-03-04 Thread Yves Bailly
Greetings all, Here's a strange crash I'm getting using Visual C++ 2013. I compiled myself Qt 5.2.1 (64bits), "designer" and others work fine, as well as all the examples and other programs I've tried. Please consider this code: --8<-8<-8<-8<-8<-8<-8<-8<-8<-8<

Re: [Interest] qt-android: How to make QML application scaled on high DPI screen automatically

2014-03-04 Thread Yang Fan
Thank Liang Qi, he told me that this bug is already fixed, you may get the patch from the git repo and the commit id is 439a6fec84a62b9d166b84dc7574ddc250a38bfb. On Tue, Mar 4, 2014 at 2:34 PM, Yang Fan wrote: > Thanks for your reply. I think this information should be shared with Qt > develope