Re: [Development] [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

Re: [Development] Missing documentation

2014-03-04 Thread Marc Mutz
On Thursday 20 February 2014 15:32:35 Sze Howe Koh wrote: > QApplication::palette() Fixed in https://codereview.qt-project.org/79605 > QGraphicsScene::focusItemChanged() Fixed in https://codereview.qt-project.org/79604 > QtConcurrent::Exception > QtConcurrent::UnhandledException

Re: [Development] RFC: [Logging] Add quote(), noquote() stream modifiers to QDebug

2014-03-04 Thread Koehne Kai
> From: development-bounces+kai.koehne=digia@qt-project.org > [development-bounces+kai.koehne=digia.com@qt- > > Hi, > > how about omitting quotes automatically for anything else but Q[C]Debug? I've some sympathy for this, since the quoting is more often than not unwanted, IMO. But anyhow, I

Re: [Development] RFC: [Logging] Add quote(), noquote() stream modifiers to QDebug

2014-03-04 Thread Koehne Kai
On 2014-02-28 05:41, Koehne Kai wrote: > ... > OTOH, probably most of the time I want unquoted QString, I would end up > calling 'noquote()' immediately, and quote() almost never, so... That's what I expect to be the most common, too: qDebug().noquote() << ... or qDebug().nospace().noquote() <

[Development] Nominating Ulf Hermann as approver

2014-03-04 Thread Simon Hausmann
Hi, I'd like to nominate Ulf for approvership. He's been hacking on various bits and pieces in the profiler support in Qml and he also implemented a brand new profiler for the JavaScript engine. I'm convinced that he would make a careful and responsible approver. Patches: https://codereview.q

Re: [Development] Nominating Ulf Hermann as approver

2014-03-04 Thread Koehne Kai
Seconded :) Regards Kai From: development-bounces+kai.koehne=digia@qt-project.org [development-bounces+kai.koehne=digia@qt-project.org] on behalf of Simon Hausmann [simon.hausm...@digia.com] Sent: 04 March 2014 13:51 To: development@qt-project.o

Re: [Development] Nominating Ulf Hermann as approver

2014-03-04 Thread Blasche Alexander
+1 -- Alex From: development-bounces+kai.koehne=digia@qt-project.org [development-bounces+kai.koehne=digia@qt-project.org] on behalf of Simon Hausmann [simon.hausm...@digia.com] Sent: 04 March 2014 13:51 To: development@qt-project.org Subject: [De

Re: [Development] i.MX6 zero copy video playback

2014-03-04 Thread Thomas Senyk
On Thursday, 27 February, 2014 17:57:43 Michael Olbrich wrote: > Hi, > > On Tue, Feb 18, 2014 at 10:18:36AM +0100, Thomas Senyk wrote: > > On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > > > On Wed, Feb 12, 2014 at 10:43:25AM +0100, Thomas Senyk wrote: > > > > I finally got around

Re: [Development] i.MX6 zero copy video playback

2014-03-04 Thread Michael Olbrich
Hi, On Tue, Mar 04, 2014 at 05:38:57PM +0100, Thomas Senyk wrote: > On Thursday, 27 February, 2014 17:57:43 Michael Olbrich wrote: > > On Tue, Feb 18, 2014 at 10:18:36AM +0100, Thomas Senyk wrote: > > > On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > > > > On Wed, Feb 12, 2014 at

Re: [Development] QML testing

2014-03-04 Thread Alan Alpert
On Mon, Mar 3, 2014 at 3:39 PM, Joshua Kolden wrote: > 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/) Yo