Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Nuno Santos
Curiously, it seems that qmake whipes the reference to Parse framework. Whenever -framework Parse is referenced, it removes Parse. Before -framework Bolts there was -framework Parse, if I move the -framework Parse after the Bolts, then the next one will have problems. If I remove the -framework

[Interest] Cross compile QT5.5 for ARM

2015-07-09 Thread Jan Imrich
Hello, I managed to successfuly compile Qt 5.5 for raspberry pi 2, but I need to compile it with GStreamer 1 and webkit support. I cant use GStreamer 0.1 because of incompatibility of webkit using 1.0 and qtmultimedia using 0.1... so when I instantiate both of these modules, it crashes... I have S

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Thiago Macieira
On Friday 10 July 2015 00:43:48 Nuno Santos wrote: > -u _qt_registerPlatformPlugin -framework -framework Bolts There's one extra -framework there, so this is telling the linker to link to framework "-framework" and then use a local file called "Bolts" as input object. If you run qmake with the

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Nuno Santos
Thiago, When I first compile my app project, working perfectly on Qt 5.4, on Qt 5.5 I had it complaining about Bolts not found. Bolts is a framework provided by Parse. I have commented out Bolts and then it complained about AdSupport. I have commented AdSupport and then it complained about Mobi

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Thiago Macieira
On Thursday 09 July 2015 22:05:34 Nuno Santos wrote: > I don’t believe that is going to work because I was having problem with > system frameworks like AdSuport or MobileCoreServices. > > Is anyone else having the same problem? It usually helps if you post the output from Make, the error message

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Nuno Santos
I don’t believe that is going to work because I was having problem with system frameworks like AdSuport or MobileCoreServices. Is anyone else having the same problem? > On 09/07/2015, at 21:54, Alexander Ivash wrote: > > Please try this: > > INCLUDEPATH += -F$(HOME)/Library/Frameworks > LIBS

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Alexander Ivash
Please try this: INCLUDEPATH += -F$(HOME)/Library/Frameworks LIBS += -F$(HOME)/Library/Frameworks -framework YourFramework .. assuming your frameworks are inside ~/Library/Frameworks. It allowed me to compile successfully with Qt 5.5. Not sure why did documented approach stop working though...

Re: [Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Nuno Santos
I have the same problem. My projects don’t compile. > On 09/07/2015, at 20:59, Alexander Ivash wrote: > > After switching to Qt 5.5 I can't even compile sample project which uses > frameworks. The same project compiles fine with Qt 5.4. Is it known issue > with known workarounds? > _

[Interest] Qt 5.5 for ios: frameworks support seems to be broken

2015-07-09 Thread Alexander Ivash
After switching to Qt 5.5 I can't even compile sample project which uses frameworks. The same project compiles fine with Qt 5.4. Is it known issue with known workarounds? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailma

Re: [Interest] Exposing types to the QJSEngine in Qt 5.5

2015-07-09 Thread Jason H
> Sent: Thursday, July 09, 2015 at 4:26 AM > From: "Jaroslaw Staniek" > To: interest@qt-project.org > Subject: [Interest] Exposing types to the QJSEngine in Qt 5.5 > ... > Adding qRegisterMetaType() prior to engine instantiation does not help. ... > -- > regards, Jaroslaw Staniek I've never used

[Interest] iOS LaunchImages? : WAS: Image and Canvas get pixelated on retina iOS devices

2015-07-09 Thread Jason H
I'm finally trying to get myu launch images to work. I've not had any success.  I've been following the guide at http://doc.qt.io/qt-5/platform-notes-ios.html.    Whereas my first attempts did not flat out work, (got the default black text on white)  Now I just get a blank screen (The launch im

Re: [Interest] Image and Canvas get pixelated on retina iOS devices

2015-07-09 Thread Nuno Santos
Frederico, Thanks for your input. I will take this into account! Thanks for the highlight. Regarding the Canvas, let’s patiently wait for a fix. Regards, Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 09 Jul 2015, at 14:13, Federico Buti wrote: > > Good to hear that

Re: [Interest] Image and Canvas get pixelated on retina iOS devices

2015-07-09 Thread Federico Buti
Good to hear that Nuno. :) Anyway I was talking about this yesterday (just to be clear that I wasn't saying stupid things): "On OS X and iOS, you can provide alternative resources with double the size and the *@2x* identifier for icons and images and place

[Interest] Android: EGL Memory consumption growing until crashing

2015-07-09 Thread Cornelius Hald
Hi, my QML/Android app plays a bunch of videos in a loop. After some time the videos are static black and/or the app crashes. >From looking at the logcat output I figured that it somehow ran out of memory. So I've digged deeper and used "dumsys meminfo" via adb to get some numbers. All in all th

Re: [Interest] Application at Idle takes 10% of CPU

2015-07-09 Thread Shinnok
> On Jun 27, 2015, at 7:37 PM, Michael Jackson wrote: > > Found IT!!. It is a QProgressBar that we are showing even though it has a > value of 0. if I manually hide it until we start our progress then my > applications Idle time goes to near 0%. > > Seems like a pretty high CPU usage for just

Re: [Interest] Image and Canvas get pixelated on retina iOS devices

2015-07-09 Thread Nuno Santos
Hi guys, I have solved my problem by removing source.height source.width from all the images. I was using this to save memory. The problem on the canvas remains though... Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 08 Jul 2015, at 12:49, Nuno Santos wrote: >

Re: [Interest] Failed to start Assistant, Designer...

2015-07-09 Thread Rutledge Shawn
On 9 Jul 2015, at 07:23, Thiago Macieira wrote: > On Wednesday 08 July 2015 21:48:41 Igor Mironchik wrote: >> Hi guys, >> >> I freshly install Qt 5.5.0 with online installer on Kubuntu 15.04 in the >> release day. But today I needed to launch Assistant, and it crashes... >> >> Here is the outp

Re: [Interest] Is moc obsolete?

2015-07-09 Thread Konstantin Tokarev
09.07.2015, 08:25, "Thiago Macieira" : > On Wednesday 08 July 2015 21:56:42 Konstantin Tokarev wrote: >>  It does not support many C++ features: >> >>  http://www.copperspice.com/docs/cs_overview/moc_limits.html >> >>  However, in clang-based moc it would be possible to support all of this >>  st

[Interest] [QML][QWebView] access QML function from html/javascript context

2015-07-09 Thread Christoph Petzold
Hi,   how do i acces a custom QML function from within the HTML/JavaScript of a loaded web page.   I managed to do it with the QWidget variant:   QWebFrame* webframe = webView_->page()->currentFrame(); javaScriptBridge_ = new JavaScriptBridge; webframe->addToJavaScriptWindowObject("cppObject"

[Interest] Exposing types to the QJSEngine in Qt 5.5

2015-07-09 Thread Jaroslaw Staniek
Hi, Big thanks to Simon and others for time spent on exposing types to the qml/js engines. And to Arend van Beelen for input. The story continues. In an app I am suppoting .js scripts, not .qml. Do I understand it well that with using QJSEngine (not QQmlEngine) for value types I can use code like