[Development] The rowsAboutToBeRemoved signal in ListModel

2014-05-15 Thread Ben Lau
Hi all, If I understand correctly , the rowsAboutToBeRemoved signal of QAbstactItemModel should be emitted before the rows are actually removed. So the row should be still accessible when you got the signal. However, I found that implementation of ListModel (QQmlListModel) does not follow the rul

[Development] Access to depth and stencil buffers in QOpenGLFramebufferObject

2014-05-15 Thread Taylor Braun-Jones
Hi all, I'm working on a VTK-in-FBO solution for integrating VTK into Qt Quick 2 and trying to understand why QOpenGLFramebufferObject provides methods: GLuint QOpenGLFramebufferObject::handle() const GLuint QOpenGLFramebufferObject::texture() const But not similar methods like: GLuint QOpenGLF

Re: [Development] Calling a function at frame-rate before rendering

2014-05-15 Thread raskolnikov
Hi! Just for the record: I solved the problem by combining a QAbstractAnimation and a QQuickItem. the later calls the "commit state" function of my model in the updatePolish() override, and the animation calls polish() on the first object on every updateCurrentTime(). This way my state is updated

Re: [Development] Development Digest, Vol 32, Issue 29

2014-05-15 Thread Thiago Macieira
Em qui 15 maio 2014, às 11:30:54, Oswald Buddenhagen escreveu: > please don't reply to digest mails. don't enable the digest option if > you plan to participate in *any* discussions. A good email client allows you to open an individual email in the digest and reply to that. -- Thiago Macieira -

Re: [Development] new "debugsupport" module and API

2014-05-15 Thread Thiago Macieira
Em qui 15 maio 2014, às 11:28:28, Oswald Buddenhagen escreveu: > > This code does not belong into Qt Base, > > if you accept that the library is an improvement over the 6 copies we > have all over the place, the question is only where, not if. > if you insist on making it a separate repository, we

Re: [Development] Modules in qtbase (was: Re: new "debugsupport" module and API)

2014-05-15 Thread Oswald Buddenhagen
On Thu, May 15, 2014 at 07:09:26PM +0800, Sze Howe Koh wrote: > The term "module" has multiple meanings in the discussion. > > 1) Qt module (e.g. Qt Core, Qt GUI, Qt WebSockets) > 2) Git submodule (e.g. qtbase.git, qtwebsockets.git) > we refer to them as repositories (as implied by the wiki page

Re: [Development] Modules in qtbase (was: Re: new "debugsupport" module and API)

2014-05-15 Thread Sze Howe Koh
On 13 May 2014 14:17, Kurt Pattyn wrote: > > >> On 13 May 2014, at 08:01, Knoll Lars wrote: >> >>> On 12/05/14 22:40, "Thiago Macieira" wrote: >>> Em seg 12 maio 2014, às 19:35:24, Oswald Buddenhagen escreveu: > On Mon, May 12, 2014 at 08:39:37AM -0700, Thiago Macieira wrote: >> Em

Re: [Development] new "debugsupport" module and API

2014-05-15 Thread Simon Hausmann
On Thursday 15. May 2014 11.41.36 Olivier Goffart wrote: > On Monday 12 May 2014 11:48:21 Ulf Hermann wrote: > > Hi, > > > > we currently have several implementations of the QML debug protocol used > > to transmit data between a debugger or profiler and the application > > being debugged or profil

Re: [Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-15 Thread Bruning Michael
Hello, >> As to the first two issues, from what I read online, it is because of >> QtWebkit, which I have to use in my app. Is there any hope we could get >> these fixed? > > Correct, all of them come from QtWebKit. > > Anyway, there's no plan on further updating QtWebKit from upstream because >

Re: [Development] new "debugsupport" module and API

2014-05-15 Thread Olivier Goffart
On Monday 12 May 2014 11:48:21 Ulf Hermann wrote: > Hi, > > we currently have several implementations of the QML debug protocol used > to transmit data between a debugger or profiler and the application > being debugged or profiled. I'm proposing a generalized "debugsupport" > module to address va

Re: [Development] Development Digest, Vol 32, Issue 29

2014-05-15 Thread Oswald Buddenhagen
please don't reply to digest mails. don't enable the digest option if you plan to participate in *any* discussions. On Wed, May 14, 2014 at 01:52:05PM -0700, achart...@fastmail.fm wrote: > Regarding QMAKE_DEFAULT_INCDIRS: is it possible to append additional > paths to this variable from within pro

Re: [Development] new "debugsupport" module and API

2014-05-15 Thread Oswald Buddenhagen
On Wed, May 14, 2014 at 11:20:10PM +0200, André Pönitz wrote: > This code does not belong into Qt Base, > if you accept that the library is an improvement over the 6 copies we have all over the place, the question is only where, not if. if you insist on making it a separate repository, we'll have a

Re: [Development] Gerrit Upgrade, code review request

2014-05-15 Thread Erik Verbruggen
On 14-5-2014 9:45, Haataja Ismo wrote: >> -Original Message- >> From: Verbruggen Erik >> Looks nice! Would it be possible to update the logo and the image saying >> "Qt Open Governance / Code Review" with a HiDPI version? They look >> really fuzzy on my screen, especially next to the text t

Re: [Development] Mac app built with Qt5.3.0 RC got rejected by Mac App Store because of non-public API calls.

2014-05-15 Thread Nichols Andy
Regard QtWebkit on iOS: Source http://qt-project.org/qt5/qt52#ios "Qt WebKit is also not supported under Qt for iOS and because of App Store policies, it will not be supported either. For now, you need to use the native WebKit in iOS. This can be done by using the native Objective-C libraries,