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

2014-03-03 Thread Yang Fan
Thanks for your reply. I think this information should be shared with Qt developers, and I noticed the bug you mentioned was closed with no comment, I feel confused. On Tue, Mar 4, 2014 at 10:46 AM, Daiwei Li wrote: > Hi Yang and all, > > I'm curious about how to scale for high DPI on Android a

Re: [Development] QML testing

2014-03-03 Thread Joshua Kolden
Sorry, one other thing. It would also be great if the qml test framework could understand javascript .map files so as to point to the correct source file lines. (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) On Mar 3, 2014, at 3:34 PM, Joshua Kolden wrote: > I’ve done a

[Development] QML testing

2014-03-03 Thread Joshua Kolden
I’ve done a buch of work with TDD and qml now, and built a very nice test framework in coffeescript with “before each” “after each”; nice spec style ‘it “has a feature”`, signal handling, color coded output the whole bit. There are, however, two remaining big frustrations that make continuous t

Re: [Development] performance of signal slots across threads

2014-03-03 Thread Nguyen Huu Minh
Hi, Small update. I have isolated the signal slot communication and tested it separately and that doesn't seem to be causing the slow down on Linux. There is still something in my code that causes the performance difference between running on Windows and on Linux, but until I can clearly isolate

Re: [Development] performance of signal slots across threads

2014-03-03 Thread Mandeep Sandhu
On Thu, Feb 27, 2014 at 4:47 PM, Nguyen Huu Minh < huuminh.ngu...@vandewiele.com> wrote: > Hi, > > Thank you for your reply. I will try to make a benchmark, in the meanwhile > I will try to explain my situation more clearly. > > My first object basically handles TCP communication to a (simulated)

Re: [Development] Developing iOS with Qt

2014-03-03 Thread nicola
Hi, 1) mac 2) xcode 3) xcode cli tools 4) Qt for ios good work N. > Hello, > > > > Nowadays I am finishing my Computer Science degree in one Spanish > University. Because of that, I have to do my final Project and this > Project is about developing an iOS application using Qt. I am writi

[Development] Developing iOS with Qt

2014-03-03 Thread Andres Piccininno
Hello, Nowadays I am finishing my Computer Science degree in one Spanish University. Because of that, I have to do my final Project and this Project is about developing an iOS application using Qt. I am writing you because I would like you to tell me which tools and things I need apart from

Re: [Development] performance of signal slots across threads

2014-03-03 Thread Nguyen Huu Minh
Hi, Thank you for your reply. I will try to make a benchmark, in the meanwhile I will try to explain my situation more clearly. My first object basically handles TCP communication to a (simulated) hardware device. There are many types of messages, but one of them is data request. That object th