[Interest] QML Image aliasing issues

2014-01-12 Thread Joshua Kolden
I'm getting bad aliasing on large resolution Image items (2048x512) when animating scale. I've tried turning on anti-aliasing, mipmaping, and smooth, but none of these have had any effect. Any suggestions? Thanks ___ Interest mailing list Interest@

Re: [Interest] Create the main widget on heap in main()

2014-01-12 Thread Etienne Sandré-Chardonnal
> Fix the double-deletes instead - those are real issues! If an object is > double-deleted it might be an indication that it should not have been > allocated on the stack in the first place... > This was what I wanted to underline, maybe not clear from my side... Allocating on the stack an object

[Interest] [Android] Profiling QML application

2014-01-12 Thread Ben Lau
Hi , I got a performance problem in loading QML in Android . Therefore I would like to run profiler on QML itself. However, when I launch the QML profiler within QT creator. The process hang on : "D/Qt (14973): qtcpserverconnection.cpp:173 (voidQTcpServerConnection::listen()): QML Debugger:

Re: [Interest] QMacNativeWidget: mouse events

2014-01-12 Thread Tim Blechmann
> i'm trying to use QMacNativeWidget to display a Qt widget hierarchy > (namely a QQuickView, wrapped inside a QWidget via > createWindowContainer) inside an NSView. > > however i'm having troubles if the parent NSView is resized below the > size of QMacNativeWidget: if the QMacNativeWidget does n

Re: [Interest] [QQuickView] deadlock on exit

2014-01-12 Thread Tim Blechmann
>> which causes an assertion failure in QCoreApplication::arguments() [2]. >> but if using QApplication without exec() is unsupported, maybe this >> could be either fixed or removed or declared as unsupported? > > exec() is basically a loop around calling processEvents(). The question is > what t