Re: [Development] Help: Qt CS pre-scheduled sessions

2012-05-16 Thread Thiago Lacerda
Hi Girish, On Wed, May 16, 2012 at 11:24 AM, Girish Ramakrishnan wrote: > Hi Thiago and Thiago, > > On Wed, May 16, 2012 at 4:55 AM, Thiago Lacerda > wrote: > > Hi, > > > > On Wed, May 16, 2012 at 5:12 AM, Thiago Macieira < > thiago.macie...@intel.com>

Re: [Development] Help: Qt CS pre-scheduled sessions

2012-05-16 Thread Thiago Lacerda
Hi, On Wed, May 16, 2012 at 5:12 AM, Thiago Macieira wrote: > On terça-feira, 15 de maio de 2012 19.53.14, Girish Ramakrishnan wrote: > > Can we also have a sessions for Qt Widgets and Qt components? I can > > drive the former but not the latter. > > Don't worry, for the latter we've got the INdT

Re: [Development] QML engine C++ class renaming

2012-02-16 Thread Thiago Lacerda
I think that maintaining the QtQuick1 in Qt5 will make people become accommodated with the old technology (those people who have apps relying on QtQuick1) instead of adopting QtQuick 2 for their new applications (why spend time learning the new features of QtQuick2 if 1 is still working on Qt5?), a

[Development] Platform Look and feel

2012-02-09 Thread Thiago Lacerda
Hi, Is there a way, on Qt5, to get the platform look and feel, without the dependency of QtWidgets using QStyle? Or this is a feature that needs to be discussed about or done (for 5.1 maybe?)? Cheers -- Thiago de Barros Lacerda OpenBossa - INdT ___ De

Re: [Development] QT5 paiting scheme documentation

2012-01-30 Thread Thiago Lacerda
Thanks Alan, I'll takea look on that Cheers On Thu, Jan 26, 2012 at 10:35 PM, Alan Alpert wrote: > On Fri, 27 Jan 2012 08:27:52 ext Thiago Lacerda wrote: > > Is there any place where I can find any documentation of the new scheme > of > > painting of Qt5 (scenegraph)

[Development] QT5 paiting scheme documentation

2012-01-26 Thread Thiago Lacerda
Is there any place where I can find any documentation of the new scheme of painting of Qt5 (scenegraph)? I'm trying to fix this bug https://bugreports.qt.nokia.com/browse/QTBUG-23571, which is pretty dependent on that and I noticed that all painting scheme has changed! Cheers -- Thiago de Barros

[Development] Object destruction in QML 2

2012-01-23 Thread Thiago Lacerda
Hi I've done a patch for https://bugreports.qt.nokia.com/browse/QTBUG-23451 and I've faced an interesting problem. The bug says that the changed signal is not raised when an Item property is pointing to a dynamic object and this object gets destructed (changing the value of the Item property to nu