Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Thiago Macieira
On terça-feira, 15 de março de 2016 00:04:25 PDT Gunnar Roth wrote: > Hi Thiago, you probably missed the -static configure option, so Nunos is > making a static qt build. He really should mention that in the subject > line. Ordinary 64 bit windows qt 5.6rc builds worked for me without a > problem

Re: [Interest] bug with # in URL when using setUrl?

2016-03-14 Thread Thiago Macieira
On segunda-feira, 14 de março de 2016 18:30:13 PDT Larry Martell wrote: > We have an app that emits a URL with a hashtag in it (#) and that is > processed by some Angular JS code we have > (https://docs.angularjs.org/guide/$location). That URL is emitted with > setUrl. It works fine on a Mac, but

Re: [Interest] Rendering simple QPainterPath with Qt3D

2016-03-14 Thread Ch'Gans
On 14 March 2016 at 22:03, Sean Harmer wrote: > On Monday 14 Mar 2016 16:50:32 Ch'Gans wrote: >> Hi there, >> >> I have an application that use heavily the Qt graphics view framework, >> where each item represent a flat, solid object on a layer of material. >> They all have

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Gunnar, Thanks for your keen eye. So, maybe libcpmt.lib is not being specified to the linker by default? Need to check tomorrow at the office. Regards, Nuno > On 14 Mar 2016, at 23:04, Gunnar Roth wrote: > > Hi Thiago, you probably missed the -static configure option,

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Gunnar Roth
Hi Thiago, you probably missed the -static configure option, so Nunos is making a static qt build. He really should mention that in the subject line. Ordinary 64 bit windows qt 5.6rc builds worked for me without a problem with vs2012 an 2015. libcpmt.lib is the c++ multithread static lib of

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Thiago, Thanks for the clarification. I will investigate further. Thanks, Regards, Nuno > On 14 Mar 2016, at 20:45, Thiago Macieira wrote: > > On segunda-feira, 14 de março de 2016 18:11:46 PDT Nuno Santos wrote: >> Hi, >> >> Is there any special difference in

[Interest] bug with # in URL when using setUrl?

2016-03-14 Thread Larry Martell
We have an app that emits a URL with a hashtag in it (#) and that is processed by some Angular JS code we have (https://docs.angularjs.org/guide/$location). That URL is emitted with setUrl. It works fine on a Mac, but on Windows it acts as if the # were not there. Googling I found this:

Re: [Interest] Upcoming mobile Qt features?

2016-03-14 Thread Jason H
I'm not waiting, but these are barriers to adoption for new users, and frustrations for current users. > Sent: Monday, March 14, 2016 at 3:48 PM > From: "rpzrpz...@gmail.com" > To: interest@qt-project.org > Subject: Re: [Interest] Upcoming mobile Qt features? > > Don't

Re: [Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Thiago Macieira
On segunda-feira, 14 de março de 2016 18:11:46 PDT Nuno Santos wrote: > Hi, > > Is there any special difference in compiling Qt from source in Windows > in 64 bit? No. It's been working just fine for the last 3 or 4 years for me. > libcpmt.lib(locale.obj) : error LNK2001: unresolved external

Re: [Interest] PeekMessage, DispatchMessage and Qt events dispatching

2016-03-14 Thread Thiago Macieira
On segunda-feira, 14 de março de 2016 18:39:25 PDT Benjamin TERRIER wrote: > So here is my question is there a bug in Qt or does DispatchMessage > shouldn't be called ? Don't call it. Qt integrates with the Windows event loop, so this behaviour is expected. Ditto for Cocoa event loops and for

Re: [Interest] Upcoming mobile Qt features?

2016-03-14 Thread rpzrpz...@gmail.com
Don't wait for anything. Native code for Android and IOS. md On 3/14/2016 1:26 PM, Jason H wrote: I'm being asked for more modern features, I don't know where these are on the Qt roadmap? - TouchID/FingerprintManager: Now that both mobile platforms have platform-level APIs for

[Interest] Upcoming mobile Qt features?

2016-03-14 Thread Jason H
I'm being asked for more modern features, I don't know where these are on the Qt roadmap? - TouchID/FingerprintManager: Now that both mobile platforms have platform-level APIs for fingerprints, is Qt going to support them in some way? - Streaming video: Capture, send, receive "live"

[Interest] Compiling Qt from source 64 bit on Windows

2016-03-14 Thread Nuno Santos
Hi, Is there any special difference in compiling Qt from source in Windows in 64 bit? This is my configure linke configure -prefix c:\qt\5.6\msvc2013_opengl_5_6_rc_64_static -commercial -debug-and-release -static -nomake examples -nomake tools -nomake tests -opengl dynamic -skip multimedia

Re: [Interest] [Development] Qt 5.6.0 (final) packages available

2016-03-14 Thread Konstantin Podsvirov
Hello everyone and thank you for the good work! I have a related question. According to this post and the comments: http://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release It says that Qt 5.6 gives an open community QtCharts 2.1 and it is wonderful! But... looking at the git tags on

[Interest] PeekMessage, DispatchMessage and Qt events dispatching

2016-03-14 Thread Benjamin TERRIER
Hi everyone, I have encountered the following problem on Windows: I have 2 QThreads and 2 QObjects (each one living on one thread). One QObject ,the sender, periodically calls a slot on the other QObject ,the receiver, with the following code: QMetaObject::invokeMethod(m_receiver, "work",

Re: [Interest] Rendering simple QPainterPath with Qt3D

2016-03-14 Thread Sean Harmer
On Monday 14 Mar 2016 16:50:32 Ch'Gans wrote: > Hi there, > > I have an application that use heavily the Qt graphics view framework, > where each item represent a flat, solid object on a layer of material. > They all have a "simple" shape, that is they only use line and arcs > and have no