Re: [Development] Nominating Sze Howe Koh as approver

2014-04-11 Thread Sze Howe Koh
Thank you, everyone! :) Let's keep working together to strengthen Qt's relevance and attractiveness throughout the world. Regards, Sze-Howe On 12 April 2014 04:41, Kurt Pattyn wrote: > Go Sze-Howe, go! > >> On 11 Apr 2014, at 16:36, Blasche Alexander >> wrote: >> >> Approver rights have been

[Development] Android and Qt

2014-04-11 Thread Majid Khan
Hi Team, I am seeing following error when deploying app to android device. I see no issues when deploying locally W/dalvikvm(32296): threadid=1: thread exiting with uncaught exception (group=0x4178e8b0) E/AndroidRuntime(32296): FATAL EXCEPTION: main E/AndroidRuntime(32296): java.lang.Unsatisfied

Re: [Development] QWindow::setScreen() and QQuickWindow

2014-04-11 Thread Alan Alpert
On Fri, Apr 11, 2014 at 12:56 PM, Rafael Roquetto wrote: > Hello, > > I have been investigating an interesting bug (using QNX as the platform for > Qt). Here is a brief summary: > > (all code inside main() and before app.exec()) > > QQuickView v; > v.setScreen(someSecondScreen); > v.sh

Re: [Development] Nominating Sze Howe Koh as approver

2014-04-11 Thread Thiago Macieira
Em sáb 22 mar 2014, às 16:50:06, Thiago Macieira escreveu: > Hello > > I'd like to nominate Sze Howe Koh as approver. You must have seen the number > of contributions already done in the mailing list discussions, but you may > not have seen the contributions done to Qt documentation. > > Here's t

Re: [Development] Nominating Sze Howe Koh as approver

2014-04-11 Thread Kurt Pattyn
Go Sze-Howe, go! > On 11 Apr 2014, at 16:36, Blasche Alexander > wrote: > > Approver rights have been set in Jira and Gerrit. Congratulations to Sze-Howe. > > -- > Alex > > > From: development-bounces+alexander.blasche=digia@qt-project.org > [deve

[Development] QtQuickComponents ComboBox with QEglFSWindow

2014-04-11 Thread Matt Broadstone
Hi, We're experiencing an odd crash while running our Qt Quick application in a VirtualBox session using eglfs on the framebuffer. The application works perfectly passing the '-platform eglfs' options, however, when we try to use a ComboBox we get a segfault/qFatal, with the resulting backtrace (on

Re: [Development] No Qt 5.3 MSVC2010 ANGEL builds?

2014-04-11 Thread Thiago Macieira
Em sex 11 abr 2014, às 16:22:13, Cornelius Hald escreveu: > Hi, > > I've just noticed that there are no MSVC2010 ANGEL builds of Qt 5.3 in > current snapshots. Is this because of some technical issues or will the > support for this platform be dropped in 5.3? It's still supported.We just won't re

[Development] QWindow::setScreen() and QQuickWindow

2014-04-11 Thread Rafael Roquetto
Hello, I have been investigating an interesting bug (using QNX as the platform for Qt). Here is a brief summary: (all code inside main() and before app.exec()) QQuickView v; v.setScreen(someSecondScreen); v.show(); // works as expected but QQuickView v; v.show(); v.setS

Re: [Development] Custom QAnimationDriver

2014-04-11 Thread Gunnar Sletta
On 10 Apr 2014, at 13:29, Тимур Артиков wrote: > Hi, > I'm trying to use Qt Quick for generation image sequence for video > broadcasting. > To do that I need to update Qt Quick scene animations with frame rate of the > output video. > I tried to create class derived from QAnimationDriver and o

Re: [Development] No Qt 5.3 MSVC2010 ANGEL builds?

2014-04-11 Thread Heikkinen Jani
Hi! With Qt5.3 we offer prebuild binaries for windows - MinGW 4.8.2 OpenGL - MSVC 2010 32 bit OpenGL - MSVC2012 32 bit OpenGL - MSWV2013 32 bit Angle - MSWV2013 32 bit OpenGL - MSWV2013 64 bit Angle - MSWV2013 64 bit OpenGL - WinRT Br, Jani >>-Original Message- >>From: development-boun

Re: [Development] Nominating Sze Howe Koh as approver

2014-04-11 Thread Blasche Alexander
Approver rights have been set in Jira and Gerrit. Congratulations to Sze-Howe. -- Alex From: development-bounces+alexander.blasche=digia@qt-project.org [development-bounces+alexander.blasche=digia@qt-project.org] on behalf of Thiago Macieira [thi

[Development] No Qt 5.3 MSVC2010 ANGEL builds?

2014-04-11 Thread Cornelius Hald
Hi, I've just noticed that there are no MSVC2010 ANGEL builds of Qt 5.3 in current snapshots. Is this because of some technical issues or will the support for this platform be dropped in 5.3? Thanks! Conny ___ Development mailing list Development@qt-p

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread William Hallatt
That is exactly what I thought the C was for... On 11 April 2014 13:07, Jędrzej Nowacki wrote: > On Friday 11 of April 2014 08:31:41 Rutledge Shawn wrote: > > On 11 Apr 2014, at 10:11 AM, Poenitz Andre wrote: > > > shawn.rutle...@digia.com wrote: > > >> On 10 Apr 2014, at 7:20 PM, Frederik Glad

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread Jędrzej Nowacki
On Friday 11 of April 2014 08:31:41 Rutledge Shawn wrote: > On 11 Apr 2014, at 10:11 AM, Poenitz Andre wrote: > > shawn.rutle...@digia.com wrote: > >> On 10 Apr 2014, at 7:20 PM, Frederik Gladhorn wrote: > >>> Hi all, > >>> > >>> I just started to port accessibility to the new and shiny categorize

[Development] Spurious downloadProgress signal with incorrect bytesTotal when loading from cache

2014-04-11 Thread Mandeep Sandhu
Hi All, While testing something with Qt 5.2, I found that if the HTTP content was retrieved from cached after the _first_ time it was written to it, then we will receive 2 downloadProgress() signals. The 1st one has a bytesTotal value of -1 and bytesReceived of 0 (the 2nd signal has both these set

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread Rutledge Shawn
On 11 Apr 2014, at 10:11 AM, Poenitz Andre wrote: > > shawn.rutle...@digia.com wrote: >> On 10 Apr 2014, at 7:20 PM, Frederik Gladhorn wrote: >> >>> Hi all, >>> >>> I just started to port accessibility to the new and shiny categorized >>> logging. >>> http://blog.qt.digia.com/blog/2014/03/11/

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread Poenitz Andre
shawn.rutle...@digia.com wrote: > On 10 Apr 2014, at 7:20 PM, Frederik Gladhorn wrote: > > > Hi all, > > > > I just started to port accessibility to the new and shiny categorized > > logging. > > http://blog.qt.digia.com/blog/2014/03/11/qt-weekly-1-categorized-logging/ > > > > I'd propose we dec

Re: [Development] qtlocation failed to compile during qt5.git release integration

2014-04-11 Thread Blasche Alexander
I pushed a temporary fix. https://codereview.qt-project.org/#change,83254 I'd like to ask why only the qt5.git integration uses static CI configurations (for Ubuntu and OSX 10.7). If qt5 integration would use the same targets as any other repo build we wouldn't have this kind of hickup and mist